@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-display: block;
  font-family: "bootstrap-icons";
  src:
    url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
}
@font-face {
  font-family: "tungstenw05-medium";
  src:
    url("../fonts/tungstenw05-medium.woff2") format("woff2"),
    url("../fonts/tungstenw05-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */
@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: rgba(25, 28, 30, 1);
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
}
p {
  margin-bottom: 1rem;
}
.sec5 .fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.sec5 .panel-body {
  background-color: transparent;
}
.banner-box:focus,
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a {
  text-decoration: none;
}
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;
}
.text-highlight-new {
  color: #87c2ff !important;
}
.text-highlight {
  color: #004892 !important;
}
.cta-btn {
  color: #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  -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: 15px 35px;
  margin: 20px 0 0;
  overflow: hidden;
  font-weight: 500;
  border-radius: 15px;
}
.cta-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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: #ffffff;
  z-index: -1;
  transform: translate(0%, 0) rotate(0deg);
}
.cta-btn:hover {
  border: 1px solid #ffffff;
  color: #fff !important;
  text-decoration: none !important;
}
.cta-btn:hover:before {
  height: 1000%;
  transform: translate(100%, 0) rotate(0deg);
}
.cta-btn-blue {
  color: #fff !important;
  border: 1px solid #004892 !important;
}
.cta-btn-blue:before {
  background-color: #004892 !important;
}
.cta-btn-blue:hover {
  border: 1px solid #ffffff;
  color: #000 !important;
}
.cta-btn-black {
  color: #fff !important;
  border: 1px solid #000000 !important;
}
.cta-btn-black:before {
  background-color: #000000 !important;
}
.cta-btn-black:hover {
  border: 1px solid #000;
  color: #000 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !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-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/* -------------------------
# Font Weight CSS
-------------------------*/
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.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-blue {
  background-color: #0f9ffa !important;
}
.bg-blue-dark {
  background-color: #363457 !important;
}
.bg-blue-less {
  background-color: #666398 !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;
}
/* -----------------------------------------
# Font Size CSS
------------------------------------------------*/
.fz-16 {
  font-size: 16px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.fz-22 {
  font-size: 22px !important;
}
.fz-24 {
  font-size: 24px !important;
}
.fz-26 {
  font-size: 26px !important;
}
.fz-28 {
  font-size: 28px !important;
}
.fz-30 {
  font-size: 30px !important;
}
.fz-32 {
  font-size: 32px !important;
}
.fz-34 {
  font-size: 34px !important;
}
.fz-36 {
  font-size: 36px !important;
}
.fz-38 {
  font-size: 38px !important;
}
.fz-40 {
  font-size: 40px !important;
}
.fz-42 {
  font-size: 42px !important;
}
.fz-44 {
  font-size: 44px !important;
}
.fz-46 {
  font-size: 46px !important;
}
.fz-48 {
  font-size: 48px !important;
}
.fz-50 {
  font-size: 50px !important;
}
/* -------------------------
# Font Weight CSS
-------------------------*/
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* -------------------------
# WOW Text Animation CSS
-------------------------*/
.wow {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
.wow.animatedBlock {
  opacity: 1;
  transform: translateY(0);
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown.animatedBlock {
  -webkit-animation: fadeInDown 1s forwards;
  animation: fadeInDown 1s forwards;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp.animatedBlock {
  -webkit-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft.animatedBlock {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight.animatedBlock {
  -webkit-animation: fadeInRight 1s forwards;
  animation: fadeInRight 1s forwards;
}
/* header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
} */
.banner-box {
  position: fixed;
  background-color: rgba(255, 241, 82, 0.6);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  right: 0px;
  bottom: 100px;
  z-index: 3;
  padding: 15px;
  transition: 0.3s;
  text-align: left;
  width: 350px;
  height: 200px;
  justify-content: space-between;
  align-items: center;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 241, 82, 0.6);
}
.sideBarText {
  font-size: 50px;
  font-weight: 700;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 1;
}
.sideBarText .cta-btn {
  padding: 6px 12px;
  font-size: 18px;
  border-radius: 6px;
  font-family: "myriad-pro", Arial;
}
.sideBarText .cta-btn:hover {
  border: 1px solid #000;
  color: #000 !important;
}
.circle-arrow {
  display: flex;
  transition: 0.3s ease-in-out;
}
.circle-arrow img {
  width: 100px;
}
/* ----------------------
# banner swiper CSS
---------------------------*/
#hero-banner .hero-banner-carousel .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
#hero-banner .hero-banner-carousel .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0;
}
#hero-banner .hero-banner-carousel .swiper-pagination-bullet-active {
  width: 40px;
  background: #fff;
  outline: none;
}
.hero-banner {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(82, 4, 4, 0.4); */
  /* background: #520403;
  background: radial-gradient(
    circle,
    rgba(82, 4, 3, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */
}
.bg-option2.repeated-css:after {
  background: transparent;
}
.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;
}
.hero-head {
  font-size: 50px;
  line-height: 1.3;
  margin: 0 0 10px;
  color: rgba(25, 28, 30, 1);
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-head-2 {
  font-size: clamp(48px, 7vw, 80px);
}
.hero-para {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.slide-image {
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.hero-thumb {
  border-radius: 10px;
}
.h1-head,
.h2-head,
.h3-head,
.h4-head,
.h5-head,
.h6-head {
  margin: 0 0 10px;
  line-height: 1.2;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h1-head {
  font-size: clamp(30px, 7vw, 60px);
}
.h2-head {
  font-size: clamp(46px, 7vw, 60px);
}
.h3-head {
  font-size: clamp(26px, 5vw, 46px);
}
.h4-head {
  font-size: clamp(20px, 5vw, 40px);
}
.h5-head {
  font-size: 32px;
}
.h6-head {
  font-size: 24px;
}
.first-line {
  font-size: 40px;
  margin-bottom: 15px;
}
.offcanvas-width {
  width: 800px !important;
  background-color: #f2f2f2;
}
.form-group label {
  font-weight: 600;
}
.form-sub-para {
  font-size: 20px;
}
/* ----------------------------------------
# Sec2 CSS
------------------------------------------*/
.sec2 {
  background: #4f2434
    url(/content/dam/infosys-web/en/global-resource/26/jp/digital-refresh/sec2-bg.jpg)
    no-repeat center center;
  background-size: cover;
  /* background: linear-gradient(180deg, rgba(224, 231, 254, 0) 0%, #e0e7fe 100%); */
  /* background-color: #4f2434; */
  color: #fff;
}
.sec2-head {
  /* padding-left: 155px; */
  letter-spacing: 2px;
}
.sec2-head {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
  font-size: 50px;
  color: #ebc8d2;
}
.h3-subHead {
  display: block;
  font-size: 84px;
  line-height: 0.9;
  margin: 0 0 25px;
  font-weight: 700;
}
.para-high {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.5;
}
/* .border-grad {
  border: 3px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(45deg, #00f260, #0575e6) border-box;
} */
.border-grad {
  position: absolute;
  top: 50%;
  transform: translateY(-130%);
  right: -80px;
  border-radius: 12px;
  background: #dfd4d7;
  box-shadow: #4f2434 0px 4px 12px;
  border: 4px solid #f1e9eb;
  color: #000;
}
.ul-list-item {
  padding: 0;
  margin: 0;
}
.ul-list-item li {
  list-style-type: none;
  display: block;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-weight: 500;
  color: #000;
}
.ul-list-item li:before {
  content: "\f05d";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 50%;
}
.sec4 {
  background-color: #f2f4f6;
}
.sec2-para {
  font-size: 20px;
  font-weight: 500;
}
/* ----------------------------------------
# Sec3 CSS
------------------------------------------*/
.sec3 {
  background-color: #dfdfdf;
}
.sec3-head {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}
.ul-list {
  margin: 0 0 30px;
  column-count: 2;
  column-gap: 60px;
}
.ul-list li {
  list-style-type: decimal-leading-zero;
  position: relative;
  margin-bottom: 25px;
}
/* .ls-1 {
  letter-spacing: -1px;
}
.sec3-highlight {
  color: #03cce7;
}
.box-shadow {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.ctrl-cls {
  border-radius: 0 1rem 1rem 0;
}

.pov-thumb {
  box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.3);
} */

.sub-para {
  font-size: 24px;
}
.iki-report-intro-head {
  line-height: 1.3;
}
/* ----------------------------------------
# Sec4 CSS
------------------------------------------*/
.sec4 {
  overflow: hidden;
}
.sec4-top-head,
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.line {
  position: relative;
  margin-bottom: 50px;
}
.line span {
  position: absolute;
  width: 2px;
  height: 100px;
  left: 51.5%;
  transform: translateX(-50%);
  background-color: #004892;
}
.sec4-head {
  margin: 0 0 30px;
}
.sec4-head span {
  font-size: 70px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.sec4-para {
  font-size: 24px;
  font-weight: 500;
}
.desktopContent {
  padding: 0 50px;
}
.desktopContentSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec4-scroll-head {
  font-size: 70px;
  margin: 0 0 30px;
  line-height: 0.9;
  letter-spacing: 1px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.sec4-scroll-para {
  font-size: 22px;
  margin-bottom: 20px;
}
.sec4-scroll-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.sec4-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec4-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .sec4 {
  background-color: #d7e8fa !important;
}
.sec4 .h5-head {
  color: #004892;
}
.box-wrap {
  position: relative;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
  border-left: 3px solid #53fbb7;
  text-wrap: balance;
  text-align: center;
}
.box-wrap:hover {
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.icon-img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
} */
/* .box-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background: #53fbb7;
  top: 0;
} */
.sec5 {
  font-weight: 500;
  background-color: #602234 !important;
}
.sec5 .ul-list-item li {
  align-items: start;
}
.tabs-sec .nav-tabs {
  border-bottom: none;
}
.tabs-sec .tab-button {
  padding: 6px 24px;
  margin-right: 15px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  outline: none;
  border: 0;
  transition: all 0.5s ease;
  background-color: #500d20;
  color: #fff;
}
.tabs-sec .tab-button:hover,
.tabs-sec .tab-button.active {
  background-color: #823249;
}
.tabs-sec .tab-content {
  background-color: #fff !important;
  border-radius: 20px;
}
.tabs-sec .tab-para {
  font-size: 26px;
  line-height: 1.5;
}
.tabs-sec .ul-list-item li {
  /* color: #ffffff; */
  height: auto;
}
.tabs-sec .border-accord {
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 16px;
  padding: 1.5rem;
}
/* Border Accordion CSS */
#bdr-accordion .accordion-item,
#bdrs-accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
#bdr-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#bdrs-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#bdr-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button,
#bdrs-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button {
  border-radius: 0;
}
#bdr-accordion .accordion-button,
#bdrs-accordion .accordion-button {
  padding: 25px 20px 25px 0;
  position: relative;
  font-size: 20px;
  border-radius: 0;
  color: #0e0a42;
  background-color: transparent;
  box-shadow: none;
}
#bdr-accordion .accordion-button:focus,
#bdrs-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #2e53e1;
}
#bdr-accordion .accordion-button:not(.collapsed),
#bdrs-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#bdr-accordion .accordion-body,
#bdrs-accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
}

.sec6 {
  background-color: #4f2434;
  color: #ffffff;
}
/* FORM CSS START */
.contact-us {
  position: relative;
}
.contact-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.pcvd-head {
  font-size: 70px;
  line-height: 0.9;
  /* text-transform: uppercase; */
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
/* .contact-us p {
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
} */
.contact-us .form-group {
  margin: 0 0 30px;
}
.contact-us .form-control {
  border: 2px solid #000;
  background: url(/content/dam/infosys-web/en/global-resource/26/jp/digital-refresh/down-arrows.png)
    no-repeat center right 5px / 25px;
}
.error-border {
  border-bottom: 4px solid #f16c51 !important; /* red */
}
.redColor1 {
  color: #f16c51;
  display: inline-block;
  font-weight: 600;
  margin: 0 auto;
  padding: 4px;
}
.field-bg input,
textarea {
  font-size: 20px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  border: 2px solid #000;
  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: #000;
}
.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: #000;
  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: #000;
}
.field-bg input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #000;
}
.field-bg input:focus:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #000;
}
.field-bg input:focus:-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #000;
}
.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;
  padding-left: 0;
}
.form-switch i {
  background-color: rgba(0, 0, 0, 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(255, 255, 255, 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: #000;
  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: #000;
  font-weight: 500;
  text-decoration: underline;
}
#thankyou {
  display: none;
}
.thankyou-text {
  font-size: 45px;
  line-height: 1.2;
}
.redColor {
  color: #f16c51;
  display: inline-block;
  /* font-size: 12px; */
  font-weight: 600;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  bottom: -30px;
  position: absolute;
}
#alertsubmit .redColor {
  color: #000;
}
.submit-btn {
  color: #fff;
  padding: 14px 50px;
  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: 1px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 0;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
}
.submit-btn:hover,
.submit-btn:focus {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
/* FORM CSS END */
/* ----------------------------------------
# Footer CSS
------------------------------------------*/
.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 {
  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: 21px;
  font-weight: 700;
  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: bootstrap-icons;
  color: #333;
  font-size: 18px;
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\F235";
}
.down-arrow:before {
  content: "\f229";
}
.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: 1200px) {
  /* #hero-banner,
  .repeated-css {
    height: 600px;
  } */
  .h3-subHead {
    font-size: 66px;
  }
  .para-high {
    font-size: 24px;
  }
  .border-grad {
    transform: translateY(-90%);
  }
  .sec4-head span {
    font-size: 60px;
  }
  .sec4-scroll-head {
    font-size: 50px;
  }
  .tabs-sec ul.nav.nav-tabs li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 992px) {
  .ctrl-cls {
    border-radius: 0 0 1rem 1rem;
  }
  .offcanvas-width {
    width: 100% !important;
  }
  .para-high {
    margin-top: 50px;
  }
  .border-grad {
    right: -20px;
    transform: translateY(-175%);
  }
  .border-grad + img {
    width: 100%;
  }
  .sec2-head {
    padding-left: 0;
  }
  .gallery {
    padding: 75px 0;
  }
  .desktopContent {
    padding: 0 20px;
  }
  .desktopContentSection {
    min-height: auto;
    display: block;
    margin-bottom: 100px;
  }
  .desktopContentSection img {
    margin-bottom: 30px;
  }
  .panel-body-img-wrap img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* -----------------------------------------
# Font Size CSS
------------------------------------------------*/
  .fz-16-xs {
    font-size: 16px !important;
  }
  .fz-18-xs {
    font-size: 18px !important;
  }
  .fz-20-xs {
    font-size: 20px !important;
  }
  .fz-22-xs {
    font-size: 22px !important;
  }
  .fz-24-xs {
    font-size: 24px !important;
  }
  .fz-26-xs {
    font-size: 26px !important;
  }
  .fz-28-xs {
    font-size: 28px !important;
  }
  .fz-30-xs {
    font-size: 30px !important;
  }
  .fz-32-xs {
    font-size: 32px !important;
  }
  .fz-34-xs {
    font-size: 34px !important;
  }
  .fz-36-xs {
    font-size: 36px !important;
  }
  .fz-38-xs {
    font-size: 38px !important;
  }
  .fz-40-xs {
    font-size: 40px !important;
  }
  .fz-42-xs {
    font-size: 42px !important;
  }
  .fz-44-xs {
    font-size: 44px !important;
  }
  .fz-46-xs {
    font-size: 46px !important;
  }
  .fz-48-xs {
    font-size: 48px !important;
  }
  .fz-50-xs {
    font-size: 50px !important;
  }
  /* ----------------------------
# Spacing CSS Mobile
---------------------------------*/
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10px !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important;
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20px !important;
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20px !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important;
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30px !important;
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30px !important;
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important;
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 40px !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 40px !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important;
  }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 50px !important;
  }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 50px !important;
  }
  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important;
  }
  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important;
  }
  .mt-xs-100,
  .my-xs-100 {
    margin-top: 100px !important;
  }
  .mb-xs-100,
  .my-xs-100 {
    margin-bottom: 100px !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0px !important;
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20px !important;
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10px !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important;
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20px !important;
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20px !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important;
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30px !important;
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30px !important;
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important;
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 40px !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 40px !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important;
  }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 50px !important;
  }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 50px !important;
  }
  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important;
  }
  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important;
  }
  .pt-xs-100,
  .py-xs-100 {
    padding-top: 100px !important;
  }
  .pb-xs-100,
  .py-xs-100 {
    padding-bottom: 100px !important;
  }
  /* .hero-banner {
    height: 480px;
  } */
  .hero-head {
    font-size: 40px;
  }
  .first-line {
    font-size: 28px;
  }
  .sec3-head {
    font-size: 24px;
  }
  .ul-list {
    column-count: 1;
    column-gap: 30px;
    margin-bottom: 0;
  }
  .ul-list li {
    margin-bottom: 15px;
  }
  .sec4-head span {
    font-size: 40px;
  }
  .sec4-para {
    font-size: 22px;
  }
  .sec4-head span {
    font-size: 60px;
    line-height: 0.9;
  }
  .desktopContent {
    padding: 0;
  }
  /* footer,
  .scroll-up {
    bottom: 150px;
  } */
  .sec5 .panel-body {
    padding: 20px;
  }
  .scrtabs-tabs-fixed-container {
    width: 100% !important;
  }
  .scrtabs-tabs-movable-container {
    width: auto !important;
    left: 0 !important;
  }
  .banner-box {
    right: unset;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    height: auto;
  }
  .sideBarText {
    font-size: 34px;
  }
  .border-grad {
    right: 0;
    transform: none;
    top: unset;
    position: relative;
    margin-bottom: -10px;
    margin-top: 30px;
  }
  .tabs-sec ul.nav.nav-tabs li {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
  }
  .tabs-sec .border-accord {
    margin-bottom: 50px;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (min-width: 600px) {
  .d-sm-flex {
    display: flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .gap-3 {
    gap: 1rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-head,
  .hero-head-2 {
    font-size: 42px;
  }
}
