@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: Poppins;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #171A8B;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

h1 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 119%;
  margin-bottom: 0;
}

span.gradientTxt {
  background: linear-gradient(91deg, #67DB76 0.72%, #317FC4 99.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: -0.095rem;
  display: block;
}

h2 {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.075rem;
  margin-bottom: 0;
}

h3 {
  color: #FFF;
  font-family: Manrope;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

h4 {
  color: #F7F8F8;
  font-family: Manrope;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.95rem;
  letter-spacing: -0.015rem;
  margin-bottom: 0;
}

p {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

button:focus {
  outline: none !important;
}

.default_padding {
  padding: 6.25rem 0;
}

.btn {
  padding: 0.94rem 0.95rem;
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  gap: 0.56rem;
  align-items: center;
  border-radius: 3.125rem;
  background-color: #3B6EC7;
  border: 1px solid #3B6EC7;
  min-width: 194px;
}
.btn img {
  width: 1.25rem;
  height: 1.25rem;
}
.btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.btn.white {
  background-color: #fff;
  color: #3B6EC7;
  border: 1px solid #fff;
}
.btn.white img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(10%) saturate(4312%) hue-rotate(181deg) brightness(94%) contrast(84%);
}
.btn.white:hover {
  background-color: transparent;
  color: #Fff;
}

.btnGrp {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  align-items: center;
}

header {
  width: 100%;
  position: absolute;
  top: 2rem;
  z-index: 9;
}
header .menu_area {
  width: 100%;
  background-color: #fff;
  border-radius: 6.25rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu_area .main_logo {
  max-width: 13rem;
}
header .menu_area .main_logo img {
  width: 100%;
}
header .menu_area .main_links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
header .menu_area .main_links ul {
  gap: 2rem;
}
header .menu_area .main_links ul li {
  padding: 0;
}
header .menu_area .main_links ul li a {
  color: #3B6EC7;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.0125rem;
  padding: 0;
  padding: 2.28rem 0;
  transition: all 0.4s ease;
  border-bottom: 5px solid #fff;
}
header .menu_area .main_links ul li a::before {
  display: none;
}
header .menu_area .main_links ul li a:hover {
  border-bottom: 5px solid #67DB76;
  color: #171A8B;
}
header .menu_area .main_links ul li.has-sub ul li a {
  padding: 12px;
  color: #000;
  display: block;
  border-bottom: 1px solid #C0C1D1;
}
header .menu_area .main_links ul li.has-sub ul li:last-child a {
  border-bottom: none;
}
header .menu_area .aiBtn .ai_btn {
  border-radius: 6.25rem;
  border: 3px solid #57DA93;
  color: #3B6EC7;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.0125rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
}
header .menu_area .aiBtn .ai_btn img {
  width: 1.75rem;
}

.heroBanner {
  padding: 14.69rem 0 12rem;
  position: relative;
}
.heroBanner .globe {
  position: absolute;
  bottom: -13%;
  left: -6%;
  width: 32.6875rem;
  height: 31.8375rem;
}
.heroBanner .txtDv {
  margin-top: 2.47rem;
}
.heroBanner .txtDv h1 {
  margin-bottom: 2.5rem;
  line-height: 124%;
}
.heroBanner .txtDv h1 .gradientTxt {
  text-transform: uppercase;
}
.heroBanner .txtDv p {
  margin-bottom: 2rem;
}
.heroBanner .slideDv {
  padding-bottom: 2.5rem;
}
.heroBanner .slideDv .vdo_Dv {
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 0.62rem 0.63rem;
  width: 100%;
  max-width: 40.625rem;
  height: 30rem;
  margin-left: auto;
  max-height: 482px;
}
.heroBanner .slideDv .vdo_Dv video {
  width: 100%;
  border-radius: 0.625rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroBanner .slideDv .btn img {
  width: 1.25rem;
}
.heroBanner .slideDv .owl-dots {
  position: absolute;
  bottom: -143px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.heroBanner .slideDv .owl-dots .owl-dot span {
  width: 0.75rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  margin: 0;
}
.heroBanner .slideDv .owl-dots .owl-dot.active span {
  background-color: #fff;
  width: 2.5rem;
}
.heroBanner .tag {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

.homeSec2 {
  position: relative;
  padding: 6.25rem 0;
}
.homeSec2 .container {
  position: relative;
  z-index: 2;
}
.homeSec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-top: 1px solid rgba(112, 80, 255, 0.2784313725);
  background: linear-gradient(180deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
  overflow: hidden;
}
.homeSec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-bottom: 1px solid rgba(112, 80, 255, 0.2784313725);
  overflow: hidden;
  background: linear-gradient(360deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
}
.homeSec2 .polygn {
  position: absolute;
  bottom: -15%;
  right: -19%;
  width: 55.7rem;
  height: 41.9rem;
}
.homeSec2 .polygn img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeSec2 .top_txt {
  margin-bottom: 6.44rem;
}
.homeSec2 .top_txt h2 {
  margin-bottom: 1.2rem;
}
.homeSec2 .top_txt .gradientTxt {
  font-size: 2.75rem;
  background: var(--For-Gradient, linear-gradient(90deg, #67DB76 40.87%, #317FC4 57.97%));
  background-clip: text;
  -webkit-background-clip: text;
  font-family: Poppins;
  -webkit-text-fill-color: transparent;
}
.homeSec2 .top_txt p {
  margin-bottom: 0;
  text-align: center;
}
.homeSec2 .videoDv {
  width: 100%;
  position: relative;
}
.homeSec2 .videoDv .video {
  border-radius: 0.625rem;
  border: 4px solid var(--Video-Stroke, rgba(255, 255, 255, 0.5));
  height: 23rem;
}
.homeSec2 .videoDv video {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSec2 .videoDv .img_abs {
  position: absolute;
  bottom: -7.8125rem;
  left: 2.75rem;
  width: 24.875rem;
  height: 10.125rem;
}
.homeSec2 .videoDv .img_abs img {
  border-radius: 0.625rem;
}
.homeSec2 .sideTxt .cog_logo {
  margin-bottom: 1.75rem;
  max-width: 16rem;
}
.homeSec2 .sideTxt p {
  margin-bottom: 2.5rem;
}
.homeSec2 .sideTxt ul li {
  color: var(--white-neutral-300, #FAF9F6);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 1.65rem;
  padding: 0.97rem 0.97rem 0.97rem 2.94rem;
  border-radius: 2.3125rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  position: relative;
  max-width: 20.43rem;
}
.homeSec2 .sideTxt ul li::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  top: 0.92rem;
  width: 1.56rem;
  height: 1.56rem;
  background-image: url(../images/green-tick.png);
  background-size: contain;
}
.homeSec2 .btnGrp {
  margin-top: 2.75rem;
}

.homeSec3 {
  padding: 6.25rem 0;
}
.homeSec3 .topText {
  max-width: 54rem;
  margin: 0 auto 6.25rem;
}
.homeSec3 .topText h2 {
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 100%;
}
.homeSec3 .topText p {
  text-align: center;
}
.homeSec3 .gradientTxt {
  display: unset;
}
.homeSec3 .srvcDvs {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 5.37rem;
  max-width: 1090px;
  margin: 0 auto;
}
.homeSec3 .srvcDvs .srvcDv {
  width: 28%;
  position: relative;
  transition: all 0.5s ease;
}
.homeSec3 .srvcDvs .srvcDv .icon {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
.homeSec3 .srvcDvs .srvcDv .innrDv {
  width: 100%;
  height: 15.3125rem;
  border-radius: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #242F90 100%);
  padding: 4.53rem 2.5rem 3.25rem 1.25rem;
  display: flex;
  justify-content: end;
  align-items: end;
  position: relative;
  margin-top: 2rem;
  transition: all 0.6s ease;
}
.homeSec3 .srvcDvs .srvcDv .innrDv h4 {
  transition: all 0.5s ease;
}
.homeSec3 .srvcDvs .srvcDv .innrDv .paraDv {
  position: absolute;
  left: 1.25rem;
  top: 4.53rem;
  max-width: 15.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
}
.homeSec3 .srvcDvs .srvcDv .innrDv .paraDv p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.homeSec3 .srvcDvs .srvcDv .innrDv .paraDv .readMore {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.homeSec3 .srvcDvs .srvcDv .innrDv .paraDv .readMore img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(4327%) hue-rotate(61deg) brightness(82%) contrast(113%);
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeSec3 .srvcDvs .srvcDv:hover .innrDv {
  margin-top: 3.25rem;
}
.homeSec3 .srvcDvs .srvcDv:hover .innrDv h4 {
  opacity: 0;
  visibility: hidden;
}
.homeSec3 .srvcDvs .srvcDv:hover .paraDv {
  opacity: 1;
  visibility: visible;
}
.homeSec3 .srvcDvs .btnDv {
  width: 100%;
}
.homeSec3 .srvcDvs .btnDv .btn {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}

.homeSec4 {
  margin: 7.45rem 0 6.25rem;
  padding: 8.05rem 0 6.25rem;
  position: relative;
}
.homeSec4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-top: 1px solid rgba(112, 80, 255, 0.2784313725);
  background: linear-gradient(180deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
  overflow: hidden;
}
.homeSec4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-bottom: 1px solid rgba(112, 80, 255, 0.2784313725);
  overflow: hidden;
  background: linear-gradient(360deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
}
.homeSec4 .container {
  position: relative;
  z-index: 10;
}
.homeSec4 .polygn {
  position: absolute;
  top: -3%;
  right: -12%;
  width: 611px;
  height: 715px;
}
.homeSec4 .polygn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeSec4 .topText {
  max-width: 54rem;
  margin: 0 auto 6rem;
}
.homeSec4 .topText h2 {
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 100%;
}
.homeSec4 .topText h2 .gradientTxt {
  display: unset;
}
.homeSec4 .topText p {
  text-align: center;
}
.homeSec4 .mapSec {
  position: relative;
}
.homeSec4 .mapSec .curve {
  position: absolute;
  left: 50%;
  top: 208px;
  height: 100%;
  width: 188px;
}
.homeSec4 .mapSec ul {
  position: relative;
  max-width: 1143px;
  margin: 0 auto;
}
.homeSec4 .mapSec ul li {
  margin-bottom: 1.81rem;
}
.homeSec4 .mapSec ul li:nth-child(even) .mapDv {
  margin-left: auto;
}
.homeSec4 .mapSec ul li:nth-child(even) .mapDv .gradient_dot {
  left: -69px;
}
.homeSec4 .mapSec ul li:nth-child(odd) .mapDv .gradient_dot {
  right: -69px;
  bottom: 2.49rem;
}
.homeSec4 .mapSec ul li:nth-child(odd) .mapDv .txt h3 {
  max-width: 14rem;
}
.homeSec4 .mapSec ul li .mapDv {
  width: 26.125rem;
  height: 18.25rem;
  border-radius: 1.25rem;
  background: radial-gradient(306.77% 149.71% at 48.74% 51.28%, rgba(0, 225, 244, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 4.12rem 1.25rem 2.5rem;
  position: relative;
  transition: all 0.4s ease;
}
.homeSec4 .mapSec ul li .mapDv:hover {
  box-shadow: 0 0 8px 0 rgba(4, 223, 191, 0.36);
}
.homeSec4 .mapSec ul li .mapDv .icon {
  position: absolute;
  top: -2.75rem;
  right: 2rem;
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
.homeSec4 .mapSec ul li .mapDv .curve-wrap {
  position: absolute;
}
.homeSec4 .mapSec ul li .mapDv .curve-wrap img {
  height: 100%;
}
.homeSec4 .mapSec ul li .mapDv .gradient_dot {
  width: 4.36rem;
  height: 4.36rem;
  border-radius: 50%;
  background: rgba(4, 223, 191, 0.2196078431);
  position: absolute;
  z-index: 9;
  bottom: 108px;
  z-index: 9;
}
.homeSec4 .mapSec ul li .mapDv .gradient_dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.07rem;
  height: 3.07rem;
  border-radius: 50%;
  background: rgba(4, 223, 191, 0.2784313725);
  z-index: 11;
}
.homeSec4 .mapSec ul li .mapDv .gradient_dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  opacity: 1;
  background: rgba(4, 223, 191, 0.6980392157);
}
.homeSec4 .mapSec ul li .mapDv:hover .txt h3 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
.homeSec4 .mapSec ul li .mapDv:hover .txt p {
  opacity: 1;
  visibility: visible;
}
.homeSec4 .mapSec ul li .mapDv .txt {
  position: relative;
}
.homeSec4 .mapSec ul li .mapDv .txt h3 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin: 0;
  transition: all 0.5s ease-in;
  padding: 1.38rem 0 1rem;
}
.homeSec4 .mapSec ul li .mapDv .txt p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.94rem;
}

.clients-feedback {
  padding: 6.25rem 0;
}
.clients-feedback h2 {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 92%;
  text-transform: capitalize;
  margin-bottom: 3.75rem;
  text-align: left;
}
.clients-feedback .client-review .item ul.star {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.clients-feedback .client-review .item ul.star li {
  display: table;
}
.clients-feedback .client-review .item ul.star li img {
  max-width: 1.375rem;
  max-height: 1.375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clients-feedback .client-review .item p {
  max-width: 28.125rem;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  /* 1.5815rem */
  margin-bottom: 1.5rem;
}
.clients-feedback .client-review .item .profile {
  display: flex;
  align-items: center;
  gap: 1.12rem;
}
.clients-feedback .client-review .item .profile img {
  max-width: 3.0625rem;
  max-height: 3.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.0625rem;
}
.clients-feedback .client-review .item .profile h6 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.clients-feedback .client-review .item .profile h6 span {
  display: block;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.clients-feedback .client-review .owl-dots {
  margin-top: 1.75rem !important;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.clients-feedback .client-review .owl-dots button span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}
.clients-feedback .client-review .owl-dots button.active span {
  opacity: 1;
  background-color: #fff;
}
.clients-feedback .text-wraper {
  padding-right: 4.75rem;
  height: 100%;
  border-right: 1px solid #FFF;
  margin-right: 2.1875rem;
}
.clients-feedback h3 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.clients-feedback .form-wraper .fled-wraper {
  width: 100%;
  margin-bottom: 1.5rem;
}
.clients-feedback .form-wraper input:not([type=submit]),
.clients-feedback .form-wraper textarea {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem 0.75rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
}
.clients-feedback .form-wraper input:not([type=submit])::-moz-placeholder, .clients-feedback .form-wraper textarea::-moz-placeholder {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clients-feedback .form-wraper input:not([type=submit])::placeholder,
.clients-feedback .form-wraper textarea::placeholder {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clients-feedback .form-wraper textarea {
  height: 7.5rem;
  resize: none;
}
.clients-feedback .form-wraper input[type=submit] {
  padding: 0.763rem 1.25rem;
  padding-right: 3rem;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.25rem;
  margin-top: 2.25rem;
}
.clients-feedback .form-wraper .number-wraper {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.clients-feedback .form-wraper .number-wraper p {
  margin-bottom: 0;
  width: inherit;
}
.clients-feedback .form-wraper .number-wraper .flag-container {
  border-right: 1px solid #fff;
  height: 31px;
  top: 10px;
  padding: 0;
}
.clients-feedback .form-wraper .number-wraper .flag-container:hover .selected-flag {
  background-color: transparent;
}
.clients-feedback .form-wraper .number-wraper .flag-container .selected-flag {
  padding-left: 0;
  height: 100%;
}
.clients-feedback .form-wraper .number-wraper .flag-container .iti-flag {
  background-color: transparent;
  box-shadow: none;
}
.clients-feedback .form-wraper .number-wraper .flag-container .iti-arrow {
  width: 14px;
  height: 14px;
  border: none;
  margin-top: 0;
  background-image: url(../images/arow-select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 59%;
  transform: translateY(-50%);
}
.clients-feedback .form-wraper .number-wraper .country-list .country {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 50px;
  position: relative;
  border-bottom: 1px solid #cfcccc;
  color: #000;
}
.clients-feedback .form-wraper .number-wraper .country-list .country .flag-box {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-feedback .form-wraper .number-wraper .country-list .country .flag-box .iti-flag {
  width: auto;
  height: 10px;
  opacity: 1;
}
.clients-feedback .form-wraper .number-wraper input[type=tel] {
  border-bottom: none;
}
.clients-feedback .form-wraper .number-wraper .select-wraper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.19rem 0;
}
.clients-feedback .form-wraper .number-wraper .select-wraper span {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.clients-feedback .form-wraper .number-wraper .select-wraper select {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 2.31rem;
  border-radius: 0.0625rem;
  border-right: 1px solid var(--Neutral-White-Background, #FFF);
  background-image: url(../images/arow-select.svg);
  background-size: 0.8rem 0.49rem;
  cursor: pointer;
}
.clients-feedback .form-wraper .number-wraper input[type=number] {
  padding: 0;
  border: none;
  height: auto;
  font-size: 1.25rem;
}

.trusted-leaders {
  padding: 0 0 6.25rem;
  position: relative;
}
.trusted-leaders .globe {
  position: absolute;
  top: -47%;
  left: -8%;
  width: 27rem;
  height: 27rem;
}
.trusted-leaders h2 {
  line-height: 4.0625rem;
  margin-bottom: 1.5rem;
}
.trusted-leaders h2 span {
  background: var(--Neutral-White-Background, linear-gradient(90deg, #6AD97A 54.33%, #367CC6 74.52%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Manrope;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.3125rem;
}
.trusted-leaders p {
  max-width: 54.125rem;
  margin: 0 auto 6.3rem;
  text-align: center;
}
.trusted-leaders .item {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(142.05% 69.32% at 48.74% 51.28%, rgba(0, 225, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1.91rem 1.25rem;
  position: relative;
  z-index: 0;
}
.trusted-leaders .item::after {
  content: "";
  width: 12.5625rem;
  height: 12.9375rem;
  background-color: var(--Text-Blue-1, #3B6EC7);
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.trusted-leaders .item ul.star {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.trusted-leaders .item ul.star li {
  display: table;
}
.trusted-leaders .item ul.star li img {
  max-width: 1.37906rem;
  max-height: 1.31706rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trusted-leaders .item p {
  max-width: unset;
  text-align: left;
  font-size: 0.97rem;
  line-height: 140.58%;
  /* 1.40581rem */
  margin: 0 0 1rem;
}
.trusted-leaders .item .profile {
  display: flex;
  align-items: center;
  gap: 1.12rem;
}
.trusted-leaders .item .profile img {
  max-width: 5.25rem;
  max-height: 5.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trusted-leaders .item .profile h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.trusted-leaders .item .profile h5 span {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.trusted-leaders .leaders-slider {
  position: relative;
}
.trusted-leaders .leaders-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 32%;
  width: 100%;
  transform: translateY(-50%);
}
.trusted-leaders .leaders-slider .owl-nav button {
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 2.125rem !important;
  border-radius: 50%;
  margin: 0;
}
.trusted-leaders .leaders-slider .owl-nav button.owl-prev {
  background-image: url(../images/arow-prev.svg);
  left: -2.5rem;
}
.trusted-leaders .leaders-slider .owl-nav button.owl-next {
  background-image: url(../images/arow-next.svg);
  right: -2.5rem;
}
.trusted-leaders .leaders-slider .owl-nav button span {
  display: none;
}
.trusted-leaders .leaders-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 5rem;
}
.trusted-leaders .leaders-slider .owl-dots button span {
  width: 0.75rem;
  height: 0.5rem;
  margin: 0;
  background-color: #fff;
  opacity: 1;
}
.trusted-leaders .leaders-slider .owl-dots button.active span {
  width: 2.5rem;
  background-color: #fff;
}
.trusted-leaders .leaders-slider .owl-dots button:hover span {
  background-color: #fff;
}

.net-img-wraper {
  position: relative;
}
.net-img-wraper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -75%;
  width: 33.9375rem;
  height: 37.3125rem;
  border-radius: 50%;
  background: var(--Text-Green-01, #67DB76);
  filter: blur(500px);
}
.net-img-wraper img {
  width: 100%;
  height: 10.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.net-img-wraper.rotate {
  rotate: 180deg;
}

footer {
  border-radius: 3rem 3rem 0 0;
  border-top: 2px solid var(--Neutral-White-Background, #FFF);
  border-right: 2px solid var(--Neutral-White-Background, #FFF);
  border-left: 2px solid var(--Neutral-White-Background, #FFF);
  background: rgba(255, 255, 255, 0.8);
  padding-top: 5rem;
  overflow: hidden;
}
footer p {
  color: #333;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 2.5rem;
}
footer img.in {
  max-width: 9.3125rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer h6 {
  color: #333;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 1.25rem;
  margin-top: 2.81rem;
}
footer h5 {
  color: var(--Text-Blue-1, #3B6EC7);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 100% */
  margin-bottom: 1.75rem;
}
footer ul.menu li {
  color: var(--Text-Blue-1, #3B6EC7);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 120% */
  margin-bottom: 0.7rem;
}
footer ul.menu li:last-child {
  margin: 0;
}
footer ul.menu li a {
  color: var(--Text-Blue-1, #3B6EC7);
}
footer ul.contact li {
  color: var(--Text-Blue-1, #3B6EC7);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  margin-bottom: 1.25rem;
}
footer ul.contact li:last-child {
  margin: 0;
}
footer ul.contact li img {
  max-width: 1.625rem;
  max-height: 1.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer ul.contact li a,
footer ul.contact li span {
  color: var(--Text-Blue-1, #3B6EC7);
}
footer h3 {
  text-align: center;
  font-family: Manrope;
  font-size: 12.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: linear-gradient(173deg, #67DB76 -10.89%, #3B6EC7 81.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 2.5rem;
  margin-bottom: -3.75rem;
}
footer .text-wraper {
  max-width: 22.4375rem;
  margin-left: auto;
}

.markets-serve {
  margin-top: 6.25rem;
  position: relative;
}
.markets-serve .container {
  position: relative;
  z-index: 10;
}
.markets-serve .polygn {
  position: absolute;
  bottom: 0%;
  left: -7%;
  width: 625px;
  height: 729px;
}
.markets-serve .polygn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.markets-serve h2 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Manrope;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.0625rem;
  margin-bottom: 0.6rem;
}
.markets-serve h2 span {
  background: var(--Neutral-White-Background, linear-gradient(90deg, #6AD97A 54.33%, #367CC6 74.52%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.markets-serve p {
  max-width: 47.75rem;
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  /* 177.778% */
  margin: 0 auto;
}
.markets-serve .wraper-box {
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 1.75rem 1.75rem 1.75rem 1.6875rem;
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: 51.8375rem auto;
  align-items: center;
  gap: 1.94rem;
}
.markets-serve .wraper-box .video-wraper {
  width: 100%;
  height: 34.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.markets-serve .wraper-box .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.markets-serve .wraper-box .text-wraper .heading-wraper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.markets-serve .wraper-box .text-wraper .heading-wraper img {
  max-width: 3.125rem;
  max-height: 3.125rem;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
}
.markets-serve .wraper-box .text-wraper .heading-wraper h3 {
  color: #FFF;
  font-family: Manrope;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.markets-serve .wraper-box .text-wraper p {
  max-width: unset;
  text-align: left;
  color: #FFF;
  margin-bottom: 1.75rem;
  font-weight: 300;
}
.markets-serve .wraper-box .text-wraper a {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.markets-serve .wraper-box .text-wraper a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(100%) sepia(47%) saturate(2823%) hue-rotate(54deg) brightness(96%) contrast(78%);
}

.innerBanner {
  padding-top: 14.69rem;
  position: relative;
  z-index: 2;
}
.innerBanner .globe {
  position: absolute;
  bottom: -27%;
  left: -6%;
  width: 32.6875rem;
  height: 31.8375rem;
}
.innerBanner .txtDv h1 {
  margin-bottom: 2.5rem;
}
.innerBanner .txtDv p {
  margin-bottom: 2.5rem;
}
.innerBanner .txtDv .gradientTxt {
  font-family: Manrope;
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.095rem;
  background: linear-gradient(91deg, #67DB76 0.72%, #317FC4 99.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.innerBanner .txtDv body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerBanner .txtDv .scrolling-words-container {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.innerBanner .txtDv .scrolling-words-box {
  height: 4rem;
  overflow: hidden;
}
.innerBanner .txtDv .scrolling-words-box ul {
  padding: 0;
  animation: scrollUp 4s infinite;
}
.innerBanner .txtDv .scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  list-style: none;
}
@keyframes scrollUp {
  15%, 25% {
    transform: translateY(-50%);
  }
}
.innerBanner .vdo_Dv {
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 0.62rem 0.63rem;
  width: 100%;
  max-width: 40.625rem;
  margin-left: auto;
  max-height: 482px;
}
.innerBanner .vdo_Dv video {
  width: 100%;
  border-radius: 0.625rem;
  height: 100%;
  height: 462px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeSec3.cognitoSec2 {
  padding: 8.94rem 0 6.25rem;
  position: relative;
}
.homeSec3.cognitoSec2 .globe {
  position: absolute;
  top: -12%;
  left: -6%;
  width: 32.6875rem;
  height: 31.8375rem;
}
.homeSec3.cognitoSec2 .topText {
  max-width: 54rem;
  margin: 0 auto 6.25rem;
}
.homeSec3.cognitoSec2 .topText h2 {
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 100%;
}
.homeSec3.cognitoSec2 .topText p {
  text-align: center;
}

.cognitoSec3 {
  padding-top: 6.25rem;
  position: relative;
}
.cognitoSec3 .polygn {
  position: absolute;
  bottom: -31%;
  left: -12%;
  width: 625px;
  height: 729px;
}
.cognitoSec3 .gradientTxt {
  font-size: 2.75rem;
  margin-bottom: 1rem;
  background: var(--For-Gradient, linear-gradient(90deg, #67DB76 40.87%, #317FC4 57.97%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cognitoSec3 .topText {
  max-width: 60rem;
  margin: 0 auto 7.25rem;
}
.cognitoSec3 .topText h2 {
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 4.6875rem;
}
.cognitoSec3 .topText p {
  text-align: center;
}
.cognitoSec3 .txtData {
  margin-bottom: 4.38rem;
}
.cognitoSec3 .txtData:last-child {
  margin-bottom: 0;
}
.cognitoSec3 .txtData h3 {
  margin-bottom: 1.7rem;
  font-weight: 300;
  line-height: 4.0625rem;
  max-width: 32rem;
}
.cognitoSec3 .txtData p {
  margin: 0;
}
.cognitoSec3 .imgDv {
  width: 100%;
  border-radius: 0.625rem;
  border: 4px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 20px 20px 64px 0 rgba(0, 0, 0, 0.2);
}
.cognitoSec3 .imgDv img {
  width: 100%;
  border-radius: 0.625rem;
}
.cognitoSec3 .imgDv.imgDvSml {
  max-width: 21.125rem;
  margin-left: auto;
}

.cognitoSec4 {
  position: relative;
  margin: 7.68rem 0 0;
  padding: 8.55rem 0 6.25rem;
}
.cognitoSec4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-top: 1px solid rgba(112, 80, 255, 0.2784313725);
  background: linear-gradient(180deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
  overflow: hidden;
}
.cognitoSec4 .dataDv {
  border-radius: 1.25rem;
  border: 4px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(142.05% 69.32% at 48.74% 51.28%, rgba(0, 225, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  overflow: hidden;
}
.cognitoSec4 .dataDv .img {
  width: 76%;
  margin-left: auto;
}
.cognitoSec4 .dataDv:hover .dataTxt {
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cognitoSec4 .dataDv:hover .dataTxt .para {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.cognitoSec4 .dataDv:hover .dataTxt .para p {
  display: block;
}
.cognitoSec4 .dataDv:hover .dataTxt h5,
.cognitoSec4 .dataDv:hover .dataTxt p {
  display: none;
}
.cognitoSec4 .dataDv .dataTxt {
  background-color: #3B6EC7;
  padding: 1.24rem;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  height: 100%;
  top: 66%;
  width: 100%;
}
.cognitoSec4 .dataDv .dataTxt h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}
.cognitoSec4 .dataDv .dataTxt p {
  margin: 0;
  line-height: normal;
  font-size: 1rem;
}
.cognitoSec4 .dataDv .dataTxt .para {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.4s ease;
  text-align: center;
}

.markets-serve.cognitoSec5 {
  position: relative;
  grid-template-columns: 47.125em auto;
  gap: 1.88rem;
  padding-bottom: 5rem;
}
.markets-serve.cognitoSec5 .polygn {
  position: absolute;
  bottom: unset;
  left: unset;
  top: 0%;
  right: -6%;
  width: 43.0625rem;
  height: 46.3125rem;
}
.markets-serve.cognitoSec5 .wraper-box {
  padding: 5.81rem 2.5rem 5.81rem 0;
  gap: 1.88rem;
}
.markets-serve.cognitoSec5 .video-wraper {
  height: 26.5rem;
}
.markets-serve.cognitoSec5 .video-wraper img {
  width: 100%;
  border-radius: 0 0.625rem 0.625rem 0;
  height: 100%;
}

.mapSec li {
  position: relative;
}

.curve-wrap {
  position: absolute;
  width: 100%;
  height: 150px;
  /* auto replaced by JS */
  top: 100%;
  /* curve starts below */
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.curve-wrap svg path {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 3;
  fill: none;
}

/* container must be positioned relative so overlay can be absolute */
/* container must be positioned relative so overlay can be absolute */
.mapSec {
  position: relative;
  overflow: visible;
}

/* example dot style */
.gradient_dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  pointer-events: auto;
}

/* SVG overlay sits below dots but above content */
.connector-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

/* path styling */
.connector-layer svg path {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgba(255, 255, 255, 0.18);
}

.brdcamp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.brdcamp li {
  position: relative;
  color: var(--white-neutral-300, #FAF9F6);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  padding-right: 1rem;
}
.brdcamp li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  background-image: url(../images/white-arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  background-size: cover;
}
.brdcamp li:last-child {
  padding-right: 0;
}
.brdcamp li:last-child::before {
  display: none;
}
.brdcamp li a {
  color: var(--white-neutral-300, #FAF9F6);
}

.innerBanner2 {
  position: relative;
}
.innerBanner2::before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(358deg, #171A8B 11.95%, rgba(23, 26, 139, 0) 36.95%), linear-gradient(90deg, rgba(0, 0, 0, 0) 17.25%, rgba(0, 0, 0, 0.47) 75.15%);
  top: 0;
  left: 0;
  height: 100%;
}
.innerBanner2 .vctr_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  rotate: 180deg;
}
.innerBanner2 .vctr_img img {
  width: 100%;
  height: 10.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerBanner2 .top {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerBanner2 .top h1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 115.544%;
  margin-bottom: 1.5rem;
}

.innerSec2 {
  padding: 7.69rem 0 6.25rem;
  /* ✅ Responsive */
}
.innerSec2 h3 span {
  display: unset;
}
.innerSec2 .row {
  margin-bottom: 6.25rem;
  row-gap: 6.25rem;
}
.innerSec2 .row:last-child {
  margin-bottom: 0;
}
.innerSec2 .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.innerSec2 .pagination li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Lato;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.innerSec2 .pagination li.disabled {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.44);
}
.innerSec2 .pagination .page,
.innerSec2 .pagination .page-numbers {
  border: 1px solid #fff;
  width: 2rem;
  height: 2.25rem;
  display: flex;
  border-radius: 0.25rem;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.innerSec2 .pagination .page.active, .innerSec2 .pagination .page.current,
.innerSec2 .pagination .page-numbers.active,
.innerSec2 .pagination .page-numbers.current {
  background: #ffffff;
  color: #000;
}
.innerSec2 .pagination .page.next, .innerSec2 .pagination .page.prev,
.innerSec2 .pagination .page-numbers.next,
.innerSec2 .pagination .page-numbers.prev {
  border: none;
  width: auto;
  height: auto;
}
.innerSec2 .pagination .prev,
.innerSec2 .pagination .next {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .innerSec2 .pagination-wrapper {
    padding: 10px;
  }
  .innerSec2 .pagination {
    gap: 5px;
  }
  .innerSec2 .pagination li {
    font-size: 12px;
    padding: 5px 8px;
  }
}

.blog_Dv {
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  padding: 1.25rem;
  transition: all 0.4s ease;
  height: 100%;
}
.blog_Dv:hover {
  box-shadow: 0 0 24px 0 rgba(4, 223, 191, 0.32);
}
.blog_Dv .img {
  border-radius: 1rem;
  border: 4px solid #2CA0E7;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.blog_Dv .img img {
  width: 100%;
  height: 18.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_Dv .dtls {
  display: flex;
  gap: 0.62rem;
  margin-bottom: 1rem;
}
.blog_Dv .dtls li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.blog_Dv .dtls li:last-child {
  padding-right: 0;
  border-right: none;
}
.blog_Dv .dtls li img {
  width: 1.52rem;
  height: 1.52rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_Dv h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  max-width: 20rem;
}
.blog_Dv p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: normal;
  margin-bottom: 1rem;
  font-weight: 300;
}
.blog_Dv .readMore {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0;
}
.blog_Dv .readMore img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(4327%) hue-rotate(61deg) brightness(82%) contrast(113%);
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.blogDtls {
  padding: 6.25rem 0;
  position: relative;
}
.blogDtls .container {
  position: relative;
  z-index: 2;
}
.blogDtls .globe {
  position: absolute;
  top: 17%;
  left: -6%;
  width: 32.6875rem;
  height: 31.8375rem;
}
.blogDtls .fullImg {
  border-radius: 1rem;
  border: 7px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 3.75rem;
  max-height: 42rem;
  width: 100%;
}
.blogDtls .topDtls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blogDtls .topDtls .sideTxt {
  max-width: 40rem;
}
.blogDtls .topDtls .sideTxt .gradientTxt {
  display: unset;
}
.blogDtls .topDtls .socialDtls .dtls {
  display: flex;
  gap: 0.62rem;
  margin-bottom: 1.75rem;
}
.blogDtls .topDtls .socialDtls .dtls li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.blogDtls .topDtls .socialDtls .dtls li:last-child {
  padding-right: 0;
  border-right: none;
}
.blogDtls .topDtls .socialDtls .dtls li img {
  width: 1.42rem;
  height: 1.42rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogDtls .topDtls .socialDtls .socailLink {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.blogDtls .topDtls .socialDtls .socailLink h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.blogDtls .topDtls .socialDtls .socailLink ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blogDtls .topDtls .socialDtls .socailLink ul li a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blogDtls .topDtls .socialDtls .socailLink ul li a img {
  width: 1.2rem;
  height: 1.2rem;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul a {
  margin: 0;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul a.heateor_sss_more svg {
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul a span {
  background-color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul a span.heateor_sss_svg {
  display: flex !important;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul a span svg {
  width: 30px;
  height: 30px;
}
.blogDtls .topDtls .socialDtls .socailLink .heateor_sss_sharing_ul a span svg path {
  fill: #4479ff;
}
.blogDtls .txtData {
  margin-top: 2.5rem;
}
.blogDtls .txtData .txt {
  margin-bottom: 2.5rem;
}
.blogDtls .txtData .txt:last-child {
  margin-bottom: 0;
}
.blogDtls .txtData .txt h5 {
  margin-bottom: 1rem;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.blogDtls .txtData .txt p {
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.serviceSec2 {
  padding: 6.25rem 0;
}
.serviceSec2 .topTxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.serviceSec2 .topTxt h3 {
  max-width: 36rem;
}
.serviceSec2 .topTxt h3 span {
  display: unset;
}
.serviceSec2 .topTxt p {
  max-width: 26.875rem;
}
.serviceSec2 .serviceWrap {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6.25rem;
}
.serviceSec2 .serviceWrap:last-child {
  margin-bottom: 0;
}
.serviceSec2 .serviceWrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.serviceSec2 .serviceWrap .imgDv {
  border-radius: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.87rem;
}
.serviceSec2 .serviceWrap .imgDv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceSec2 .serviceWrap .txtDv {
  width: calc(100% - 34.25rem);
}
.serviceSec2 .serviceWrap .txtDv h3 {
  margin-bottom: 0.75rem;
}
.serviceSec2 .serviceWrap .txtDv p {
  margin-bottom: 0.75rem;
  line-height: normal;
}
.serviceSec2 .serviceWrap .readMore {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.serviceSec2 .serviceWrap .readMore img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(4327%) hue-rotate(61deg) brightness(82%) contrast(113%);
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.serviceSec3 {
  /* Center hex */
  /* ✅ Responsive */
}
.serviceSec3 .hex-section {
  background: radial-gradient(circle at top, #1a2b8f, #050b3c);
  padding: 60px 20px;
}
.serviceSec3 .hex-grid {
  display: grid;
  grid-template-columns: repeat(3, 260px);
  justify-content: center;
  gap: 40px 30px;
  position: relative;
}
.serviceSec3 .hex {
  width: 260px;
  height: 230px;
  background: linear-gradient(180deg, #1c39c4, #0c1560);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 204, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serviceSec3 .hex h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.serviceSec3 .hex p {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.85;
}
.serviceSec3 .center {
  background: linear-gradient(180deg, #20c6ff, #0e5c9b);
  font-size: 13px;
}
.serviceSec3 .center h4 {
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .serviceSec3 .hex-grid {
    grid-template-columns: repeat(2, 260px);
  }
}
@media (max-width: 600px) {
  .serviceSec3 .hex-grid {
    grid-template-columns: 1fr;
  }
  .serviceSec3 .hex {
    width: 100%;
    height: auto;
    clip-path: none;
    border-radius: 12px;
  }
}

.serviceSec2.siSec2 {
  position: relative;
  overflow-x: hidden;
  padding: 6.25rem 0 8.35rem;
}
.serviceSec2.siSec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-bottom: 1px solid rgba(112, 80, 255, 0.2784313725);
  overflow: hidden;
  background: linear-gradient(360deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
}
.serviceSec2.siSec2 .serviceWrap .txtDv h3 {
  max-width: 37rem;
}
.serviceSec2.siSec2 .serviceWrap .imgDv {
  height: 27rem;
}
.serviceSec2.siSec2 .serviceWrap .imgDv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.siSec3 {
  padding: 6.25rem 0 8.25rem;
  position: relative;
}
.siSec3 .globe_bg {
  width: 100%;
  position: absolute;
  top: 13%;
  left: 0;
}
.siSec3 .globe_bg img {
  width: 100%;
}
.siSec3 .topTxt {
  margin-bottom: 21.81rem;
  position: relative;
  z-index: 2;
}
.siSec3 .topTxt h2 {
  margin-bottom: 2rem;
}
.siSec3 .topTxt h2 span {
  display: unset;
}
.siSec3 .topTxt p {
  text-align: center;
  margin-bottom: 2rem;
}
.siSec3 .topTxt p:last-child {
  margin-bottom: 0;
}
.siSec3 .btmPart {
  margin-bottom: 6.25rem;
}
.siSec3 .btmPart .heading h2 {
  margin-bottom: 0.5rem;
  line-height: 4.0625rem;
}
.siSec3 .btmPart .heading p {
  text-align: center;
}
.siSec3 .circlePart ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 26.0625rem;
       column-gap: 26.0625rem;
  row-gap: 8.61rem;
  position: relative;
}
.siSec3 .circlePart ul .circle {
  position: absolute;
  border: 2px solid rgba(194, 194, 194, 0.3);
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.siSec3 .circlePart ul .circle::before {
  content: "";
  position: absolute;
  width: 25.4375rem;
  height: 25.4375rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(126.78% 126.78% at 50% 50%, rgba(0, 225, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}
.siSec3 .circlePart ul .circle span {
  width: 16rem;
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  position: relative;
  z-index: 5;
}
.siSec3 .circlePart ul li {
  width: 27.125rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}
.siSec3 .circlePart ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.siSec3 .circlePart ul li:nth-child(2) .point {
  right: -20%;
  bottom: -56%;
}
.siSec3 .circlePart ul li:nth-child(3) .point {
  left: -20%;
  bottom: -56%;
}
.siSec3 .circlePart ul li:nth-child(4) .point {
  right: 0;
  bottom: 11%;
}
.siSec3 .circlePart ul li:nth-child(4) .txt {
  width: 16rem;
}
.siSec3 .circlePart ul li:nth-child(5) .point {
  left: 0;
  bottom: 11%;
}
.siSec3 .circlePart ul li:nth-child(5) .txt {
  width: 16rem;
}
.siSec3 .circlePart ul li:nth-child(6) .point {
  right: -20%;
  bottom: 64%;
}
.siSec3 .circlePart ul li:nth-child(7) .point {
  left: -20%;
  bottom: 64%;
}
.siSec3 .circlePart ul li .point {
  position: absolute;
  width: 4.37rem;
  height: 4.37rem;
  border-radius: 50%;
  background: rgba(4, 223, 190, 0.4235294118);
}
.siSec3 .circlePart ul li .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.07rem;
  border-radius: 50%;
  height: 3.07rem;
  background: rgba(4, 223, 190, 0.5254901961);
}
.siSec3 .circlePart ul li .point::after {
  content: "";
  position: absolute;
  width: 1.65rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.65rem;
  background: #04DFBF;
}
.siSec3 .circlePart ul li span {
  width: 22rem;
  color: #fff;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
}
.siSec3 .circlePart ul li span.w16 {
  width: 16rem;
}
.siSec3 .circlePart ul li .icon {
  width: 4.81rem;
  height: 4.81rem;
  border-radius: 50%;
  overflow: hidden;
}

.siSec4 {
  overflow-x: hidden;
  padding: 6.25rem 0 8.25rem;
}
.siSec4 .topTxt {
  margin-bottom: 6.25rem;
}
.siSec4 .topTxt .gradientTxt {
  display: unset;
}
.siSec4 .topTxt p {
  max-width: 47rem;
  margin: 0 auto;
  text-align: center;
}
.siSec4 .successDv ul {
  display: flex;
}
.siSec4 .successDv ul li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.siSec4 .successDv ul li::before {
  content: "";
  position: absolute;
  width: 352px;
  height: 352px;
  border: 3px solid #67DB76;
  border-radius: 3rem;
  left: 28px;
  top: 8px;
  rotate: 44deg;
  background: radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%);
}
.siSec4 .successDv ul li:nth-child(even) {
  margin-top: 16.5rem;
  margin-left: -7.1rem;
}
.siSec4 .successDv ul li:nth-child(even)::before {
  border: 3px solid #fff;
  left: 23px;
  rotate: 44deg;
}
.siSec4 .successDv ul li:nth-child(3) {
  margin-left: -5rem;
}
.siSec4 .successDv ul li .innerDv {
  width: 18rem;
  height: 19rem;
}
.siSec4 .successDv ul li .innerDv h5 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
}
.siSec4 .successDv ul li .innerDv .num {
  width: 4.81rem;
  height: 4.81rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.siSec4 .successDv ul li .innerDv .num::before {
  content: "";
  position: absolute;
}
.siSec4 .successDv ul li .innerDv p {
  text-align: center;
  margin-bottom: 0;
}
.siSec4 .successDv ul li .innerDv .icon {
  width: 4.81rem;
  height: 4.81rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.siSec4 .successDv2 ul {
  display: flex;
  justify-content: center;
  margin-left: -1.3rem;
}
.siSec4 .successDv2 ul li {
  width: 357px;
  height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #67DB76;
  border-radius: 2.5625rem;
  background: radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%);
  rotate: 44deg;
  padding-right: 3rem;
  padding-left: 1rem;
  padding-top: 0rem;
  padding-bottom: 2rem;
  transform: scale(0.9);
}
.siSec4 .successDv2 ul li .arrow {
  position: absolute;
  width: 3.6rem;
  height: 2.9rem;
  background-color: transparent;
  bottom: 35.1%;
  right: -16.7%;
  border: 3px solid #67DB76;
  border-radius: 12px 0 0 0;
  border-width: 3px 0px 0 3px;
}
.siSec4 .successDv2 ul li .arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #67db76;
  bottom: 38px;
  right: 1px;
  transform: rotate(-49deg);
}
.siSec4 .successDv2 ul li .arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #67db76;
  bottom: 38px;
  left: 39px;
  transform: rotate(49deg);
}
.siSec4 .successDv2 ul li:first-child::after {
  display: none;
}
.siSec4 .successDv2 ul li:last-child::before {
  display: none;
}
.siSec4 .successDv2 ul li:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: 46%;
  bottom: -4.7%;
  width: 4px;
  height: 30.4px;
  background-color: #1c208b;
  transform: rotate(91deg);
}
.siSec4 .successDv2 ul li:nth-child(even) {
  border: 3px solid #fff;
}
.siSec4 .successDv2 ul li:nth-child(even)::before {
  left: -4px;
  bottom: 48.4%;
}
.siSec4 .successDv2 ul li:nth-child(even)::after {
  content: "";
  position: absolute;
  left: 46%;
  bottom: 96%;
  width: 4px;
  height: 30.4px;
  background-color: #1c208b;
  transform: rotate(91deg);
}
.siSec4 .successDv2 ul li::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 44%;
  width: 5px;
  height: 30.4px;
  background-color: #1c208b;
}
.siSec4 .successDv2 ul li:nth-child(1) {
  z-index: 5;
}
.siSec4 .successDv2 ul li:nth-child(2) {
  z-index: 4;
}
.siSec4 .successDv2 ul li:nth-child(2) span.arrow {
  bottom: unset;
  top: -14.7%;
  right: unset;
  border-color: #Fff;
  left: 45%;
  transform: rotate(-88deg);
  z-index: 9;
}
.siSec4 .successDv2 ul li:nth-child(2) span.arrow::before, .siSec4 .successDv2 ul li:nth-child(2) span.arrow::after {
  border-color: #fff;
}
.siSec4 .successDv2 ul li:nth-child(3) {
  z-index: 3;
}
.siSec4 .successDv2 ul li:nth-child(3) span.arrow {
  bottom: 36.2%;
  right: -16.4%;
  z-index: 9;
}
.siSec4 .successDv2 ul li:nth-child(4) {
  z-index: 2;
}
.siSec4 .successDv2 ul li:nth-child(4) span.arrow {
  bottom: unset;
  top: -14.6%;
  right: unset;
  border-color: #Fff;
  left: 44.2%;
  transform: rotate(-88deg);
  z-index: 9;
}
.siSec4 .successDv2 ul li:nth-child(4) span.arrow::before, .siSec4 .successDv2 ul li:nth-child(4) span.arrow::after {
  border-color: #fff;
}
.siSec4 .successDv2 ul li:nth-child(5) {
  z-index: 1;
}
.siSec4 .successDv2 ul li span.arw {
  position: absolute;
  bottom: 42%;
  right: -16%;
  width: 57px;
  z-index: 99;
  background-color: #171a8b;
}
.siSec4 .successDv2 ul li span.arw img {
  width: 100%;
}
.siSec4 .successDv2 ul li span.arw::before {
  content: "";
  width: 31px;
  height: 30px;
  background-color: #292c92;
  position: absolute;
  bottom: -1px;
  z-index: -1;
  left: 39px;
}
.siSec4 .successDv2 ul li:nth-child(2) {
  margin-top: 16rem;
  margin-left: -7rem;
}
.siSec4 .successDv2 ul li:nth-child(2) span.arw {
  top: -11%;
  bottom: unset;
  right: unset;
  left: 35%;
  rotate: -88deg;
}
.siSec4 .successDv2 ul li:nth-child(2) span.arw::before {
  content: "";
  width: 31px;
  height: 30px;
  background-color: #292c92;
  position: absolute;
  bottom: -1px;
  z-index: -1;
  left: 35px;
}
.siSec4 .successDv2 ul li:nth-child(3) {
  margin-left: -7rem;
}
.siSec4 .successDv2 ul li:nth-child(3) span.arw {
  bottom: 44%;
  right: -16.2%;
  rotate: 0deg;
}
.siSec4 .successDv2 ul li:nth-child(4) {
  margin-top: 16rem;
  margin-left: -7rem;
}
.siSec4 .successDv2 ul li:nth-child(4) span.arw {
  top: -11.1%;
  left: 44%;
  bottom: unset;
  right: unset;
  rotate: -89deg;
}
.siSec4 .successDv2 ul li:nth-child(4) span.arw::before {
  left: 34px;
}
.siSec4 .successDv2 ul li:nth-child(5) {
  margin-left: -7rem;
}
.siSec4 .successDv2 ul li .innerDv {
  width: 18rem;
  height: 19rem;
  rotate: -44deg;
}
.siSec4 .successDv2 ul li .innerDv h5 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
}
.siSec4 .successDv2 ul li .innerDv .num {
  width: 4.81rem;
  height: 4.81rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.siSec4 .successDv2 ul li .innerDv .num::before {
  content: "";
  position: absolute;
}
.siSec4 .successDv2 ul li .innerDv p {
  text-align: center;
  margin-bottom: 0;
}
.siSec4 .successDv2 ul li .innerDv .icon {
  width: 4.81rem;
  height: 4.81rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.blogDtls.pres_dtls2 .globe {
  position: absolute;
  top: 35%;
  left: -11%;
  width: 34.6875rem;
  height: 31.8375rem;
}
.blogDtls.pres_dtls2 .txtData .txt ul,
.blogDtls.pres_dtls2 .txtData .txt ol {
  padding: 0 1rem;
}
.blogDtls.pres_dtls2 .txtData .txt ul li,
.blogDtls.pres_dtls2 .txtData .txt ol li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.1rem;
}
.blogDtls.pres_dtls2 .txtData .txt ul li::before,
.blogDtls.pres_dtls2 .txtData .txt ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #Fff;
}
.blogDtls.pres_dtls2 .txtData .txt ul li:last-child,
.blogDtls.pres_dtls2 .txtData .txt ol li:last-child {
  margin-bottom: 0;
}
.blogDtls.pres_dtls2 .txtData .txt ol {
  counter-reset: item;
}
.blogDtls.pres_dtls2 .txtData .txt ol li {
  counter-increment: item;
  padding-left: 1.3rem;
}
.blogDtls.pres_dtls2 .txtData .txt ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: auto;
  height: auto;
  background-color: transparent;
}

.siSec5 {
  position: relative;
  padding: 18.85rem 0 15.12rem;
}
.siSec5 .container {
  position: relative;
  z-index: 2;
}
.siSec5 h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.siSec5 p {
  text-align: center;
  font-weight: 300;
}
.siSec5 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  width: 51rem;
  height: 50rem;
}
.siSec5 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.consultingSec3 .txtDv h3 {
  font-size: 2.4rem;
}
.consultingSec3 .btmPart p {
  max-width: 45rem;
  margin: 0 auto;
}
.consultingSec3 .gradientTxt {
  display: unset;
}
.consultingSec3 .polygonFullDv {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 12%;
}
.consultingSec3 .polygonFullDv::after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 60.5%;
  left: 60%;
  rotate: 114deg;
}
.consultingSec3 .polygonFullDv .mid_part {
  width: 19rem;
  height: 17rem;
  position: absolute;
  display: flex;
  align-items: center;
  top: 51.8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consultingSec3 .polygonFullDv .mid_part::after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 69%;
  left: 8%;
  rotate: 55deg;
}
.consultingSec3 .polygonFullDv .mid_part::before {
  content: "";
  position: absolute;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  left: 0;
  top: 0;
  background-color: #67DB76;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultingSec3 .polygonFullDv .mid_part .mid2 {
  position: absolute;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 100%;
  height: 100%;
  background-color: #23369A;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.99);
}
.consultingSec3 .polygonFullDv .mid_part .midDv {
  width: 17.4rem;
  height: 15.4rem;
  position: relative;
}
.consultingSec3 .polygonFullDv .mid_part .midDv::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #67DB76;
  pointer-events: none;
  z-index: -1;
}
.consultingSec3 .polygonFullDv .mid_part .midDv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background-color: #3B6EC7;
  filter: blur(100px);
}
.consultingSec3 .polygonFullDv .mid_part .midDv h5 {
  max-width: 10rem;
}
.consultingSec3 .polygonFullDv .mid_part .innrDv {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #32419A;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  justify-content: center;
  transform: scale(0.99);
  z-index: 2;
}
.consultingSec3 .polygonFullDv .mid_part .innrDv::before {
  content: "";
  position: absolute;
  width: 8.48256rem;
  height: 8.73038rem;
  border-radius: 50%;
  background-color: var(--Text-Blue-1, #3B6EC7);
  filter: blur(100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consultingSec3 .polygonFullDv .mid_part .innrDv h5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.consultingSec3 .polygonFullDv .mid_part .innrDv p {
  text-align: center;
  line-height: 140.58%;
  margin: 0;
  max-width: 17rem;
}
.consultingSec3 .polygonFullDv ul {
  position: relative;
  display: flex;
}
.consultingSec3 .polygonFullDv ul.left {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.consultingSec3 .polygonFullDv ul.left li:nth-child(2) {
  margin-top: 9rem;
  margin-left: -4rem;
}
.consultingSec3 .polygonFullDv ul.left li:nth-child(2)::after {
  content: "";
  height: 17px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 18%;
  left: 11%;
  rotate: -65deg;
}
.consultingSec3 .polygonFullDv ul.left li:nth-child(3) {
  position: absolute;
  top: -34%;
  left: 44.5%;
}
.consultingSec3 .polygonFullDv ul.left li:nth-child(3)::after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  bottom: 19%;
  left: 88%;
  rotate: -65deg;
}
.consultingSec3 .polygonFullDv ul.left li:first-child::after {
  content: "";
  height: 17px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 18%;
  left: 88%;
  rotate: -118deg;
}
.consultingSec3 .polygonFullDv ul.right {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.consultingSec3 .polygonFullDv ul.right li:first-child {
  top: -34%;
  position: absolute;
  right: 40%;
}
.consultingSec3 .polygonFullDv ul.right li:first-child::after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 70%;
  left: 8%;
  rotate: -121deg;
}
.consultingSec3 .polygonFullDv ul.right li:nth-child(2) {
  margin-top: 9rem;
  right: -11%;
}
.consultingSec3 .polygonFullDv ul.right li:nth-child(2)::after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 17%;
  left: 87%;
  rotate: 55deg;
}
.consultingSec3 .polygonFullDv ul.right li:nth-child(3) {
  left: 0;
}
.consultingSec3 .polygonFullDv ul.right li:nth-child(3)::after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: #67DB76;
  position: absolute;
  top: 19.4%;
  left: 10%;
  rotate: -67deg;
}
.consultingSec3 .polygonFullDv ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.5rem;
  height: 16.8rem;
  z-index: 1;
  /* HEX BORDER ONLY */
}
.consultingSec3 .polygonFullDv ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* border thickness */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  /* BORDER COLOR */
  background: #67DB76;
  pointer-events: none;
  z-index: -1;
}
.consultingSec3 .polygonFullDv ul li .innrDv {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #32419A;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  justify-content: center;
  transform: scale(0.99);
}
.consultingSec3 .polygonFullDv ul li .innrDv::before {
  content: "";
  position: absolute;
  width: 8.48256rem;
  height: 8.73038rem;
  border-radius: 50%;
  background-color: var(--Text-Blue-1, #3B6EC7);
  filter: blur(100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consultingSec3 .polygonFullDv ul li .innrDv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background-color: #3B6EC7;
  filter: blur(100px);
  z-index: -1;
}
.consultingSec3 .polygonFullDv ul li .innrDv h5 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.consultingSec3 .polygonFullDv ul li .innrDv p {
  text-align: center;
  line-height: 140.58%;
  margin: 0;
  max-width: 17rem;
}

.consultingSec2 .topTxt h3 {
  max-width: 40rem;
}
.consultingSec2 .topTxt p {
  max-width: 30rem;
}

.siSec3.consultingSec2 .globe_bg {
  top: 14%;
}
.siSec3.consultingSec2 .topTxt {
  margin-bottom: 16rem;
}
.siSec3.consultingSec2 .btmPart h2 span {
  display: unset;
}
.siSec3.consultingSec2 .btmPart p {
  max-width: 47rem;
  margin: 0 auto;
}

.consultingSec4 {
  padding: 6.25rem 0;
}
.consultingSec4 .topTxt {
  margin-bottom: 6.25rem;
}
.consultingSec4 .topTxt span.gradientTxt {
  display: unset;
}
.consultingSec4 .topTxt p {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.consultingSec4 .collabDv {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(142.05% 69.32% at 48.74% 51.28%, rgba(0, 225, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1.25rem;
  position: relative;
  height: 100%;
}
.consultingSec4 .collabDv::before {
  content: "";
  position: absolute;
  width: 8.5rem;
  height: 8.7rem;
  border-radius: 50%;
  background-color: var(--Text-Blue-1, #3B6EC7);
  filter: blur(100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.consultingSec4 .collabDv .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.38rem;
}
.consultingSec4 .collabDv .icon img {
  width: 100%;
  height: 100%;
}
.consultingSec4 .collabDv h4 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
  margin-bottom: 1.25rem;
}

.dataSec3 .gradientTxt {
  display: unset;
}

.careerSec2 {
  padding: 6.25rem 0;
}
.careerSec2 .gradientTxt {
  background: linear-gradient(90deg, #67DB76 27.4%, #317FC4 43.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.careerSec3 {
  padding: 6.25rem 0;
  position: relative;
}
.careerSec3 .container {
  position: relative;
  z-index: 2;
}
.careerSec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-top: 1px solid rgba(112, 80, 255, 0.2784313725);
  background: linear-gradient(180deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
  overflow: hidden;
}
.careerSec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-bottom: 1px solid rgba(112, 80, 255, 0.2784313725);
  overflow: hidden;
  background: linear-gradient(360deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
}
.careerSec3 .gradientTxt {
  display: unset;
}
.careerSec3 .topTxt {
  max-width: 866px;
  margin: 0 auto 6.31rem;
}
.careerSec3 .topTxt p {
  text-align: center;
}
.careerSec3 .tab_FullSec .filter {
  width: 100%;
  margin-bottom: 3.75rem;
  position: relative;
}
.careerSec3 .tab_FullSec .filter .innerFilter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  position: relative;
}
.careerSec3 .tab_FullSec .filter .prev {
  left: 0;
  right: unset;
}
.careerSec3 .tab_FullSec .filter .prev img {
  rotate: 180deg;
}
.careerSec3 .tab_FullSec .filter .next,
.careerSec3 .tab_FullSec .filter .prev {
  width: 2.68rem;
  height: 2.68rem;
  border-radius: 50%;
  background: var(--Unique, radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.careerSec3 .tab_FullSec .filter .next img,
.careerSec3 .tab_FullSec .filter .prev img {
  width: 0.8rem;
}
.careerSec3 .tab_FullSec .filter li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 3.125rem;
  padding: 0.6rem 1.38rem;
  border: 1px solid #fff;
  position: relative;
  background-image: url(../images/down-arrow.png);
  background-size: 14px;
  background-position: right 10px center;
  padding-right: 2rem;
  background-repeat: no-repeat;
  text-align: left;
  min-width: 11.15rem;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.careerSec3 .tab_FullSec .filter li.w13 {
  min-width: 13rem;
}
.careerSec3 .tab_FullSec .filter li.w9 {
  min-width: 8rem;
}
.careerSec3 .tab_FullSec .filter li.w11 {
  width: 11rem;
}
.careerSec3 .tab_FullSec .filter li:first-child {
  padding-right: 1.38rem;
}
.careerSec3 .tab_FullSec .filter li.active {
  border: 1px solid #3B6EC7;
  color: #fff;
  background: var(--Text-Blue-1, #3B6EC7);
}
.careerSec3 .tab_FullSec .filter li.has_drop {
  position: relative;
}
.careerSec3 .tab_FullSec .filter li.has_drop ul {
  top: 54px;
  width: 200px;
  left: 0;
  position: absolute;
  z-index: 9999;
  display: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 9999;
}
.careerSec3 .tab_FullSec .filter li.has_drop ul.show {
  display: block;
}
.careerSec3 .tab_FullSec .filter li.has_drop ul li {
  width: 100%;
  color: #000;
  display: block;
  cursor: pointer;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: normal;
  letter-spacing: 0.0125rem;
  border-radius: 0;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #C0C1D1;
}
.careerSec3 .tab_FullSec .filter li.has_drop ul li:last-child {
  border-bottom: none;
}
.careerSec3 .tab_FullSec .filter li.has_drop ul li.active {
  background: none;
  border-color: #C0C1D1;
}
.careerSec3 .tab_FullSec .filter li.has_drop ul li a {
  color: #000;
}
.careerSec3 .tab_FullSec .jobDtls {
  width: 100%;
}
.careerSec3 .tab_FullSec .jobDtls.loading {
  padding: 0;
}
.careerSec3 .tab_FullSec .jobDtls.loading .jobResults {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}
.careerSec3 .tab_FullSec .jobDtls .jobResults p.no-job {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 2.25rem;
  margin-bottom: 3.75rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv:last-child {
  margin-bottom: 0;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left {
  width: 57.87rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left h5 {
  color: #F7F8F8;
  font-family: Manrope;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: -0.015rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left .tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left .tags li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.95rem;
  letter-spacing: -0.015rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.6875rem;
  background: rgba(255, 255, 255, 0.4);
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left .dtls {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left .dtls li {
  color: #F7F8F8;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.95rem;
  /* 173.333% */
  letter-spacing: -0.015rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left .dtls li img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .left p {
  margin-bottom: 0;
  font-weight: 300;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .right {
  width: calc(100% - 60.28rem);
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .right .apply {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.95rem;
  /* 111.429% */
  letter-spacing: -0.015rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .right .apply img {
  width: 2rem;
  height: 2rem;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .right p.date {
  color: #F7F8F8;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.95rem;
  letter-spacing: -0.015rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
}
.careerSec3 .tab_FullSec .jobDtls .dtlsDv .right p.date img {
  width: 1.3rem;
  height: 1.3rem;
}
.careerSec3 .tab_FullSec .jobDtls .btnDv {
  text-align: center;
}
.careerSec3 .tab_FullSec .jobDtls .btnDv a {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.careerSec4 {
  padding: 6.25rem 0;
}
.careerSec4 .gradientTxt {
  display: unset;
}
.careerSec4 p {
  text-align: center;
}
.careerSec4 .topTxt {
  max-width: 54rem;
  margin: 0 auto 5.81rem;
}
.careerSec4 .blog_Dv p {
  text-align: left;
}
.careerSec4 .btn {
  margin: 4.97rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.brochures-sec1 {
  padding: 6.25rem 0;
}
.brochures-sec1 .row {
  gap: 5rem 0;
}
.brochures-sec1 .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}
.brochures-sec1 .heading-wraper h2 {
  max-width: 40.125rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.brochures-sec1 .heading-wraper h2 span {
  display: inline;
}
.brochures-sec1 .heading-wraper p {
  max-width: 26.875rem;
  margin: 0;
}
.brochures-sec1 .wraper-box {
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  width: 100%;
}
.brochures-sec1 .wraper-box .flex-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.brochures-sec1 .wraper-box .flex-box img.border-img {
  max-width: 17.4375rem;
  width: 100%;
  height: 11.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.brochures-sec1 .wraper-box .flex-box .text-wraper {
  width: 100%;
}
.brochures-sec1 .wraper-box .flex-box .text-wraper h4 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.brochures-sec1 .wraper-box .flex-box .text-wraper h4 span {
  display: block;
}
.brochures-sec1 .wraper-box .flex-box .text-wraper h6 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.brochures-sec1 .wraper-box a.pdf {
  width: 100%;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  border-radius: 3.125rem;
  border: 2px solid var(--Neutral-White-Background, #FFF);
  padding: 0.7rem 1.25rem;
}
.brochures-sec1 .wraper-box a.pdf img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-sec1 {
  padding: 6.25rem 0;
}
.contact-sec1 .row {
  gap: 5rem 0;
}
.contact-sec1 .heading-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}
.contact-sec1 .heading-wraper h2 {
  max-width: 26.125rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.contact-sec1 .heading-wraper h2 span {
  display: inline;
}
.contact-sec1 .heading-wraper p {
  max-width: 26.875rem;
  margin: 0;
}
.contact-sec1 .contact-card {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(142.05% 69.32% at 48.74% 51.28%, rgba(0, 225, 244, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1.25rem;
  position: relative;
  z-index: 0;
}
.contact-sec1 .contact-card::after {
  content: "";
  width: 8.5rem;
  height: 8.75rem;
  position: absolute;
  left: 8.8125rem;
  bottom: 4.375rem;
  background-color: var(--Text-Blue-1, #3B6EC7);
  filter: blur(100px);
  z-index: -1;
}
.contact-sec1 .contact-card span {
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 3.0625rem;
  background: var(--Neutral-White-Background, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact-sec1 .contact-card span img {
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-sec1 .contact-card h6 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
  /* 1.75725rem */
  margin: 1.38rem 0 1.25rem;
}
.contact-sec1 .contact-card p {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  /* 1.5815rem */
  margin: 0;
}
.contact-sec1 .contact-card p a {
  color: var(--Neutral-White-Background, #FFF);
}

.careerDtlsSec2 {
  padding: 6.25rem 0;
}
.careerDtlsSec2 .topPart {
  padding-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.careerDtlsSec2 .topPart .lft .gradientTxt {
  display: unset;
}
.careerDtlsSec2 .topPart .lft p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0;
}
.careerDtlsSec2 .topPart .lft p img {
  width: 1.5rem;
  height: 1.5rem;
}
.careerDtlsSec2 .topPart .right p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0;
}
.careerDtlsSec2 .topPart .right p img {
  width: 1.5rem;
  height: 1.5rem;
}

.careerDtlsSec3 {
  padding-bottom: 6.25rem;
  position: relative;
}
.careerDtlsSec3 .globe {
  position: absolute;
  top: -6%;
  left: -10%;
  width: 34.6875rem;
  height: 31.8375rem;
}
.careerDtlsSec3 h4 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1.25rem;
}
.careerDtlsSec3 .dtls {
  margin-bottom: 2.5rem;
}
.careerDtlsSec3 .dtls ul {
  margin-bottom: 1.4rem;
}
.careerDtlsSec3 ul.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.careerDtlsSec3 ul.tags li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.95rem;
  letter-spacing: -0.015rem;
  border-radius: 0.6875rem;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.careerDtlsSec3 ul.tags li img {
  width: 1.5rem;
  height: 1.5rem;
}
.careerDtlsSec3 ul.list {
  padding-left: 1rem;
}
.careerDtlsSec3 ul.list li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 0.9rem;
}
.careerDtlsSec3 ul.list li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 0.5rem;
}
.careerDtlsSec3 ul.list li:last-child {
  margin-bottom: 0;
}
.careerDtlsSec3 .fullFormDv {
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 2rem 1.25rem;
}
.careerDtlsSec3 .fullFormDv h4 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 1.75rem;
}
.careerDtlsSec3 .fullFormDv .fullFormDv h5 {
  color: #FFF;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap {
  margin-bottom: 1.25rem;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.mb-75 {
  margin-bottom: 1.75rem;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap:last-child {
  margin-bottom: 0;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload .inner {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.75rem;
  position: relative;
  min-height: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload .inner:has(.wpcf7-not-valid-tip) {
  border: 1px solid #ca1616;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 0.9rem !important;
  color: #920c0c;
  padding-top: 0.5rem;
  display: none;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload .wpcf7-form-control-wrap {
  width: 100%;
  position: absolute;
  height: 100%;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload input[type=file] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload .icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.38rem;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.upload span {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.check {
  position: relative;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.check input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.check label {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.check .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid #fff;
  background: transparent;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.check input:checked + .wpcf7-list-item-label::before {
  background: transparent;
  border-color: #fff;
}
.careerDtlsSec3 .fullFormDv .fullFormDv .inputWrap.check input:checked + .wpcf7-list-item-label::after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 3px;
  top: 5px;
  font-size: 0.6rem;
  color: #fff;
}
.careerDtlsSec3 .fullFormDv .fullFormDv input:not([type=submit]),
.careerDtlsSec3 .fullFormDv .fullFormDv select,
.careerDtlsSec3 .fullFormDv .fullFormDv textarea {
  width: 100%;
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.72rem 0.75rem;
  background-color: transparent;
}
.careerDtlsSec3 .fullFormDv .fullFormDv input:not([type=submit])::-moz-placeholder, .careerDtlsSec3 .fullFormDv .fullFormDv select::-moz-placeholder, .careerDtlsSec3 .fullFormDv .fullFormDv textarea::-moz-placeholder {
  color: #fff;
}
.careerDtlsSec3 .fullFormDv .fullFormDv input:not([type=submit])::placeholder,
.careerDtlsSec3 .fullFormDv .fullFormDv select::placeholder,
.careerDtlsSec3 .fullFormDv .fullFormDv textarea::placeholder {
  color: #fff;
}
.careerDtlsSec3 .fullFormDv .fullFormDv select {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 0.94rem center;
  background-size: 0.9375rem;
  padding: 0.82rem 2.35rem 0.82rem 0.75rem;
}
.careerDtlsSec3 .fullFormDv .fullFormDv select option {
  color: #000;
}
.careerDtlsSec3 .fullFormDv .fullFormDv textarea {
  min-height: 7.125rem;
  resize: none;
}
.careerDtlsSec3 .fullFormDv .fullFormDv input[type=submit] {
  width: 100%;
  padding: 8px 20px;
}

.careerSec2.prSec2 .gradientTxt {
  display: unset;
}
.careerSec2.prSec2 h3 {
  max-width: 40rem;
}
.careerSec2.prSec2 .gradientTxt {
  margin-left: 0.5rem;
  display: unset;
}

.prSec3 {
  padding: 8.85rem 0 6.25rem;
  position: relative;
}
.prSec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-top: 1px solid rgba(112, 80, 255, 0.2784313725);
  background: linear-gradient(180deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
  overflow: hidden;
}
.prSec3 h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2.5rem;
  padding-left: 2.7rem;
}
.prSec3 .container {
  position: relative;
  z-index: 2;
}
.prSec3 .slideFullDv {
  position: relative;
  padding: 0 2.5rem;
  width: 100%;
  margin-bottom: 6.25rem;
}
.prSec3 .slideFullDv .slideDv {
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  padding: 1.5rem;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.prSec3 .slideFullDv .slideDv .imgDv {
  width: 31rem;
  border-radius: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.prSec3 .slideFullDv .slideDv .imgDv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prSec3 .slideFullDv .slideDv .txt {
  width: calc(100% - 32.25rem);
}
.prSec3 .slideFullDv .slideDv .txt .dtls {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1rem;
}
.prSec3 .slideFullDv .slideDv .txt .dtls li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.prSec3 .slideFullDv .slideDv .txt .dtls li:last-child {
  padding-right: 0;
  border-right: none;
}
.prSec3 .slideFullDv .slideDv .txt .dtls li img {
  width: 1.52rem;
  height: 1.52rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.prSec3 .slideFullDv .slideDv .txt h4 {
  margin-bottom: 1.25rem;
  max-width: 42rem;
  line-height: 2.25rem;
}
.prSec3 .slideFullDv .slideDv .txt p {
  color: #F7F8F8;
  margin-bottom: 0.65rem;
  line-height: 1.95rem;
  font-weight: 300;
  letter-spacing: -0.015rem;
}
.prSec3 .slideFullDv .slideDv .txt .readMore {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0;
}
.prSec3 .slideFullDv .slideDv .txt .readMore img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(4327%) hue-rotate(61deg) brightness(82%) contrast(113%);
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.prSec3 .slideFullDv .owl-nav {
  margin: 0;
}
.prSec3 .slideFullDv .owl-nav .owl-prev,
.prSec3 .slideFullDv .owl-nav .owl-next {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -2.6%;
  margin: 0;
  top: 47%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.prSec3 .slideFullDv .owl-nav .owl-prev img,
.prSec3 .slideFullDv .owl-nav .owl-next img {
  width: 0.53rem;
}
.prSec3 .slideFullDv .owl-nav .owl-prev:hover,
.prSec3 .slideFullDv .owl-nav .owl-next:hover {
  background-color: #fff;
}
.prSec3 .slideFullDv .owl-nav .owl-next {
  right: -2.6%;
  left: unset;
}
.prSec3 .slideFullDv .owl-nav .owl-next img {
  rotate: 180deg;
}
.prSec3 .slideFullDv .owl-dots {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.prSec3 .slideFullDv .owl-dots .owl-dot span {
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 1.25rem;
  margin: 0;
  background-color: #fff;
}
.prSec3 .slideFullDv .owl-dots .owl-dot.active span {
  width: 2.5rem;
  background-color: #fff;
}
.prSec3 .articleDv h5 {
  margin-bottom: 3.75rem;
  padding-left: 0;
}
.prSec3 .articleDv .row {
  row-gap: 3.75rem;
}
.prSec3 .articleDv .blog_Dv h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Manrope;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  max-width: 20rem;
  padding-left: 0;
}
.prSec3 .btnDv .btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.caseSec2 {
  position: relative;
  padding: 0 0 6.25rem;
  overflow: hidden;
}
.caseSec2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-bottom: 1px solid rgba(112, 80, 255, 0.2784313725);
  overflow: hidden;
  background: linear-gradient(360deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
}
.caseSec2 .serviceWrap {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6.25rem;
}
.caseSec2 .serviceWrap:nth-child(even) {
  flex-direction: row-reverse;
}
.caseSec2 .serviceWrap .imgDv {
  border-radius: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 33rem;
}
.caseSec2 .serviceWrap .imgDv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseSec2 .serviceWrap .txtDv {
  width: calc(100% - 34.25rem);
}
.caseSec2 .serviceWrap .txtDv h3 {
  margin-bottom: 0.75rem;
}
.caseSec2 .serviceWrap .txtDv .dtls {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1rem;
}
.caseSec2 .serviceWrap .txtDv .dtls li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.caseSec2 .serviceWrap .txtDv .dtls li:last-child {
  padding-right: 0;
  border-right: none;
}
.caseSec2 .serviceWrap .txtDv .dtls li img {
  width: 1.52rem;
  height: 1.52rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseSec2 .serviceWrap .txtDv p {
  margin-bottom: 0.75rem;
  line-height: normal;
  font-weight: 300;
}
.caseSec2 .serviceWrap .readMore {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.caseSec2 .serviceWrap .readMore img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(4327%) hue-rotate(61deg) brightness(82%) contrast(113%);
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.caseSec2 .btnDv .btn {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.caseSec3 {
  padding: 6.25rem 0;
}
.caseSec3 .topTxt {
  margin-bottom: 6.25rem;
  position: relative;
}
.caseSec3 .topTxt h2 {
  margin-bottom: 1.5rem;
  line-height: 4.0625rem;
}
.caseSec3 .topTxt h2 span {
  display: unset;
}
.caseSec3 .topTxt h2 .gradientTxt {
  display: block;
}
.caseSec3 .topTxt p {
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
  max-width: 54rem;
}
.caseSec3 .topTxt p:last-child {
  margin-bottom: 0;
}
.caseSec3 .btnDv {
  margin-top: 4.05rem;
}
.caseSec3 .btnDv .btn {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.case_dtls2 .gradientTxt {
  margin-left: 0.5rem;
}
.case_dtls2.blogDtls .globe {
  top: 24%;
}
.case_dtls2 .txtData .txt h5 {
  margin-bottom: 1.25rem;
}

.aboutSec2 {
  padding: 6.25rem 0 9.55rem;
  position: relative;
}
.aboutSec2 .topTxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.aboutSec2 .topTxt h3 {
  max-width: 40rem;
}
.aboutSec2 .topTxt h3 span {
  display: unset;
}
.aboutSec2 .topTxt p {
  max-width: 26.875rem;
  line-height: normal;
  font-weight: 300;
}
.aboutSec2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  margin: auto;
  width: 123.6875rem;
  height: 35rem;
  border-radius: 50%;
  border-bottom: 1px solid rgba(112, 80, 255, 0.2784313725);
  overflow: hidden;
  background: linear-gradient(360deg, rgba(112, 80, 255, 0.5) -85.57%, rgba(112, 80, 255, 0) 29.49%);
}
.aboutSec2 .serviceWrap {
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.15) 1.28%, rgba(255, 255, 255, 0.15) 98.86%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6.25rem;
}
.aboutSec2 .serviceWrap:last-child {
  margin-bottom: 0;
}
.aboutSec2 .serviceWrap .imgDv {
  border-radius: 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 33rem;
}
.aboutSec2 .serviceWrap .imgDv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSec2 .serviceWrap .txtDv {
  width: calc(100% - 34.25rem);
}
.aboutSec2 .serviceWrap .txtDv h3 {
  margin-bottom: 0.75rem;
}
.aboutSec2 .serviceWrap .txtDv .dtls {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1rem;
}
.aboutSec2 .serviceWrap .txtDv .dtls li {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  border-right: 1px solid #fff;
  padding-right: 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.aboutSec2 .serviceWrap .txtDv .dtls li:last-child {
  padding-right: 0;
  border-right: none;
}
.aboutSec2 .serviceWrap .txtDv .dtls li img {
  width: 1.52rem;
  height: 1.52rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSec2 .serviceWrap .txtDv p {
  margin-bottom: 0.75rem;
  line-height: normal;
  font-weight: 300;
}
.aboutSec2 .serviceWrap .readMore {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.aboutSec2 .serviceWrap .readMore img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(4327%) hue-rotate(61deg) brightness(82%) contrast(113%);
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutSec3 {
  padding: 10.25rem 0 6.25rem;
  position: relative;
}
.aboutSec3 .globe_bg {
  width: 100%;
  position: absolute;
}
.aboutSec3 .globe_bg img {
  width: 100%;
}
.aboutSec3 .topText {
  margin-bottom: 16.31rem;
  position: relative;
  z-index: 2;
}
.aboutSec3 .topText h2 {
  margin: 0 auto 2rem;
}
.aboutSec3 .topText h2 span {
  display: unset;
}
.aboutSec3 .topText p {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
}
.aboutSec3 .topText p:last-child {
  margin-bottom: 0;
}
.aboutSec3 .teamDtls .gradientTxt {
  display: unset;
}
.aboutSec3 .teamDtls h2 {
  margin-bottom: 0.8rem;
}
.aboutSec3 .teamDtls p {
  text-align: center;
  font-weight: 300;
}
.aboutSec3 .teamDtls .row {
  margin-top: 6.25rem;
}
.aboutSec3 .teamDtls .teamDv {
  border-radius: 0.75rem;
  background: var(--Unique, radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%));
  padding: 2rem 1.5rem;
  height: 100%;
}
.aboutSec3 .teamDtls .teamDv .teamImg {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: block;
}
.aboutSec3 .teamDtls .teamDv h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
  text-align: center;
}
.aboutSec3 .teamDtls .teamDv p {
  max-width: 22rem;
  margin: 0 auto 0.75rem;
  font-size: 0.875rem;
  line-height: normal;
  min-height: 6.3rem;
}
.aboutSec3 .teamDtls .teamDv span.grn {
  color: var(--Text-Green-01, #67DB76);
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
  text-align: center;
  display: block;
}
.aboutSec3 .teamDtls .teamDv .linkdin {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.caseSec2.prdctSec2 {
  padding: 0 0 8.65rem;
  position: relative;
}
.caseSec2.prdctSec2 .serviceWrap {
  align-items: center;
}

.prdctSec3 {
  position: relative;
  padding: 6.25rem 0 13rem;
}
.prdctSec3 .globe_bg {
  width: 100%;
  position: absolute;
  top: 18%;
  left: 0;
}
.prdctSec3 .globe_bg img {
  width: 100%;
}
.prdctSec3 h2 {
  margin-bottom: 0.4rem;
}
.prdctSec3 p {
  font-weight: 300;
  text-align: center;
}
.prdctSec3 .topTxt {
  margin-bottom: 22.19rem;
}
.prdctSec3 .row:last-child {
  row-gap: 6.25rem;
}
.prdctSec3 .outcomeDv h2 span {
  display: unset;
}
.prdctSec3 .outcomeDv p {
  max-width: 47rem;
  margin: 0 auto;
}
.prdctSec3 .textDv {
  border-radius: 1.25rem;
  background: radial-gradient(306.77% 149.71% at 48.74% 51.28%, rgba(0, 225, 244, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.prdctSec3 .textDv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.5625rem;
  height: 12.9375rem;
  border-radius: 50%;
  background-color: #3B6EC7;
  filter: blur(100px);
}
.prdctSec3 .textDv .icon {
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  right: 2.63rem;
  box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
}
.prdctSec3 .textDv .icon img {
  width: 100%;
}
.prdctSec3 .textDv .txt {
  padding: 6.63rem 1.25rem 1.25rem;
  position: relative;
  z-index: 2;
}
.prdctSec3 .textDv .txt h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.prdctSec3 .textDv .txt p {
  margin-bottom: 0;
  text-align: left;
  line-height: 140.58%;
}

.prdctSec4 {
  padding: 6.25rem 0 12rem;
}
.prdctSec4 .topTxt {
  margin-bottom: 5.22rem;
}
.prdctSec4 .topTxt h2 {
  margin-bottom: 0.4rem;
}
.prdctSec4 .topTxt h2 .gradientTxt {
  background: linear-gradient(90deg, #6AD97A 29.33%, #367CC6 60.58%);
  background-clip: text;
  -webkit-background-clip: text;
}
.prdctSec4 .topTxt p {
  text-align: center;
  font-weight: 300;
  max-width: 52rem;
  margin: 0 auto;
}
.prdctSec4 .processWrap {
  padding: 15rem 0 12rem;
}
.prdctSec4 .processWrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prdctSec4 .processWrap ul li {
  width: 18%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.prdctSec4 .processWrap ul li::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -6px;
  background: transparent;
  width: 180px;
  height: 153px;
  border: 3px dashed #67DB76;
  border-bottom: none;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.prdctSec4 .processWrap ul li:last-child::after {
  display: none;
}
.prdctSec4 .processWrap ul li:nth-child(even) .txt {
  bottom: unset;
  top: -16.84rem;
}
.prdctSec4 .processWrap ul li:nth-child(even) .outer .point {
  top: -6%;
}
.prdctSec4 .processWrap ul li:nth-child(even) .outer::before {
  top: -32%;
}
.prdctSec4 .processWrap ul li:nth-child(4) .txt {
  top: -13.64rem;
}
.prdctSec4 .processWrap ul li:nth-child(5) .txt {
  bottom: -16.44rem;
}
.prdctSec4 .processWrap ul li:nth-child(3) .txt {
  bottom: -14.34rem;
}
.prdctSec4 .processWrap ul li .outer {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  padding: 1.3rem;
  border: 3px solid #67DB76;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #171A8B;
  z-index: 2;
}
.prdctSec4 .processWrap ul li .outer::before {
  content: "";
  position: absolute;
  bottom: -32%;
  width: 2px;
  height: 64px;
  background: rgba(194, 194, 194, 0.3);
}
.prdctSec4 .processWrap ul li .outer .point {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #fff;
  bottom: -6%;
  left: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prdctSec4 .processWrap ul li .outer .point::after {
  content: "";
  position: absolute;
  top: 49.7%;
  left: 49.7%;
  display: block;
  transform: translate(-50%, -50%);
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
  background-color: #3B6EC7;
}
.prdctSec4 .processWrap ul li .outer .innrBx {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--Unique, radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%));
  display: flex;
  align-items: center;
  justify-content: center;
}
.prdctSec4 .processWrap ul li .outer .innrBx h5 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  font-family: Poppins;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.prdctSec4 .processWrap ul li .txt {
  bottom: -12.84rem;
  position: absolute;
}
.prdctSec4 .processWrap ul li .txt h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140.58%;
  margin-bottom: 0.5rem;
}
.prdctSec4 .processWrap ul li .txt p {
  color: #fff;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140.58%;
  margin-bottom: 0;
}

.siSec5.prdctSec5 .gradientTxt {
  display: unset;
}

.manageSec2 .gradientTxt {
  background: linear-gradient(90deg, #67DB76 47.12%, #317FC4 70.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.manageSec2 .valueWrapfull {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  row-gap: 3.75rem;
}
.manageSec2 .valueWrap {
  display: flex;
  width: 24rem;
  height: 24rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.manageSec2 .valueWrap::before {
  content: "";
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22rem;
  height: 22rem;
  background-image: url(../images/outer-circle-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.manageSec2 .valueWrap .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 1px;
  right: 37px;
}
.manageSec2 .valueWrap .icon img {
  width: 100%;
}
.manageSec2 .valueWrap .valueBx {
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  background: var(--Unique, radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.manageSec2 .valueWrap .valueBx h5 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140.58%;
  margin-bottom: 0.5rem;
}
.manageSec2 .valueWrap .valueBx p {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140.58%;
  margin-bottom: 0;
  max-width: 16rem;
}

.manageSec3 {
  padding: 6.25rem 0;
}
.manageSec3 .outcomeDv {
  margin-bottom: 6.25rem;
}
.manageSec3 .outcomeDv p {
  text-align: center;
  font-weight: 300;
}
.manageSec3 .row {
  row-gap: 3.75rem;
}
.manageSec3 .textDv {
  border-radius: 1.25rem;
  background: radial-gradient(306.77% 149.71% at 48.74% 51.28%, rgba(0, 225, 244, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  padding: 1.25rem;
  height: 100%;
}
.manageSec3 .textDv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.5625rem;
  height: 12.9375rem;
  border-radius: 50%;
  background-color: #3B6EC7;
  filter: blur(100px);
}
.manageSec3 .textDv .icon {
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
  margin-bottom: 1.38rem;
}
.manageSec3 .textDv .icon img {
  width: 100%;
}
.manageSec3 .textDv .txt {
  position: relative;
  z-index: 2;
}
.manageSec3 .textDv .txt h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.manageSec3 .textDv .txt p {
  margin-bottom: 0;
  text-align: left;
  line-height: 140.58%;
  font-weight: 300;
  min-height: 4.75rem;
}

.bussiness-impact p {
  max-width: 47.75rem;
  margin: auto;
  text-align: center;
}
.bussiness-impact .topTxt {
  margin-bottom: 6.31rem;
}

.business-cards {
  display: flex;
  align-items: flex-start;
  margin-top: 6.31rem;
}
.business-cards li {
  min-width: 18.1875rem;
  margin-inline: -3rem;
  background: #171A8B;
  border-radius: 1.2rem;
  /* FIXED LOOP */
}
.business-cards li .inner {
  padding: 1.25rem;
  border: 2px solid #67DB76;
  border-right: 0px;
  border-radius: 1.2rem;
  background: radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%);
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  min-height: 18.21738rem;
  flex-direction: column;
}
.business-cards li .inner::after {
  content: "";
  position: absolute;
  right: -0.45rem;
  top: 58.1%;
  height: 1rem;
  width: 1rem;
  border: 2px solid #67DB76;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}
.business-cards li .inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.1rem;
  height: 64%;
  width: 100%;
  background-repeat: no-repeat;
  border-right: 2px solid #67DB76;
  border-radius: 0 1.2rem 0 0;
}
.business-cards li:nth-child(1) {
  z-index: 1;
}
.business-cards li:nth-child(2) {
  z-index: 2;
}
.business-cards li:nth-child(3) {
  z-index: 3;
}
.business-cards li:nth-child(4) {
  z-index: 4;
}
.business-cards li:nth-child(5) {
  z-index: 5;
}
.business-cards li:nth-child(6) {
  z-index: 6;
}
.business-cards li:nth-child(7) {
  z-index: 7;
}
.business-cards li:nth-child(8) {
  z-index: 8;
}
.business-cards li:nth-child(9) {
  z-index: 9;
}
.business-cards li:nth-child(10) {
  z-index: 10;
}
.business-cards li:nth-child(11) {
  z-index: 11;
}
.business-cards li:nth-child(12) {
  z-index: 12;
}
.business-cards li:nth-child(13) {
  z-index: 13;
}
.business-cards li:nth-child(14) {
  z-index: 14;
}
.business-cards li:nth-child(15) {
  z-index: 15;
}
.business-cards li:nth-child(16) {
  z-index: 16;
}
.business-cards li:nth-child(17) {
  z-index: 17;
}
.business-cards li:nth-child(18) {
  z-index: 18;
}
.business-cards li:nth-child(19) {
  z-index: 19;
}
.business-cards li:nth-child(20) {
  z-index: 20;
}
.business-cards li:nth-child(even) {
  margin-top: 13.5rem;
}
.business-cards li:nth-child(even) .inner::after {
  right: -0.45rem;
  top: unset;
  bottom: 58.1%;
  transform: rotate(135deg);
}
.business-cards li:nth-child(even) .inner::before {
  right: 0;
  top: unset;
  bottom: -0.1rem;
  border-radius: 0 0 1.2rem 0;
}
.business-cards li:nth-child(even) h3 {
  order: 1;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.business-cards li:nth-child(even) p {
  order: 3;
}
.business-cards li:nth-child(even) h5 {
  order: 2;
}
.business-cards li h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
  /* 1.75725rem */
}
.business-cards li h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  font-family: Poppins;
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  margin-top: 3.25rem;
  /* 7.90763rem */
}
.business-cards li p {
  color: var(--Neutral-White-Background, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  /* 1.5815rem */
  text-align: left;
  margin: 0;
}

.methodology {
  padding: 6.25rem 0;
}
.methodology h2 .gradientTxt {
  display: inline-block;
}
.methodology .methodologies {
  display: flex;
  width: 100%;
  gap: 4.95rem;
  position: relative;
}
.methodology .methodologies::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(194, 194, 194, 0.3);
  top: 4.5rem;
  z-index: 1;
}
.methodology .methodologies li {
  max-width: 9rem;
  position: relative;
  z-index: 3;
}
.methodology .methodologies li:nth-child(2) .tx, .methodology .methodologies li:nth-child(3) .tx {
  position: absolute;
  top: -18.19rem;
  margin-top: 0;
}
.methodology .methodologies li:nth-child(2) .image::before, .methodology .methodologies li:nth-child(3) .image::before {
  top: -52%;
  height: 4.7rem;
}
.methodology .methodologies li:nth-child(3) {
  margin-left: auto;
}
.methodology .methodologies li .image {
  width: 9rem;
  height: 9rem;
  background: rgb(42, 44, 146);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.methodology .methodologies li .image img {
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 50%;
  overflow: hidden;
}
.methodology .methodologies li .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  height: 4.7rem;
  width: 1px;
  background: rgba(194, 194, 194, 0.3);
}
.methodology .methodologies li .tx {
  width: 16.625rem;
  margin-top: 6.19rem;
}
.methodology .methodologies li .tx h5 {
  color: var(--Neutral-White-Background, #FFF);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
  margin-bottom: 0.5rem;
}
.methodology .methodologies li .tx p {
  color: var(--Neutral-White-Background, #FFF);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140.58%;
}
.methodology .mth-wrap {
  position: relative;
  margin-top: 6.29rem;
}
.methodology .method {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  border: 2px solid rgba(194, 194, 194, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  background: #171A8B;
}
.methodology .method > img {
  margin-left: -0.8rem;
}
.methodology .method > img:last-child {
  margin-left: 0;
  margin-right: -1rem;
}
.methodology .method .inner {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: var(--Unique, radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%));
  display: flex;
  align-items: center;
  justify-content: center;
}
.methodology .method .inner h4 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.375rem;
  max-width: 11.6875rem;
  /* 190% */
}

.benfits p {
  max-width: 47.75rem;
  margin: auto;
  text-align: center;
}
.benfits .topTxt {
  margin-bottom: 6.25rem;
}

.benfits-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.56rem;
  max-width: 67.75275rem;
  margin: auto;
  margin-top: 8.14rem;
}
.benfits-cards li {
  position: relative;
}
.benfits-cards li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: -1.9rem;
  top: 50%;
  transform: translateY(-50%);
  height: 21.39319rem;
  width: 43.47881rem;
  background: url("../images/ben1.png");
  background-repeat: no-repeat;
}
.benfits-cards li:nth-child(3)::before {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 21.39319rem;
  width: 43.77881rem;
  background: url("../images/ben2.png");
  background-repeat: no-repeat;
}
.benfits-cards li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: -1.9rem;
  top: 50%;
  transform: translateY(-50%);
  height: 21.39319rem;
  width: 43.7981rem;
  background: url("../images/ben3.png");
  background-repeat: no-repeat;
}
.benfits-cards li:nth-child(6)::before {
  content: "";
  position: absolute;
  right: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 21.39319rem;
  width: 43.77881rem;
  background: url("../images/ben4.png");
  background-repeat: no-repeat;
}
.benfits-cards li .inner {
  width: 17.625rem;
  height: 17.625rem;
  border-radius: 50%;
  background: var(--Unique, radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.benfits-cards li .inner h4 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
  margin-bottom: 0.5rem;
  /* 1.75725rem */
}
.benfits-cards li .inner p {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  margin: 0;
  /* 1.5815rem */
}

.meth-list {
  display: flex;
  justify-content: center;
  gap: 1.89rem;
  padding: 20rem 0;
}
.meth-list li {
  position: relative;
}
.meth-list li img {
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 50%;
}
.meth-list li .txt {
  position: absolute;
  bottom: -86%;
  left: 0;
  width: 18rem;
}
.meth-list li .txt h5 {
  color: var(--Neutral-White-Background, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140.58%;
  margin-bottom: 0.5rem;
}
.meth-list li .txt p {
  font-weight: 300;
  line-height: 140.58%;
  margin-bottom: 0;
  text-align: center;
}
.meth-list li .inner {
  width: 14.30375rem;
  height: 14.30375rem;
  background: radial-gradient(195.1% 194.46% at 50% 50%, rgba(217, 217, 217, 0.12) 0%, rgba(115, 115, 115, 0) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.meth-list li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 16.32063rem;
  height: 12.16031rem;
  background-repeat: no-repeat;
  bottom: -5rem;
  background-image: url("../images/pointer.png");
}
.meth-list li::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 44%;
  width: 28px;
  height: 29px;
  background-image: url(../images/Glow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.meth-list li:nth-child(even)::before {
  top: -17rem;
  rotate: 180deg;
  left: -64.7%;
}
.meth-list li:nth-child(even) .inner::after {
  top: -51px;
  rotate: -180deg;
  left: 40%;
}
.meth-list li:nth-child(even) .txt {
  top: -83%;
  bottom: unset;
  left: -30px;
}
.meth-list li:nth-child(4) .txt {
  top: -95%;
}
.meth-list li:first-child .inner::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 44%;
  width: 28px;
  height: 29px;
  background-image: url(../images/Glow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.integration-methodology {
  padding-top: 6.25rem;
}

.sysIntSec2 {
  padding: 6.25rem 0 15rem;
}
.sysIntSec2 .gradientTxt {
  display: unset;
}

.prdctSec3.manageSec2 {
  padding: 6.25rem 0 13rem;
}

.wpcf7-spinner {
  display: none;
}

form .wpcf7-response-output {
  padding: 0.4rem 0.8rem !important;
  font-weight: 500;
  border-radius: 0.2rem;
  font-size: 0.9rem;
}
form.sent .wpcf7-response-output {
  color: #1c8008;
  border: 1px solid #fff !important;
  background-color: #fff;
}
form.invalid .wpcf7-response-output {
  color: #dc3232;
  border: 1px solid #fff !important;
  background-color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 1rem !important;
}

.page-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
.page-404 .col-lg-12 {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 2rem;
}
.page-404 h1 {
  font-size: 9rem !important;
  margin-bottom: 0rem !important;
  line-height: 9rem;
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
}
.page-404 h2 {
  margin-bottom: 1.5rem;
}
.page-404 p {
  margin-bottom: 1rem;
}
.page-404 .btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.page-404 .globe {
  position: absolute;
  bottom: 0;
  left: -11%;
  width: 40rem;
  height: 40rem;
}

.page-404 + footer {
  display: none;
}

header:has(+ .page-404) {
  display: none;
}

.commn_pg_bnnr {
  padding: 4rem 0;
}
.commn_pg_bnnr h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: Poppins;
  color: #6d593e;
  font-size: 3rem;
}
.commn_pg_bnnr h2 {
  color: var(--Black, #121212);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 2rem 0 1rem;
}
.commn_pg_bnnr h2:first-of-type {
  margin-top: 0;
}
.commn_pg_bnnr h3 {
  color: var(--Black, #121212);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.2rem;
}
.commn_pg_bnnr p strong,
.commn_pg_bnnr p a {
  color: #6d593e;
}
.commn_pg_bnnr p a {
  font-weight: 500;
}
.commn_pg_bnnr ul,
.commn_pg_bnnr ol {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.commn_pg_bnnr ul li,
.commn_pg_bnnr ol li {
  color: var(--Body-Text, #505050);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
}
.commn_pg_bnnr ul li:last-child,
.commn_pg_bnnr ol li:last-child {
  margin-bottom: 0;
}
.commn_pg_bnnr ul {
  list-style-type: disc;
  padding: 1.75rem 1.4rem;
  background: #f5f7e5;
  padding-left: 2.2rem;
}
.commn_pg_bnnr ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.commn_pg_bnnr ul li::marker {
  color: #6d593e;
}
.commn_pg_bnnr ol {
  list-style-type: decimal;
  padding: 1.75rem 1.2rem;
  background: #f5f7e5;
  padding-left: 2rem;
}
.commn_pg_bnnr ol li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}
.commn_pg_bnnr ol li::marker {
  color: #6d593e;
}/*# sourceMappingURL=style.css.map */