.root {
  font-size: 0.052086vw;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  font-style: normal;
  font-weight: 400;
  src: url(../css/fonts/Montserrat-ExtraBold.woff2) format("woff2"),
    url(../css/fonts/Montserrat-ExtraBold.otf) format("otf");
}

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 400;
  src: url(../css/fonts/Montserrat-Bold.woff2) format("woff2"),
    url(../css/fonts/Montserrat-Bold.otf) format("otf");
}

@font-face {
  font-family: "Montserrat-Semibold";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/Montserrat-SemiBold.woff2) format("woff2"),
    url(../css/fonts/Montserrat-SemiBold.otf) format("otf");
}

@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/Montserrat-Medium.woff2) format("woff2"),
    url(../css/fonts/Montserrat-Medium.otf) format("otf");
}

@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../css/fonts/Montserrat-Regular.otf) format("otf");
}

@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../css/fonts/Montserrat-Regular.otf) format("otf");
}

@font-face {
  font-family: "Bebas-Neue-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/BebasNeue-Bold.woff2) format("woff2"),
    url(../css/fonts/BebasNeue-Bold.ttf) format("ttf");
}

@font-face {
  font-family: "Bebas-Neue-Regular";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/BebasNeue-Regular.woff2) format("woff2"),
    url(../css/fonts/BebasNeue-Regular.ttf) format("ttf");
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

body {
  margin: 0;
  font-family: "Montserrat", serif;
  background-color: #000104;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Bold", serif;
}

p,
a {
  font-family: "Montserrat-Regular", serif;
}

a,
a:hover {
  color: unset;
  text-decoration: none;
}

p {
  font-size: 16rem;
  line-height: 1.4em;
  color: #ffffff;
}

h2 {
  color: #ffffff;
  font-size: 80rem;
  position: relative;
}

h3 {
  color: #ffffff;
  font-size: 48rem;
  position: relative;
}

h4 {
  color: #ffffff;
  font-size: 64rem;
  font-weight: 700;
}

h5 {
  font-size: 36rem;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
}

h6 {
  font-size: 28rem;
  line-height: 1.4em;
  color: #ffffff;
}

.wns-head64 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Montserrat-Semibold", serif;
  font-size: 64rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 30rem;
}

.wns-head28 {
  font-family: "Montserrat-Semibold", serif;
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 30rem;
}

.para-16 {
  color: #231f20;
  font-family: "Montserrat-Medium", serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
}
.head-20 {
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Montserrat-Semibold", serif;
}
b {
  font-family: "Montserrat-bold", serif;
  font-weight: 700;
}
.text-black {
  color: #231f20;
}
button:focus {
  outline: unset;
}

section {
  padding: 200rem 40rem;
}
:root {
  --motion: 1;
}
header {
  height: 60rem;
  padding: 0 40rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 3;
}
.right-head {
  position: absolute;
  right: 40rem;
  top: 10rem;
}
.right-head button{
  background-color: #ffffff;
  text-align: center;
  font-family: "Bebas-Neue-Bold", sans-serif;
  color: #ED1C24;
  transition: 0.3s ease-in;
  padding: 10rem 26rem 9rem;
  }
.right-head button:hover{
background-color: #ED1C24;
color: #ffffff;
}
.wns-head-32 {
  font-size: 32rem;
}
.wns-logo img {
  width: 68rem;
}

.container {
  max-width: 1120rem;
  padding: 0;
}

.search-b img {
  width: 20rem;
}
.cta-text {
  color: #fff;
  font-family: "Bebas-Neue-Regular", serif;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.4s ease-in;
}
.cta-btn {
  font-family: "Bebas-Neue-Bold", serif;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  color: #000;
  background-color: #ffdbc5;
  padding: 13rem 30rem 12rem;
  border-radius: 30rem;
  display: block;
  width: fit-content;
  cursor: pointer;
}
.cta-btn:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #f37021;
}
/* Top banner section start ************************************ */
#top-banner {
  background-color: #060606;
  position: relative;
  height: 100vh;
  padding: 150rem 40rem 150rem;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.spline-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#top-banner.card-wrapper {
  max-width: 410rem;
  text-align: left;
  border-radius: 10rem;
  border: 0.5px solid #2d2d2d;
  width: 100%;
  padding: 20rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  background: rgba(45, 45, 45, 0.05);
  backdrop-filter: blur(5.5px);
  position: relative;
  z-index: 2;
}

.para-bottom {
  font-size: 16rem;
  line-height: 1.4em;
  color: #ffffff;
  text-align: left;
}
.banner-left-cntt,
.bleft-btm-cntt {
  z-index: 4;
  position: relative;
}
#top-banner h1 {
  font-size: 250rem;
  line-height: 1.2em;
  color: #ffffff;
  text-align: right;
  font-family: "Bebas-Neue-Bold", serif;
}
#top-banner h2 {
  font-size: 82rem;
  line-height: 1.1em;
  color: #ffffff;
  text-align: left;
  font-family: "Bebas-Neue-Bold", serif;
}
.trek {
  position: absolute;
  bottom: -10%;
  z-index: 1;
  width: 100%;
  justify-content: center;
  display: flex;
}
.trek img {
  width: 95%;
}
#top-banner h3 {
  font-size: 32rem;
  line-height: 1.2em;
  color: #ffffff;
  margin-top: 3%;
  text-align: right;
  z-index: 2;
}
#top-banner h6 {
  font-size: 16rem;
  line-height: 1.4em;
  font-family: "Montserrat-Regular", serif;
}
.banner-left-cntt p {
  margin-bottom: 35rem;
}
.banner-rgt-col {
  padding-top: 37.5%;
  z-index: 4;
}
button#scrollButton .mouse_scroll {
  margin-top: 0px;
  padding-left: 3px;
}
button#scrollButton {
  position: absolute;
  bottom: 10%;
  border: 0px solid #eaeaea;
  border-radius: 100px;
  padding: 8px 6px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  display: none;
}
/******Mouse Scroll css  *******/
.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24rem;
  height: 100rem;
}
.m_scroll_arrows {
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3rem 4rem;
  width: 16rem;
  height: 16rem;
  cursor: pointer;
}
.unu {
  margin-top: 1rem;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.2s;
  animation-direction: alternate;

  margin-top: -6rem;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.3s;
  animation-direction: alternate;

  margin-top: -6rem;
}

.mouse {
  height: 42rem;
  width: 24rem;
  border-radius: 14rem;
  transform: none;
  border: 2px solid white;
  top: 170rem;
}

.wheel {
  display: block;
  margin: 5rem auto;
  background: white;
  position: relative;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
  height: 4rem;
  width: 4rem;
  border: 2px solid #fff;
  -webkit-border-radius: 8rem;
  border-radius: 8rem;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1rem;
  }
  25% {
    top: 2rem;
  }
  50% {
    top: 3rem;
  }
  75% {
    top: 2rem;
  }
  100% {
    top: 1rem;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1rem;
  }
  25% {
    top: 2rem;
  }
  50% {
    top: 3rem;
  }
  75% {
    top: 2rem;
  }
  100% {
    top: 1rem;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1rem;
  }
  25% {
    top: 2rem;
  }
  50% {
    top: 3rem;
  }
  75% {
    top: 2rem;
  }
  100% {
    top: 1rem;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.btm-cntt-inner {
  margin-right: 42%;
}
#top-banner .send-rpt-btn {
  margin-top: 25rem;
}
#top-banner .send-rpt-btn a {
  font-size: 20rem;
  line-height: 1.3em;
  padding: 0;
  border: 0;
  color: #f37021;
  font-family: "Bebas-Neue-Bold", serif;
  transition: all 0.3s ease-in-out;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  position: relative;
}
#top-banner .send-rpt-btn a:hover {
  background-color: transparent;
  transform: scale(1);
  color: #ffffff;
}
#top-banner .container {
  height: 100%;
  align-items: center;
  display: flex;
}
#top-banner .row.tbanner-row {
  height: 100%;
  width: 100%;
}
#top-banner .bleft-btm-cntt {
  margin-top: 200rem;
}
.scroll-about {
  margin-top: 60rem;
  z-index: 4;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#top-banner .right-bottom h3 {
  font-size: 24rem;
  line-height: 1.2em;
  color: #ffffff;
  text-align: left;
  margin-top: 0rem;
  font-family: "Montserrat-Bold", serif;
  margin-bottom: 5rem;
}
#top-banner .right-bottom h4 {
  font-size: 20rem;
  line-height: 1.2em;
  color: #ffffff;
  text-align: left;
  margin-top: -5rem;
  font-family: "Montserrat-Medium", serif;
  margin-bottom: 20rem;
}
.right-bottom {
  width: fit-content;
  position: absolute;
  right: 0;
  z-index: 4;
  top: 74%;
}
#top-banner .send-rpt-btn a:before {
  content: "";
  background-image: url(../images/right-arr-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: 16rem;
  width: 14rem;
  right: -21%;
  top: 3rem;
  transition: all 0.3s ease-in-out;
}
#top-banner .banner-left-cntt {
  padding: 0 0rem;
  z-index: 0;
}

#top-banner .send-rpt-btn a:hover:before {
  right: -25%;
}
/* Top banner section end ************************************ */
.wns-head2 {
  text-align: center;
}
.desktop-none {
  display: none;

}
.gen-ai {
  color: #ffffff;
  background: radial-gradient(
    circle at center,
    #ffad6c,
    #ffad6c,
    #e4cdc1,
    #fb9a76,
    #f99988,
    #ffad6c
  );
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 5s !important;
  /* Adjust the duration for a smoother circular motion */
  animation-name: animationgradienttitle !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: linear;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@keyframes animationgradienttitle {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}
.search-b {
  cursor: pointer;
}
.banner-left-cntt {
  text-align: center;
  padding: 0 10rem;
}
div#content1 div {
  margin-bottom: 30rem;
}
#about, #industry {
  padding-bottom: 50rem;
}
/* footer section start ************************************ */
#footer-sec .container {
  background-color: #000104;
}
.footer-para p {
  color: #ffffff;
}
#footer-sec {
  padding-bottom: 40rem;
  padding-top: 40rem;
}

.footer-btn button.dnld-rpt::before {
  content: "";
  background-image: url("../images/Dotted-White-Circle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  height: 40rem;
  width: 40rem;
  left: 0;
  top: 14rem;
}

#footer-sec h2 {
  font-size: 54rem;
  line-height: 1em;
  margin-bottom: 30rem;
}

.footer-btn button.dnld-rpt::after {
  background-image: url("../images/Dotted-White-right-Arrow.svg");
  top: 22rem;
}

.footer-btn:hover button.dnld-rpt::before {
  background-image: url("../images/Dotted-Yellow-Circle.svg");
}

.footer-btn:hover button.dnld-rpt::after {
  background-image: url("../images/Dotted-Yellow-right-Arrow.svg");
}

.wns-social {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.wns-social a {
  padding: 14rem;
  border-radius: 54%;
  border: 1rem solid #444444;
  margin-right: 15rem;
  transition: all 0.3s ease-in-out !important;
}

.wns-social a:last-child {
  margin-right: 0;
}

.wns-social a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.ft-row {
  align-items: center;
}

.footer-copyright {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15rem 0rem;
}

.fmenu-item {
  display: flex;
  gap: 35rem;
}

.fmenu-item a {
  font-size: 15rem;
  line-height: 1.3em;
  border-radius: 50rem;
  color: #ffffff;
}

.footer-menu {
  margin-bottom: 65rem;
  border-top: 1rem solid #444444;
  margin-top: 65rem;
  padding-top: 25rem;
}

.send-rpt-btn {
  margin-top: 60rem;
}

.send-rpt-btn a {
  font-size: 20rem;
  line-height: 1.3em;
  border: 1rem solid #f37021;
  padding: 12rem 40rem 10rem;
  border-radius: 50rem;
  color: #ffffff;
  font-family: "Bebas-Neue-Bold", serif;
  transition: all 0.3s ease-in-out;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.send-rpt-btn a:hover {
  background-color: #f37021;
  transform: scale(0.8);
}

.footer-sec-main h5 {
  font-size: 21rem;
  line-height: 1.4em;
  font-family: "Montserrat-Regular", serif;
  margin-bottom: 50rem;
}

.footer-right-s {
  display: grid;
  align-content: end;
}

.footer-logo img {
  width: 68rem;
}

.foot-head5 h5:before {
  content: "/";
  position: absolute;
  left: -20rem;
  color: #f37021;
  display: inline-block;
}

.wns-btn.footer-btn a {
  font-size: 20rem;
  line-height: 1.3em;
  font-family: "Bebas-Neue-Bold", serif;
  color: #ffffff;
  position: relative;
  transition: all 0.2s ease-in;
}

.wns-btn.footer-btn a:hover {
  color: #f37021;
}

.wns-btn.footer-btn a:after {
  content: "";
  background-image: url(../images/right-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13rem;
  height: 13rem;
  background-position: center;
  transition: all 0.3s ease-in;
  display: inline-block;
  right: -21%;
  top: 5rem;
  position: absolute;
  transition: all 0.2s ease-in;
}

.wns-btn.footer-btn:hover a:after {
  background-image: url(../images/right-arrow-hov.svg);
  right: -23%;
}

.copyright-text {
  font-family: "Montserrat-Regular", serif;
  justify-content: center;
  color: #ffffff;
  align-self: center;
  white-space: nowrap;
  margin: auto 0;
  font-size: 14rem;
  line-height: 1.2em;
  font-weight: 300;
}

.insights-cntt {
  margin-bottom: 45rem;
}
.wns-social img {
  width: 22rem;
}

.footer-copyright img {
  width: 102rem;
}
/* footer section end ************************************ */

/* header section start ************************************ */

.head-btn {
  display: flex;
  align-items: center;
}

.head-btn button {
  font-size: 22rem;
  line-height: 1.4em;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #ef4e30;
  padding: 10rem 30rem;
  border-radius: 30rem;
  cursor: pointer;
}

.header-outer {
  justify-content: space-between;
  display: flex;
  width: 100%;
  gap: 20px;
}

.header-menu {
  justify-content: space-between;
  border-radius: 50rem;
  align-self: center;
  display: flex;
  gap: 56rem;
  margin: auto 0;
  padding: 18rem 40rem;
  background-color: #2d2d2d20;
  backdrop-filter: blur(5.5px);
  border: 1px solid #969fae15;
}

.header.scroll-up {
  background-color: #060606;
}

.header-menu a.active {
  color: #ffffff;
}

.nav-section {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 4;
  height: 90rem;
  transition: all 0.4s ease;
}
.nav-section.fixed .header-menu {
  background-color: #1c1c1d;
}
svg#fluidSVG {
  position: absolute;
  top: -70%;
  height: 1529rem;
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}

svg#fluidRed {
  position: absolute;
  bottom: -140%;
  left: -48%;
  z-index: 0;
  height: 1523rem;
  width: 100%;
}
svg#fluidCen {
  position: absolute;
  bottom: -10%;
  left: 0%;
  z-index: 0;
  height: 1523rem;
  width: 100%;
}
.smallsvg {
  position: absolute;
  top: -14%;
  left: 0;
  right: 0;
}

.bigsvg {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.header-menu a {
  color: #ffffff;
  font-size: 15rem;
  line-height: 1.2em;
  font-weight: 400;
  padding-bottom: 4rem;
  position: relative;
}

.header-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2rem;
  background: linear-gradient(
    90deg,
    #f37021 0%,
    #bd1a29 40%,
    #ed1c24 71%,
    #f04e30 100%
  );
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.header-menu a.active::after {
  width: 100%;
  left: 0;
}

.header-menu a.prev-active::after {
  width: 0;
  left: 100%;
}

a.nav-item:hover {
  color: #f37021;
}

.nav-section.fixed {
  position: fixed;
  top: 0;
  padding-top: 15rem;
  bottom: 0%;
  margin: unset;
  z-index: 9;
  margin-top: 86px;
}

.head-btn button:hover {
  background-color: #ef4e30;
}

button.dnld-rpt:hover {
  color: #ffb400;
  transition: background-color 0.3s ease;
}

.box-col-rgt.mobile {
  display: none;
}

.btm-box-row .col-md-3.col-sm-12:last-child {
  padding-right: 0;
}
/* header section end ************************************ */

/***mobile menu css *****************************************/
.hamburger-menu .bar {
  display: none;
}

.mobile-menu {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  right: -100%;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #060606;
  border: none;
  padding: 75px 40px 40px 40px;
  border-radius: 0;
}

.mobile-menu a {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
}

.mobile-menu .nav-item {
  padding: 15px 0px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-align: center;
}
.mobile-menu.active {
  right: 0;
}

.bleft-btm-cntt.mobile {
  display: none;
}

header .hamburger-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 0;
  bottom: 50px;
  margin: auto;
  width: 35px;
  height: 35px;
  cursor: pointer;
  right: 33px;
  z-index: 999;
}

header .hamburger-menu span {
  text-transform: uppercase;
  left: calc(-100% + -5px);
  padding: 8px 9px 8px 0;
  top: calc(50% - 18px);
  position: absolute;
  font-size: 13px;
  color: #fff;
}

header .hamburger-menu .bar,
header .hamburger-menu .bar::after,
header .hamburger-menu .bar::before {
  width: 28px;
  height: 2px;
}

header .hamburger-menu .bar {
  position: relative;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #ffffff;
  top: 11px;
}

header .hamburger-menu .bar::before,
header .hamburger-menu .bar::after {
  position: absolute;
  background: #ffffff;
  content: "";
  left: 0;
  border-radius: 5px;
}

header .hamburger-menu .bar::before {
  bottom: 7px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .hamburger-menu .bar::after {
  top: 7px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}

header .hamburger-menu .bar.animate::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

header .hamburger-menu .bar.animate::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu {
  display: none;
}

.fade-in-letter {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.opacity-span {
  opacity: 0.2;
  transition: opacity 0.5s ease;
  font-size: 28rem;
  line-height: 1.3em;
  font-family: "Montserrat-Medium", serif;
  text-align: center;
  color: #ffffff;
}
/***mobile menu end *****************************************/

/****Form css start ****/
.wns-form-outer{
  align-items: flex-start;
 
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12.5px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 20rem 40rem;
  flex-direction: column;
  max-height: 95vh;
  overflow-y: auto;
}
.wns-form-outer::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
background-color: rgba(0, 0, 0, 0.5);
}

.wns-form-outer::-webkit-scrollbar
{
width: 2px;
background-color: rgba(0, 0, 0, 0.5);
}

.wns-form-outer::-webkit-scrollbar-thumb
{
background-color: #ffffff7a;
}
.wns-form {
  align-self: stretch;
  color: #ffffff;
  text-align: center;
  margin-top: 16rem;
  font-size: 30rem;
  margin-bottom: 25rem;
  line-height: 1.2em;
  font-weight: 700;
}
#downloadForm input{
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20rem;
  padding: 11rem 20rem;
  font-size: 16rem;
  font-weight: 500;
  background-color: transparent;
  width: 100%;
  line-height: 1.2em;
  font-family: 'Montserrat-Regular', serif;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 5rem;
}
#downloadForm  select {
  width: 100%;
  font-size: 16rem;
  line-height: 1.2em;
  background-color: transparent;
  color: #c4c4c4;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20rem;
  padding: 11rem 20rem;
  text-align: center !important;
  font-family: 'Montserrat-Regular', serif;
  font-weight: 500;
}
#downloadForm  select option {
  background: #000000;
  color: #ffffff;
  font-size: 16rem;
  font-family: 'Montserrat-Regular', serif;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  padding: 10rem 0;
}
#downloadForm input::placeholder {
  color: #c4c4c4;
  font-weight: 500;
  font-family: 'Montserrat-Regular', serif;
  font-size:  16rem;
}
form#downloadForm {
  width: 100%;
}
.form-control{
  border: unset;
  background-color: unset;
  text-align: center;
}
#downloadForm input:focus-visible {
  outline: unset;
}
#downloadForm  select:focus-visible {
  outline: unset;
}
.form-submit button{
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0px 10px 40px 0px rgba(255, 180, 0, 0.4);
  background-color: #ffb400;
  margin: 40rem 0 40rem;
  padding: 15rem;
  font-size:  16rem;
  line-height: 1.2em;
  font-weight: 800;
  width: 100%;
  cursor: pointer;
  font-family: 'Montserrat-Regular', serif;
  transition: all 0.3s ease;
}
.form-submit button:hover {
  background-color: #F37021;
  border: 2px solid #F37021;
  box-shadow: 0px 10px 40px 0px rgba(255, 125, 0, 0.4);
}
.form-terms{
  font-size: 14rem;
  line-height: 1.2em;
  color: hsla(0, 0%, 100%, 0.445);
  margin: 20rem 0 10rem 0;
  font-weight: 500;
  text-align: center;
  font-family: 'Montserrat-Regular', serif;
}
/*** form validation css****/
label.error {
  display: inline;
  color: #EF4E30;
  font-size: 14rem;
  font-family: 'Montserrat-Regular', serif;
  font-weight: 500;
}
/***** form popupForm css***/
.overlayForm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
}
.popupForm {
  display: none;
  position: fixed;
  width: 35%;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 9;
  /* top:10%; */
  border-radius: 30rem; 
}
.popupform-inner{
  overflow: hidden;
  border-radius: 30rem;
  border: 1px solid #6d6d6d;
}
.close-btn.form-close-btn {
  top: -28rem;
  right: -40rem;
}
.form-close-btn.close-btn img {
  width: 80rem;
  transition: all 0.3s ease;
}
.form-close-btn.close-btn:hover img {
  transform: scale(0.9);
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 9;
}


/****Form css end  ****/
.w-85{
  width: 84%;
  margin: auto;
  padding-bottom: 15rem;
}

.naccs .acc-mob {
  display: none;
}
/************************************************************** form css */
.form-term-sec {
  display: flex;
  position: relative;
}
.form-term-sec input#consentCheckbox {
  width: 20rem;
  height: 20rem;
  margin-right: 15rem;
  border: 0;
}
.check-b {
  width: 7%;
  text-align: left;
  padding-top: 2rem;
}
label#consentCheckbox-error {
  position: absolute;
  bottom: -18rem;
  left: 0;
  right: 0;
  text-align: center;
}

    /* Style for consent checkbox */
    .check-b input[type="checkbox"] {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 21rem;
      height: 21rem;
      margin-right: 10rem;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
  }
  .check-b input[type="checkbox"]::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21rem;
    height: 21rem;
    border: 1rem solid #333;
    border-radius: 3rem;
    background: #fff;
}

  .check-b input[type="checkbox"]:checked::before {
    content: '\2713';
      background-color: #f37021; 
  }
/*********************************************** form css end */
.block {
  width: 100%;
  height: 300rem;
  position: relative;
  overflow: hidden;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
section#parallax {
  padding: 0;
}
/*****************************************counters*/
.wns-number, .wns-number .sup-style {
  color: #fecb5e;
  font-size: 96rem;
  line-height: 1.4em;
  font-family: "Bebas-Neue-Bold", serif;
  text-shadow: 0rem 0rem 15rem #fecb5e99;
  margin-left: 0%;
}
.wns-number span {
  position: relative;
  z-index: 1;
}
.wns-num-cntt {
  color: #ffffff;
  font-size: 24rem;
  line-height: 1.2em;
  font-family: "Bebas-Neue-Bold", serif;
  width: 92%;
  position: relative;
  padding-bottom: 30rem;
  letter-spacing: 0.3px;
}
.sup-style {
  font-size: 100%;
  z-index: 0;
  top: 0;
  left: 5rem;
  text-shadow: none;
}
.wns-third .wns-number, .wns-third .wns-number .sup-style {
  color: #f37021;
  text-shadow: 0rem 0rem 15rem #f3702199;
}
.wns-second .wns-number, .wns-second .wns-number .sup-style {
  color: #ed1c24;
  text-shadow: 0rem 0rem 15rem #ed1c2499;
}
.future-sec-main {
  display: flex;
  width: 70%;
}
.view-right img {
  width: 447rem;
}
.view-right {
  position: absolute;
  right: 15%;
  top: 13%;
  z-index: 0;
}
section#counters {
  position: relative;
  padding-bottom: 100rem;
}
.sec-percent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 225rem;
  height: 5rem;
  background: linear-gradient(90deg, #f37021 0%, #bd1a29 40%, #ed1c24 71%, #f04e30 100%);
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  display: inline-block;
}
.sec-percent {
  position: relative;
  z-index: 2;
}
/***********************************************counters end*/
/* on hover accordion start ******************************/
.accordion:hover .accordion-item-wns:hover .accordion-item-wns-content,
.accordion  .accordion-item-wns.active .accordion-item-wns-content {
    min-height: 150rem;
}

.accordion-item-wns-content{
    height: 0;
    overflow: hidden;
    transition: height .25s;
}
.accordion-item-wns.active .accordion-item-wns-content{
    overflow: visible;
}
.accordion-item-wns .acc-img-wrap {
    position: absolute;
    top: -90rem;
    z-index: 2;
    transition: all 0.3s ease;
}
.accordion-item-wns.active .acc-img-wrap {
    transform: translateY(30rem);
    animation: slide-up 1s forwards cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
}
@keyframes slide-up{
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.accordion {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.accordion .accordion-item-wns {
  border-bottom: 1px solid #00000021;
  padding: 25rem 0 20rem;
  color: #939393;
}

.accordion .accordion-item-wns:first-child {
    border-top: 1px solid #00000021;
}

.accordion h1 {
  margin: 0;
}

 .acc-btn-wrap a:before {
    content: "";
    background-image: url(../images/right-arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 16rem;
    width: 14rem;
    right: -18%;
    top: 3rem;
    transition: all 0.3s ease-in-out;
}
.acc-btn-wrap a {
    font-size: 20rem;
    line-height: 1.3em;
    padding: 0;
    border: 0;
    color: #f37021 !important;
    font-family: "Bebas-Neue-Bold", serif;
    transition: all 0.3s ease-in-out;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
}

.acc-btn-wrap a:hover:before {
    right: -21%;
}
.acc-title{
    font-family: "Bebas-Neue-Bold", serif;
    font-size: 28rem;
    line-height: 1.3em;
    position: relative;
}
.head-64-bebas{
    font-family: "Bebas-Neue-Bold", serif;
    font-size: 64rem;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    padding-bottom: 30rem;
    text-align: left;
}
.cta-btn.wt-border:hover {
background-color: #f37021;
color:#ffffff;
}
.accordion-item-wns-content .row{
    padding-right: 120rem;
}
.acc-img-wrap img{
    width: 100%;
    box-shadow: 0rem 0rem 40rem 0rem rgba(0, 0, 0, 0.10);
    transition: all 0.2s ease;
}
.accordion  .accordion-item-wns.active .acc-title{
    color: #000;
    transition: all 0.3s ease-in;
}

.accordion-item-wns-content .content-wrapper {
    padding-bottom: 50rem;
    padding-right: 100rem;
    padding-top: 25rem;
}
.accordion .accordion-item-wns-content p{
    padding-bottom: 25rem;
}
.accordion .accordion-item-wns.active .acc-title svg path {
    fill: #f37021;
    opacity: 1;
    stroke: #f37021;
}
.accordion .accordion-item-wns.active .acc-title svg  {
   scale: 2;
   transform: rotate(180deg);
  
}
.accordion .accordion-item-wns .acc-title svg  {
    transition: all 0.6s ease;
    position: absolute;
    right: 10rem;
    margin-top: 3rem;
 }
 .content-padding{
    padding-right: 100rem;
 }
 /* on hover accordion end ******************************/

 /* <!-- slick slider keythemes start ------------------------------------------------------> */

.sliderContainer {
    position: relative;
  }
  .para-20{
    font-size: 20rem;
  }
  .slider {
    width: 100%;
  }
  .min-ht-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    min-height: 530rem;
    padding: 50rem 40rem;
    color: #fff;
}
.sliderContainer .inner {
    width: 45%;
    padding-right: 80rem;
    padding-bottom: 30rem;
    position: relative;
} 
.sliderContainer .inner::after {
    content: '';
    position: absolute;
    border-width: 4rem 0 0 0;
    border-style: solid;
    border-image: linear-gradient(to right, #F37021, #BD1A29, #ED1C24, #F04E30);
    border-image-slice: 1;
    bottom: 0;
    width: 30%;
} 
.sliderContainer .wns-counter {
    font-size: 256rem;
    color: #ffffff;
    font-weight: 700;
    font-family: "Bebas-Neue-Bold", serif;
    line-height: 230rem;
    transition: all 0.3s ease;
}
.sliderContainer .wns-counter span {
  font-size: 96rem;
  line-height: 80rem;
  margin-left: -25rem;
}
  .progressBarContainer {
    position: absolute;
    bottom: 0rem;
    width: 128rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sliderContainer .slide-item {
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in;
}
.sliderContainer .slick-slide {
   overflow: hidden;
   border-radius: 16rem;
}
.sliderContainer .slide-item:hover {
    scale: 1.02;
    transition: all 0.3s ease-in;
}

  .progressBarContainer div {
    display: block;
    padding: 0;
    cursor: pointer;
    float: left;
    color: white;
  }
  
  .progressBarContainer div:last-child {
    margin-right: 0;
  }
  
  .progressBarContainer div span.progressBar {
    width: 10rem;
    height: 10rem;
    border-radius: 99rem;
    background-color: #d6d6d6;
    display: block;
    margin: 5rem 5rem;
    overflow: hidden;
    transition: width calc(0.6s * var(--motion)) cubic-bezier(0.19, 1, 0.22, 1);
  }
  .progressBarContainer span.progressBar.active {
    width: 37rem;
    transition: width calc(0.6s * var(--motion)) cubic-bezier(0.19, 1, 0.22, 1);
  }
  .progressBarContainer div span.progressBar .inProgress {
    background-color: #f37021;
    width: 0%;
    border-radius: 99rem;
    height: 10rem;
    transition: width calc(0.6s * var(--motion)) cubic-bezier(0.19, 1, 0.22, 1);
  } 
  .sliderContainer .slide-item .wns-counter,
  .sliderContainer .slide-item p,
  .sliderContainer .slide-item ul{
    opacity: 0;
  }
  .sliderContainer .slick-slide.slick-active .wns-counter,
  .sliderContainer .slick-slide.slick-active p,
  .sliderContainer .slick-slide.slick-active .right-content-inner{
    transform: translateY(30rem);
    animation: slide-up 1.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  
  .sliderContainer .ctabtn-wrap {
    padding-top: 30rem;
    opacity: 0;
  }
  .sliderContainer .slick-slide.slick-active img.visible {
    opacity: 1;
  }
  .sliderContainer .slick-slide img {
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  
  @keyframes slide-up {
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .cta-btn.btn-reverse:hover{
    color: #000;
    background-color: #ffdbc5;
  }
  .cta-btn.btn-reverse{
    color: #F37021;
    background-color: #fff;
  }

  @keyframes fade-in {
    100% {
      opacity: 1;
    }
  }
  
  .sliderContainer .slick-list.draggable {
    padding: 20rem 0 60rem;
}
  .sliderContainer ul.para-16 {
    padding: 30rem 0px 0 17rem;
  }
  .sliderContainer ul.para-16 li {
    padding-bottom: 10rem;
  }
 
  .right-content-inner {
    padding-left: 40rem;
  }
  
  
  /* <!-- slick slider new  keythemes start end ------------------------------------------------------> */





  /* <!----------on hover accordion section------------------------------> */
.text-grey{
  color: #909DAC !important;
  padding-bottom: 80rem;
}
  .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.client-success-hover-card .client-success-list .items .content {
  padding: 40rem;
  background: transparent;
  box-sizing: border-box;
  height: 100%;
  width: 300rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
  transition: all 2s;
  border-radius: 10rem;
  border: 1px solid #969fae52;
  background: rgba(45, 45, 45, 0.10);
  backdrop-filter: blur(15px);
}
.client-success-hover-card .client-success-list .img.active {
  width: 300rem;
}

.client-success-hover-card .client-success-list .items {
  padding: 17rem 25rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
  float: left;
  min-height: 460rem;
  display: flex;
  text-decoration: none;
}

.client-success-hover-card .client-success-list {
  display: flex;
  transition: all 2s ease;
  justify-content: center;
}
.client-success-hover-card {
  padding-top: 50rem;
  padding-bottom: 40rem;
}
.client-success-hover-card .client-success-list.full-width {
  width: 100%;
}
.acc-btn-wrap a:hover {
  color: #000000 !important;
}
.client-success-hover-card .client-success-list.left {
  transform: translateX(100rem);
}

.client-success-hover-card .client-success-list.right {
  transform: translateX(-100rem);
}

.client-success-hover-card .client-success-list .img {
  background-position: center;
  background-size: cover;
  height: 370rem;
  margin-top: 30rem;
  width: 0px;
  transition: width 2s, min-width 2s, height 4s;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-right: -15rem;
  border-radius: 4rem 0 0 4rem;
}

.client-success-hover-card .client-success-list .items .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in; 
  z-index: -1; 
  opacity: 0; 
  background: linear-gradient(306deg, #ED1C24 4.35%, #F37021 100%);
  border-radius: 10rem;
}

.client-success-hover-card .client-success-list .items:hover .content::before {
  opacity: 1; /* Show the pseudo-element on hover */
}
.client-success-hover-card .client-success-list .items:hover .content::after {
  content: '';
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  background: linear-gradient(306deg, #ED1C24 4.35%, #F37021 100%);
  z-index: -1;
  border-radius: 10rem;
}

.client-success-hover-card .client-success-list .items:hover .read-more-wrap::before{
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 100%);
    border-image-slice: 1;
}
.client-success-hover-card .client-success-list .items.lastchild .content {
    margin-right: 25rem;
}
.wns-head-24bebas {
  font-size: 24rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Bebas-Neue-Bold", serif;
  line-height: 1.3em;
}
.read-more-wrap h5{
  font-size: 18rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Bebas-Neue-Bold", serif;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-top: 30rem;
}
.rc-blog-btn {
  background: #ffffff;
  border-radius: 0 40rem 40rem 0rem;
  padding: 10rem 20rem 8rem;
  width: 70%;
  margin-bottom: 30rem;
  min-height: 48rem;
  display: flex;
  align-items: center;
  position: relative;
}
.rc-blog-btn p{
color: #000;
}
.read-more-wrap {
  position: absolute;
  bottom: 40rem;
}
.read-more-wrap::before {
  content: '';
  position: absolute;
  border-width: 4rem 0 0 0;
  border-style: solid;
  border-image: linear-gradient(to right, #F37021, #BD1A29, #ED1C24, #F04E30);
  border-image-slice: 1;
  width: 160rem;
  display: block;
  transition: all 1s ease-in;
}
.text-orange {
color: #F37021;
}
  /* <!----------on hover accordion section end ------------------------------> */


  /* sticky section css start --------------------------------------------------*/
  .travelcard {
    padding: 30rem;
    color: #fff;
    font-size: 16rem;
    border: 1px solid #363636;
    border-radius: 10rem;
}
.travelcard-inner {
  display: flex;
  align-items: flex-end;
}
.travelcard-inner p{
  width: 75%;
  margin: 0;
}
.strok-number {
  font-size: 64rem;
  line-height: 56rem;
  text-align: right;
  width: 25%;
  font-family: "Bebas-Neue-Bold", serif;
}
  /* sticky section css end --------------------------------------------------*/


  /*******carousel css starts *******/
.diff-box-row.owl-carousel .owl-item img, .ins-box-row .owl-carousel .owl-item img, .news-box-row .owl-carousel .owl-item img {
    width: 65%;
    margin: auto;
    padding-top: 10%;
}

.diff-box-row .owl-nav button, .ins-box-row .owl-nav button, .news-box-row .owl-nav button {
    height: 45rem;
    width: 45rem;
    border-radius: 50% !important;
    background: #E6E6E6 !important;
    position: absolute;
    top: 40%;
    transition: 0.3s ease-in;
}

.ins-box-row .owl-nav button {
    background: #1C1C1E !important;
    top: 29%;
}

.news-box-row .owl-nav button {
    background: #1C1C1E !important;
    top: 45%;
}

 .ins-box-row .owl-nav button:hover {
    background-color: #F2512A !important;
}

 .ins-box-row button.owl-prev{
    left: -6.5%;
}

 .ins-box-row button.owl-next{
    right: -4.8%;
}
.hide-btn-desk{
  display: none;
}

 .ins-box-row button.owl-prev:before{
    content: "";
    background-image: url('../images/black-owl-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8rem;
    height: 14rem;
    display: inline-block;
    top: 35%;
    right: 45%;
    position: absolute;
    transform: rotate(180deg);
}

 .ins-box-row button.owl-next:before{
    content: "";
    background-image: url('../images/black-owl-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8rem;
    height: 14rem;
    display: inline-block;
    top: 36%;
    right: 38%;
    position: absolute;
}

.ins-box-row button.owl-prev:before{
    background-image: url('../images/white-owl-arrow.svg');
}

.ins-box-row button.owl-next:before{
    background-image: url('../images/white-owl-arrow.svg');
}

 .ins-box-row button.owl-next:hover:before, .ins-box-row button.owl-prev:hover:before {
    background-image: url(../images/white-owl-arrow.svg);
}

 .ins-box-row .owl-dots {
    text-align: center;
}
section#expert {
  position: relative;
}
 .ins-box-row button.owl-dot {
    width: 10rem;
    height: 10rem;
    background-color: #E6E6E6 !important;
    border-radius: 50px;
    margin: 25rem 5rem 0rem;
}
section#expert .container {
  z-index: 1;
}
.ins-box-row button.owl-dot {
    background-color: #ffffff20 !important;
}

.diff-box-row button.owl-dot.active {
    background-color: #000000 !important;
}

.ins-box-row button.owl-dot.active {
    background-color: #ffffff !important;
}
.insights-box-outer {
  padding: 0rem 10rem 30rem 10rem;
}
.ins-box-row .item {
    padding: 10rem;
}
.insights-box-subtext {
    margin: 20rem 0;
}
.ins-img img {
    max-width: 100%;
    transition: all 1s ease;
    border-radius: 20rem;
}
.ins-img {
    overflow: hidden;
    border-radius: 20rem;
}
/*** on hover running line css***/
.insights-box-outer:hover .gb-title {
    color: #ffffff;
    background-size: 100% 1.4rem !important;
}

.insights-box-outer .gb-title {
    text-decoration: none;
    background-size: 0 1.4rem !important;
    background-position: 0 95% !important;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -moz-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    background-image: linear-gradient(to right, #ffffff 0, #ffffff 100%) !important;
    padding: 0 0 4rem;
    background-repeat: no-repeat;
    display: inline !important;
}
.insights-box-outer:hover .ins-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.insights-box-outer:hover p {
    color: #F37021;
}
.gb-title {
    font-size: 20rem;
    font-weight: 600;
    line-height: 1.3em;
    font-family: 'Montserrat-Semibold', sans-serif;
    max-width: 100%;
    color: #fff;
}
/***** carousel css end *******/
/* insights ************************************************/
.insights-sec {
  position: relative;
}
.insights-sec .wns-btn {
  justify-content: center;
  display: flex;
  margin-top: 60rem;
}
.insights-sec .container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20rem;
  color: #fff;
  padding-top: 10rem;
}

.insights-sec .block-in {
  padding: 25rem 25rem;
  border-radius: 10rem;
  border: 1rem solid #969FAE50;
  background: rgba(28, 28, 30, 0.15);
  backdrop-filter: blur(15rem);
  text-align: left;
}

.insights-sec h4 {
  font-family: "Bebas-Neue-Bold", serif;
  font-size: 32rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20rem;
}
.block-in:nth-of-type(5) {
  grid-row: 2; /* Position at the third column */
  grid-column: 2 / span 2; /* Span from the first to the second row */
}
.insights-box-subtext p {
  color: #909DAC;
}
.slider-insights .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-right: 10rem;
  padding-left: 10rem;
}
.insights-sec .wns-head64 {
  padding-bottom: 80rem;
}

.nav-slider  .slick-next, .nav-slider  .slick-prev, .nav-slider .slick-next:focus,.nav-slider .slick-prev:focus {
  width: 40rem;
  height: 40rem;
  background-color: #ffffff20;
  border-radius: 50%;
  transition: 0.2s ease-in;
}
.nav-slider  .slick-next:hover, .nav-slider  .slick-prev:hover {
  background-color: #F37021;
}
.nav-slider  .slick-next {
  right: -45rem;
}
.nav-slider  .slick-prev {
  left: -45rem;
}
.nav-slider .slick-next:before {
  content: ' ' !important;
  background-image: url(../images/right-arrow.svg);
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30%;
  left: 40%;
  width: 10rem;
  height: 16rem;
}
.nav-slider .slick-prev:before {
  content: ' ' !important;
  background-image: url(../images/left-arrow.svg);
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30%;
  left: 30%;
  width: 10rem;
  height: 16rem;
}
.nav-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10rem ;
  height: 10rem;
  background: #ffffff20;
  border-radius: 50%;
}
.nav-slider .slick-dots li.slick-active  {
  background: #ffffff;
}
.ins-main .slick-prev,.ins-main .slick-next {
  top: 30%;
}
.text-str {
  font-family: "Bebas-Neue-Bold", sans-serif;
  font-size: 64rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  background: -webkit-linear-gradient(-45deg, #F37021 5%, #ED1C24 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2rem transparent;
  color: #180C0C;
}

.insights-sec .block-in p {
  padding-right: 90rem;
}

/* insights end************************************************/