/*========== Base ==========*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"),
    url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  outline: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
button,
header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  border: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
  display: none;
}

/*========== Body ==========*/
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  font-family: "Helvetica Neue" !important;
  display: flex;
  flex-direction: column;
}
.home_div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.msg_div {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #000;
}
.msg_div img {
  height: 150px;
}
.msg_div p {
  position: absolute;
  left: 50%;
  padding-left: 150px;
}
.header,
.footer,
.feaso-video-area,
.single-page-content .section,
.engage-page {
  padding-left: 5%;
  padding-right: 3%;
}
.header .navbar,
footer {
  padding: 20px 0;
}
.header-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  top: 0;
}
.header-left .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff !important;
}
.header-left .local-time {
  font-size: 18px;
  font-weight: bold;
  color: rgb(89, 89, 89);
}
.header-menu {
  gap: 24px;
}
.header-menu .nav-item .nav-link {
  color: #7f7f7f;
  padding: 0px;
  font-size: 16px;
  white-space: nowrap;
}
.header-menu .nav-item .nav-link:hover,
.header-menu .nav-item .nav-link.activeMenu {
  color: #ffffff;
}
.header-menu .dropdown .dropdown-menu {
  display: none;
  background: #000000;
  min-width: inherit;
  margin: 0px;
  padding: 10px;
  border: 0px;
}
.header-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.header-menu .menu-half span {
  display: none;
}
.header-menu .menu-half:hover span,
.header-menu .menu-half .activeMenu span {
  display: block;
}
.header-menu .dropdown .dropdown-menu .nav-item + .nav-item {
  margin-top: 4px;
}

/* Footer */
.footer .footer-logo img {
  width: auto;
  height: 100px;
  display: inline-block;
}

/* Content */
.page-content {
  flex: 1;
  overflow-y: auto;
}
/* Animation */
.home-animation {
  position: fixed;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.animation-section {
  height: calc(100% - 30px);
  position: relative;
  margin-top: 30px;
}
.home-animation img {
  width: 60px;
  position: absolute;
  margin-top: -30px;
}

.animation-right {
  animation-name: fadeInLeftRight;
  animation-fill-mode: both;
  animation-duration: 5s;
  animation-delay: 1s;
  bottom: 0px;
}
@keyframes fadeInLeftRight {
  0% {
    left: 0;
    bottom: 20px;
  }
  100% {
    left: 45.5%;
    bottom: 45.5%;
  }
}

.animation-left {
  animation-name: fadeInLeftLeft;
  animation-fill-mode: both;
  animation-duration: 5s;
  animation-delay: 1s;
  top: 0px;
}
@keyframes fadeInLeftLeft {
  0% {
    right: 0;
    top: 20px;
  }
  100% {
    right: 45.5%;
    top: 45.5%;
  }
}
/* Animation */

.feaso-video-area {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.feaso-video {
  width: 28%;
  padding-top: 48px;
}
.feaso-video .video-text {
  color: #7f7f7f;
  font-size: 12px;
  margin: 0px;
  text-align: right;
}
.cpt-100 {
  padding-top: 100px;
}
.content-left {
  text-align: right;
  color: #7f7f7f;
  padding-right: 40px;
  font-size: 18px;
  padding-top: 30px;
}
.content-right {
  padding-left: 60px;
  padding-top: 30px;
}
.content-right span {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}
.content-right p {
  font-size: 18px;
  font-weight: 300;
}
.content-right ul {
  padding-left: 20px;
}
.content-right ul li {
  list-style-type: disc;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 300;
}
.content-left small {
  font-size: 80%;
}
.page-title {
  font-size: 20px;
  font-weight: 300;
  color: #7f7f7f;
}
.faq-content {
  padding-left: 6%;
  padding-right: 6%;
}
.faq-content .accordion .accordion-item {
  border: none;
  background: transparent;
  border-radius: 0px;
  margin-top: 16px;
  position: relative;
}
.faq-content .accordion-item .accordion-button {
  background: transparent;
  padding: 0 0 6px 0;
  color: #7f7f7f;
  font-weight: 300;
  font-size: 24px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid transparent;
}
.faq-content .accordion-item .accordion-button[aria-expanded="true"] {
  border-bottom: 1px solid rgba(204, 154, 169, 1);
  color: rgba(204, 154, 169, 1);
}
.faq-content .accordion-item .accordion-button::after {
  display: none;
}
/* .faq-content .accordion-item .accordion-button .faq-question {
  width: 58%;
} */
.faq-content .accordion-item .accordion-collapse {
  width: 50%;
  margin-left: auto;
}
.faq-content .accordion-item .accordion-body {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 300;
  color: rgba(204, 154, 169, 1);
}
.faq-content .accordion-item .accordion-body p a {
  color: rgba(204, 154, 169, 1);
}
.what-we-do-left {
  display: flex;
  flex-direction: column;
}
.what-we-do-pic {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-left: 7%;
  padding-top: 150px;
}
.what-we-do-pic {
  padding-top: 105px;
}
.cases-pages {
  padding-top: 60px;
}
.cases-wizard ul.nav li .nav-link {
  display: none;
  color: #7f7f7f;
  font-size: 20px;
  font-weight: 300;
  min-width: 340px;
  background: transparent;
  padding: 0px;
  padding-right: 10px;
  border: none;
  margin: 0px;
  border-radius: 0px;
}
.cases-wizard ul.nav li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cases-wizard .next {
  color: #7f7f7f;
  font-size: 20px;
  display: none;
  width: 100%;
  position: absolute;
  text-align: right;
}
.cases-wizard ul.nav li .nav-link.active,
.cases-wizard ul.nav li .nav-link.active + .next {
  display: block;
}
.cases-wizard .nav {
  align-items: center;
  border: none;
  padding-left: 10px;
  margin-bottom: 30px;
}
.cases-page-title {
  font-weight: 300;
  text-align: right;
  padding: 150px 60px 0 0;
  font-size: 124px;
}
.cases-info {
  padding: 20px 0 0 10px;
  color: #7f7f7f;
  width: 90%;
}
.cases-info p {
  font-size: 16px;
}
.cases-info span {
  color: #ffffff;
  font-weight: bold;
}
.cases-info ul {
  margin: 16px 0;
}
.cases-info ul li {
  color: #ffffff;
  font-weight: bold;
  margin: 5px 0;
  padding-left: 30px;
  background: url(../images/small-arrow.png) no-repeat;
  background-size: 16px 18px;
  background-position: left center;
}
.cases-pic {
  max-width: 90%;
}
.cases-pic img {
  /* width: 100%; */
  height: 350px;
  object-fit: cover;
}
.engage-form .from-group {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ffffff;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.engage-form .from-group .form-label {
  flex: none;
  margin-bottom: 0px;
  padding-right: 20px;
  font-weight: 300;
  font-size: 17px;
}
.engage-form .from-group .form-control {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  outline: none;
  color: rgb(255, 255, 0);
  font-size: 17px;
}
.engage-form .form-control[type="number"]::-webkit-inner-spin-button,
.engage-form .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.engage-form .from-group.brief-project {
  align-items: flex-start;
  padding-right: 0px;
}
.engage-form .from-group.brief-project .form-control {
  position: relative;
}
.engage-form .brief-project .brief-textarea::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #2c2c2c;
}
.engage-form .brief-project .brief-textarea::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #2c2c2c;
}
.engage-form .from-group textarea.form-control {
  -webkit-resize: none;
  resize: none;
}
.engage-form .from-group textarea.form-control::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.engage-form .from-group .custom-checkbox {
  margin-bottom: 8px;
}
.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}
.custom-checkbox label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #7f7f7f;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  flex: none;
}
.custom-checkbox input:checked + label:after {
  content: "X";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 0);
}
.preferred-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.preferred-button .preferred-checkbox {
  flex: none;
}
.btn-default {
  background: #262626;
  border-radius: 8px;
  border: 2px solid #ffffff;
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.btn-default:hover {
  background: #ffffff;
  color: #262626;
}
.benchmarks-office {
  padding-left: 4%;
}
.engage-form .from-group .form-control:-webkit-autofill,
.engage-form .from-group .form-control:-webkit-autofill:hover,
.engage-form .from-group .form-control:-webkit-autofill:focus,
.engage-form .from-group .form-control:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgb(255, 255, 0) !important;
}
.what-clients-say-content p {
  font-size: 18px;
  font-weight: 300;
}
.what-clients-say-content span {
  background: url(../images/logo-and-line.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 30px;
  display: inline-block;
  margin-bottom: 1rem;
}
.team-progressively {
  margin-top: 60px;
  font-size: 26px;
  font-weight: bold;
}
.btn-green-arrow {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin-right: -10px;
}
.btn-green-arrow img {
  max-height: 80px;
  object-fit: contain;
}
.thank-you-desktop {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.thank-you-desktop .thankyou-page-logo {
  position: absolute;
  left: 5%;
  bottom: 24px;
  max-height: 100px;
}
.thank-you-desktop .thank-you-img {
  width: 38%;
  height: auto;
}
.fees-content {
  border-top: 1px solid #575757;
  padding-top: 30px;
}
.fees-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.fees-content p {
  font-size: 16px;
}
/* Single page CSS */
.single-page-content {
  flex: 1;
  overflow-y: auto;
}
.bottomArrow {
  text-align: center;
  padding: 16px 0;
}
.bottomArrow img {
  max-width: 200px;
}
.btn-trans {
  background: transparent;
  border: none;
  outline: none;
  padding: 0px;
}
.btn-trans img {
  height: 48px;
}
.home-info {
  padding-top: 116px;
}
.home-info .logo {
  font-weight: bold;
  color: #575757;
}
.home-text-animation {
  font-weight: bold;
  margin: 80px 0 60px 0;
  min-height: 111px;
}
.home-info .logo,
.home-text-animation {
  font-size: 30px;
}
.section {
  width: 100%;
  padding-top: 80px;
}
.no-matter-text {
  font-weight: bold;
  font-size: 36px;
  margin: 0px;
  line-height: 1;
}
.no-matter-developments {
  padding: 40px;
  color: #000000;
  border-radius: 20px;
  background: #a1a1a1;
}
.matter-content p {
  margin: 40px 0 0 0;
  font-size: 28px;
}
.how-we-help,
.cup-mug-content {
  margin-top: -40px;
}
.how-we-help .title,
.fees-new .page-title {
  color: #a1a1a1;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
.how-we-help p {
  font-size: 28px;
  color: #575757;
  margin: 0px;
  font-weight: 300;
}
.microscope {
  background: #a1a1a1;
  border-radius: 20px;
  padding: 40px 20px;
  height: 100%;
}
.microscope p {
  font-size: 24px;
}
.microscope span {
  color: #595959;
  font-size: 20px;
  font-weight: bold;
}
.microscope h3 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  margin: 25px 0 80px 0;
}
.microscope p {
  color: #000000;
}
.cup-mug-section {
  background: url(../images//cup-or-mug-bg.jpg) no-repeat;
  background-position: center top;
  margin-top: 80px;
  padding-bottom: 208px;
}
.cup-mug-content .title {
  color: #bfbfbf;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}
.cup-mug-content p {
  font-size: 28px;
  color: #bfbfbf;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.cup-mug-content p strong,
.project-info p strong,
.fp-benchmarking p strong,
.fp-text-strong strong,
.how-we-help p strong {
  font-weight: bold;
}
.project-wizard.cases-wizard .nav {
  justify-content: flex-end;
  padding-right: 40px;
}
.project-info p {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 300;
  color: #bfbfbf;
  margin-bottom: 0px;
}
.project-left {
  height: 100%;
  position: relative;
}
.project-list-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.benchmark-section {
  padding-left: 8%;
  padding-right: 8%;
}
.fp-banchmarking {
  position: absolute;
  top: 80px;
}
.fp-banchmarking .fp-benchmar-img {
  width: 300px;
}
.fp-banchmarking a {
  display: flex;
  align-items: center;
  gap: 30px;
}
.find-benchmark {
  position: relative;
}
.find-benchmark h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.find-benchmark h3 span {
  color: #7bfdff;
}
.find-benchmark .rightArrow {
  position: absolute;
  right: 75px;
  bottom: -36px;
  width: 50px;
}
.fp-benchmarking {
  display: flex;
  align-items: center;
}
.fp-benchmarking .benchmark-left {
  width: 50%;
}
.fp-benchmarking .benchmark-right {
  flex: 1;
  text-align: right;
}
.fp-benchmarking .benchmark-right img {
  width: 90%;
}
.fp-bench-logo {
  width: 40%;
  top: -40px;
  position: relative;
}
.fp-benchmarking p,
.fp-text-strong {
  font-size: 28px;
  color: #bfbfbf;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.clients-say-box {
  border: 3px solid #a1a1a1;
  border-radius: 20px;
  padding: 50px 20px;
  height: 100%;
}
.clients-say-box ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.clients-say-box ul li {
  color: #bfbfbf;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.clients-say-box ul li span {
  font-weight: bold;
  border-right: 1px solid #bfbfbf;
  margin-right: 10px;
  min-width: 192px;
}
.clients-say-box ul li label {
  flex: 1;
}
.clients-say-box p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
}
.rather-journey,
.rather-journey-fees {
  font-size: 30px;
  font-weight: bold;
  color: #575757;
  margin: 0px;
  line-height: 1;
}
.rather-journey span,
.rather-journey-fees label {
  color: #df30bf;
}
.engage-tag {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 40px;
}
.single-footer .footer {
  padding-left: 0px;
  padding-right: 10%;
  display: flex;
  justify-content: space-between;
}
.single-footer .return-top img {
  height: 40px;
}
.project-name {
  padding: 0 0 20px 0;
}
.project-name label {
  color: #7f7f7f;
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.project-name i {
  color: #7f7f7f;
  font-size: 20px;
}
.how-we-help-head {
  padding-left: 60px;
}
.projectList .projectRight {
  overflow-y: auto;
  height: 100vh;
}
.project-right-area {
  padding-bottom: 10px;
  border-bottom: 1px solid #7f7f7f;
}

.border-top-gray {
  border-top: 1px solid #7f7f7f;
  padding-top: 80px;
}

#myScrollspy {
  position: sticky;
  top: 0;
  height: 100vh;
}
.engage-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-head {
  border-bottom: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.contact-head .contact-title {
  font-weight: 300;
}
.contact-head .contact-main-title {
  flex: 1;
  text-align: center;
  font-size: 24px;
}
.contact-detail {
  flex: 1;
  padding-top: 40px;
  display: flex;
}
.contact-detail .working-soon {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-detail .working-soon span {
  flex: 1;
  color: #7bfdff;
  font-size: 18px;
  font-weight: 300;
}
.contact-detail .working-soon p {
  margin: 0px;
  flex: 1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
.contact-detail .working-soon p a {
  color: #ffffff;
  font-weight: 300;
}
.contact-detail .contact-form {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-form-field {
  width: 80%;
}
.contact-form-field .from-group {
  margin-bottom: 16px;
}
.contact-form-field .from-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  border-radius: 0px;
  padding: 0 0 6px 0px;
  font-weight: 300;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}
textarea.enquiry {
  -webkit-resize: none;
  resize: none;
  border: 1px solid #7f7f7f;
  width: 100%;
  background: transparent;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  padding: 6px;
}
.contact-form-field .from-group label {
  margin-bottom: 16px;
  color: #7f7f7f;
  font-weight: 300;
  font-size: 18px;
  margin-top: 16px;
}
.contact-form-field .custom-checkbox label:before {
  border-radius: 0px;
}
.contact-form-field .custom-checkbox input:checked + label:after {
  content: "";
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border: none;
  background: #ffffff;
}
.btn-transparent-arrow {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 300;
  gap: 16px;
  color: #ffffff;
}
.btn-transparent-arrow img {
  height: 24px;
}
.home-fees-content .content-right p {
  font-size: 22px;
}
.home-fees-content .content-right p strong {
  font-weight: bold;
}
.home-fees-content .fees-new-content {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 60px;
}

/* New Theme */
.content-area {
  height: 100%;
  display: flex;
}
.sidebar-main {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  background: #000000;
  z-index: 9;
  position: relative;
}
.sidebar-nav,
.inner-sidebar {
  padding: 100px 50px 50px 50px;
  height: calc(100vh - 20px);
  border-right: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inner-sidebar {
  width: 380px;
}
.sidebar-nav {
  position: relative;
  z-index: 9;
  background: #000000;
}
.sidebar-nav li a {
  color: #ffffff;
  padding-bottom: 4px;
  font-weight: 300;
}
.sidebar-nav li a.active {
  border-bottom: 1px solid #ffffff;
}
.sidebarTitle {
  color: rgba(204, 154, 169, 1);
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.secound-sidebar {
  display: flex;
  flex-direction: column;
  border-bottom: 0px;
}
.secound-sidebar li {
  margin-top: -1px;
}
.secound-sidebar li a {
  color: rgba(204, 154, 169, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(204, 154, 169, 1);
  border-bottom: 1px solid rgba(204, 154, 169, 1);
  padding: 8px 0;
  padding-left: 10px;
}
.secound-sidebar li a .ping-arrow-circle {
  width: 22px;
}
.secound-sidebar li a label {
  cursor: pointer;
  font-weight: 300;
}
.secound-sidebar li a.active label {
  font-weight: bold;
}
.sidebar-main .tab-content {
  flex: 1;
  overflow-y: auto;
}
.tab-content-area {
  padding: 0 60px 40px 60px;
  height: calc(100vh - 20px);
}
.sidebar-main .nav-tabs {
  border-bottom: 0px;
}
.logo-horizontal {
  text-align: right;
  padding-right: 20px;
}
.logo-horizontal img {
  height: 75px;
}
.benchmarking-content {
  padding: 40px 0;
}
.page-title-new {
  font-weight: bold;
  font-size: 20px;
}
.text-pink {
  color: rgba(204, 154, 169, 1) !important;
}
.pink-list {
  padding-left: 20px;
}
.pink-list li {
  list-style-type: disc;
  color: rgba(204, 154, 169, 1);
  padding: 6px 0;
}
.business-fail {
  display: flex;
}
.business-text {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  margin-left: 20px;
  flex: none;
  text-align: right;
}
.custom-width {
  width: 60%;
}
.business-text label {
  font-size: 26px;
  font-weight: bold;
}
.business-text span {
  display: block;
  margin-top: 40px;
}
.client-say-content-new {
  width: 60%;
  padding-right: 10%;
  margin-left: auto;
  color: rgba(204, 154, 169, 1);
}
.client-say-height {
  min-height: 265px;
}
.client-say-content-new .next-prev-btn {
  display: flex;
  align-items: center;
  margin-top: 80px;
  gap: 30px;
}
.client-say-content-new button {
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
}
.client-say-content-new button img {
  height: 24px;
}
.client-say-content-new p {
  font-size: 20px;
  font-weight: 300;
}
.benchmarking-content p {
  font-size: 24px;
}
.contact-content {
  padding: 0 40px;
}
.contact-content .enter-text {
  font-size: 20px;
  color: #7f7f7f;
  padding-bottom: 20px;
}
.email-text {
  color: #ffffff;
}
.email-text a {
  color: #ffffff;
}
.conact-city {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
.conact-city li {
  margin: 4px 0;
}
.white-logo {
  width: 75px;
}
.dark-crosses {
  width: 100px;
  position: absolute;
}
.dark-crosses1 {
  left: 15%;
  top: 15%;
}
.dark-crosses2 {
  left: 15%;
  bottom: 15%;
}
.dark-crosses3 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dark-crosses4 {
  right: 15%;
  top: 15%;
}
.dark-crosses5 {
  right: 15%;
  bottom: 15%;
}
.new-wizard-css .nav {
  padding: 0px;
  margin: 0px;
}
.new-wizard-css .tab-content {
  padding: 0px;
}
.new-wizard-css .tab-content .tab-pane {
  padding: 20px 0 0 0;
}
.new-wizard-css.cases-wizard .next-new {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 3px 6px;
  border-radius: 80px;
  width: auto;
  font-size: 10px;
}
.new-wizard-css.cases-wizard .next-new svg {
  width: 18px;
}
.new-wizard-css.cases-wizard ul.nav li,
.new-wizard-css.cases-wizard ul.nav li a {
  width: 100%;
  padding: 0px;
  cursor: default;
}
.new-wizard-css .project-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-wizard-css .project-title .project-title-info h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(204, 154, 169, 1);
}
.new-wizard-css .project-title .project-title-info label {
  color: rgba(204, 154, 169, 1);
}
.project-name-next {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-name-next p {
  color: #ffffff;
  font-weight: 500;
}
.sidebar-main.sidebar-home {
  position: absolute;
  left: -100%;
  top: 0px;
  z-index: 9;
}
.sidebar-home.sidebar-open {
  left: 0px;
}
.mobile-portrait-msg {
  display: none;
}
