@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.pt-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;
}
section {
  position: relative;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
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;
}

.img-bg {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 10%), 0px -6px 10px rgb(0 0 0 / 10%);
  padding: 0;
}
.modal-dialog {
  margin: 100px auto;
}
.cta-link {
  /* font-family: "tungstenw05-medium", "Oswald", sans-serif; */
  /* font-weight: 500; */
  color: #999;
  border: 0;
  position: relative;
  z-index: 1;
  display: block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* padding: 8px 25px; */
  letter-spacing: 1px;
  margin: 1.11rem 0;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
}
/* .cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
} */
.cta-link:hover {
  color: #222;
  /* border: 1px solid #000;
  background-color: transparent;
  color: #fff;
  text-decoration: none; */
}
/* .cta-link:hover:before {
  height: 600%;
}
.cta-link:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
} */
.cta-white {
  color: #fff;
}
.cta-white:hover,
.cta-white:focus {
  color: #fff;
}

.cta-white-border {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.cta-white-border:before {
  background-color: #fff !important;
}
.cta-white-border:hover {
  border: 1px solid #fff !important;
  color: #000 !important;
}
.cta-white-border:focus {
  background-color: #fff !important;
  color: #000 !important;
}
.cta-fixed {
  position: fixed;
  z-index: 2;
  right: -60px;
  color: #fff;
  transform: translateY(-100%) rotate(-90deg);
  top: 50%;
  padding: 10px;
  background-image: linear-gradient(
    to right,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  border-radius: 10px 10px 0 0;
  font-weight: 500;
}
.cta-fixed:hover,
.cta-fixed:focus {
  color: #fff;
}
.slider,
.hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #fff;
}
.hero-head {
  font-size: 92px;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-head label {
  position: relative;
  font-weight: 300;
  display: block;
  margin: 0;
  height: 110px;
  /* overflow: hidden; */
}
.hero-head span {
  display: inline-block;
  min-width: 0.5px;
  transform: translateY(110px);
}
.year-highlight {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.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;
}
.hero-video {
  object-fit: cover;
}
.mouse-scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  flex-direction: column;
}
.scroll-txt {
  margin-top: 20px;
  letter-spacing: 12px;
  color: #ffffff;
  -webkit-animation: colorText 5s ease-out infinite,
    nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.mouse {
  background: #007cc3
    linear-gradient(transparent 0%, transparent 50%, #061838 50%, #061838 100%);
  position: relative;
  width: 32px;
  height: 58px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite,
    nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 26px;
  height: 52px;
  background-color: #007cc3;
  border-radius: 100px;
}
.mouse:after {
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #007cc3;
  }
  29.99% {
    background-color: #061838;
    background-position: 0% 0%;
  }
  30% {
    background-color: #007cc3;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #007cc3;
  }
  59% {
    background-color: #061838;
    background-position: 0% 0%;
  }
  60% {
    background-color: #007cc3;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #007cc3;
  }
  90%,
  100% {
    background-color: #061838;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #007cc3;
  }
  29.99% {
    background-color: #061838;
    background-position: 0% 0%;
  }
  30% {
    background-color: #007cc3;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #007cc3;
  }
  59% {
    background-color: #061838;
    background-position: 0% 0%;
  }
  60% {
    background-color: #007cc3;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #007cc3;
  }
  90%,
  100% {
    background-color: #061838;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #007cc3;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #007cc3;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #007cc3;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #007cc3;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #007cc3;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #007cc3;
  }
  90% {
    color: #ffffff;
  }
}

.sec01 {
  color: #fff;
  background-color: #273fa0;
  padding-bottom: 100px !important;
}
.sec01:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #273fa0;
  transform: skew(0, -4deg);
}
.sec01-head {
  margin: 0 0 50px;
}
.sec01-head span {
  font-size: 120px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.sec01-head span:nth-child(2) {
  font-size: 100px;
}

.sec2 {
  height: 100vh;
  background-image: url(../finserv_meet_your_needs_images/sec2-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  /* background-image: linear-gradient(to top, #ace0f9 0%, #fff1eb 100%);
  color: #273fa0; */
  position: relative;
}
.sec2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sec2-cnt-align {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec2-head {
  margin: 0;
  text-align: center;
}
.sec2-head span {
  font-size: 100px;
  font-weight: 300;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}
.sec2-para,
.sec2-para2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
}
.sec2-para2 {
  margin: 0;
  font-size: 100px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-align: center;
}
.sec2-para2 span:nth-child(2) {
  position: relative;
  padding: 5px 30px;
  margin-top: 15px;
}
.highlight {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #4ac6d6;
}

.sec3 {
  /* color: #273fa0; */
  padding-top: 180px !important;
  background-image: url(../finserv_meet_your_needs_images/sec3-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /* padding-bottom: 180px !important; */
  /* background-image: linear-gradient(to top, #ace0f9 0%, #fff1eb 100%); */
}
/* .sec3:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #bee3ff;
  transform: skew(0, -4deg);
} */
.sec3-head {
  position: relative;
  margin: 0 0 50px;
}
.sec3-head span:nth-child(1) {
  font-size: 102px;
}
.sec3-head span {
  font-size: 68px;
  line-height: 0.8;
  letter-spacing: 1px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  /* background-image: linear-gradient(
    to right,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 700;
}
.sec3-para {
  font-size: 28px;
  margin: 0;
  font-weight: 400;
}
.circle-flex {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* margin: 75px 0; */
}
.circle-box {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.circle_percent {
  font-size: 132px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #92d1ff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 50px;
}
.custom_width_1 {
  font-size: 245px;
}
.custom_width_2 {
  font-size: 260px;
}
.custom_width_3 {
  font-size: 275px;
  margin-top: 100px;
  margin-bottom: 0;
}
.custom_width_4 {
  font-size: 230px;
  margin-top: 75px;
  margin-bottom: 0;
}
.circle-box3 {
  margin-top: -40px;
}
.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}
.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background-color: #061838;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.circle-box2 .percent_more:after {
  background-color: #963596;
}
.circle-box3 .percent_more:after {
  background-color: #00b28f;
}
.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background-color: #061838;
  content: "";
}
.circle_inbox {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #fff;
  z-index: 3;
  border-radius: 50%;
}
.circle_text {
  margin-top: 25px;
}
.percent_text {
  position: absolute;
  font-size: 50px;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.percent_text1 {
  position: absolute;
  z-index: -3;
  font-size: 18px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  padding: 24px;
  width: 100%;
}

.sec4 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 150px !important; */
  background-image: url(../finserv_meet_your_needs_images/sec4-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* .sec4:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #fff;
  transform: skew(0, 4deg);
} */
.sec4-para {
  font-size: 66px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin: 0;
}
.sec4-para label {
  font-weight: normal;
  /* position: relative;
  height: 95px; */
  overflow: hidden;
  margin: 0;
  display: block;
  line-height: 1;
}
.sec4-para label span {
  display: inline-block;
}
.wherever {
  color: #4ac6d6;
}
.whenever {
  color: #ff8a65;
}
.however {
  color: #f7c049;
}

.sec5 {
  color: #212121;
  padding-bottom: 150px !important;
  /* background-color: #f2f2f2; */
  background-image: url(../finserv_meet_your_needs_images/sec5-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec5:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #f2f0ea;
  transform: skew(0, 4deg);
}
.sec5-head {
  margin: 0 0 50px;
  text-transform: uppercase;
}
.sec5-head span {
  font-size: 100px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  /* background-image: linear-gradient(
    to right,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 700;
}
.sec5-head span:first-child {
  font-size: 120px;
}
.sec5-para {
  margin: 0;
  font-size: 28px;
}

.sec6 {
  /* background-color: #102334; */
  color: #1443a3;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}
.sec6:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #e7f0fd;
  transform: skew(0, -4deg);
}
.sec6-head {
  margin: 0 0 50px;
  text-transform: uppercase;
}
.sec6-head span {
  font-size: 80px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  /* background-image: linear-gradient(
    to right,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 700;
}
.sec6-head span:last-child {
  font-size: 150px;
}
.sec6-para {
  margin: 0;
  font-size: 28px;
}
.quote-wrap {
  margin-top: 150px;
}
.quote-img {
  position: absolute;
  top: -130px;
  left: -180px;
  /* opacity: 0.7; */
  max-width: 20%;
  transition: all 0.5s ease;
  filter: invert(1);
}
.quote {
  font-size: 55px;
  line-height: 0.9;
  /* letter-spacing: 1px; */
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin-bottom: 50px;
}
.quote label {
  position: relative;
  overflow: hidden;
  height: 55px;
  font-weight: normal;
  margin: 0; font-size: 30px;
}
.quote label span {
  transform: translateY(55px);
}
.quote::before,
.quote:after {
  content: "";
}
.quote-img-right {
  top: unset !important;
  left: unset !important;
  right: 0;
  bottom: 30px;
}
.media {
  display: flex;
  align-items: center;
}
.media-heading {
  font-size: 20px;
}
.media-para {
  font-size: 18px;
}
.quote-profile-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 0 0;
}

.sec7 {
  background-image: url(../finserv_meet_your_needs_images/sec7-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-attachment: fixed;
}
.sec7-head {
  margin: 0 0 75px;
  text-transform: uppercase;
}
.sec7-head label {
  height: 65px;
  overflow: hidden;
  margin: 0;
  font-weight: normal;
}
.sec7-head label span {
  font-size: 80px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  background-image: linear-gradient(
    to right,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  transform: translateY(65px);
}
.sec7-head label:nth-child(1) span {
  font-size: 130px;
  transform: translateY(120px);
  font-weight: normal;
  line-height: 1.1;
}
.sec7-head label:nth-child(1) {
  height: 120px;
}
.process-wrap {
  overflow: hidden;
}
.process {
  width: 250%;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* -ms-flex-item-align: center;
  align-self: center;
  height: 100vh !important; */
  margin-bottom: 100px;
}
.process-item {
  padding: 0 100px;
}
.process-num {
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  border-radius: 50%;
  width: 140px;
  height: 70px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  background: #fcd242;
  font-size: 50px;
}
.process-para {
  margin: 0 200px 0 0;
  padding: 30px;
  font-size: 34px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}

.sec8 {
  padding-top: 100px;
  background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
  );
}
.sec8-head {
  margin: 0;
}
.num-3 {
  position: absolute;
  font-size: 700px !important;
  display: flex;
  align-items: center;
  z-index: 2;
  height: 100%;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  left: -160px;
  top: 0;
}
.sec8-head span {
  font-size: 90px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
}
.sec8-flex {
  display: flex;
}
.sec8-head span:nth-child(3),
.sec8-head span:nth-child(4) {
  font-size: 120px;
  font-weight: 700;
}
.sec8-para {
  margin: 0;
  font-size: 28px;
  margin-top: 250px;
}
.sec8-box {
  background-color: #fff;
  color: #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
}

.sec8-box:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #60efff 0%, #00ff87 100%);
  transform: translate3d(0px, 20px, 0) scale(0.95);
  filter: blur(20px);
  opacity: var(0.7);
  transition: opacity 0.3s;
  border-radius: inherit;
}

/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
.sec8-box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

/* .sec8-box2 {
  margin-top: 75px;
}
.sec8-box3 {
  margin-top: 150px;
} */
.box-year-head,
.box-head {
  margin: 0 0 15px;
  font-size: 40px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.box-head {
  font-size: 35px;
}
.ul-list {
  padding-left: 20px;
  margin: 0;
}
.ul-list .ul-list-items {
  margin-bottom: 5px;
}
.header-wave {
  position: relative;
  background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
  );
  color: white;
}
.inner-header {
  /* height: 65vh; */
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.waves {
  position: relative;
  width: 100%;
  height: 35vh;
  margin-bottom: -7px;
  min-height: 200px;
  max-height: 150px;
  margin-top: -70px;
}
/* .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
} */

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.sec9 {
  background-color: #e8f0f9;
  color: #273fa0;
  padding-bottom: 200px !important;
}
.sec9-head {
  margin: 0 0 50px;
}
.sec9-head label {
  display: block;
  margin: 0;
  font-weight: normal;
}
.sec9-head span {
  font-size: 100px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.sec9 .d-flex {
  display: flex;
}
.sec9 .d-flex > [class*="col-"]:not(:last-child) {
  border-right: 1px solid #273fa0;
}
.pad-ctrl {
  padding: 0 24px;
}
.sec9-para {
  font-size: 40px;
  margin: 0;
  line-height: 1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.sec9-highlight {
  display: inline-block;
}

.sec10 {
  background-color: #273fa0;
  color: #fff;
  padding-bottom: 200px !important;
}
.sec10:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #273fa0;
  transform: skew(0, -4deg);
}
.sec10-head {
  margin: 0 0 50px;
}
.sec10-head span {
  font-size: 100px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.sec10-head span:nth-child(2) {
  font-size: 170px;
}
.sec10-para {
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sec10-para:not(:last-child) {
  border-bottom: 1px solid;
}
.sec10 .graph-img-wrap {
  padding: 30px;
}

.sec11 {
  padding-bottom: 200px !important;
}
.sec11:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #d8e7da;
  transform: skew(0, -4deg);
}
.sec11-head {
  margin: 0 0 50px;
}
.sec11-head span {
  font-size: 100px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.sec11-head span:nth-child(2) {
  font-size: 120px;
}
.sec11-para {
  font-size: 32px;
  margin: 40px 0 0;
}

.sec12 {
  /* background-color: #001756;
  color: #fff; */
  position: relative;
}
.sec12:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #fff;
  transform: skew(0, 4deg);
}
.sec12-head {
  margin: 0 0 50px;
}
.sec12-head span {
  font-size: 90px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.sec12-head span:nth-child(1) {
  font-size: 110px;
}
.sec12-para {
  font-size: 28px;
  margin: 0;
}
.sec13 {
  background-color: #fffcde ;
  position: relative;
}
.sec13:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #fff;
  transform: skew(0, 4deg);
}
.sec13-head {
  margin: 0 0 50px;
}
.sec13-head span {
  font-size: 90px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.sec13-head span:nth-child(1) {
  font-size: 110px;
}
.sec13-para {
  font-size: 28px;
  margin: 0;
}
.insights-wrap {
  position: relative;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.insights-heading {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 40px;
  margin: 0 0 10px;
}
.insights-para {
  font-size: 20px;
  line-height: 1.1;
  margin: 0;
}
.insights-wrap:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #eee;
  left: 0;
  bottom: -20px;
}

.form-sec {
  background-color: #001756;
  color: #fff;
}
.form-head {
  margin: 0 0 50px;
}
.form-head span {
  font-size: 65px;
  letter-spacing: 1px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
  font-weight: 700;
}
.form-para {
  font-size: 24px;
}
/* FORM CSS START */
#thankyou {
  display: none;
}
.redColor {
  color: #02fed2;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  bottom: -30px;
  position: absolute;
}
.field-bg input,
textarea {
  font-size: 20px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  border: 2px solid #0ad5a7;
  background-color: transparent;
  border-radius: 10px;
  /* color: #fff; */
}
.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(2, 254, 210, 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: #fff;
}
.field-bg form {
  width: 100%;
}
.field-bg input:focus ~ .bar:after,
.field-bg input:focus ~ .bar:before {
  width: 100%;
}
.field-bg input:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #02fed2;
  background-color: transparent;
  text-transform: uppercase;
}
.field-bg textarea:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #02fed2;
  background-color: transparent;
  text-transform: uppercase;
}
.field-bg input:not([value=""]):not(:focus) ~ label {
  top: -20px;
}
.field-bg textarea:not([value=""]):not(:focus) ~ label {
  top: -20px;
}
.field-bg input:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus:-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input::-webkit-input-placeholder {
  opacity: 0;
}
.field-bg input::-moz-placeholder {
  opacity: 0;
}
.field-bg input:-ms-input-placeholder {
  color: transparent;
}
.field-bg input:-moz-placeholder {
  opacity: 0;
}
.field-bg input:focus,
.field-bg textarea:focus {
  outline: 0;
}
.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 18px;
  margin-right: 10px;
}
.form-switch i {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  transition: all 0.3s linear 0s;
  vertical-align: text-bottom;
  height: 22px !important;
  width: 40px !important;
}
.form-switch i:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  content: "";
  left: 0;
  position: absolute;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear 0s;
  height: 18px !important;
  width: 36px !important;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  width: 18px !important;
  height: 18px !important;
}
.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch input:checked + i {
  background-color: #4bd763;
}
.form-switch input:checked + i:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.pvcy-stmt,
.pvcy-stmt:focus,
.pvcy-stmt:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.txt-request {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.cta-dwnld-report,
.cta-dwnld-report:focus,
.cta-dwnld-report:hover {
  margin: 20px 0;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 45px;
  color: #fff;
  font-weight: 600;
}
.form-sub-txt {
  color: #fff;
  font-size: 26px;
  margin-top: 10px;
}
.submit-btn {
  color: #fff;
  padding: 20px 70px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 50px;
  background-image: linear-gradient(
    to right top,
    #0ca8d6,
    #00bfe2,
    #00d5e5,
    #00eadf,
    #02fed2
  );
  font-size: 20px;
}
.main-reports-align {
  margin: 0 0 50px;
  padding: 0 15px;
}
.cta-main-report {
  display: flex;
  align-items: center;
}
.reports {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .report-img-right {
  padding: 0 20px;
} */
.cta-main-report .h3-head {
  font-size: 35px;
}

.reports img {
  border-radius: 10px;
  max-width: 50%;
}
.reports-para span:nth-child(1) {
  font-size: 60px;
}
.reports-para span {
  display: block;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 40px;
  line-height: 0.9;
}
/* FORM CSS END */
.floating-bar {
  position: fixed;
  right: -30px;
  background-color: #fff;
  padding: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
}
.floating-bar:hover,
.floating-bar:focus {
  color: #000;
}
/* 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;
}
@media only screen and (max-width: 1024px) {
  /* .slider,
  .hero_slider,
  .repeated-css {
    height: 600px;
  } */
  .sec2-para2 {
    font-size: 100px;
  }
  .sec3-para {
    margin: 0 0 75px;
  }
  .circle-box {
    width: 25%;
  }
  .custom_width_3 {
    margin-top: 160px;
  }
  .custom_width_4 {
    margin-top: 160px;
  }
  .sec4-para {
    font-size: 54px;
  }
  .sec6-head span {
    font-size: 68px;
  }
  .process-para {
    margin: 0;
  }
  .sec8-head span:nth-child(3),
  .sec8-head span:nth-child(4) {
    font-size: 100px;
  }
  .num-3 {
    font-size: 590px !important;
    left: -120px;
  }
  .sec12-head span {
    font-size: 86px;
  }
}
@media only screen and (max-width: 992px) {
  /* .slide-image {
    right: -580px;
  } */
  .slide-image {
    right: 0px;
  }
  .sec2-head span,
  .sec2-para2 {
    font-size: 76px;
  }
  .circle-box {
    width: 50%;
  }
  .custom_width_2 {
    margin-top: 50px;
  }
  .custom_width_4 {
    margin-top: 75px;
  }
  .sec4 {
    background-position: right 100px;
  }
  .sec4-para {
    font-size: 62px;
  }
  .sec5 {
    background-position: right center;
  }
  .sec5-para {
    margin-bottom: 50px;
    font-weight: 500;
  }
  .quote {
    font-size: 42px;
  }
  .quote label {
    height: 42px;
  }
  .quote-img {
    left: 0;
  }
  /* .sec7 {
    background-position: -630px center;
  } */
  .sec7-head label:nth-child(1) span {
    font-size: 100px;
  }
  .sec7-head label:nth-child(1) {
    height: 100px;
  }
  .process {
    margin-bottom: 0;
    margin-top: 0;
  }
  .process-item {
    padding: 0 50px;
  }
  .sec8-head {
    margin: 0 0 0 120px;
  }
  .num-3 {
    left: 0;
  }
  .sec8-para {
    margin-top: 150px;
  }
  .box-year-head,
  .box-head,
  .sec9-para {
    font-size: 30px;
  }
  .form-para {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .slide-image {
    right: -400px;
  }
}
@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;
  }
  .cta-fixed {
    top: unset;
    bottom: 0;
    transform: none;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0;
  }
  /* .slider,
  .hero_slider,
  .repeated-css {
    height: 480px;
  } */
  /* .slide-image {
    right: -720px;
  } */
  .slide-image {
    right: 0px;
  }
  .hero-head {
    font-size: 60px;
  }
  .hero-head label {
    height: 60px;
  }
  .hero-head span {
    transform: translateY(60px);
  }
  .sec2-head span,
  .sec2-para2 {
    font-size: 52px;
  }
  .sec2-para {
    font-size: 24px;
  }
  .sec2-para2 {
    font-size: 64px;
  }
  .sec01-head span {
    font-size: 80px;
  }
  .sec01-head span:nth-child(2) {
    font-size: 60px;
  }
  .sec3 {
    padding-top: 100px !important;
  }
  .sec3-head span:nth-child(1) {
    font-size: 80px;
  }
  .sec3-head span {
    font-size: 60px;
  }
  .sec3-para {
    font-size: 24px;
  }
  .circle-box {
    width: 100%;
  }

  .custom_width_3 {
    margin-top: -50px;
  }
  .custom_width_4 {
    margin-top: 0px;
  }
  .circle-box3 {
    margin-top: 50px;
  }
  .sec4 {
    background-position: right 70px;
  }
  .sec4-para {
    font-size: 28px;
  }
  .sec5-head span:first-child {
    font-size: 70px;
  }
  .sec5-head span {
    font-size: 50px;
  }
  .sec6-head span {
    font-size: 42px;
  }
  .sec6-head span:last-child {
    font-size: 110px;
  }
  .quote {
    font-size: 34px;
  }
  .quote-wrap {
    margin-top: 50px;
  }
  .quote label {
    height: auto;
    display: inline;
  }
  .quote label span {
    display: inline !important;
    transform: translateY(0);
  }
  .quote::before {
    content: open-quote;
    /* top: 20px; */
  }
  .quote::after {
    content: close-quote;
    bottom: 0;
  }
  .sec7 {
    background-position: 0 0;
  }
  .sec7-head {
    margin: 0;
    line-height: 0.9;
  }
  .sec7-head label:nth-child(1) span {
    font-size: 70px;
  }
  .sec7-head label:nth-child(1) {
    height: 70px;
  }
  .sec7-head label {
    height: 45px;
  }
  .sec7-head label span {
    font-size: 50px;
    transform: translateY(50px);
  }
  .sec7 .graph-sec {
    margin-top: 100px;
  }
  .process {
    margin-top: 50px;
  }
  .process-num {
    width: 230px;
    height: 70px;
  }
  .process-para {
    padding: 0;
  }
  .sec8-head span {
    font-size: 60px;
  }
  .sec8-head span:nth-child(3),
  .sec8-head span:nth-child(4) {
    font-size: 70px;
  }
  .sec8,
  .sec8-flex {
    display: block;
  }
  .sec8-head {
    margin: 0 0 0 50px;
  }
  .sec8-para {
    margin-top: 50px;
  }
  .num-3 {
    font-size: 270px !important;
  }
  .sec8-box {
    margin-bottom: 50px;
  }
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .sec9 .d-flex {
    display: block;
  }
  .sec9-head span {
    font-size: 70px;
  }
  .sec9 .d-flex > [class*="col-"]:not(:last-child) {
    border-bottom: 1px solid #273fa0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: 0;
  }
  .sec10-head span {
    font-size: 70px;
  }
  .sec10-head span:nth-child(2) {
    font-size: 120px;
  }
  .sec10 .graph-img-wrap {
    padding: 10px;
  }
  .sec11-head span {
    font-size: 60px;
  }
  .sec11-head span:nth-child(2) {
    font-size: 70px;
  }
  .sec11-para {
    font-size: 28px;
    margin: 0;
  }
  .sec12-para {
    margin-bottom: 50px;
  }
  .insights-para {
    font-size: 22px;
  }
  .scroll-up {
    bottom: 60px;
  }
  .floating-bar {
    right: unset;
    top: unset;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
}
@media only screen and (max-width: 680px) {
  .slide-image {
    right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .slide-image {
    right: -240px;
  }
}
@media only screen and (max-width: 480px) {
  .slide-image {
    right: -540px;
  }
}
@media only screen and (max-width: 360px) {
}
