@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("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff")
      format("woff");
}
@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;
}
.fs-5 {
  font-size: 2.25rem !important;
}
.btn.cta-enquiry:hover {
  transform: rotate(90deg) !important;
}
.btn:hover {
  transform: scale(1) !important;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
/* added accessibility  */
button:focus {
  outline: 2px solid #3463fe !important;
}
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;
}
.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;
}
.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 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;
}
.fi {
  font-style: italic;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-royal-blue {
  color: #3873e4 !important;
}
.color-sky-blue {
  color: #3463fe !important;
}
.color-light-blue {
  color: #3564ff !important;
}
.color-darkgrey {
  color: #3c3c3c !important;
}
.color-lightgrey {
  color: #f5f5f5 !important;
}
.color-primary {
  color: #3873e4 !important;
}
.color-lightblue {
  color: #d7e3fa !important;
}
.color-palewhite {
  color: #acacac !important;
}
.card-outline {
  color: #eaecf0 !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-black {
  background-color: #000 !important;
}
.bg-light-blue {
  background-color: #b8d8fe !important;
}
.bg-dark-blue {
  background-color: #001b2e !important;
}
.bg-card {
  background-color: #fdfffc;
}
.bg-card-outline {
  background-color: #eaecf0;
}
.bg-grey-white {
  background-color: #f5f5f5 !important;
}
.bg-darkblue {
  background-color: #001b2e !important;
}
.bg-white-gradient {
  background: linear-gradient(#fff, #f5f5f5);
}
.bg-linear {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.bg-colorful-gradient {
  background: linear-gradient(
    90deg,
    rgba(180, 218, 253, 0.2) 0%,
    rgba(241, 208, 254, 0.2) 100%
  );
}
/* -------------------------
# 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;
}
/*--------------------------------------------------------------
# Heading CSS 
--------------------------------------------------------------*/
.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading,
.h6-heading {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 1;
}
.h1-heading {
  font-size: clamp(50px, 5vw, 78px);
  font-weight: normal;
}
.h2-heading {
  font-size: clamp(40px, 5vw, 64px);
}
.h3-heading {
  font-size: clamp(35px, 5vw, 48px);
}
.h4-heading {
  font-size: clamp(24px, 5vw, 36px);
}
.h5-heading {
  font-size: clamp(20px, 5vw, 28px);
}
.h6-heading {
  font-size: clamp(18px, 5vw, 24px);
}
.tungsten-font {
  font-family: "tungstenw05-medium", "Oswald", sans-serif !important;
  line-height: 1;
}
.myriad-pro-font {
  font-family: myriad-pro, Arial !important;
}
/*--------------------------------------------------------------
# Letter spacing CSS 
--------------------------------------------------------------*/
.letter-spacing-1 {
  letter-spacing: 1px;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.gradient-bg {
  background: linear-gradient(180deg, #ffffff 0%, #e9eef7 100%);
}
/* -------------------------
# Truncate CSS
-------------------------*/
.truncate-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Buttons CSS 
--------------------------------------------------------------*/
.cta-search {
  transition: 0.3s all;
}
.cta-search:hover {
  color: #3564ff;
}
.cta-link {
  color: #3564ff;
  text-decoration: underline;
}
.cta-link:focus,
.cta-link:hover {
  color: #3564ff;
}
.cta-btn {
  background-color: #3564ff;
  border: 1px solid #0072fe;
  box-shadow: 0px -1px 4px 0px #0043d9 inset;
  color: #ffffff;
  padding: 5px 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
}
.cta-btn:hover {
  background-color: #3564ff;
  color: #ffffff;
  border: 1px solid #0072fe;
}
.cta-btn .cta-arrow {
  font-size: 25px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.hero-bacgkground-img {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ecclips-top-left {
  position: absolute;
  top: -75px;
  left: 0;
}
.cta-enquiry {
  position: fixed;
  right: -67px;
  top: 50%;
  z-index: 2;
  transform: rotate(90deg);
}
/* .hero-banner {
  position: relative;
}
.hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #B4DAFD 0%, #F1D0FE 100%);
border: 24px solid #B8D8FE;
border-radius: 1000px;
} */
#powering-commerce .accordion-item:hover .cta-arrow,
.cta-btn:hover .cta-arrow {
  animation: textarrowani 1.4s linear;
}
.cta-btn-white {
  background-color: #ffffff;
  color: #3463fe;
  border: 1px solid #eaecf0;
  box-shadow: 0px -1px 4px 0px rgba(234, 236, 240, 1) inset;
}
.cta-btn-white:hover {
  background-color: #ffffff;
  color: #3463fe;
  border: 1px solid #eaecf0;
}
.cta-btn-transparent {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  box-shadow: none;
}
.cta-btn-transparent:hover {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
}
.btn.cta-btn:focus-visible {
  outline: 2px solid #3463fe;
  outline-offset: -2px;
}
@keyframes textarrowani {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px) rotate(-45deg);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px) rotate(-45deg);
  }
  55% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
.cta-btn .cta-down-arrow {
  transform: rotate(0);
}
.cta-btn:hover .cta-down-arrow {
  animation: textarrowdown 1.4s linear;
}
@keyframes textarrowdown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0);
  }
  25% {
    opacity: 0;
    transform: translate(0, 10px) rotate(0);
  }
  26% {
    opacity: 0;
    transform: translate(0, -10px) rotate(0);
  }
  55% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0);
  }
}
/*--------------------------------------------------------------
# Swiper CSS
--------------------------------------------------------------*/
.swiper {
  position: inherit;
}
.swiper-arrows-wrapper svg {
  display: none;
}
.swiper-arrows-wrapper .swiper-button-prev:after,
.swiper-arrows-wrapper .swiper-button-next:after {
  font-size: 32px;
}
.swiper-arrows-wrapper {
  position: absolute;
  top: -95px;
  right: 60px;
  z-index: 2;
  display: flex;
  gap: 25px;
}
/* .swiper-arrows-wrapper .container {
  display: flex;
  justify-content: flex-end;
} */
.swiper-arrows-wrapper .swiper-button-next,
.swiper-arrows-wrapper .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #f5f5f5;
  position: static;
  transition: 0.3s all;
}
.swiper-arrows-wrapper .swiper-button-next:hover,
.swiper-arrows-wrapper .swiper-button-prev:hover {
  background-color: #3564ff;
  color: #ffffff;
  transition: 0.3s all;
}
.swiper-arrows-wrapper .swiper-button-prev:after,
.swiper-arrows-wrapper .swiper-rtl .swiper-button-next:after {
  content: "\F12C";
  font-family: bootstrap-icons !important;
}
.swiper-arrows-wrapper .swiper-button-next:after,
.swiper-arrows-wrapper .swiper-rtl .swiper-button-prev:after {
  content: "\F135";
  font-family: bootstrap-icons !important;
}
/*--------------------------------------------------------------
# Header CSS 
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0px -1px 8px 0px #f5f5f5 inset;
}
.header .navbar-nav .dropdown-menu {
  width: 98%;
  left: 0;
  right: 0;
  height: calc(100vh - 60px);
  margin: auto;
  border: 0;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  border-radius: 12px;
}
.header .navbar-nav .dropdown {
  position: static;
}
.header .navbar-collapse {
  justify-content: center;
}
.header .dropdown-toggle::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 600;
  border: none;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s all;
}
.header .dropdown-toggle.show::after {
  transform: rotate(180deg);
  transition: 0.3s all;
}
.header .dropdown-toggle.show {
  /* color: #3873e4; */
  color: #3463fe; /* added accessibility  */
  font-weight: 500;
}
.header .nav-link {
  display: flex;
  font-weight: 400;
  color: #000000;
  align-items: center;
}
.header .nav-link:hover {
  /* color: #3873e4; */
  color: #3463fe; /* added accessibility  */
}
/*--------------------------------------------------------------
# Hamburger CSS 
--------------------------------------------------------------*/
.hamburger {
  width: 25px;
  height: 18px;
  position: relative;
  display: inline-block;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hamburger .bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #212529;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease,
    top 0.3s ease,
    bottom 0.3s ease;
}
.hamburger .bar.top {
  top: 0;
}
.hamburger .bar.middle {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger .bar.bottom {
  bottom: 0;
}
.hamburger.open .bar.top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.open .bar.middle {
  opacity: 0;
}
.hamburger.open .bar.bottom {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
body.menu-open {
  overflow: hidden;
}
/*--------------------------------------------------------------
# Mega menu CSS 
--------------------------------------------------------------*/
.mega-menu-heading {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.mega-menu-inner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-span {
  font-size: 14px;
  color: #575757;
  display: block;
}
.mega-menu-inner-list-item {
  margin-bottom: 6px;
  line-height: 1.1;
}
.mega-menu-inner-list-item a {
  position: relative;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 6px 4px;
  font-size: 16px;
}
.mega-menu-inner-list-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mega-menu-link:hover::before {
  opacity: 1;
}
.mega-menu-link:hover .gradient-bg-icon {
  background: transparent;
}
.mega-menu-link:hover .gradient-bg-icon::before {
  opacity: 0;
  transition: 0.3s all;
}
.mega-menu-inner-list-item .gradient-bg-icon {
  margin-right: 10px;
}
.mega-menu-content {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  transition: 0.3s all;
}
.mega-menu-content.active {
  opacity: 1;
  transition: 0.3s all;
}
.mega-menu-content.default-active {
  opacity: 1;
  transition: 0.3s all;
}
.mega-menu-content p {
  line-height: 1.2;
}
.mega-menu-social-list-bottom {
  background-color: #b8d8fe;
  position: absolute;
  width: calc(100% - 36px);
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.mega-menu-social-list a {
  color: #000000;
  font-weight: 500;
  border-radius: 12px;
  padding: 4px 5px;
  transition: 0.3s all;
}
.mega-menu-social-list a:hover {
  background-color: #3564ff;
  color: #ffffff;
  transition: 0.3s all;
}
.mega-menu-social-list a .gradient-bg-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 100%;
  transition: 0.3s all;
  opacity: 1;
}
.mega-menu-social-list a:hover .gradient-bg-icon::after {
  opacity: 0;
  transition: 0.3s all;
}
.mega-menu-details {
  height: 100%;
}
.header .dropdown-menu .accordion-button {
  padding: 0;
}
.header .dropdown-menu .accordion-button:not(.collapsed) {
  background: none;
  padding: 0;
  box-shadow: none;
  color: #000000;
}
.header .dropdown-menu .accordion-item {
  border: 0;
}
.header .dropdown-menu .accordion-body {
  padding: 0;
}
.header .dropdown-menu .accordion-button {
  color: #000000;
}
.mega-menu-social-img-wrapper {
  width: 110px;
  min-width: 110px;
  margin-right: 10px;
}
.gradient-bg-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.gradient-bg-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  opacity: 1;
  transition: 0.3s all;
}
.gradient-bg-icon * {
  z-index: 1;
}
/* card pagination */
.card-content .h6-heading {
  margin-block: 15px;
}
.purpose-built-container .card-controls {
  bottom: 0;
  display: none;
}
.card-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  position: relative;
}
.card-pagination.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-pagination .swiper-pagination-bullet {
  background: #bcccff80;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  opacity: 1;
  transition:
    width 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}
.card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 14px;
  background: #3463fe;
  transform: translateZ(0);
}
.bg-card-border {
  border: 1px solid #eaecf0;
}
.list-card-style {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.list-card-style:before,
.list-card-style:after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, #b4dafd 0%, #f1d0fe 100%);
}
.list-card-style:before {
  left: 0;
}
.list-card-style:after {
  right: 0;
}
.list-card-border-style {
  position: relative;
}
.list-card-border-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;

  background: linear-gradient(180deg, #b4dafd 2.87%, #f1d0fe 100%);
}
/* micro action swiper css */
.card-link {
  display: block;
  background-color: #fff;
  border-radius: 24px;
  transform: scale(1);
  transition: 0.5s all;
  padding: 10px;
  border: 1px solid #eaecf0;
}
.slider-card {
  border: 2px solid #3564ff;
}
.slider-card .card-img {
  height: 135px;
  object-fit: cover;
}
.card-content {
  padding: 0 5px 5px;
}
.card-content .label-head {
  color: #000;
}
.card-arrow {
  position: absolute;
  bottom: 40px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 45px;
  height: 45px;
  transition: all 0.5s ease;
  border-radius: 50%;
}
/* micro action hover */
.card-link .card-img-wrapper {
  overflow: hidden;
  border-radius: 24px;
}
.card-link .card-img-wrapper .card-img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.card-link:hover .card-img-wrapper .card-img {
  transform: scale(1.1);
}
.card-link:hover .cta-arrow {
  background-color: #3873e4;
}
.slider-card:hover .cta-arrow {
  background-color: transparent;
}
.card-link:hover .cta-arrow img {
  filter: brightness(0) invert(1);
}
.card-img img {
  border-radius: 20px;
}
.card-arrow .bi,
.cta-arrow .bi {
  font-size: 20px;
}
.card-link:hover .bi,
.insights-perspectives-link:hover .bi {
  color: #ffffff;
}
.card-arrow .bi::before,
.cta-arrow .bi::before {
  font-weight: 600 !important;
}
/* card pagination */
.card-pagination {
  position: static;
}
.card-pagination .swiper-pagination-bullet {
  background: #bcccff80;
  width: 14px;
  height: 14px;
}
.card-pagination .swiper-pagination-bullet.active {
  width: 60px;
  height: 14px;
  background: #3463fe;
  transform: translateZ(0);
}
.card-pagination:hover .swiper-pagination-bullet {
  background: #3463fe;
}
.stat-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}
.powering-commerce .cta-btn {
  z-index: 1;
  position: relative;
}
.insights-perspectives .view-more-btn-wrapper {
  position: absolute;
  top: 0;
  right: 100px;
}
/* added accessibility  */
.powering-commerce .cta-btn:focus {
  outline: 2px solid #3463fe !important;
}
.euinox-advantage .euinox-advantage-head {
  font-size: 24px;
  font-weight: 600;
}
.euinox-advantage .accordion-item {
  background-color: #fdfffc;
  border: 1px solid #eaecf0;
  position: relative;
  border-radius: 12px;
}
.euinox-advantage .accordion-button:not(.collapsed) {
  background: none;
}
.euinox-advantage .accordion-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(90deg, #b4dafd 0%, #f1d0fe 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.euinox-advantage .accordion-button {
  color: #000000;
  font-weight: 600;
  background: transparent;
}
.euinox-advantage .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.euinox-advantage .accordion-button::after {
  content: "\F4FA";
  background: none;
  font-family: bootstrap-icons !important;
  transform: none;
  position: absolute;
  top: 88px;
  right: 18px;
  color: #3564ff;
}
.euinox-advantage .accordion-button:not(.collapsed)::after {
  content: "\F2E6";
}
.label-head {
  border: 1px solid #eaecf0;
  font-size: 16px;
  padding: 5px;
  display: inline-block;
}
.sec2-content-icon {
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    circle,
    #cad6fd,
    #d0d5fe,
    #d6d4fe,
    #ddd3fe,
    #e4d2fd
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sec2-content-icon img,
.small-icon {
  width: 40px;
  height: 40px;
  object-fit: cpver;
}
/* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
.insights-perspectives {
  position: relative;
}
.expanded-slider-wrapper {
  max-width: 100%;
}
/* .expanded-swiper .swiper-wrapper {
  margin-left: -470px;
} */
.insights-perspectives-swiper .swiper-slide-active .h5-heading {
  font-size: 28px;
}
.insights-perspectives-content .h5-heading {
  font-size: 22px;
  line-height: 1.3;
}
.insights-perspectives-link .card-arrow {
  top: 30px;
  right: 30px;
  bottom: auto;
  color: #3564ff;
  transition: 0.3s all;
}
.insights-perspectives-link:hover .card-arrow {
  background-color: #3564ff;
  color: #ffffff;
  transition: 0.3s all;
}
/* .insights-perspectives-swiper .swiper-slide:first-child {
  padding-left: 0px;
} */
.insights-perspectives-swiper .swiper-slide {
  /* width: 280px; */
  width: 25%;
  padding: 0 10px;
  transition: all 0.5s ease;
}
.insights-perspectives-swiper .swiper-slide-active {
  /* width: 670px; */
  /* width: 50%; */
  width: 70%;
}
.insights-perspectives-swiper .swiper-slide-active .insights-head {
  font-size: 36px;
  transition: all 0.5s ease;
}
.insights-perspectives-swiper .swiper-slide-active .ip-body.no-para {
  bottom: calc(anchor(bottom) + 20px);
}
.insights-perspectives-swiper .insights-head {
  font-size: 24px;
}
.insights-perspectives-swiper .insights-perspectives-img {
  position: relative;
  height: 450px;
}
.insights-perspectives-swiper .insights-perspectives-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  anchor-name: --prodcnt;
}
.insights-perspectives-swiper .ip-body {
  position: absolute;
  bottom: calc(anchor(bottom) + 20px);
  position-anchor: --prodcnt;
  left: calc(anchor(left) + 20px);
  right: calc(anchor(right) + 20px);
}
.insights-perspectives-swiper .ip-ftr .insights-perspectives-para {
  padding: 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  font-size: 22px;
}
.insights-perspectives-swiper .swiper-slide-active .ip-body {
  bottom: calc(anchor(bottom) + 150px);
  /* position: relative; */
}
.insights-perspectives-swiper
  .swiper-slide-active
  .ip-ftr
  .insights-perspectives-para {
  transition: all 0.7s ease;
  transition-delay: 0.2s;
  opacity: 1;
  max-height: 100%;
  line-height: inherit;
  visibility: visible;
}
.insights-perspectives-swiper .insights-perspectives-img:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(31, 79, 176, 0) -6.85%,
    rgba(5, 22, 55, 0.2) 10.7%,
    rgba(5, 22, 55, 0.9) 58.09%,
    #051637 97.99%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 20px;
}
.insights-perspectives-swiper .insights-perspectives-link {
  display: block;
  border-radius: 20px;
  color: #fff;
  transition: all 0.5s ease;
}
/* .insights-perspectives-swiper .insights-perspectives-content {
  position: absolute;
  bottom: 0;
  height: 275px;
  overflow: hidden;
  transition: 0.3s all;
  padding: 15px;
}
.insights-perspectives-swiper
  .swiper-slide-active
  .insights-perspectives-content {
  height: auto;
  bottom: 0;
  transition: 0.3s all;
} */
.insights-perspectives-swiper .insights-perspectives-para {
  font-size: 20px;
}
.insights-perspectives-swiper .insights-perspectives-arrow {
  position: absolute;
  z-index: 1;
  width: 55px;
  right: 20px;
  top: 20px;
  background: #fff;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insights-perspectives-swiper .insights-perspectives-arrow .bi {
  font-size: 20px;
  color: #3564ff;
}
.insights-perspectives-swiper .insights-perspectives-arrow .bi::before {
  font-weight: 600 !important;
}
.insights-perspectives-swiper .swiper-slide-active .insights-perspectives-arrow,
.insights-perspectives-swiper
  .insights-perspectives-link:hover
  .insights-perspectives-arrow {
  transition: all 0.5s ease;
  background-color: #3564ff;
}
.insights-perspectives-swiper
  .swiper-slide-active
  .insights-perspectives-arrow
  .bi {
  color: #ffffff;
}
/* pagination */
.ip-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px !important;
}
.ip-pagination.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #d9e1fb;
  opacity: 1;
  transition:
    width 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
  margin: 0 5px;
}
.ip-pagination .swiper-pagination-bullet-active {
  width: 60px;
  height: 14px;
  background: #3463fe;
  transform: translateZ(0);
}
/* ----------------------------------------
Human centric commerce
------------------------------------------*/
.human-centric-commerce-wrapper {
  position: relative;
}
.human-centric-commerce-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #041341 5.82%,
    rgba(15, 30, 78, 0) 326.6%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.human-centric-commerce-wrapper .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.human-centric-commerce-wrapper .hero-fit {
  object-fit: cover;
}
.human-centric-commerce-wrapper .container {
  position: relative;
  z-index: 1;
}
.x-light {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}
.dot-light {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}
/* ----------------------------------------
# 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: #000;
  font-weight: 400;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #000;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
.footer-rw > div:last-child > .ftr-head {
  border-bottom: 0px;
}
.footer-rw > div:last-child .ftr-head:after {
  display: none;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
ul.footer-txt > li > a:hover {
  text-decoration: underline;
}
.ftr-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.copy-txt {
  color: #333;
  font-size: 16px;
}
.copy-logo {
  text-align: end;
}
.accordion .accordion-item .accordion-body p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 992px) {
  /* ----------------------------------------
Header
------------------------------------------*/
  .header .navbar {
    position: static;
  }
  .header .navbar-nav {
    max-width: max-content;
  }
  .header .dropdown-menu .collapse:not(.show) {
    display: block;
  }
  .header .dropdown-menu .accordion-collapse {
    height: auto !important;
    visibility: visible;
    display: block;
    overflow: visible;
  }
  .header .dropdown-menu .accordion-button::after {
    display: none;
  }
  .mega-menu-social-list a {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
  }
  /* Equinox */
  .euinox-advantage .accordion-item:hover::before {
    opacity: 1;
    border-color: transparent;
    transition: 0.3s all;
  }
  .euinox-advantage .accordion-collapse {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    transition: 0.3s all;
    z-index: 1;
  }
  .euinox-advantage .accordion-item:hover .accordion-collapse {
    opacity: 1;
  }
  .euinox-advantage .accordion-item .accordion-collapse:focus {
    opacity: 1;
    outline: 2px solid #3463fe;
    outline-offset: -2px;
  }
  .euinox-advantage .accordion-button::after {
    display: none;
  }
  .powering-commerce.euinox-advantage .accordion-item {
    overflow: auto;
  }
  .powering-commerce.euinox-advantage .accordion-item,
  .powering-commerce.euinox-advantage .accordion-item .accordion-header {
    height: auto;
    min-height: auto;
  }
  .euinox-advantage .accordion-item,
  .euinox-advantage .accordion-item .accordion-header {
    height: 100%;
    min-height: 160px;
  }
  .euinox-advantage .accordion-item {
    overflow: hidden;
  }
  .euinox-advantage .accordion-item::before {
    z-index: 1;
  }
  .powering-commerce .accordion-collapse {
    opacity: 1;
    position: static;
    height: auto;
  }
  .euinox-advantage .accordion-item,
  .euinox-advantage .accordion-item .accordion-header {
    min-height: 210px;
  }
}
@media only screen and (max-width: 1200px) {
  .insights-perspectives-swiper .insights-perspectives-img:before {
    height: 60%;
  }
  .cta-btn {
    padding: 5px 10px;
  }
  .header .nav-item {
    font-size: 16px;
  }
  .swiper-wrapper {
    flex-wrap: wrap;
  }
  #micro-action-swiper .swiper-slide {
    margin: 0 0 20px !important;
    width: 33.33% !important;
    padding: 0 10px;
  }
  .navbar__nav ul.main-menu {
    width: auto;
  }
  .navbar__nav ul.main-menu {
    margin-right: 0;
  }
  .insights-perspectives-swiper .insights-perspectives-img {
    height: auto;
  }
  .insights-perspectives-swiper .insights-perspectives-link {
    margin-bottom: 50px;
    border: 1px solid #051637;
    height: 100%;
  }
  .insights-perspectives-swiper .ip-ftr .insights-perspectives-para {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    font-weight: 400;
    font-size: 22px;
    height: 100%;
    background: #fff;
    color: #000 !important;
    border-radius: 0 0 20px 20px;
    line-height: 1.3;
  }
  /* ----------------------------------------
  # Insights Perspectives page CSS
  ------------------------------------------*/
  .insights-perspectives-swiper .swiper-slide-active .ip-body {
    bottom: calc(anchor(bottom) + 20px);
  }
  .insights-perspectives-swiper
    .swiper-slide-active
    .ip-ftr
    .insights-perspectives-para {
    position: relative;
    color: #000 !important;
  }
  .insights-perspectives-swiper .insights-head {
    word-break: break-word;
  }
  .insights-perspectives-swiper .ip-controls {
    margin-top: 350px !important;
    display: none;
  }
  .insights-perspectives-swiper .swiper-slide-active .insights-head {
    font-size: 22px;
  }

  .insights-perspectives-swiper .swiper-slide {
    width: 33.33% !important;
    margin: 0 0 20px;
    padding: 0 10px;
    transition: all 0.5s ease;
  }
  .insights-perspectives-swiper .insights-head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .cta-enquiry {
    right: -45px;
  }
  .cta-btn {
    font-size: 16px;
  }
  .navbar-right-section {
    margin-right: 0 !important;
  }
  .insights-perspectives-swiper .swiper-slide {
    width: 50% !important;
  }
  .swiper-arrows-wrapper .swiper-button-next,
  .swiper-arrows-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-arrows-wrapper .swiper-button-next:after,
  .swiper-arrows-wrapper .swiper-rtl .swiper-button-prev:after,
  .swiper-arrows-wrapper .swiper-button-prev:after,
  .swiper-arrows-wrapper .swiper-rtl .swiper-button-next:after {
    font-size: 30px;
  }
  .micro-action-swiper .swiper-arrows-wrapper {
    top: unset;
    bottom: -60px;
  }
  .micro-action-swiper .swiper-arrows-wrapper .container {
    justify-content: center;
  }
  .micro-action-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }
  /* .insights-perspectives-swiper .swiper-slide-active {
    width: 100% !important;
  } */
  .header .nav-item {
    padding: 0 20px;
    font-size: 16px;
  }
  .header .navbar-nav .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 100%;
  }
  /* .header .nav-link.show {
    display: none;
  } */
  .header .navbar-collapse {
    position: fixed;
    top: 65px;
    left: 0px;
    right: 0;
    width: 100%;
    height: calc(100% - 65px) !important;

    /* transform: translateY(-100%); */
  }
  .header .navbar-nav {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    position: relative;
  }
  .header .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid #eaecf0;
  }
  .mega-menu-heading {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header .dropdown-menu .accordion-button {
    padding: 15px 0;
    font-size: 16px;
  }
  .header .dropdown-menu .accordion-button:not(.collapsed) {
    padding: 15px 0;
  }
  .header .dropdown-menu .accordion-body {
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .header .dropdown-menu .accordion {
    border-top: 1px solid #eaecf0;
  }
  .mega-menu-details {
    overflow-y: auto;
    max-height: calc(100% - 160px);
    height: 100%;
  }
  .mega-menu-social-list-bottom {
    background-color: transparent;
  }
  .mega-menu-back {
    color: #3463fe;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .mega-menu-back .cta-arrow {
    font-size: 24px;
  }
  .header-right {
    position: absolute;
    right: 0;
    top: 8px;
  }
  .header .navbar-toggler:focus {
    box-shadow: none;
  }
  .mega-menu-inner-list-item:last-child {
    margin-bottom: 0;
  }
  .mega-menu-social-list li {
    font-size: 16px;
  }
  .mega-menu-social-list a {
    justify-content: center;
  }
  .header .get-connected {
    background-color: #b8d8fe;
  }
  .header .get-connected-icon {
    max-width: 22px;
  }
  .mega-menu-social-list .cta-btn {
    color: #ffffff;
  }
  .mega-menu-inner-list-item a {
    align-items: center;
  }
  .mega-menu-social-list .gradient-bg-icon {
    order: 1;
  }
  .mega-menu-social-list a .gradient-bg-icon::before,
  .mega-menu-social-list a .gradient-bg-icon::after {
    background: none;
  }
  /* ----------------------------------------
  # Micro Action Swiper CSS
  ------------------------------------------*/
  .micro-action-swiper .swiper-arrows-wrapper {
    left: 0;
    right: 0;
    justify-content: center;
  }
  /* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
  .insights-perspectives .view-more-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .insights-perspectives {
    padding-bottom: 150px !important;
  }
  .insights-perspectives-swiper .insights-perspectives-content {
    height: auto;
    bottom: 0;
  }
  .insights-perspectives-swiper .swiper-slide-active .h5-heading {
    font-size: 22px;
    line-height: 1.2;
  }
  .insights-perspectives-swiper .insights-perspectives-para {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #micro-action-swiper .swiper-slide {
    width: auto !important;
    padding: 0;
  }
  #insights-perspectives .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-block: 0;
  }
  .insights-perspectives-swiper .swiper-slide {
    width: 100% !important;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease;
  }
  /* ----------------------------
# 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;
  }
  /* ----------------------------------------
# Swiper CSS
------------------------------------------*/
  .swiper-arrows-wrapper {
    top: unset;
    left: 0;
    right: 0;
    bottom: -60px;
    justify-content: center;
  }
  .swiper-arrows-wrapper svg {
    display: none;
  }
  .stat-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list-card-border-style::before {
    width: 100%;
    height: 4px;
    top: auto;
    bottom: 0;
  }
  /* ----------------------------------------
Insights slider or last big slider
------------------------------------------*/
  .insights-perspectives-swiper .swiper-slide-active .insights-head {
    font-size: 24px;
  }
  .insights-perspectives-swiper .ip-ftr .insights-perspectives-para {
    font-size: 18px;
  }
  .insights-perspectives-swiper .ip-controls {
    margin-top: 200px !important;
  }
  /* .insights-perspectives-swiper .swiper-slide:first-child {
    padding-left: 0;
  } */
  /* ----------------------------------------
# Footer CSS
------------------------------------------*/
  /* footer css start */
  .ftr-head {
    border-bottom: 1px solid #eaecf0;
    padding: 20px 0;
    margin: 0 !important;
    position: relative;
  }
  .ftr-head:after {
    content: "\F282";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: bootstrap-icons;
    font-size: 18px;
    color: #3564ff;
  }
  .ftr-links {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.4s ease,
      padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ftr-links.show {
    max-height: 500px;
  }
  .ftr-links li:first-child {
    margin-top: 15px;
  }
  .copy-txt {
    font-size: 14px;
    white-space: nowrap;
  }
  .copy-txt-wrap,
  .copy-logo {
    flex: 1;
  }
  .copy-logo .infy-logo svg {
    width: 73px;
    height: 27px;
  }
  .insights-perspectives-swiper .insights-perspectives-img:before {
    height: 100%;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .navbar__nav li {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
  }
}
