body {
  overflow-x: hidden;
}
.advisory-text h2 {
  font-size: 58px;
  color: #272727;
  font-weight: 800;
  padding: 60px 0 30px;
  position: relative;
  z-index: 9;
}
.unique-text strong {
  font-size: 18px;
  z-index: 1;
  position: relative;
}
.first-party-img picture img {
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.business-img picture img {
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.discuss-image picture img {
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
section.advisory-section {
  padding: 135px 0 60px;
  position: relative;
   
}
.advisory-text a.get-started {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #272727;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 25px;
}
.advisory-text a.get-started:hover {
  background-color: #13a385;
  color: #272727;
  font-weight: 700;
}
.unique {
  display: flex;
  justify-content: space-around;
}
.shape-one {
  position: absolute;
  top: -140px;
  right: 50px;
  opacity: 0.6;
}
.first-party-img {
  position: relative;
  z-index: 999999;
}
.making-business {
  padding: 100px 0 50px;
  position: relative;
}
.business-text h2 {
  font-size: 45px;
  color: #272727;
  font-weight: 800;
  position: relative;
  z-index: 9;
}
.business-img {
  position: relative;
  z-index: 999;
  padding-right: 80px;
}
.business-text p {
  font-size: 18px;
  color: #272727;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
.business-img {
  padding-right: 80px;
  position: relative;
  z-index: 999;
}
.business-text a.get-started {
  font-size: 14px;
  color: #ffffff;
  background: #272727;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
}
.business-text a.get-started:hover {
  background-color: #13a385;
  color: #272727;
  font-weight: 700;
}
.shape-two {
  position: absolute;
  top: -20px;
  left: 195px;
  opacity: 0.6;
}
section.services {
  padding: 20px 0 70px;
  position: relative;
}
.services-bottom {
  position: absolute;
  bottom: -125px;
  right: 0;
  opacity: 60%;
}
.common-scenarios.right-technology img {
  position: relative;
  z-index: 0;
}
.help p {
  float: right;
  margin-top: 55px;
}
.growth h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  position: relative;
  z-index: 9999;
}
.growth p {
  color: #ffffff;
  font-size: 18px;
}
.common-scenarios {
  position: relative;
}
.growth {
  position: absolute;
  padding: 10px 60px;
  bottom: 25px;
  /* top: 0px;
    height: 100%; */
}
.technology {
  position: relative;
}
.right-technology {
  margin-top: 40px;
  z-index: 9;
}
.scenarios h2 {
  font-size: 45px;
  color: #272727;
  font-weight: 800;
  text-align: left;
}
.scenarios h4 {
  font-size: 24px;
  color: #272727;
  font-weight: 600;
}
.common-scenarios:hover {
  background-color: #13a385;
  position: relative;
  z-index: 999;
}
.work-box {
  border: 1px solid #000;
  padding: 30px 25px 0;
  height: 100%;
  text-align: center;
  background-color: #dee8e9;
  position: relative;
  z-index: 9;
}
.party-data img {
  position: relative;
  z-index: 999;
}
.work-text h4 {
  margin-top: 30px;
}
.work-text p {
  margin-top: 20px;
}
.work-text h4 {
  margin-top: 30px;
  font-size: 27px;
  font-weight: 800;
  color: #020200;
}
.growth p {
  display: none;
}
.common-scenarios:hover p {
  display: block;
}
.growth p {
  display: none;
}
.growth:hover {
  top: 0px;
  height: 100%;
  background-color: #13a385;
  color: white;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 80px 0 rgba(0, 0, 0, 0.5);
}
/* .growth:hover p {
    display: block;
  } */
.growth:hover h4,
.growth:hover p {
  color: white;
  margin-top: 10px;
}
.growth-icon {
  position: absolute;
  top: 30px;
  right: -48px;
}
.growth-icon {
  display: none;
}
.common-scenarios:hover .growth-icon {
  display: block;
}
.work-content h2 {
  font-size: 45px;
  font-weight: 800;
  color: #272727;
  text-align: center;
  margin-bottom: 25px;
}
.work-content p {
  font-size: 18px;
  color: #272727;
  text-align: center;
  margin-bottom: 50px;
}
.work-text p {
  text-align: left;
  margin-bottom: 35px;
}
.work-box:hover {
  background-color: #272727;
  box-shadow: 10px 10px #13a385;
}
.work-box:hover h4 {
  color: #13a385;
}
.work-box:hover p {
  color: #ffffff;
}
.work-content button.get-started {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #272727;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 30px auto 40px;
  text-align: center;
  border: none;
}
.work-box:hover button.get-started {
  background-color: #09a080;
  color: #ffffff;
}
.client-content {
  background-color: #272727;
  padding: 1px 0;
}
/*.unique-icon img {*/
/*  filter: brightness(0);*/
/*}*/
.work-text:hover .unique-icon img {
  filter: brightness(1);
}
.appoach-text {
  border: 1px solid black;
  padding: 55px 50px;
  position: relative;
  background-color: #fff;
  z-index: 999;
}
.appoach-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  filter: brightness(1);
  opacity: 0.3;
}
.appoach-text h4 {
  font-size: 18px;
  color: #13a385;
  font-weight: 600;
}
.appoach-text h2 {
  font-size: 27px;
  color: #020200;
  font-weight: 800;
  margin-top: 30px;
}
.appoach-text:hover {
  background-color: #272727;
  box-shadow: 10px 10px #13a385;
}
.appoach-text:hover h2 {
  color: #fff;
}
.appoach-text:hover .appoach-icon {
  filter: brightness(1);
  opacity: 1;
}
.discuss-text a.get-started {
  font-size: 14px;
  color: #ffffff;
  background: #13a385;
  padding: 10px 37px;
  display: inline-block;
  margin: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}
section.discuss {
  margin: 70px 0 70px;
  position: relative;
}
section.approach-section {
  padding: 50px 0;
  position: relative;
}
.discuss-image {
  position: absolute;
  top: -40px;
  left: 90px;
}
.discuss-content {
  background-color: #020200;
  height: 405px;
}
.discuss-text h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
}
.discuss-text p {
  font-size: 14px;
  color: #fff;
}
.discuss-text {
  padding: 90px 90px;
}
.get-involve {
  display: flex;
}
.get-text p {
  margin-left: 20px;
  font-size: 18px;
  color: #272727;
}
.involve-text h2 {
  font-size: 45px;
  font-weight: 800;
  color: #272727;
  margin: 25px 0;
}
/*////// form///// */
.voice-form-box {
  padding: 10px 15px 10px 0px;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
}
.voice-form-box input {
  width: 100%;
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  height: 25px;
}
.voice-form-box textarea {
  width: 100%;
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  margin-top: 0px;
}
.voice-form-box input:focus-visible {
  outline: none;
}
.form-send-button {
  font-size: 14px;
  color: #ffffff;
  background: #272727;
  padding: 10px 37px;
  display: inline-block;
  margin: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.form-send-button:hover {
  background-color: #13a385;
  color: #272727;
}
.form-send-button p {
  margin-bottom: 0;
}
/* ///////// */
.update-text h2 {
  font-size: 45px;
  font-weight: 700;
  color: #020200;
}
.carousel-wrap {
  margin: 90px auto;
  /* padding: 0 5%; */
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
section.client h4 {
  font-size: 24px;
  color: #272727;
  font-weight: 600;
  text-align: center;
}
section.client h2 {
  font-size: 45px;
  color: #272727;
  font-weight: 800;
  text-align: center;
  margin-bottom: 35px;
}
section.client {
  padding: 50px 0;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav i {
  font-size: 52px;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.get-form {
  padding: 0px 0px 0 25px;
  position: relative;
}
.making-left {
  position: absolute;
  top: 0;
  left: 150px;
}
.making-center {
  position: absolute;
  top: -20px;
  right: 520px;
}
.making-right {
  position: absolute;
  top: 25px;
  right: 100px;
}
.making-bottom {
  position: absolute;
  bottom: 0;
  right: 355px;
}
.updates {
  background-color: #13a385;
  padding: 50px 80px;
  position: absolute;
  top: -110px;
  width: 82%;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-content ul li {
  list-style: none;
}
.section-spacing {
  background-color: #272727;
  margin: 80px 0 5px;
  position: relative;
  padding: 150px 0 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
section.invlove {
  margin: 135px 0 230px;
}
.appoach-left {
  position: absolute;
  bottom: -60px;
}
input[type="email"] {
  display: inline-block;
  width: 60%;
  padding: 18px 36px;
  width: 99%;
  background-color: #13a385;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 60px;
  border: none;
}
input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}
.footer-subscribe input:focus-visible {
  outline: none;
}
.bt {
  margin-left: -130px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background-color: #13a385;
  color: #000;
}
/*.footer-subscribe {*/
/*  border-bottom: 1px solid #000;*/
/*}*/
.form-group textarea:focus-visible {
  outline: none;
}
.advisory-text h2 span {
  border-bottom: 6px solid #69dcc4;
}
.business-text h2 span {
  border-bottom: 6px solid #69dcc4;
}
.work-content h2 span {
  border-bottom: 6px solid #69dcc4;
}
.involve-text h2 span {
  border-bottom: 6px solid #69dcc4;
}
.business-text h4 {
  position: relative;
}
.business-text h4::before {
  content: "";
  height: 2px;
  width: 60px;
  top: 15px;
  background-color: #272727;
  display: block;
  position: absolute;
}
.business-text h4 span {
  margin-left: 80px;
}
.scenarios h4 {
  position: relative;
}
/*.scenarios h4::before {*/
/*    content: "";*/
/*    height: 2px;*/
/*    width: 60px;*/
/*    top: 15px;*/
/*    background-color: #272727;*/
/*    display: block;*/
/*    position: absolute;*/
/*}*/
.scenarios h4 span {
  margin-left: 80px;
}
.involve-text h4 {
  position: relative;
}
.involve-text h4::before {
  content: "";
  height: 2px;
  width: 60px;
  top: 15px;
  background-color: #272727;
  display: block;
  position: absolute;
}
.involve-text h4 span {
  margin-left: 80px;
}
.client-wrap .owl-carousel .owl-item img {
  width: auto;
}
.involve-text {
  position: relative;
}
.involve-icon {
  position: absolute;
  right: 90px;
  bottom: -60px;
}
.involve-icon-right {
  position: absolute;
  top: -25px;
  left: 120px;
  opacity: 0.6;
}
.hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.first-party-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  rotate: 6deg;
}
.business-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  rotate: -6deg;
}
#reachusform .errormsg {
  position: absolute;
  color: #13a385;
  font-size: 14px;
  display: none;
  top: 50px;
}
.form-field.invalid {
  border-color: #13a385;
}
button#subbtn {
  margin-top: 15px;
  border: none;
  color: #ffffff;
  background: #272727;
  padding: 10px 31px;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}
button#subbtn:hover {
  background-color: #13a385;
  color: #272727;
}
.get-form-text p {
  font-size: 12px;
}
.discuss-icon {
  position: absolute;
  bottom: -70px;
  left: 10px;
}
.first-party {
  overflow-y: unset;
  overflow-x: clip;
  position: relative;
}
.subscribe-btn button#subbtn {
  border: none;
  color: #020200;
  background: none;
  padding: 10px 5px;
  text-transform: uppercase;
}
.unique-text {
  margin-left: 40px;
}
.unique-text p {
  margin-left: 25px;
}
.unleash {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.unleash-text p {
  margin-left: 20px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
      z-index: 9;
}
.strategy-image {
  overflow: hidden;
}
.strategy-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #272727;
  padding: 25px 0 0px;
}
.guesswork-content h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
}
.guesswork-content p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.work-content span {
  color: #272727;
}
.advisory-text h2 span {
  color: #272727;
}
.business-text h2 span {
  color: #272727;
}
.stategy-inner {
  padding: 0 10px;
}
.stategy-inner:hover .strategy-image {
  box-shadow: 10px 10px #13a385;
}
.strategy-text p {
  text-align: left;
}
.strategy-content h2 {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}
.strategy-heading p {
  text-align: center;
}
.strategy-content p {
  font-size: 18px;
  text-align: left;
}
.scenarios-contents h2 {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}
.scenarios-contents p {
  font-size: 18px;
  text-align: center;
}
section.scenarios {
  background-color: #fff;
  padding: 50px 0;
  margin-top: 50px;
}
.scenarios-heading p {
  text-align: center;
}
.scenarios-image {
  overflow: hidden;
}
.scenarios-text h4 {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  padding: 25px 0 0;
}
.scenarios-inner a {
  text-decoration: none;
}
.scenarios-inner:hover .scenarios-image {
  box-shadow: 10px 10px #13a385;
}
.scenarios-inner:hover h4 {
  color: #13a385;
}
.scenarios-inner {
  padding: 20px 10px;
}
.services-heading h2 {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}
.services-heading p {
  font-size: 18px;
  text-align: center;
}
section.our-services {
  padding: 50px 0;
  background-color: #e8f0f1;
}
.unique-icon img {
  filter: brightness(0);
}
section.work {
  padding: 50px 0;
}
.party-data p {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 40px;
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.party-data {
  text-align: center;
}
section.guesswork {
  background-color: #049e7e;
  padding: 50px 0 120px;
}
.guesswork-two {
  margin: 0 40px;
  background-color: #ffffff;
  position: absolute;
  top: 260px;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.guesswork-frame {
  position: relative;
}
section.beyond-stategy {
  margin-top: 530px;
}
.heads p {
  text-align: center;
}
.strategy-heading p {
  text-align: center;
  margin-bottom: 50px;
}
.party-data .carousel-control-prev-icon {
  background-image: url("/first-party-advisory/assets/images/left-arrow.svg");
  position: absolute;
  left: 0;
  width: 21px;
  z-index: 999;
}
.party-data .carousel-control-next-icon {
  background-image: url("/first-party-advisory/assets/images/right-arrow.svg");
  position: absolute;
  right: 0;
  width: 21px;
  z-index: 999;
}
.party-data .carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  margin-right: 15px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.subscribe-form-box input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
  background: #13a385;
  border: none;
}
.work-icon img {
  filter: brightness(0);
}
.work-box:hover .work-icon img {
  filter: brightness(100%);
}
.work-box a {
  text-decoration: none;
}
.work-content a {
  text-decoration: none;
}
section.first-party-data {
  position: relative;
}
.party-data-icon {
  position: absolute;
  top: -350px;
  right: -115px;
}
.slider-content {
  padding: 50px 165px;
  line-height: 35px;
}
.subscribe-btn .primary-cta-btn {
  font-weight: 600;
}


.client-content {
  padding: 20px;
}
.carousel-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
}