@-webkit-keyframes fixedimg {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes fixedimg {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0.25;
  }
  to {
    border-radius: 2em;
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes rippleborder {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes rippleborder {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes borderline {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes borderline {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes dashone {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes dashone {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes dashtwo {
  0%,
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dashtwo {
  0%,
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dashthree {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@keyframes dashthree {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@-webkit-keyframes dashfour {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes dashfour {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes dashfive {
  0%,
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes dashfive {
  0%,
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dashsix {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes dashsix {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes ballonsone {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes ballonsone {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes ballonstwo {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes ballonstwo {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  to {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%,
  to {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0%,
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse-dot {
  0%,
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bizcompasicon {
  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
  }
}
@keyframes bizcompasicon {
  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes shapescale {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes shapescale {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes dotmovetop {
  0%,
  to {
    -webkit-transform: translateY(11.1rem);
    transform: translateY(11.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dotmovetop {
  0%,
  to {
    -webkit-transform: translateY(11.1rem);
    transform: translateY(11.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes dotmovebottom {
  0%,
  to {
    -webkit-transform: translateY(-11.1rem);
    transform: translateY(-11.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dotmovebottom {
  0%,
  to {
    -webkit-transform: translateY(-11.1rem);
    transform: translateY(-11.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes openingone {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@keyframes openingone {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-webkit-keyframes openingthree {
  0%,
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes openingthree {
  0%,
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes openingfour {
  0%,
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes openingfour {
  0%,
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes openingfive {
  0%,
  to {
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes openingfive {
  0%,
  to {
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hero-thumb-sm-3-animation {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes about-sm {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes about-sm {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hero-thumb-sm-3-animation {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes tail {
  0%,
  to {
    width: 0;
  }
  30% {
    width: 100px;
  }
}
@keyframes tail {
  0%,
  to {
    width: 0;
  }
  30% {
    width: 100px;
  }
}
@-webkit-keyframes shining {
  0%,
  to {
    width: 0;
  }
  50% {
    width: 30px;
  }
}
@keyframes shining {
  0%,
  to {
    width: 0;
  }
  50% {
    width: 30px;
  }
}
@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@-webkit-keyframes astronaut {
  0%,
  to {
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
  }
  50% {
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
  }
}
@keyframes astronaut {
  0%,
  to {
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
  }
  50% {
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
  }
}
@-webkit-keyframes sf-fly-by-1 {
  0% {
    -webkit-transform: translateZ(-600px);
    transform: translateZ(-600px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-1 {
  0% {
    -webkit-transform: translateZ(-600px);
    transform: translateZ(-600px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0.5;
  }
}
@-webkit-keyframes sf-fly-by-2 {
  0% {
    -webkit-transform: translateZ(-1200px);
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateZ(-600px);
    transform: translateZ(-600px);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-2 {
  0% {
    -webkit-transform: translateZ(-1200px);
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateZ(-600px);
    transform: translateZ(-600px);
    opacity: 0.5;
  }
}
@-webkit-keyframes sf-fly-by-3 {
  0% {
    -webkit-transform: translateZ(-1800px);
    transform: translateZ(-1800px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateZ(-1200px);
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-3 {
  0% {
    -webkit-transform: translateZ(-1800px);
    transform: translateZ(-1800px);
    opacity: 0.5;
  }
  to {
    -webkit-transform: translateZ(-1200px);
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
}
@-webkit-keyframes calendly-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes calendly-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(185, 206, 244, 0.9),
      0 0 0 1em rgba(185, 206, 244, 0.8), 0 0 0 3em rgba(185, 206, 244, 0.7),
      0 0 0 5em rgba(185, 206, 244, 0.6);
    box-shadow: 0 0 0 0 rgba(185, 206, 244, 0.9),
      0 0 0 1em rgba(185, 206, 244, 0.8), 0 0 0 3em rgba(185, 206, 244, 0.7),
      0 0 0 5em rgba(185, 206, 244, 0.6);
  }
  to {
    -webkit-box-shadow: 0 0 0 1em rgba(185, 206, 244, 0.9),
      0 0 0 3em rgba(185, 206, 244, 0.8), 0 0 0 5em rgba(185, 206, 244, 0.7),
      0 0 0 8em transparent;
    box-shadow: 0 0 0 1em rgba(185, 206, 244, 0.9),
      0 0 0 3em rgba(185, 206, 244, 0.8), 0 0 0 5em rgba(185, 206, 244, 0.7),
      0 0 0 8em transparent;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.noContent,
.timelist-content ul li a.time-confirm {
  pointer-events: none;
}
.bbd-data h3,
.bbd-data p,
.bdp-right ul li,
.business-expansion-panel-left h4,
.business-expansion-panel-left p,
.why-bizcompass-data-left {
  -webkit-box-orient: vertical;
}
.accordian-body td,
.btn,
.calendly-spinner > div,
.day span {
  vertical-align: middle;
}
.btn,
.plane-btn span,
.support-privacy,
.white-space {
  white-space: nowrap;
}
.is-expanded .formenu:before,
.owl-carousel .owl-item.current .projects-panel img.business-img-white,
.theme-btn span,
img {
  display: block;
}
.fixed-btn,
.theme-btn,
.transparent-btn {
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.bbd-data h3,
.bbd-data p,
.bdp-right ul li,
.business-expansion-panel-left h4,
.business-expansion-panel-left p,
.hiring-top-data p,
.ifanyquery-data p,
.more-like .project-content .project-pera,
.our-feature-details h3,
.our-feature-details p,
.vmp-title p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-word;
}
.blue-btn:hover,
.career-data:hover,
.transparent-btn span,
.transparent-btn:after,
.transparent-btn:hover {
  background: -o-linear-gradient(94deg, #463b99, #7142f1);
  background: linear-gradient(356deg, #463b99, #7142f1);
}
.bizcompass-author .btnbookdemo span,
.business-expansion-panel-left h3::first-letter,
.hiring-full-data h2::first-letter,
.hiring-full-data h3::first-letter,
.hiring-top-data p::first-letter,
.ifanyquery .theme-title span,
.ifanyquery-data p::first-letter,
.onboarding-title h4::first-letter,
.support-uptime-panel h3::first-letter,
.text-capital,
.theme-btn span,
.transparent-btn span::first-letter,
.why-bizcompass-data-left p::first-letter {
  text-transform: capitalize;
}
.text-lower,
.transparent-btn span {
  text-transform: lowercase;
}
.fixed-btn span,
.text-inherit {
  text-transform: inherit;
}
:root {
  --bs-white: #FFFFFF;
  --color-grey-0: #292d34;
  --color-grey-4: #fafbfc;
  --color-white: #fff;
  --color-pink: #eb3dae;
  --color-red: #fd7171;
  --color-green: #6bc950;
  --color-teal: #5cc0bf;
  --color-teal-light: #8afcde;
  --color-yellow: #f7ce51;
  --color-yellow-dark: #f5cd51;
  --color-purple: #7b42d1;
  --color-purple-dark: #8041d0;
  --easing-natural: cubic-bezier(0.5, 0, 0.5, 1);
  --easing-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easing-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easing-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easing-in-out: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --transition-long: 0.5s var(--easing-natural);
  --transition-short: 0.25s var(--easing-natural);
  --transition-long-bounce: 0.5s var(--easing-bounce);
  --transition-short-bounce: 0.25s var(--easing-bounce);
}
a,
tr.accordion-toggle {
  cursor: pointer;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(356deg, #463b99, #7142f1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a,
button,
img,
video {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.benefits-of-bizcompass,
.blue-btn,
.blue-btn:hover,
.theme-btn,
.theme-btn span,
.transparent-btn,
.transparent-btn span,
.transparent-btn:after {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.blue-btn,
.blue-btn:hover,
.theme-btn,
.theme-btn span,
.transparent-btn,
.transparent-btn span {
  transition: 0.2s linear;
}
img {
  font-size: 10px;
  line-height: normal;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.header .logo img {
  min-width: 150px;
}
.section-space {
  padding: 70px 0 40px;
}
.applymodal .modal-dialog .modal-content,
.daashimg-1,
.graph-four,
.hiring-panel,
.listhrms-sec .business-expansion,
.onboard-1,
.onboard-2,
.onboard-3,
.onboard-4 {
  border-radius: 20px;
}
.listhrms-sec {
  padding-bottom: 3rem !important;
}
.bg-light {
  background: rgba(6, 122, 255, 0.05);
}
.title-space {
  margin-bottom: 35px;
}
.aboutcompany-desc,
.activity-page .onboard-banner-design .onboard-2,
.why-bizcompass-data-left .theme-btn {
  margin-top: 20px;
}
.row.needs-validation,
.set-row {
  justify-content: space-around;
}
.quicklink-list ul li ul.inner-list {
  display: flex;
  gap: 20%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: var(--bs-white);
  border-radius: 50px;
  padding: 5px;
}
.quicklink-list ul li ul.inner-list li p {
  color: #444;
  font-weight: 600;
  font-size: 14px;
}
.quicklink-list ul li ul.inner-list li {
  margin: auto 0 auto 10px;
}
.contactform-sec .card,
.locatemap iframe {
  border-radius: 10px;
}
.contactform-sec .card-body.contactform-cardbody {
  padding: 30px;
  background-color: #382c8b;
  border-radius: 10px;
}
.quicklink-list ul li ul.inner-list li i {
  width: 40px;
  height: 40px;
  background: #e9e0ff;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #7056ca;
  font-size: 17px;
  display: flex;
}
.inquiryemail-sec .form-floating .form-control {
  padding-left: 60px;
  min-height: 60px;
  background: var(--bs-white);
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}
.inquiryemail-sec {
  max-width: 40%;
  margin: 35px auto auto;
  width: 100%;
}
.form-floating > .form-control {
  padding: 0.6rem 1rem;
}
.inquiryemail-sec .form-floating label {
  padding-left: 75px;
  padding-top: 14px;
  font-size: 18px;
}
.inquiryemail-sec .form-floating .input-icon-email {
  position: absolute;
  top: 30%;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 62px;
  height: 60px;
}
.inquiryemail-sec .form-floating .input-icon-email i {
  font-size: 24px;
  color: #949494;
}
.inquiryemail-sec .form-floating .input-icon-email img {
  width: 100%;
  padding: 5px;
  display: block;
}
.form-floating > label {
  position: absolute;
  top: 2px;
  left: 0;
  height: 100%;
  padding: 0.6rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.btn-blue {
  color: var(--bs-white);
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
  letter-spacing: 0.5px;
}
.inquiryemail-sec .form-floating .btn-requestdemo {
  position: absolute;
  top: 8px;
  right: 7px;
  bottom: auto;
  left: auto;
  margin: 0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-white);
  text-transform: capitalize;
  background: #7056ca;
  border-radius: 8px;
}
.contactform-sec .contactform-card .contactform-cardbody .form-group {
  margin-bottom: 30px;
}
.contactform-sec .contactform-card .contactform-cardbody .form-group label {
  color: var(--bs-white);
  font-weight: 500;
  font-size: 13px;
}
.contactform-sec
  .contactform-card
  .contactform-cardbody
  .form-group
  .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  color: var(--bs-white);
  font-weight: 400;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  background-color: transparent;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.reachussec-title .theme-title.title-space {
  margin-bottom: 20px;
}
.inquireybtn-sec .transparent-btn {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  background: var(--bs-white) !important;
  box-shadow: none;
  border: 1px solid transparent;
  color: #382c8b;
}
.inquireybtn-sec .transparent-btn:after,
.inquireybtn-sec .transparent-btn:before,
.inquireybtn-sec .transparent-btn:hover {
  width: 100%;
  border-radius: 5px;
  background: var(--bs-white) !important;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
  border: 1px solid var(--bs-white) !important;
  color: #382c8b;
}
.contactform-sec .contactform-card .contactform-cardbody .form-group textarea {
  resize: none;
  color: var(--bs-white);
}
.reachspace {
  padding: 30px;
  border-radius: 10px;
}
.quicklink-list ul li.inner-iteam {
  margin: 20px;
}
.faqs-section .accordion .btn {
  text-align: left;
  padding: 0;
}
.faqs-section .accordion .card {
  border: none !important;
}
.faqs-section .accordion .card .card-header .card-link {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 600;
}
.faqs-section .accordion .card:last-child .card-header .card-link {
  border-bottom: none;
}
.howitswork-img .Procedure-2 {
  right: 0;
  top: -3rem;
  z-index: 1;
  -webkit-animation: 4s linear infinite alternate openingthree;
  animation: 4s linear infinite alternate openingthree;
  width: 400px;
  position: absolute;
}
.howitswork-img .Procedure-3 {
  left: 7rem;
  bottom: -19rem;
  -webkit-animation: 4s linear infinite alternate openingone;
  animation: 4s linear infinite alternate openingone;
  width: 500px;
  position: absolute;
}
.faqs-section .accordion .card-body {
  padding: 20px 20px 20px 0;
  color: #373737;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.Procedure-2.howitswork-procedure-2 {
  left: 12rem;
  top: -7rem;
  z-index: 1;
  -webkit-animation: 4s linear infinite alternate openingthree;
  animation: 4s linear infinite alternate openingthree;
  width: 500px;
  height: 331px;
}
.howitswork-details h3 {
  margin: 0 0 12px;
  color: var(--bs-theme-title);
  font-size: 24px;
}
.bgco-career,
.bizcompass-difference,
.book-demo-bg,
.calendly-popup-content,
.counter-value,
.file-upload,
.footer-data-solution,
.header-h1,
.home-banner-design,
.howitswork-img,
.more-like-this,
.onboard-banner,
.rs-footer,
.rs-menu .nav-menu li,
.solution-another .site-map,
.theme-title,
.why-work-bizcompass {
  position: relative;
}
.howitswork-img .howitsworkimg1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  animation: 6s infinite alternate dashtwo;
}
.howitswork-img .howitsworkimg2 {
  position: absolute;
  top: -47px;
  left: 107px;
  right: 0;
  bottom: 0;
  width: 400px;
  animation: 6s infinite alternate dashone;
}
.howitswork-info.section-space {
  padding: 70px 0 60px;
}
.aboutcompany-desc p,
.howitswork-desc p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.calender-modal .modal-dialog .modal-body,
.email-automation .bring-your-work-info,
.faqs-section .faq-content,
.inventory-management .bring-your-work-info,
.onboard-bring .bring-your-work-info,
.people-page .add-candidate.add-candidate-m-new .bring-your-work-info,
.startfreetrial .modal-dialog .modal-body,
.support-page .time-tracking .bring-your-work-info {
  padding: 0;
}
.other-pages {
  padding-bottom: 15rem;
}
.about-container,
.client-slider-container,
.container-1300px,
.mini-container,
.theme-container {
  margin: auto;
  padding: 0 20px;
  max-width: 1300px;
}
.career-details-sec .blogdesc-infortive:first-child .blogdesc-datatitle,
.daashimg-3 {
  margin-top: 0;
}
.theme-btn,
.transparent-btn {
  padding: 16px 57px;
  color: #fff;
}
.book-demo-btn a {
  padding: 10px;
  min-width: 150px;
  text-align: center;
  font-size: 14px;
}
.book-demo-btn a.transparent-btn:after {
  margin: -2px;
}
.book-demo-btn .theme-btn {
  padding: 12px 10px;
}
.theme-btn {
  font-size: 16px;
  border-radius: 50px;
  border: 0;
  z-index: 1;
}
.blue-btn {
  background: -o-linear-gradient(162deg, #463b99, #7142f1);
  background: linear-gradient(288deg, #463b99, #7142f1);
  -webkit-box-shadow: 0 10px 25px rgb(123 104 238/50%);
  box-shadow: 0 10px 25px rgb(123 104 238/50%);
}
.blue-btn:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.business-expansion .explore-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 75px;
}
.transparent-btn {
  background: padding-box #FFF;
  border-radius: 2.8rem;
  overflow: visible;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 25px #106eea2b;
  box-shadow: 0 10px 25px #106eea2b;
}
.more-like:hover .more-link,
.transparent-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #8661eb42;
}
.transparent-btn:hover span {
  background: 0 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.borderanimation:hover:after,
.borderanimation:hover:before,
.transparent-btn:hover span,
.transparent-btn:hover:after {
  -webkit-animation: none;
  animation: none;
}
.transparent-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  transition: 0.2s linear;
}
.transparent-btn span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #106eea;
  display: block;
  font-weight: 600;
}
.fixed-btn:before,
.transparent-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(9deg, #ae01f6, #067aff);
  background-image: linear-gradient(81deg, #ae01f6, #067aff);
  -webkit-filter: blur(13px);
  filter: blur(13px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  left: 0;
  top: 0;
}
.fixed-btn {
  color: #fff;
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 50px;
  border: 0;
}
.about-story,
.accordion .card .card-header .card-link:after,
.address-icon,
.bdp-right ul li,
.benefits-biz-panel,
.biz-monday,
.bizcompass-difference-panel,
.bizcompass-difference-panel .bdp-left,
.book-demo-btn,
.buttons-container,
.bvmb-slider,
.career-data,
.career-details ul,
.career-devide,
.client-slider .owl-nav,
.copy-right-menu,
.counter-panel,
.custom-select,
.features-cost,
.finish-your-work-panel,
.fixed-btn span,
.footer-infotop,
.footer-middle,
.footer-social,
.hang-astronaut h1,
.hiring-full-data,
.hiring-top-data,
.home-banner-design,
.ifanyquery-data,
.main-header,
.not-found,
.onboard-banner-design,
.our-feature-data,
.plane-btn,
.plane-btn span,
.projects-panel,
.rating-table,
.rip-panel,
.ripple-animation,
.select-styled,
.service-item,
.start-trial,
.start-trial .form-group,
.support-uptime-panel,
.swipe-left,
.table-image-collapse,
.timelist-content ul li,
.timelist-content ul li.active,
.topic-name-slider .owl-dots,
.true-list li,
.twise-input,
.vision-mission-panel,
.vmp-title p,
.wcb-title,
.wcb-top {
  display: -webkit-box;
  display: -ms-flexbox;
}
.rotating-border,
.rotating-border-rainbow {
  --border-bg: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}
.fixed-btn-img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: 2s cubic-bezier(0.5, 0.15, 0.21, 1.05) infinite fixedimg;
  animation: 2s cubic-bezier(0.5, 0.15, 0.21, 1.05) infinite fixedimg;
}
.fixed-btn span {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ripple,
.ripple:after,
.ripple:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ripple:after,
.ripple:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 2px solid #09c;
  border-radius: 1em;
}
.ripple:before {
  -webkit-animation: 2s ease-out infinite ripple;
  animation: 2s ease-out infinite ripple;
}
.ripple:after {
  -webkit-animation: 2s ease-out 1s infinite ripple;
  animation: 2s ease-out 1s infinite ripple;
}
.dashboard-section:before,
.top-bg:after {
  content: "";
  height: 100%;
  position: absolute;
}
.borderanimation {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 0;
  -webkit-transition: height 0.25s, width 0.25s;
  -o-transition: height 0.25s, width 0.25s;
  transition: height 0.25s, width 0.25s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background: -o-linear-gradient(175deg, #80c074, #0bd2d2);
  background: linear-gradient(275deg, #80c074, #0bd2d2);
}
.borderanimation:hover {
  height: 150px;
  width: 150px;
}
.borderanimation:after,
.borderanimation:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}
.border-one.left,
.border-two.left,
.border-two.right {
  border-right: 2px dotted #00000021;
  border-top: 2px dotted #00000021;
}
.border-one.right,
.border-three.right {
  border-left: 2px dotted #00000021;
  left: 8rem;
}
.borderanimation:before {
  -webkit-animation: 2s linear infinite rippleborder;
  animation: 2s linear infinite rippleborder;
}
.borderanimation:after {
  -webkit-animation: 2s linear 1s infinite rippleborder;
  animation: 2s linear 1s infinite rippleborder;
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5 {
  height: 1px;
  width: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--bs-white);
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  -webkit-animation-name: halfripple;
  animation-name: halfripple;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  will-change: transform, opacity;
}
.career-devide,
.main-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo-part a img {
  width: 100%;
  max-width: 220px;
  min-width: 220px;
}
.client-slider .owl-stage,
.id-image,
.innovation-data,
.rs-menu .nav-menu,
.trial-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-data-panel,
.rs-footer.custom-footer .footer-data-panel {
  display: -ms-grid;
  padding: 2rem 0;
  border-bottom: 1px solid #fbfbfb38;
}
.rs-footer.custom-footer .footer-data-panel {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.footer-data-panel {
  display: grid;
}
.footer-data-solution,
.footer-data-two-mix {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr 1fr;
}
.footer-data-solution::before {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  width: 2px;
  border-radius: 18px;
  height: 100%;
  background-color: #fbfbfb38;
}
.rs-footer.custom-footer .footer-top .site-map li {
  margin-bottom: 5px;
  overflow: hidden;
}
.hiring-panel,
.ifanyquery-panel,
.our-feature-panel {
  grid-template-columns: 1fr 1fr 1fr;
}
.accordion-toggle .btn:before,
.acoordianMobile,
.book-btn,
.bvmb-slider span,
.career-data-first,
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  > a:before,
.hidden,
.menu-overlay,
.mobile-logo-menu,
.mobile-menu-logo,
.nav-menu .menu-item-has-children > span,
.nav-menu .rs-mega-menu > span,
.onboarding-title h4,
.owl-carousel .owl-item .projects-panel img.business-img-white,
.owl-carousel .owl-item.current .projects-panel img.business-img-blue,
.readless,
.readless2,
.readless3,
.readmoreactive,
.rs-footer .footer-bottom .copy-right-menu li:before,
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.book-demo-btn,
.see-all-features.hide,
.select-options li[rel="hide"],
.solution-ipad-block,
.topic-images-slider .owl-dots {
  display: none;
}
.book-demo-btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.bizcompass-difference,
.more-like {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.activity-page .bring-your-work-info,
.dashboard-section,
.finance-page .bring-your-work-info,
.project-management-page .interview-procedure-flow .bring-your-work-info,
.report-page .bring-your-work-info,
.support-page .bring-your-work-info,
.terms-page,
.workflow-page .bring-your-work-info {
  padding-bottom: 8rem;
}
.header-h1 .theme-title,
.home-banner-design,
.onboarding-title .theme-title {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-banner-design {
  width: 100%;
  display: flex;
  height: 100%;
  margin-left: -10px;
}
.home-banner-design img,
.onboard-banner-design img {
  border: 1px solid #eee; //hardik_maliya
  background-color: var(--bs-white);
}
.home-banner-design img {
  position: absolute;
  border-radius: 15px;
  background: var(--bs-white);
}
.banner-content-data,
.onboard-content-data {
  text-align: center;
}
.finish-your-work,
.onboard-content-data {
  padding-top: 5rem;
}
.banner-content-data,
.crm-bring .interview-procedure-flow {
  padding-top: 7rem;
}
.header-h1 .theme-title,
.onboarding-title .theme-title {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  line-height: 75px;
}
.theme-title {
  font-size: 45px;
  color: var(--bs-theme-title);
  font-weight: 800;
  line-height: 58px;
}
.theme-title.theme-title-new {
  font-size: 55px;
  color: var(--bs-theme-title);
  font-weight: 800;
  line-height: 50px;
}
.theme-title::first-letter,
span::first-letter {
  text-transform: capitalize;
  display: block !important;
}
.business-expansion-section .nav .nav-item,
.client-slider .project-content .title,
.collapse-table .table,
.homemodal .address-data ul li:first-child,
.one-payroll .why-bizcompass-panel,
.rip-datalist li:last-child,
.rs-footer .footer-top .address-widget li:last-child,
.table,
.theme-title label,
.why-bizcompass-info:last-child {
  margin: 0;
}

.bizblog-info .blogmain-title h3 a:hover,.dropdown-menu__item.active .dropdown-menu__link-label,.header-nav-list-item.active .nav-link-child,.header-nav-list-item.active a,.header-nav-list-item:hover a.bizcompass-navigation-link,.is-expanded .header-nav-list-item:hover button span,
.nav-canvas__item.product.active button.drop,.rs-header .menu-border.menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a,.singal-menu.active,.theme-title span {color: #7813cb;}

.bizcompass-difference:before,
.dashboard-section:before {
  background-repeat: no-repeat;
  right: 0;
  width: 100%;
  text-align: center;
}
.dashboard-section:before {
  background-image: url(../images/home-banner/home-bg.png);
  background-size: cover;
  top: 0;
  z-index: -1;
  left: 0;
}
.daashimg-1 {
  width: 790px;
  -webkit-box-shadow: 0 0 72px 11px #c3cdd98c;
  box-shadow: 0 0 72px 11px #c3cdd98c;
  height: 515px;
}
/* .daashimg-2,
.daashimg-3 {
  -webkit-box-shadow: -3px 0 53px 4px #c3cdd9;
  box-shadow: -3px 0 53px 4px #c3cdd9;
} */
.daashimg-2 {
  left: 1rem;
  top: 0;
  -webkit-animation: 5s infinite alternate dashtwo;
  animation: 5s infinite alternate dashtwo;
  width: 230px;
}
.daashimg-3 {
  right: 0;
  -webkit-animation: 6s infinite alternate dashtwo;
  animation: 6s infinite alternate dashtwo;
  width: 250px;
}
.daashimg-4 {
  left: 4rem;
  top: 20rem;
  -webkit-animation: 5s infinite alternate dashfour;
  animation: 5s infinite alternate dashfour;
  width: 298px;
  /* -webkit-box-shadow: -3px 0 53px 4px #c3cdd9;
  box-shadow: -3px 0 53px 4px #c3cdd9; */
}
.daashimg-5 {
  top: 23rem;
  left: 30rem;
  -webkit-animation: 6s infinite alternate dashfive;
  animation: 6s infinite alternate dashfive;
  /* -webkit-box-shadow: -10px 3px 64px 1px #c3cdd9;
  box-shadow: -10px 3px 64px 1px #c3cdd9; */
  width: 380px;
}
.daashimg-6 {
  top: 24rem;
  right: 0;
  -webkit-animation: 5s infinite alternate dashsix;
  animation: 5s infinite alternate dashsix;
  width: 244px;
  /* -webkit-box-shadow: -3px 0 53px 4px #c3cdd9;
  box-shadow: -3px 0 53px 4px #c3cdd9; */
}
.dashboard-image,
.graph-four,
.onboard-1,
.onboard-2,
.onboard-3,
.onboard-4 {
  -webkit-box-shadow: -10px 3px 64px 1px var(--bs-theme-shadow2);
}
.counter-panel {
  padding: 4rem 0 2rem;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  border-bottom: 1px solid #00000024;
}
.collapse-table tr th,
.ifanyquery-image,
.something-great .title-pera,
.title-center,
.view-much-better-panel .theme-title {
  text-align: center;
}
.counter-value:after {
  content: "+";
}
.bizcompass-difference {
  transition: 0.6s;
  padding: 0 0 2rem;
}
.graph-three,
.graph-two {
  position: absolute;
  z-index: -1;
}
.bizcompass-difference:before {
  padding: 7rem 0;
  background-image: url(../images/bg-pattern.png);
  background-size: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
.bizcompass-difference-panel {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.bdp-left,
.bdp-right,
.finish-your-work-left,
.rip-data,
.rip-image,
.story-teller,
.tss-panel-left,
.vmp-image,
.vmp-title {
  width: 50%;
}
.bdp-right ul li {
  gap: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: flex;
}
.bdp-right ul li img {
  min-width: 24px;
}
.bdp-right ul li span {
  margin-top: 2px;
}
.bdp-right ul {
  padding: 1rem 0;
  font-size: 14px;
}
.graph-two {
  -webkit-animation: 4s infinite alternate ballonsone;
  animation: 4s linear infinite alternate ballonsone;
  width: 100px;
  top: 0;
}
.graph-three {
  -webkit-animation: 4s infinite alternate ballonstwo;
  animation: 4s infinite alternate ballonstwo;
  width: 79px;
  right: 10rem;
  top: 25px;
}
.graph-four {
  right: 6rem;
  -webkit-animation: 2s infinite alternate dashfive;
  animation: 2s infinite alternate dashfive;
  box-shadow: -10px 3px 64px 1px var(--bs-theme-shadow2);
  top: 5rem;
  width: 200px;
}
.benefits-biz-panel {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bbp-left,
.bbp-right {
  width: 31%;
}
.benefits-of-bizcompass {
  background: -o-linear-gradient(91deg, #007eff05, #007eff0d, #067aff03);
  background: linear-gradient(359deg, #ffffff05, #007eff0d, #ffffff00);
  transition: 0.2s linear;
  padding: 3rem 0 0;
}
.benefits-bizcompass-data {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  gap: 13px;
  -webkit-box-shadow: 0 10px 15px 1px #dae5f1;
  box-shadow: 0 10px 15px 1px #dae5f1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 157px;
}
.bbd-image,
.calendly-overlay .calendly-popup .calendly-popup-content,
.main-system-images {
  height: 100%;
}
.bbd-image img {
  width: 100%;
  min-width: 50px;
  max-width: 50px;
}
.bbd-data h3 {
  font-size: 18px;
  color: #241c60;
  overflow: hidden;
  height: 21px;
  -webkit-line-clamp: 1;
  margin-bottom: 3px;
}
.bbd-data p,
.business-expansion-panel-left h4 {
  font-size: 13px;
  color: #2a2a2a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  font-weight: 500;
}
.business-expansion-panel-left h4 {
  font-size: 18px;
  color: #cecece;
  font-weight: 600;
  line-height: 1.5;
  opacity: 1;
  margin: 14px 0;
  -webkit-line-clamp: 2;
}
.title-pera {
  font-size: 16px;
  color: #000000bf;
  line-height: 1.7;
}
.bot-animation {
  position: absolute;
  width: 15px;
  height: 15px;
  background: -o-linear-gradient(94deg, #463b99, #7142f1);
  background: linear-gradient(356deg, #463b99, #7142f1);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 100%;
  display: block;
}
.bot-animation:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #01a4e9;
  -webkit-animation: 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
    pulse-ring;
  animation: 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite pulse-ring;
}
.bot-animation:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite
    pulse-dot;
  animation: 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite pulse-dot;
}
.border-one.left,
.border-one.right,
.border-two.left,
.border-two.right {
  display: block;
  width: 20rem;
  z-index: -1;
}
.bbp-left .bot-animation {
  right: -8px;
}
.bbp-right .bot-animation {
  left: -8px;
}
.circle-ripple {
  background-color: #789ef94f;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ripple;
  animation: 1s linear infinite ripple;
}
.border-one.left {
  position: absolute;
  height: 14rem;
  right: 8rem;
  border-radius: 0 50px 0 0;
  top: -9.7rem;
}
.border-two.left,
.border-two.right {
  top: 3.1rem;
}
.animation-bizcompass {
  position: relative;
  top: -20px;
}
.bbp-center {
  position: relative;
  z-index: 0;
}
.bizcompass-logo-animation img,
.border-two.left,
.graph-four-philoshophy,
.mobile-no-country .select-styled,
.onboard-banner-design img {
  position: absolute;
}
.bizcompas-icon {
  max-width: 65px;
  width: 100%;
  -webkit-animation: 6s infinite alternate bizcompasicon;
  animation: 6s infinite alternate bizcompasicon;
}
.bizcompass-logo-animation {
  position: absolute;
  width: 100%;
  top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.border-two.left {
  height: 3rem;
  right: 8rem;
  border-radius: 0;
}
.border-three.left,
.border-three.right {
  height: 14rem;
  border-bottom: 2px dotted #00000021;
  bottom: -6.8rem;
  display: block;
  width: 20rem;
  z-index: -1;
  position: absolute;
}
.border-three.left {
  right: 8rem;
  border-right: 2px dotted #00000021;
  border-radius: 0 0 50px;
}
.border-three.right {
  border-radius: 0 0 0 50px;
}
.border-two.right {
  position: absolute;
  height: 3rem;
  left: 8rem;
  border-radius: 0;
}
.border-one.right {
  position: absolute;
  height: 14rem;
  border-top: 2px dotted #00000021;
  border-radius: 50px 0 0;
  top: -9.7rem;
}
.business-expansion {
  border-radius: 60px;
  padding: 3rem 2rem;
  max-width: 1255px;
  margin: 2rem auto 1rem;
  background: url(../images/dots-vector.svg) center,
    -o-linear-gradient(right, #7056ca 0, #382c8b 100%);
  background: url(../images/dots-vector.svg) center,
    -webkit-gradient(linear, right top, left top, color-stop(0, #7056ca), to(#382c8b));
  background: url(../images/dots-vector.svg) center,
    linear-gradient(270deg, #7056ca 0, #382c8b 100%);
  -webkit-box-shadow: 0 25px 45px var(--bs-theme-shadow3);
  box-shadow: 0 10px 45px var(--bs-theme-shadow3);
}
.business-expansion-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
.business-expansion-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bs-theme-title);
  z-index: -1;
  border-radius: 60px;
}
.business-expansion-panel-left {
  width: 40%;
  padding-left: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.business-expansion-panel-right {
  width: 60%;
}
.business-expansion-panel-right img {
  width: 100%;
  max-width: 100%;
  border: 4px solid var(--bs-white);
  border-radius: 14px;
  -webkit-box-shadow: 0 25px 45px #000000a3;
  box-shadow: 0 25px 45px #000000a3;
  background: var(--bs-white);
}
.business-expansion-panel-left h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px;
}
.business-expansion-panel-left p {
  font-size: 12px;
  color: #ffffffd1;
  line-height: 1.6;
  overflow: hidden;
  -webkit-line-clamp: 5;
  font-weight: 500;
}
.projects-panel,
.projects-panel p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projects-panel {
  display: flex;
  gap: 15px;
  width: 100%;
}
.projects-panel p {
  color: #fff;
  outline: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.projects-panel span {
  min-width: 34px;
}
.address-icon img,
.blog-image,
.finish-your-work-left img,
.form-design img,
.input-form,
.owl-carousel .owl-item .projects-panel img,
.true-list li span img {
  width: 100%;
}
.errorpage,
.months-wrapper,
.show-more-full {
  overflow: hidden;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.inventory-management .bring-your-work-info-right,
.report-bring .bring-your-work-panel {
  margin-top: 3rem;
}
.service-item {
  position: relative;
  height: 100%;
  display: flex;
  padding-top: 20px;
}
.why-bizcompass {
  padding: 4rem 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-position: inherit;
}
.bizcompass-dropdown-text,
.why-bizcompass .theme-title {
  line-height: normal;
}
.why-bizcompass-data-left,
.why-bizcompass-image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why-bizcompass-data-left {
  width: 60%;
  border-radius: 2rem 0 0 2rem;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wbi-one .why-bizcompass-data-left {
  background: #daf5ff;
  padding: 20px 3rem 20px 4rem;
}
.wbi-one .why-bizcompass-image-right {
  background: #daf5ff;
}
.why-bizcompass-image-right {
  width: 40%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 2rem 20px 20px;
}
.why-bizcompass-image-right img {
  width: 100%;
  max-width: 380px;
}
.career-two,
.rip-panel:nth-child(2n),
.vision-mission-panel:nth-child(2n),
.why-bizcompass-info.wbi-two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.form-design .form-data,
.hiring-full-data,
.hiring-top-data,
.ifanyquery-data,
.not-found,
.our-feature-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.why-bizcompass-data-left h3 {
  font-size: 32px;
  color: var(--bs-theme-title);
}
.why-bizcompass-data-left h3::first-letter {
  text-transform: capitalize;
  display: block;
}
.why-bizcompass-data-left p {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.5;
  text-align: justify;
}
.why-bizcompass-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding: 3px;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 12px #9d9d9d24;
  box-shadow: 0 0 12px #9d9d9d24;
  min-height: 360px;
}
.animate-reverse.rotating-border:before {
  -webkit-animation: 5s linear infinite spin2;
  animation: 5s linear infinite spin2;
}
.animate-clock.rotating-border:before {
  -webkit-animation: 5s linear infinite spin1;
  animation: 5s linear infinite spin1;
}
.rotating-border {
  position: relative;
  overflow: hidden;
  --border-radius: 1rem;
  --border-size: 0.5rem;
  border-radius: var(--border-radius);
}
.rotating-border:before {
  content: "";
  display: block;
  background: var(--border-bg);
  width: calc(100% * 1.41421356237);
  padding-bottom: calc(100% * 1.41421356237);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -2;
  -webkit-animation: 5s linear infinite spin;
  animation: 5s linear infinite spin;
}
.rotating-border-reverse:before {
  animation-direction: reverse;
}
.rotating-border:after {
  content: "";
  position: absolute;
  top: var(--border-size);
  right: var(--border-size);
  bottom: var(--border-size);
  left: var(--border-size);
  background: var(--bs-white);
  z-index: -1;
  border-radius: calc(var(--border-radius) - var(--border-size));
}
.rotating-border-google {
  --border-radius: 2rem;
  --border-size: 6px;
}
.rotating-border-rainbow {
  --border-radius: 1.5rem;
  --border-size: 0.5rem;
}
.rotating-border-black-white {
  --border-radius: 100%;
  --border-size: 0.6rem;
}
.rotating-border-black-yellow {
  --border-radius: 100%;
  --border-bg: conic-gradient(
    #f0c400 0.1666turn,
    #444 0.1666turn,
    #444 0.3333turn,
    #f0c400 0.3333turn,
    #f0c400 0.5turn,
    #444 0.5turn,
    #444 0.6666turn,
    #f0c400 0.6666turn,
    #f0c400 0.8333turn,
    #444 0.8333turn
  );
  --border-bg: conic-gradient(
    #f0c400 0.1666turn,
    #444 0.1666turn 0.3333turn,
    #f0c400 0.3333turn 0.5turn,
    #444 0.5turn 0.6666turn,
    #f0c400 0.6666turn 0.8333turn,
    #444 0.8333turn
  );
}
.why-five .why-bizcompass-data-left,
.why-five .why-bizcompass-image-right {
  background: #fee;
}
.why-three .why-bizcompass-data-left,
.why-three .why-bizcompass-image-right {
  background: #fffff3;
}
.why-two .why-bizcompass-data-left {
  background: #f8f7fe;
}
.why-bizcompass-info:nth-child(2n) .why-bizcompass-data-left {
  border-radius: 0 2rem 2rem 0;
  padding-right: 5rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.why-bizcompass-info:nth-child(odd) .why-bizcompass-image-right {
  border-radius: 0 2rem 2rem 0;
}
.why-two .why-bizcompass-image-right {
  background: #f8f7fe;
  border-radius: 2rem 0 0 2rem;
}
.why-four .why-bizcompass-data-left {
  background: #edfff8;
}
.why-four .why-bizcompass-image-right {
  background: #edfff8;
  border-radius: 2rem 0 0 2rem;
}
.why-six .why-bizcompass-data-left {
  background: #f5f5f6;
}
.why-six .why-bizcompass-image-right {
  border-radius: 2rem 0 0 2rem;
  background: #f5f5f6;
}
.why-one {
  --border-bg: conic-gradient(
    #daf5ff,
    #daf5ff,
    #daf5ff,
    #aee9ff,
    #daf5ff,
    #daf5ff,
    #aee9ff
  );
}
.why-three {
  --border-bg: conic-gradient(
    #fffff3,
    #fffff3,
    #fffff3,
    #f7f7b2,
    #fffff3,
    #fffff3,
    #f7f7b2
  );
}
.why-two {
  --border-bg: conic-gradient(
    #f8f7fe,
    #f8f7fe,
    #f8f7fe,
    #dfdafb,
    #f8f7fe,
    #f8f7fe,
    #dfdafb
  );
}
.why-six {
  --border-bg: conic-gradient(
    #f5f5f6,
    #f5f5f6,
    #f5f5f6,
    #dbdbdb,
    #f5f5f6,
    #f5f5f6,
    #dbdbdb
  );
}
.why-four {
  --border-bg: conic-gradient(
    #edfff8,
    #edfff8,
    #edfff8,
    #b5ffe2,
    #edfff8,
    #edfff8,
    #b5ffe2
  );
}
.why-five {
  --border-bg: conic-gradient(
    #ffeeee,
    #ffeeee,
    #ffeeee,
    #ffd4d4,
    #ffeeee,
    #ffeeee,
    #ffd4d4
  );
}
.why-one .why-bizcompass-image-right img {
  max-width: 450px;
  min-width: 500px;
}
.why-two .why-bizcompass-image-right img {
  max-width: 450px;
}
.why-three .why-bizcompass-image-right img {
  max-width: 430px;
}
.why-four .why-bizcompass-image-right img {
  max-width: 425px;
}
.why-six .why-bizcompass-image-right img {
  max-width: 416px;
}
.why-one .why-bizcompass-image-right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wbd-btn {
  margin-top: 25px;
}
.web-view {
  text-align: center;
  display: block;
}
.client-slider .project-item:hover .project-content .category a,
.client-slider .project-item:hover .project-content .title a,
.input-form .form-control,
.input-form select,
.show-more2:hover,
.show-more:hover {
  color: var(--bs-theme-title);
}
.bring-your-work-info.wbi-two,
.will-happen-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
.bring-work-3 .borderanimation,
.chat-section .onboard-3 {
  background: 0 0;
}
.other-bg:before {
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  content: "";
  text-align: center;
  background-image: url(../images/onboard/onboard-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.shadow-effect {
  background: var(--bs-white);
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1),
    0 15px 12px rgba(0, 0, 0, 0.02);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.something-great {
  padding: 2rem 0;
  position: relative;
}
.testimonials-image {
  margin: auto;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 100%;
  overflow: hidden;
  min-height: 100px;
  border: 5px solid #3e66df4d;
}
.testimonials-top h3 {
  font-size: 20px;
  color: #1e1e1e;
  margin-top: 20px;
}
.testimonials-top h4 {
  color: gray;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.hiring-top-data p,
.ifanyquery-data p {
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.quote-first {
  left: 0;
  top: 23px;
}
.quote-second {
  bottom: 9px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.client-slider .project-img img,
.fit-system-screen img,
.testimonials-image img.client-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.testimonials-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #8661eb3d;
  padding-top: 1rem;
}
.inquiry-content .brand-logo svg,
.onboarding-image img,
.testimonials-bottom .client-image {
  max-width: 50px;
}
.testimonials-bottom span {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
}
.testimonial-btn {
  text-align: center;
  margin-top: 30px;
}
.bizcompass-header .header-nav-list-item:hover::after,
.bizcompass-header .header-nav-list:hover::after,
.is-expanded .navigation__dropdown-popup,
.lazy-astronaut,
.mega-drop-down:hover .bizcompass-contact-menu {
  opacity: 1;
}
.ifanyquery {
  padding: 3rem 0 0;
}
.light-blue {
  background: #fbfbfb;
}
.ifanyquery-panel {
  padding: 2rem 0 11rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  gap: 40px;
}
.footer-infotop,
.footer-middle,
.ifanyquery-data {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ifanyquery-data {
  background: var(--bs-white);
  text-align: center;
  border-radius: 30px;
  padding: 2rem 33px 3rem;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 26px 1px #1910540d;
  box-shadow: 1px 1px 26px 1px #1910540d;
}
.ifanyquery-image img {
  width: 100%;
  max-width: 170px;
  margin: auto;
}
.ifanyquery-data p {
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
}
.footer-infotop {
  border-bottom: 1px solid #fbfbfb38;
  padding: 0 0 15px;
}
.support-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.footer-container {
  margin: auto;
  padding: 0 20px;
  max-width: 1100px;
}
.address-widget {
  margin-top: 30px;
}
.address-icon {
  background: #2d1e8f;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px;
}
.address-data a {
  color: var(--bs-white);
  font-weight: 500;
  display: block;
}
.address-icon,
.copy-right-menu,
.start-trial {
  -webkit-box-align: center;
  display: flex;
}
.copy-right-menu {
  list-style: none;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.rs-footer .footer-top .site-map li a:before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 11px;
  height: 0;
  background: var(--bs-white);
  width: 0;
  border-radius: 2px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.rs-footer .footer-top .site-map li:hover a {
  padding-left: 14px;
  color: var(--bs-white);
}
.rs-footer .footer-top .site-map li:hover a:before {
  width: 5px;
  height: 5px;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.business-expansion-container .theme-title span,
.career-data:hover h3,
.career-data:hover ul,
.rs-footer .footer-bottom .copy-right-menu li a:hover,
.rs-footer .footer-top .footer-social li a:hover i,
.same-arrow .owl-nav .owl-next:focus i,
.same-arrow .owl-nav .owl-next:hover i,
.same-arrow .owl-nav .owl-prev:focus i,
.same-arrow .owl-nav .owl-prev:hover i {
  color: var(--bs-white);
}
.support-privacy span {
  font-size: 18px;
  text-transform: capitalize;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.rs-footer .footer-top .footer-social li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-uptime {
  position: relative;
  margin: auto;
  padding: 0 20px;
  max-width: 1453px;
  -webkit-transform: translateY(-7rem) translateX(-21px);
  -ms-transform: translateY(-7rem) translateX(-21px);
  transform: translateY(-7rem) translateX(-21px);
  z-index: 1;
}
.shape-one,
.shape-two {
  position: absolute;
  border-radius: 100%;
}
.shape-one {
  width: 115px;
  height: 115px;
  border: 20px solid #4715ae12;
  top: -3rem;
  left: -3rem;
  -webkit-animation: 7s infinite alternate shapescale;
  animation: 7s infinite alternate shapescale;
}
.shape-two {
  width: 33px;
  height: 33px;
  bottom: 2rem;
  background: #ebf4ff;
  right: 1rem;
  -webkit-animation: 2s infinite shapescale;
  animation: 2s infinite shapescale;
  z-index: 0;
}
.support-uptime-panel {
  overflow: hidden;
  position: absolute;
  background: var(--bs-white);
  width: 100%;
  border-radius: 25px;
  padding: 3rem;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
  -webkit-box-shadow: 1px 1px 26px 1px #19105424;
  box-shadow: 1px 1px 26px 1px #19105424;
}
.support-uptime-panel h3 {
  line-height: 1.5;
  font-size: 35px;
  font-weight: 800;
  color: var(--bs-theme-title);
  width: 50%;
  margin: 0;
}
.onboarding-title h4,
.onboarding-title p {
  color: var(--bs-theme-title);
  font-size: 18px;
}
.start-trial,
.start-trial .form-group {
  -ms-flex-align: center;
  align-items: center;
}
.start-trial {
  width: 50%;
  position: relative;
  z-index: 1;
}
.start-trial .form-group {
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  gap: 15px;
  width: 100%;
}
.start-trial .form-group input {
  border-radius: 50px;
  height: 100%;
  color: #83839a;
  padding: 20px 30px;
  border-width: 2px;
  border-color: #00000036;
  border-style: solid;
}
.start-trial .form-group input:focus,
.start-trial .form-group input:hover {
  border-color: #191054;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.onboard-1,
.onboard-2,
.onboard-3,
.onboard-4,
.pm-onboard.onboard-2 {
  box-shadow: -10px 3px 64px 1px var(--bs-theme-shadow2);
}
.start-trial .form-group .theme-btn {
  padding: 15px 25px;
  width: 100%;
  max-width: 29%;
  text-align: center;
  min-width: 185px;
}
.support-privacy img,
.table-image-collapse img {
  width: 100%;
  max-width: 40px;
}
.finance-section,
.onboard-section {
  padding-bottom: 31rem;
}
.onboard-banner-design {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.onboard-1 {
  width: 750px;
  border: 0 !important;
}
.onboard-2 {
  left: 0;
  width: 305px;
  margin-top: 33px;
}
.onboard-2,
.onboard-2.fm-onboard,
.pm-onboard.onboard-2 {
  -webkit-animation: 5s infinite alternate dashtwo;
  animation: 5s infinite alternate dashtwo;
}
.pm-onboard.onboard-2 {
  margin-top: 33px;
  left: 12%;
  width: 221px;
  top: 6rem;
}
.onboard-2.fm-onboard {
  left: 9%;
  width: 327px;
  margin-top: 125px;
}
.onboard-3.fm-onboard {
  right: 8rem;
  margin-top: 21%;
  -webkit-animation: 6s infinite alternate dashtwo;
  animation: 6s infinite alternate dashtwo;
  width: 301px;
}
.onboard-3.chat-onboard3 {
  right: 10rem;
  margin-top: 35px;
  width: 180px;
}
.onboard-4 {
  top: 25rem;
  -webkit-animation: 6s infinite alternate dashfive;
  animation: 6s infinite alternate dashfive;
}
.onboard-3 {
  right: 3rem;
  margin-top: 20px;
  -webkit-animation: 6s infinite alternate dashtwo;
  animation: 6s infinite alternate dashtwo;
  width: 260px;
}
.hiring-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  position: relative;
  gap: 20px;
}
.hiring-panel-six{gap: 96px 20px;}
.hiring-full-data,
.hiring-top-data {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hiring-top-data {
  background: var(--bs-white);
  padding: 40px 10px;
  gap: 5px;
  position: relative;
  border-right: 7px solid;
  -webkit-box-shadow: 0 15px 45px rgb(16 30 54/15%);
  box-shadow: 0 15px 45px rgb(16 30 54/15%);
  border-radius: 4px;
}
.hiring-full-data h2,
.hiring-full-data h3 {
  color: var(--bs-menu-text);
  font-size: 21px;
  font-weight: 800;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0 29px;
}
.hiring-full-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.hiring-image img {
  margin: auto;
  width: auto;
  height: auto;
  display: block;
}
.hiring-image {
  margin-top: -6rem;
  position: relative;
  display: block;
  height: 235px;
  overflow: hidden;
}
.hiring-top-data p {
  color: var(--bs-black);
  -webkit-box-orient: vertical;
  opacity: 0.9;
  font-size: 14px;
}
.onboard-dot-round {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #aba5d5;
  display: none;
}
.our-feature-data,
.our-feature-image {
  position: relative;
  border-radius: 30px;
}
.dot-one {
  top: 0;
  left: -3.8px;
  -webkit-animation: 3s infinite alternate dotmovetop;
  animation: 3s infinite alternate dotmovetop;
}
.dot-two {
  bottom: 0;
  left: -3.8px;
  -webkit-animation: 3s infinite alternate dotmovebottom;
  animation: 3s infinite alternate dotmovebottom;
}
.dot-three {
  top: 0;
  right: -3px;
  -webkit-animation: 3s infinite alternate dotmovetop;
  animation: 3s infinite alternate dotmovetop;
}
.dot-four {
  bottom: 0;
  right: -3px;
  -webkit-animation: 3s infinite alternate dotmovebottom;
  animation: 3s infinite alternate dotmovebottom;
}
.client-slider .owl-nav .owl-next,
.onboard-border-animation:after {
  right: 0;
}
.our-feature-panel {
  padding: 2rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 115px 1fr 115px 1fr;
  gap: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.our-feature-data {
  text-align: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--bs-white);
  border-bottom: 7px solid;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0 15px 45px rgb(16 30 54/15%);
  box-shadow: 0 15px 45px rgb(16 30 54/15%);
  height: 100%;
}
.our-feature-image img {
  margin: auto;
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  object-position: center;
}
.our-feature-image {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 15px 15px rgb(16 30 54/15%);
  box-shadow: 0 15px 15px rgb(16 30 54/15%);
  width: 100px;
  height: 100px;
  z-index: 5;
}
.our-feature-details {
  padding-top: 16px;
  z-index: 5;
}
.our-feature-details h3 {
  color: #241c60;
  font-size: 21px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.more-like .project-content .project-pera,
.our-feature-details p {
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our-feature-details p {
  color: #454545;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  text-transform: capitalize;
}
.smae-size-feature {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  display: none;
}
.bring-your-work-info,
.bring-your-work-info.wbi-two {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.candidate-color {
  background: #dac06829;
}
.analytics-color,
.candidate-color,
.configurable-color,
.document-color,
.management-color,
.scheduling-color {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.scheduling-color {
  background: #363ab530;
}
.analytics-color {
  background: #4bcaeb2e;
}
.management-color {
  background: #986ee13d;
}
.configurable-color {
  background: #3136b829;
}
.document-color {
  background: #f3ac2929;
}
.bring-your-work-info-left {
  width: 40%;
}
.bring-your-work-info-right {
  width: 60%;
  position: relative;
}
.bring-your-work-info-right img {
  position: absolute;
  border: 1px solid #0000001a;
  border-radius: 17px;
  -webkit-box-shadow: 0 0 26px 2px #0000001c;
  box-shadow: 0 0 26px 2px #0000001c;
  background: var(--bs-white);
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}
.crm-bring,
.marketing-automation .bring-your-work-info,
.one-payroll {
  padding-bottom: 0;
}
.bring-your-work-info.wbi-two {
  gap: 0;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bring-work-2 .bring-your-work-info-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bring-your-work-info-left h3 {
  margin: 30px 0 12px;
  color: var(--bs-theme-title);
  font-size: 36px;
}
.bring-your-work-image img {
  width: 100%;
  max-width: 50px;
}
.bring-your-work-image {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bring-work-1 .bring-your-work-image {
  background: #eae8ff;
}
.bring-work-2 .bring-your-work-image {
  background: #84a5e25e;
}
.openings-1 {
  left: 10rem;
  top: -3rem;
  z-index: 2;
  -webkit-animation: 6s linear infinite alternate openingone;
  animation: 6s linear infinite alternate openingone;
  width: 360px;
}
.openings-2 {
  top: -19rem;
  right: 3rem;
  z-index: 0;
  -webkit-animation: 6s infinite alternate dashtwo;
  animation: 6s infinite alternate dashtwo;
  width: 250px;
}
.openings-3 {
  top: -9rem;
  right: 6rem;
  -webkit-animation: 6s linear infinite alternate openingthree;
  animation: 6s linear infinite alternate openingthree;
  width: 326px;
}
.openings-4 {
  top: -11rem;
  left: 9rem;
  -webkit-animation: 6s linear infinite alternate openingfour;
  animation: 6s linear infinite alternate openingfour;
  width: 150px;
}
.openings-5 {
  right: 0;
  z-index: 2;
  bottom: -9.5rem;
  -webkit-animation: 15s linear infinite alternate openingfive;
  animation: 15s linear infinite alternate openingfive;
  max-width: 400px;
}
.candidate-1 {
  top: auto;
  right: 7rem;
  z-index: 1;
  -webkit-animation: 4s linear infinite alternate hero-thumb-sm-3-animation;
  animation: 4s linear infinite alternate hero-thumb-sm-3-animation;
  width: 300px;
}
.candidate-2,
.candidate-3 {
  top: auto;
  left: 0;
  width: 500px;
}
.bring-work-3 .bring-your-work-image {
  background: #ea57722e;
}
.add-candidate:before,
.layered-bg-effect:before {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  right: 0;
}
.accordion .card .card-header .card-link:after,
.career-data,
.career-details ul,
.custom-select,
.rip-panel,
.topic-images-slider .owl-nav button,
.true-list li,
.vision-mission-panel {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.true-list li {
  gap: 15px;
  margin: 22px 0;
}
.true-list li span {
  width: 25px;
  min-width: 25px;
}
.true-list li h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.true-list {
  margin: 30px 0;
}
.candidate-3 {
  -webkit-animation: 4s linear infinite alternate openingthree;
  animation: 4s linear infinite alternate openingthree;
}
.candidate-2 {
  -webkit-animation: 2s linear infinite alternate about-sm;
  animation: 2s linear infinite alternate about-sm;
}
.Procedure-1 {
  max-width: 300px;
}
.Procedure-2 {
  right: 0;
  top: -3rem;
  z-index: 1;
  -webkit-animation: 4s linear infinite alternate openingthree;
  animation: 4s linear infinite alternate openingthree;
  width: 250px;
}
.bring-your-work-info-right img.Procedure-1 {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vector-depth {
  width: 300px;
  top: -14rem;
  left: 7rem;
}
.Procedure-3 {
  left: 7rem;
  bottom: -16rem;
  -webkit-animation: 4s linear infinite alternate openingone;
  animation: 4s linear infinite alternate openingone;
  width: 500px;
}
.layered-bg-effect:before {
  width: 600px;
  height: 600px;
  background-image: url(../images/onboard/layered-bg.png);
  top: -21rem;
  opacity: 0.2;
}
.add-candidate {
  position: relative;
  padding: 0;
}
.add-candidate:before {
  padding: 7rem 0;
  background-image: url(../images/onboard/wave-bg.webp);
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  z-index: -1;
}
.address-data a:hover {
  color: #a383ff;
}
.accordion .card .card-header .card-link.collapsed:after {
  color: #513fa7;
  content: "\f067";
}
.accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
  color: #513fa7;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 100;
  background: #f0f0ff;
}
.faqs-section .faq-content .accordion .card .card-header .card-link:after {
  font-size: 16px;
}
.accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 80px 20px 25px;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
  color: #170f49;
}
.faq-content {
  padding: 2rem 0 10rem;
}
.faq-content .card {
  background: 0 0;
  margin-bottom: 15px;
  border-radius: 10px !important;
  border: 1px solid #ebebeb !important;
  overflow: hidden;
}
.faq-content .card .card-header {
  padding: 0;
  border: 0;
  background-color: var(--bs-white);
}
.card-body {
  background-color: var(--bs-white);
  padding: 0 20px 20px 25px;
}
.client-slider .project-item {
  background: var(--bs-white);
  margin: 11px;
  padding: 25px 20px 35px;
  border-radius: 8px;
  height: 100%;
  -webkit-box-shadow: 1px 1px 11px 2px #58585812;
  box-shadow: 1px 1px 11px 2px #58585812;
  cursor: pointer;
}
.client-slider .owl-item {
  padding: 0 0 30px;
}
.client-slider .owl-nav,
.same-arrow .owl-nav .owl-next,
.same-arrow .owl-nav .owl-prev {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.same-arrow .owl-nav .owl-next,
.same-arrow .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  text-align: center;
  color: #101010;
  border: 1px solid #1a6cfe;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.client-slider .project-img {
  height: 350px;
  overflow: hidden;
  border-radius: 12px;
}
.client-slider .project-img a {
  height: 100%;
  display: block;
}
.client-slider {
  padding: 1rem 0 0;
}
.client-slider .project-content {
  padding-top: 25px;
  text-align: center;
}
.client-slider .project-content .title a {
  color: var(--bs-black);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.client-slider .project-content .category a {
  color: var(--bs-black);
  font-size: 16px;
}
.client-slider .owl-nav .owl-prev {
  left: 0;
}
.same-arrow .owl-nav i {
  font-size: 25px;
  color: #156ffe;
}
.same-arrow .owl-nav .owl-next:focus,
.same-arrow .owl-nav .owl-next:hover,
.same-arrow .owl-nav .owl-prev:focus,
.same-arrow .owl-nav .owl-prev:hover {
  background: -o-linear-gradient(94deg, #463b99, #7142f1);
  background: linear-gradient(356deg, #463b99, #7142f1);
  border: transparent;
}
.ourleaders-sec {
  padding: 5rem 0 0;
}
.for-comparision,
.our-leader-main {
  padding-bottom: 12rem;
}
.swipe-left {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 13px;
}
.accordian-body td img,
.more-like .project-image,
.more-link {
  margin: auto;
}
/* .motto-sectioncar, */
.career-data,
.revitalize-introducing,
.select-options li.is-selected,
.select-options li:hover {
  background: var(--bs-white);
}
.more-like {
  border: 1px solid #8661eb42;
  transition: 0.6s;
  position: relative;
}
.more-like .project-content .project-title {
  color: var(--bs-theme-title);
  font-size: 22px;
  font-weight: 700;
}
.more-like .project-content .project-pera {
  font-size: 16px;
  margin: 15px 0 25px;
  font-weight: 400;
  color: var(--bs-black);
}
.plane-btn,
.plane-btn span {
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.plane-btn {
  color: #8661eb;
  align-items: center;
  justify-content: center;
}
.plane-btn span {
  -webkit-box-align: center;
  gap: 10px;
  text-transform: none;
}
.plane-btn:hover {
  color: #8661eb;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.project-btn {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  left: 0;
}
.more-link,
.plane-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-link {
  width: 115px;
  height: 115px;
  -webkit-box-shadow: 0 20px 28px 0 rgb(108 88 250/20%);
  box-shadow: 0 20px 28px 0 rgb(108 88 250/20%);
  border-radius: 100%;
  padding: 25px;
}
.more-like:hover {
  border: 1px solid #ffffff42;
}
.bgco-career {
  width: 100%;
  height: 100%;
}
.career-img1 img,
.career-img2 img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.career-img1 img {
  left: 0;
  max-width: 190px;
}
.career-img2 img {
  right: 0;
  max-width: 180px;
}
.bannr-cartiile .theme-title {
  line-height: normal;
  margin-bottom: 5px;
}
.bannr-cartiile {
  padding: 10rem 20px 3rem;
  text-align: center;
}
.motto-sectioncar .desc p {
  font-size: 16px;
  color: #767676;
}
.motto-sectioncar .rs-about {
  padding: 43px 0;
}
.banner-section-career,
.rs-services {
  position: relative;
  z-index: 1;
}
.bgco-career:before,
.something-great:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.bgco-career:before {
  background: rgba(6, 122, 255, 0.04);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.something-great:before,
.top-same-section:before {
  padding: 7rem 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}
.career-devide-left {
  width: 45%;
  text-align: left;
}
.software-img {
  width: 45%;
}
.career-devide-left .theme-title {
  line-height: 1.2;
}
.something-great .theme-title,
.why-work-bizcompass .theme-title,
.why-work-bizcompass .title-pera {
  text-align: center;
  line-height: normal;
}
.something-great:before {
  background-size: 100%;
  text-align: center;
  top: 10rem;
}
.something-great .theme-title {
  font-size: 27px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #525252;
}
.career-panel {
  padding: 2rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.career-data {
  -webkit-box-shadow: 1px 1px 26px 1px #c8daeb82;
  box-shadow: 1px 1px 26px 1px #c8daeb82;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.career-details ul {
  list-style: disc;
  -webkit-column-gap: 33px;
  -moz-column-gap: 33px;
  column-gap: 33px;
  margin-left: 17px;
  color: #555;
  font-weight: 500;
  padding: 6px 10px 6px 0;
  text-transform: capitalize;
  font-size: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.career-details h3 {
  color: var(--bs-theme-title);
  font-size: 28px;
  text-transform: capitalize;
  margin: 0;
}
.career-image img {
  width: 100%;
  max-width: 63px;
  min-width: 63px;
  opacity: 0.2;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.career-data:hover img {
  opacity: 1;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.career-btn {
  text-align: center;
  margin-top: 40px;
}
.why-work-bizcompass {
  padding: 0 0 8rem;
}
.why-work-bizcompass-panel {
  padding-top: 4rem;
}
.collapse-table tr th:first-child,
.form-design .form-data p {
  text-align: left;
}
.tss-panel,
.vmp-title p {
  -webkit-box-align: start;
}
.tss-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.tss-panel-right {
  width: 46%;
}
.comparision-left p {
  font-size: 18px;
  color: var(--bs-black);
}
.top-same-section {
  padding: 11rem 0 2rem;
  position: relative;
}
.tss-panel-right img {
  width: 100%;
  max-width: 672px;
}
.tss-panel-left p {
  margin: 22px 0 30px;
  font-size: 16px;
}
.softwere-btn,
.table-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.top-same-section:before {
  background-image: url(../images/aboutus/bizcompass-philoshiophy/bg-pattern.png);
  width: 100%;
  background-size: 90%;
  height: 100%;
  text-align: center;
  content: "";
  position: absolute;
  top: 160px;
}
.softwere-btn a {
  padding: 16px;
  min-width: 225px;
  text-align: center;
}
.sticky-image {
  position: sticky;
  top: 110px;
}
.finish-your-work-right {
  width: 35%;
}
.finish-your-work-panel {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3rem;
  position: relative;
  padding-bottom: 10rem;
}
.dashboard-image,
.edit-budget-image {
  max-width: 500px;
  box-shadow: -10px 3px 64px 1px var(--bs-theme-shadow2);
}
.edit-budget-image {
  max-width: 450px;
  bottom: -5rem;
  right: -1rem;
  position: absolute;
  -webkit-box-shadow: -10px 3px 64px 1px var(--bs-theme-shadow2);
}
.finish-your-work-right h3 {
  font-size: 24px;
  max-width: 501px;
}
.features-cost {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.features-panel {
  padding: 30px;
  border-radius: 16px;
  margin: 2rem 0;
}
.collapse-table thead tr th,
.features-cost span {
  font-weight: 600;
  color: var(--bs-theme-title);
  font-size: 22px;
}
.bizcompass {
  background: #f5f6f6;
}
.asana {
  border: 1px solid #d9d9d9;
}
.features-panel p {
  color: #7b7b7b;
}
.will-happen-next {
  margin-top: -4rem;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 8rem;
}
.features-cost img {
  max-width: 25px;
}
.why-choose-bizcompass {
  padding-top: 0;
  margin-top: 1rem;
}
.wcb-top {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
.wcb-title {
  -webkit-box-flex: 4.5;
  -ms-flex: 4.5;
  flex: 4.5;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bizcompass-logo,
.monday-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bizcompass-logo img,
.monday-logo img {
  margin: auto;
  width: 100%;
  max-width: 52px;
}
.biz-monday {
  padding: 20px 30px;
  background: var(--bs-white);
  -webkit-box-shadow: 1px 1px 18px #00000017;
  box-shadow: 1px 1px 18px #00000017;
  display: flex;
  border-radius: 18px;
  border: 1px solid #00000017;
}
.wcb-title .theme-title {
  max-width: 70%;
  margin: 0;
}
.collapse-table thead tr th {
  border: 0;
  padding: 30px 40px;
}
.collaspse-data-table {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  position: relative;
  max-height: 770px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.collaspse-data-table.active {
  max-height: 100%;
}
.recruitment-panel tr.accordion-toggle {
  background: #3477f330;
  background: #3477f347;
}
.table-collapse span {
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-theme-title);
}
.collaspse-data-table .table td,
.theme-table td {
  padding: 18px 35px;
}
.table td button {
  padding: 0;
  border: 0;
}
.table td.hiddenRow {
  padding: 0;
  border-top: 0;
}
.accordian-body tr:last-child td,
.footer-data-panel .card,
.recruitment-panel tr.accordion-toggle td,
.select-options li:last-child,
.table tbody + tbody {
  border: 0;
}
.accordian-body td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  padding: 18px 0;
  color: var(--bs-theme-title);
  font-size: 16px;
  font-weight: 500;
}
.day span,
.plan-data h3,
.topic-images-slider .item h1 {
  font-size: 18px;
}
.accordian-body td:first-child {
  padding-left: 40px;
}
.onboarding-panel td {
  border-top: 0;
}
.table-image-collapse {
  height: 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 40px;
}
.table td button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recruitment-panel tr.accordion-toggle:hover {
  background: #3477f347;
}
.onboarding-panel tr.accordion-toggle:hover {
  background: #eb9f924a;
}
.collapse-table tbody tr td:nth-child(2),
.collapse-table tbody tr td:nth-child(3) {
  width: 250px;
  text-align: center;
}
.see-all-features {
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: -o-linear-gradient(bottom, var(--bs-white) 0, hsl(0deg 0% 100%/83%));
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, var(--bs-white)),
    to(hsl(0deg 0% 100%/83%))
  );
  background: linear-gradient(0deg, var(--bs-white) 0, hsl(0deg 0% 100%/83%));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
}
.see-toggle {
  cursor: pointer;
  background: var(--bs-white);
  -webkit-box-shadow: 0 24px 50px 5px #00000012;
  box-shadow: 0 24px 50px 5px #00000012;
  border-radius: 16px;
  padding: 22px 30px;
  margin-bottom: 35px;
  display: inline-block;
  color: var(--bs-black);
  font-size: 19px;
  font-weight: 600;
  line-height: 168%;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.collapse-table .table tr:hover {
  background: #f9f9f9;
}
.see-toggle:hover {
  -webkit-box-shadow: 0 24px 50px 5px rgb(0 0 0/10%);
  box-shadow: 0 24px 50px 5px rgb(0 0 0/10%);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.topic-name-slider .item {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 28px;
  overflow: hidden;
}
.topic-images-slider .item {
  padding: 29px 10px;
  color: var(--bs-white);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 4px solid #f7f7f7;
  position: relative;
  -webkit-animation: 2;
  animation: 2;
}
.topic-images-slider .current .item {
  border-bottom: 4px solid #2067fe;
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
.topic-name-slider.owl-theme {
  position: relative;
  margin: 3rem auto auto;
  max-width: 700px;
  padding: 0 28px;
}
.topic-name-slider.owl-theme:before {
  background-image: url(../images/comparision/system.png);
  width: 100%;
  background-size: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.topic-name-slider.owl-theme .owl-next,
.topic-name-slider.owl-theme .owl-prev {
  position: absolute;
  top: 30%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  color: #101010;
  border: 1px solid #1a6cfe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--bs-white);
}
.topic-name-slider.owl-theme .owl-prev {
  left: -9rem;
  -webkit-box-shadow: -5px 5px 0 0#1a6cfe;
  box-shadow: -5px 5px 0 0#1a6cfe;
}
.topic-name-slider.owl-theme .owl-next {
  right: -9rem;
  -webkit-box-shadow: 5px 4px 0 0#1a6cfe;
  box-shadow: 5px 4px 0 0#1a6cfe;
}
.ifrm {
  border: 0;
  width: 100%;
  margin-top: 50px;
}
.bizcompass-compare,
.view-much-better {
  padding: 7rem 0 0;
}
.finance-bring .inventory-management,
.many-items-slider {
  padding-top: 2rem;
}
.pc-dashboard-container {
  padding: 0 20px;
  margin: auto;
  max-width: 1300px;
}
.topic-images-slider .current .item .bvmb-slider span {
  display: block;
  color: #1a6cfe;
}
.bvmb-slider {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.topic-images-slider {
  border: 1px solid #d7d7d796;
  border-radius: 12px;
  padding: 0 50px;
  overflow: hidden;
}
.topic-images-slider .current .item svg path {
  fill: #1a6cfe;
}
.topic-images-slider .owl-item,
.topic-images-slider .owl-nav button.disabled,
.topic-images-slider .owl-stage {
  background: #f7f7f7;
}
.topic-name-slider {
  height: 700px;
}
.main-system-images .large-system {
  max-width: 700px;
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.bizcompass-compare-panel .theme-title,
.faq-question,
.plan-data h3 {
  margin-bottom: 15px;
}
.bvmb-slider svg {
  min-width: 31px;
  height: 31px;
}
.fit-system-screen {
  height: 391px;
  z-index: 1;
  background: var(--bs-white);
  overflow: hidden;
  cursor: pointer;
}
.fit-system-screen:hover img {
  -o-object-position: bottom;
  object-position: bottom;
}
.topic-name-slider .owl-dots {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 15rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
  left: 0;
}
.topic-name-slider .owl-dots button {
  border: 0;
  width: 16px;
  height: 15px;
  padding: 0;
  background: #9d9d9d80;
  border-radius: 3px;
}
.topic-name-slider .owl-dot.active {
  background: #1a6cfe;
}
.topic-name-slider.owl-theme .owl-next svg,
.topic-name-slider.owl-theme .owl-prev svg {
  min-width: 20px;
  height: 20px;
}
.topic-name-slider.owl-theme .owl-prev img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.topic-name-slider .owl-nav button svg path {
  stroke: #1a6cfe;
}
.topic-name-slider.owl-theme .owl-next:hover,
.topic-name-slider.owl-theme .owl-prev:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #1a6cfe;
}
.topic-name-slider .owl-nav button:hover svg path {
  stroke: var(--bs-white) !important;
}
.btn-send,
.topic-images-slider .owl-stage .owl-item {
  z-index: 1;
}
.rating-table-panel tbody tr td:nth-child(2),
.rating-table-panel tbody tr td:nth-child(3),
.rating-table-panel thead tr th:nth-child(2),
.rating-table-panel thead tr th:nth-child(3) {
  width: 350px;
  text-align: center;
}
.rating-table {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rating-table-panel .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f8fe;
}
.rating-table img {
  min-width: 130px;
}
.theme-table thead tr th {
  font-size: 22px;
  color: var(--bs-black);
  font-weight: 600;
  border: 0;
  padding: 30px 40px;
}
.theme-table {
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.apply-form,
.bizcompass-compare-panel .theme-table,
.chat-page .bring-your-work-panel,
.crm-bring .bring-your-work-panel {
  margin-top: 2rem;
}
.bizcompass-compare-panel tbody tr td:nth-child(2),
.bizcompass-compare-panel tbody tr td:nth-child(3),
.bizcompass-compare-panel thead tr th:nth-child(2),
.bizcompass-compare-panel thead tr th:nth-child(3),
.payroll-page .Procedure-3 {
  width: 500px;
}
.plan-data h3 {
  font-weight: 500;
}
.plan-data p,
.plan-data span {
  font-size: 14px;
  color: #000000ab;
}
.trusted-companies {
  padding: 5rem 0 10rem;
}
.comparision-slider,
.finance-bring .bring-your-work-panel,
.workflow-bring .bring-your-work-panel {
  margin-top: 1rem;
}
.partner-item .logo-img {
  padding: 30px;
}
.book-demo-bg:before {
  background-image: url(../images/book-demo/bg.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rip-panel {
  margin: 5rem 0;
  gap: 50px;
}
.rip-image img {
  width: 100%;
  max-width: 500px;
}
.small-title {
  font-size: 34px;
  line-height: 1.4;
}
.rip-pera,
p.id-data-desc {
  margin: 15px 0;
}
.rip-datalist {
  list-style: disc;
  padding-left: 20px;
  max-width: 600px;
}
.blog-second-pera li,
.pripo h2,
.rip-datalist li {
  margin-bottom: 10px;
  font-weight: 600;
}
.pripo h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.only-text-title {
  padding: 8rem 20px 3rem;
  text-align: center;
}
.only-text-title p {
  margin: auto;
  max-width: 900px;
}
.pripo {
  padding: 3rem 0;
}
.project-management-page .drop-automation {
  padding: 3rem 0 12rem;
}
.pripo p {
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 20px;
  font-weight: 400;
  color: #242424;
}
.pripo ul {
  list-style: none;
  padding-left: 2rem;
}
.pripo ul li {
  list-style: disc;
  padding-bottom: 10px;
}
.faq-accordian-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.faq-accordian-data .faq-content {
  padding: 0;
  max-width: 70%;
  width: 100%;
}
.faq-accordian-panel,
.people-bring .interview-flow-new {
  padding: 5rem 0 14rem;
}
.faq-section {
  max-width: 30%;
  width: 100%;
}
.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  height: 100%;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
}
.topic-images-slider .owl-nav button {
  position: absolute;
  width: 50px;
  height: 100%;
  text-align: center;
  color: #101010;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e9e9e9;
}
.topic-images-slider .owl-nav button.owl-prev {
  top: 0;
  left: 0;
}
.topic-images-slider .owl-nav button.owl-next {
  top: 0;
  right: 0;
}
.trusted-companies-panel h2 {
  font-size: 28px;
  color: var(--bs-theme-title);
}
.back-calender i {
  font-size: 23px;
  color: var(--bs-theme-title);
  cursor: pointer;
}
.back-calender {
  position: absolute;
  left: 10px;
}
.client-slider .project-item:hover .project-img img {
  -webkit-transform: scale(1.1) rotate(6deg);
  -ms-transform: scale(1.1) rotate(6deg);
  transform: scale(1.1) rotate(6deg);
}
.topic-images-slider .owl-nav button span {
  font-size: 30px;
  color: #292163;
  margin-top: -4px;
}
.calender-modal .modal-dialog,
.startfreetrial .modal-dialog {
  max-width: 1200px;
}
.calender-modal .modal-dialog .inquiry-section {
  padding: 5rem;
}
.calender-modal .modal-dialog .modal-content,
.startfreetrial .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.calender-modal .modal-dialog .modal-content .theme-title {
  font-size: 34px;
  margin-bottom: 20px;
}
.calender-modal .modal-dialog .modal-body .close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.calender-modal .modal-dialog .modal-body .close span:before,
.close-btn:before {
  background-image: url(../images/plus.png);
  width: 25px;
  background-size: 100%;
  height: 25px;
  background-repeat: no-repeat;
  text-align: center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.clspageparentmenu {
  background: #dee2e6;
  color: var(--bs-black);
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
}
.clspageparentmenu:hover {
  background: #2465fe;
  color: var(--bs-white);
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  color: var(--bs-white);
  width: 100%;
  height: 100%;
}
#custom-button,
.select-styled {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.select-styled {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 55px;
  padding: 16px 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00000099;
  font-weight: 400;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #00000047 transparent transparent;
  position: absolute;
  top: 23px;
  right: 10px;
}
.selectdropdown .select-styled:after {
  background-image: url(../images/left-arrow.webp);
  width: 14px;
  height: 16px;
  border: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(269deg);
  -ms-transform: rotate(269deg);
  transform: rotate(269deg);
  opacity: 0.5;
  top: 20px;
}
.contact-li .navigation__dropdown-icon-wrapper svg,
.selectdropdown .select-styled.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.select-styled:hover {
  background-color: #00000000;
  -webkit-box-shadow: 1px 1px 9px 0#00000024;
  box-shadow: 1px 1px 9px 0#00000024;
}
.select-options {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--bs-white);
  overflow: hidden;
  border: 1px solid #0000003b;
}
.select-options li {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #0000003b;
  -o-transition: 0.15s ease-in;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  color: #00000099;
  font-size: 13px;
}
.mobile-no-country input.form-control {
  padding-left: 80px;
}
.mobile-no-country .country-code {
  width: 70px;
}
.mobile-no-country .select-styled::after {
  border-width: 5px;
  top: 24px;
}
#custom-button {
  cursor: pointer;
  background: #fff0;
  text-align: left;
  color: #000000a8;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
}
#custom-text {
  font-family: sans-serif;
  color: #00000087;
  display: block;
  position: absolute;
  top: 14px;
  left: 55px;
}
.applymodal .modal-dialog {
  max-width: 800px;
}
.applymodal .modal-dialog .modal-content .modal-body {
  padding: 3rem;
}
.applymodal .close,
.startfreetrial .modal-dialog .modal-body .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.applymodal-info .theme-title {
  text-align: center;
  font-size: 30px;
}
.twise-input {
  display: flex;
  gap: 20px;
}
.input-form .form-label {
  font-weight: 500;
  color: var(--bs-black);
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
}
#custom-button,
.custom-select,
.input-form .form-control,
.input-form select {
  height: 55px;
  padding: 16px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}
.input-form .form-group textarea {
  height: 100%;
  border-radius: 0.25rem;
}
.applymodal .close span {
  font-size: 40px;
}
#custom-button:hover,
.custom-select:hover,
.input-form .form-control:focus,
.input-form .form-control:hover,
.input-form select:hover,
.input-form textarea:hover {
  outline: 0;
  -webkit-box-shadow: 1px 1px 9px 0#00000024;
  box-shadow: 1px 1px 9px 0#00000024;
}
.file-upload img {
  position: absolute;
  max-width: 23px;
  top: 15px;
  left: 15px;
  z-index: 0;
}
.apply-submit-btn {
  text-align: center;
  margin-top: 35px;
}
.applymodal .close span img {
  max-width: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.select-options li.active {
  background: #005ae617;
  color: var(--bs-black);
}
.vision-mission-panel {
  padding-bottom: 3rem;
  gap: 9rem;
}
.vmp-title p {
  font-size: 16px;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  color: #000000bf;
}
.about-story {
  display: flex;
  gap: 3rem;
}
.show-more,
.show-more2 {
  cursor: pointer;
  background: var(--bs-white);
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  margin-top: -38px;
  background: -o-linear-gradient(#ffffff6e, var(--bs-white), var(--bs-white));
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff6e),
    color-stop(var(--bs-white)),
    to(var(--bs-white))
  );
  background: linear-gradient(#ffffff6e, var(--bs-white), var(--bs-white));
}
.readlessactive {
  margin: 0;
  display: block;
}
.careermore {
  height: 230px;
}
.show-more-full.active {
  -webkit-line-clamp: inherit;
  overflow: visible;
  height: 100%;
}
.ourstorymore.active,
.trial-form {
  overflow-y: auto;
}
.ourstorymore {
  height: 300px;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  li
  .sub-menu
  li:hover
  a {
  background: 0 0;
  color: #106eea;
}
.form-design,
.form-design .form-data {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
.sub-menu .menuicon img {
  width: 28px;
  min-width: 28px;
}
@media only screen and (max-width: 991px) {
  .fixed-btn:hover:before,
  .theme-btn:hover:after,
  .transparent-btn:hover:before {
    opacity: 0;
  }
  .fixed-btn:active:before,
  .theme-btn:active:after,
  .transparent-btn:active:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 575px) {
  .rip-panel {
    margin: 4rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .rip-panel {
    margin: 3rem 0;
  }
}
.form-control:focus {
  border-color: #5948cd63;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.trial-form .theme-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.trial-form .theme-title {
  font-size: 30px;
  margin-bottom: 35px;
  line-height: inherit;
}
.form-design,
.form-design .form-data ul li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form-design {
  width: 50%;
  background: #005ae6;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.trial-form {
  width: 50%;
  padding: 3rem;
}
.trial-body .input-form,
.trial-body .input-form .select-styled {
  border-radius: 50px;
}
.trial-body .selectdropdown .select-styled:after {
  right: 16px;
}
.form-design .form-data {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--bs-white);
  max-width: 70%;
  margin: auto;
}
.form-design:before {
  content: "";
  position: absolute;
  background: #0e74fff2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form-design .form-data h3 {
  color: var(--bs-white);
  text-align: left;
  font-size: 35px;
  width: 100%;
}
.form-design .form-data ul {
  width: 100%;
  margin-top: 10px;
}
.form-design .form-data ul li img {
  max-width: 16px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.form-design .form-data ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  gap: 14px;
  padding: 10px 0;
}
.form-design .form-data ul li h4 {
  color: var(--bs-white);
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.innovation-indicators {
  position: initial;
  width: 100%;
  margin: auto;
  max-width: 1300px;
  overflow-x: auto;
}
.innovation-slider {
  background: #1370fe;
  border-radius: 60px;
  margin: 2rem 0;
  padding: 2rem;
}
.component-section {
  padding: 0 20px;
}
.innovation-indicators li {
  margin: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  border: 0;
}
.owl-item.current .projects-panel p {
  border-bottom: 3px solid #ffffffb8;
}
.innovation-data {
  gap: 20px;
  margin-bottom: 2rem;
}
.id-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 1px 1px 15px 1px #ffffff45;
  box-shadow: 1px 1px 15px 1px #ffffff45;
  border-radius: 15px;
  min-width: 60px;
  height: 60px;
}
.id-image img {
  max-width: 40px;
}
.business-expansion-container .title-pera {
  font-weight: 500;
  color: #ffffffd4;
}
.business-expansion-container .theme-title {
  color: #fff;
  padding: 0 20px;
}
.contact-li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ourmission img {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
}
.padd-bottom-13rem {
  padding-bottom: 13rem;
}
.ourstory-sec {
  padding: 2rem 0 9rem;
}
.home-rocket {
  top: -1rem;
  width: 150px;
  -webkit-animation: 7s infinite alternate dashsix;
  animation: 7s infinite alternate dashsix;
  position: absolute;
  z-index: 1;
  right: -11rem;
  opacity: 0.7;
}
.bring-your-work-info-left p,
.footer-data .address-data a,
.footer-data .address-data p {
  font-size: 14px;
}
.our-feature-data:first-child {
  border-color: #51a7c5;
}
.our-feature-data:first-child .our-feature-image {
  background: #9fdbf0;
}
.our-feature-data:nth-child(2) .our-feature-image {
  background: #e1caff;
}
.our-feature-data:nth-child(3) .our-feature-image {
  background: #afbfed;
}
.our-feature-data:nth-child(4) .our-feature-image {
  background: #c7c4f2;
}
.our-feature-data:nth-child(5) .our-feature-image {
  background: #f7d18c;
}
.our-feature-data:nth-child(6) .our-feature-image {
  background: #91d4f0;
}
.our-feature-data:nth-child(2) {
  border-color: #9264cd;
}
.our-feature-data:nth-child(3) {
  border-color: #627fd7;
}
.our-feature-data:nth-child(4) {
  border-color: #564fb5;
}
.our-feature-data:nth-child(5) {
  border-color: #efa623;
}
.our-feature-data:nth-child(6) {
  border-color: #30c0e9;
}
.hiring-title {
  max-width: 85%;
  margin: 0 auto auto;
}
.hiring-top-data:first-child {
  border-color: #28a74566;
}
.hiring-top-data:nth-child(2) {
  border-color: #dd4c2361;
}
.hiring-top-data:nth-child(3) {
  border-color: #463b9959;
}
.hiring-top-data:nth-child(4) {
  border-color: #28a74566;
}
.hiring-top-data:nth-child(5) {
  border-color: #dd4c2361;
}
.hiring-top-data:nth-child(6) {
  border-color: #463b9959;
}
.year-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 5px 20px;
}
.months-wrapper .month.one-third {
  width: 33.33%;
}
.months-wrapper .month {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.months-wrapper .month span {
  display: inline-block;
  padding: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.bizcompass-difference-panel .bdp-left {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.quick-links {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  margin-top: -14rem;
}
.noContent {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #cfcfcf;
  color: #000000ad;
}
.onboardin-2 {
  top: 10rem;
}
.ifanyquery-blog.brading-main-section .sec-title {
  padding-top: 0;
}
.offer-letter-1 {
  left: 7rem;
  bottom: -16rem;
  -webkit-animation: 6s linear infinite alternate openingone;
  animation: 6s linear infinite alternate openingone;
  width: 360px;
  z-index: 2;
}
.joining-data-1 {
  right: 1rem;
  top: 0;
  -webkit-animation: 6s linear infinite alternate openingthree;
  animation: 6s linear infinite alternate openingthree;
  width: 300px;
  z-index: 1;
}
.chat-section,
.payroll-management,
.people-management,
.project-management,
.support-page .onboard-section {
  padding-bottom: 30rem;
}
.people-dashboard {
  width: 410px;
  left: auto !important;
  right: 8rem;
  top: 12rem;
}
.projectcag {
  width: 450px;
  right: 0;
}
.project-task-flow {
  width: 500px;
  top: 1rem;
}
.byw-project {
  margin-top: -10rem;
}
.cpc-two {
  right: 0;
  width: 340px;
}
.chat-page .interview-procedure-flow .bring-your-work-info-right,
.cpc-two-project {
  margin-top: -15rem;
}
.pm-one {
  width: 350px;
  bottom: -16rem;
}
.chat-top .onboard-3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.business-expansion-container .theme-title .span-lable {
  font-weight: 400;
  text-transform: capitalize;
}
.key-problems-sec .theme-container {
  max-width: 900px;
}
.business-expansion-section .nav {
  border: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 30px;
}
.listhrms-sec .business-expansion-section .nav {
  border: 0;
  justify-content: left;
}
.listhrms-sec .business-expansion .explore-btn {
  margin-left: 0;
}
.id-data-list ul li,
.learn-more .blogdesc-items {
  margin: 10px 0;
}
.id-data-list ul li p i {
  margin: 0 10px 0 0;
}
.defult-top-hrms-software-ahmedabad .support-uptime,
.defult-top-hrms-software-surat .support-uptime,
.defult-top-hrms-software-vadodara .support-uptime {
  display: none !important;
}
.business-expansion-section .nav .nav-item button {
  border: 0;
  background: 0 0;
  border-radius: 50px;
}
.business-expansion-section .nav .nav-item button.active {
  background: #ffffff14;
}
.recruitment-page .Procedure-1 {
  top: -11rem;
  right: 4rem;
  background: 0 0;
  z-index: 0;
}
.onboard-page .Procedure-1 {
  top: -19rem;
  right: 0;
}
.intreview-graph {
  width: 300px;
  top: -16rem;
  left: 10rem;
}
.bring-fix-image img {
  max-width: 140px;
  height: 140px;
  border-radius: 100%;
}
.activity-page .Procedure-1,
.api-page .Procedure-1,
.crm-page .Procedure-1,
.finance-page .Procedure-1,
.project-management-page .Procedure-1,
.report-page .Procedure-1,
.support-page .Procedure-1,
.workflow-page .Procedure-1 {
  top: -14rem;
  left: 6rem;
}
.chat-page .Procedure-1 {
  left: 6rem;
}
.header-h1 .theme-title label span {
  text-transform: inherit !important;
}
.report-page .onboard-section {
  padding-bottom: 29rem;
}
.hidetitle {
  opacity: 0 !important;
}
.people-page .openings-1 {
  top: -10rem;
  width: 100%;
  max-width: 550px;
  left: auto;
  right: 0;
}
.people-page .openings-3 {
  right: -1rem;
  top: auto;
  bottom: -16rem;
  z-index: 2;
  width: 498px;
  max-width: 450px;
}
.payroll-page img.Procedure-1 {
  box-shadow: 0 0 26px 2px #0000001c;
  border: 1px solid #0000001a;
  top: -11rem;
  z-index: 1;
}
.payroll-page .Procedure-2 {
  width: 400px;
  right: 0;
  top: 1rem;
  max-width: 350px;
}
.chat-page .Procedure-1 {
  top: -16rem;
}
.odd-effect {
  margin-top: 9rem;
}
.payroll-page .log-dash {
  width: 600px;
  top: -8rem;
  right: 0;
  max-width: 600px;
}
.modal {
  z-index: 999999;
}
.nav-canvas__item.product.active button.drop svg path {
  fill: #7056ca;
}
.payroll-page .Procedure-1,
.people-page .Procedure-1 {
  left: auto;
  right: 0;
  top: -16rem;
}
.project-management-page .Procedure-1 {
  top: -18px;
}
.bizcompass-header .solution-menu {
  padding: 16px 0 10px;
}
.opacity-0 {
  opacity: 0;
}
.chat-page .openings-5 {
  max-width: 150px;
  right: 7rem;
  bottom: -18rem;
}
.onboard-page .onboard-3 {
  width: 330px;
  right: 0;
  margin-top: 40px;
}
.onboard-page .onbording-intreview {
  width: 100%;
  max-width: 400px;
}
.onboard-page .Procedure-3 {
  bottom: auto;
  top: -9rem;
}
.shooting_star::after,
.shooting_star::before {
  top: calc(50% - 1px);
  right: 0;
  border-radius: 100%;
  position: absolute;
  content: "";
  height: 2px;
  background: -o-linear-gradient(
    135deg,
    rgba(0, 0, 255, 0),
    #5f91ff,
    rgba(0, 0, 255, 0)
  );
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #5f91ff,
    rgba(0, 0, 255, 0)
  );
  -webkit-animation: 3s ease-in-out infinite shining;
  animation: 3s ease-in-out infinite shining;
}
.shooting_star::before {
  -webkit-transform: translateX(50%) rotateZ(45deg);
  -ms-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotateZ(45deg);
}
.error-page {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.not-found {
  height: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.night {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  top: 0;
  left: 0;
  z-index: -1;
}
.not-found .go-back-btn span {
  text-transform: none;
}
.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: -o-linear-gradient(135deg, #5f91ff, rgba(0, 0, 255, 0));
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #699bff);
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: 3s ease-in-out infinite tail,
    3s ease-in-out infinite shooting;
  animation: 3s ease-in-out infinite tail, 3s ease-in-out infinite shooting;
}
.shooting_star::after {
  -webkit-transform: translateX(50%) rotateZ(-45deg);
  -ms-transform: translateX(50%) rotate(-45deg);
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:first-child {
  top: calc(50% - 67px);
  left: calc(50% - 299px);
}
.shooting_star:first-child,
.shooting_star:first-child::after,
.shooting_star:first-child::before {
  -webkit-animation-delay: 4417ms;
  animation-delay: 4417ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - 89px);
  left: calc(50% - 254px);
}
.shooting_star:nth-child(2),
.shooting_star:nth-child(2)::after,
.shooting_star:nth-child(2)::before {
  -webkit-animation-delay: 7718ms;
  animation-delay: 7718ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - -118px);
  left: calc(50% - 74px);
}
.shooting_star:nth-child(3),
.shooting_star:nth-child(3)::after,
.shooting_star:nth-child(3)::before {
  -webkit-animation-delay: 776ms;
  animation-delay: 776ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -73px);
  left: calc(50% - 94px);
}
.shooting_star:nth-child(4),
.shooting_star:nth-child(4)::after,
.shooting_star:nth-child(4)::before {
  -webkit-animation-delay: 231ms;
  animation-delay: 231ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -79px);
  left: calc(50% - 51px);
}
.shooting_star:nth-child(5),
.shooting_star:nth-child(5)::after,
.shooting_star:nth-child(5)::before {
  -webkit-animation-delay: 9217ms;
  animation-delay: 9217ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - -181px);
  left: calc(50% - 91px);
}
.shooting_star:nth-child(6),
.shooting_star:nth-child(6)::after,
.shooting_star:nth-child(6)::before {
  -webkit-animation-delay: 7093ms;
  animation-delay: 7093ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -173px);
  left: calc(50% - 296px);
}
.shooting_star:nth-child(7),
.shooting_star:nth-child(7)::after,
.shooting_star:nth-child(7)::before {
  -webkit-animation-delay: 5573ms;
  animation-delay: 5573ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - 162px);
  left: calc(50% - 110px);
}
.shooting_star:nth-child(8),
.shooting_star:nth-child(8)::after,
.shooting_star:nth-child(8)::before {
  -webkit-animation-delay: 5611ms;
  animation-delay: 5611ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 74px);
  left: calc(50% - 268px);
}
.shooting_star:nth-child(9),
.shooting_star:nth-child(9)::after,
.shooting_star:nth-child(9)::before {
  -webkit-animation-delay: 117ms;
  animation-delay: 117ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - 105px);
  left: calc(50% - 249px);
}
.shooting_star:nth-child(10),
.shooting_star:nth-child(10)::after,
.shooting_star:nth-child(10)::before {
  -webkit-animation-delay: 4326ms;
  animation-delay: 4326ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 5px);
  left: calc(50% - 210px);
}
.shooting_star:nth-child(11),
.shooting_star:nth-child(11)::after,
.shooting_star:nth-child(11)::before {
  -webkit-animation-delay: 7205ms;
  animation-delay: 7205ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - -18px);
  left: calc(50% - 102px);
}
.shooting_star:nth-child(12),
.shooting_star:nth-child(12)::after,
.shooting_star:nth-child(12)::before {
  -webkit-animation-delay: 1ms;
  animation-delay: 1ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 174px);
  left: calc(50% - 286px);
}
.shooting_star:nth-child(13),
.shooting_star:nth-child(13)::after,
.shooting_star:nth-child(13)::before {
  -webkit-animation-delay: 4.05s;
  animation-delay: 4.05s;
}
.shooting_star:nth-child(14) {
  top: calc(50% - -181px);
  left: calc(50% - 13px);
}
.shooting_star:nth-child(14),
.shooting_star:nth-child(14)::after,
.shooting_star:nth-child(14)::before {
  -webkit-animation-delay: 2597ms;
  animation-delay: 2597ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - 123px);
  left: calc(50% - 58px);
}
.shooting_star:nth-child(15),
.shooting_star:nth-child(15)::after,
.shooting_star:nth-child(15)::before {
  -webkit-animation-delay: 578ms;
  animation-delay: 578ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - 144px);
  left: calc(50% - 279px);
}
.shooting_star:nth-child(16),
.shooting_star:nth-child(16)::after,
.shooting_star:nth-child(16)::before {
  -webkit-animation-delay: 898ms;
  animation-delay: 898ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - 27px);
  left: calc(50% - 13px);
}
.shooting_star:nth-child(17),
.shooting_star:nth-child(17)::after,
.shooting_star:nth-child(17)::before {
  -webkit-animation-delay: 8951ms;
  animation-delay: 8951ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - 42px);
  left: calc(50% - 68px);
}
.shooting_star:nth-child(18),
.shooting_star:nth-child(18)::after,
.shooting_star:nth-child(18)::before {
  -webkit-animation-delay: 7076ms;
  animation-delay: 7076ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - -66px);
  left: calc(50% - 72px);
}
.shooting_star:nth-child(19),
.shooting_star:nth-child(19)::after,
.shooting_star:nth-child(19)::before {
  -webkit-animation-delay: 3891ms;
  animation-delay: 3891ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - -62px);
  left: calc(50% - 113px);
}
.shooting_star:nth-child(20),
.shooting_star:nth-child(20)::after,
.shooting_star:nth-child(20)::before {
  -webkit-animation-delay: 9197ms;
  animation-delay: 9197ms;
}
.hang-astronaut h1 img {
  position: absolute;
  max-width: 200px;
  width: 100%;
  -webkit-animation: 4s ease-in-out infinite astronaut;
  animation: 4s ease-in-out infinite astronaut;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.errorpage .lazy-astronaut {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -7rem;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  opacity: 0;
}
.hang-astronaut h1 {
  font-size: 285px;
  color: var(--bs-white);
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  line-height: normal;
  position: relative;
  text-align: center;
}
.not-found .go-back-btn {
  -webkit-box-shadow: 0 0 0 3px #ffffffa1;
  box-shadow: 0 0 0 3px #ffffffa1;
}
.back-left-btn {
  -webkit-box-shadow: 0 0 28px 28px #7b68ee80;
  box-shadow: 0 0 28px 28px #7b68ee80;
  border-radius: 50px;
}
.not-found h2 {
  color: var(--bs-white);
  margin-bottom: -23px;
  text-align: center;
}
.hang-astronaut {
  margin-bottom: 3rem;
}
.configurable-image img {
  min-width: 40px;
}
.always-sync img {
  min-width: 45px;
}
.recruitment-page .onboard-2 {
  width: 401px;
}
.recruitment-page .onboard-3 {
  width: 296px;
  margin: 0;
}
.recruitment-page .openings-3 {
  right: auto;
  top: -11rem;
  left: 6rem;
  width: 270px;
}
.recruitment-page .transfer-candidate .candidate-2 {
  top: -3rem;
  z-index: 1;
  left: auto;
  right: 10rem;
}
.recruitment-page .openings-2 {
  top: -9rem;
  z-index: 2;
  max-width: 300px;
  width: 100%;
}
.recruitment-page .openings-1 {
  width: 358px;
  max-width: 350px;
}
.space-bg,
.space-bg:before,
.star-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.finance-bring .custom-approval-system,
.finance-bring .ledger-management {
  padding: 5rem 0 4rem;
}
.space-bg {
  background: url(../images/404/space.png) 0 0 / cover no-repeat;
  z-index: -3;
}
.space-bg:before {
  content: "";
  background: var(--bs-black);
  z-index: -1;
  opacity: 0.3;
}
.star-field {
  perspective: 600px;
  -webkit-perspective: 600px;
  z-index: -1;
}
.star-field .layer {
  -webkit-box-shadow: -411px -476px #ccc, 777px -407px #d4d4d4,
    -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7,
    892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #ccc,
    647px 423px #f5f5f5, 183px 389px #c7c7c7, 524px -237px #f0f0f0,
    679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed,
    81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8,
    -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
    440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc,
    -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb,
    449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6,
    952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede,
    764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3,
    -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2,
    -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9,
    714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede,
    468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb,
    730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
    828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0,
    758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1,
    608px 98px #f5f5f5, -860px -65px #c4c4c4, -572px 272px #f7f7f7,
    459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede,
    731px -403px #ededed, 70px -534px #ccc, -23px 510px #cfcfcf,
    -652px -237px #f5f5f5, -690px 367px #d1d1d1, 810px 536px #d1d1d1,
    774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede,
    313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4,
    -581px 239px #c2c2c2, -857px 72px #ccc, -23px 340px #dedede,
    -837px 246px var(--bs-white), 170px -502px #cfcfcf, 822px -443px #e0e0e0,
    795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2,
    -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4,
    -564px 64px #ccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7,
    47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
    -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px #f5f5f5,
    -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4,
    759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
  box-shadow: -411px -476px #ccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc,
    -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7,
    758px -277px #ededed, 596px 378px #ccc, 647px 423px #f5f5f5,
    183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3,
    158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb,
    719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4,
    870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4,
    414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3,
    641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2,
    727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
    -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0,
    -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2,
    755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6,
    554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8,
    359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc,
    74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf,
    -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6,
    -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa,
    -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px #f5f5f5,
    -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
    624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed,
    70px -534px #ccc, -23px 510px #cfcfcf, -652px -237px #f5f5f5,
    -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9,
    -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0,
    839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2,
    -857px 72px #ccc, -23px 340px #dedede, -837px 246px var(--bs-white),
    170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
    -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6,
    808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #ccc, -380px 74px #cfcfcf,
    -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7,
    419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4,
    378px 325px #f5f5f5, -703px 375px #d6d6d6, 392px 520px #d9d9d9,
    -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4,
    -911px -277px #c9c9c9;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
.star-field .layer:first-child {
  -webkit-animation: 5s linear infinite sf-fly-by-1;
  animation: 5s linear infinite sf-fly-by-1;
}
.star-field .layer:nth-child(2) {
  -webkit-animation: 5s linear infinite sf-fly-by-2;
  animation: 5s linear infinite sf-fly-by-2;
}
.star-field .layer:nth-child(3) {
  -webkit-animation: 5s linear infinite sf-fly-by-3;
  animation: 5s linear infinite sf-fly-by-3;
}
.mobile-book-btn span {
  text-align: center;
  color: #fff;
}
.off-canvas.active .dropdown button svg {
  transform: rotate(90deg);
}
.recruitment-page .interview-procedure-flow .bring-your-work-image {
  background: #bce6fd;
}
.marketing-automation {
  padding-top: 8rem;
}
.formenu:before {
  content: "";
  position: fixed;
  width: 100%;
  height: calc(100vh - 35.7rem);
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: linear-gradient(#27214a00, rgba(39, 33, 74, 0));
}
.recruitment-page .transfer-candidate .candidate-1 {
  width: 300px;
  max-width: 300px;
  animation: 6s infinite alternate dashfive;
  right: auto;
  left: 0;
}
.requirment-bring .create-opening .bring-your-work-info-right .openings-5 {
  animation: 6s infinite alternate dashfive;
}
.recruitment-page .interview-procedure-flow .vector-depth {
  z-index: 1;
  animation: 6s infinite alternate dashtwo;
  left: auto;
  right: 0;
}
.recruitment-page .interview-procedure-flow .Procedure-1 {
  border: 1px solid #0000001a;
  -webkit-box-shadow: 0 0 26px 2px #0000001c;
  box-shadow: 0 0 26px 2px #0000001c;
  animation: 6s linear infinite alternate openingone;
  z-index: 4;
  width: 100%;
  max-width: 180px;
  right: 14%;
}
.recruitment-page .interview-procedure-flow .Procedure-3 {
  z-index: 3;
  right: 43%;
  left: auto;
  bottom: -145px;
  top: auto;
  width: 100%;
  max-width: 350px;
  animation: 6s infinite alternate dashfive;
}
.requirment-bring .interview-procedure-flow .Procedure-2 {
  width: 100%;
  animation: none;
  max-width: 600px;
  top: -2.5rem;
  right: 0;
}
.recruitment-page .Procedure-2 {
  z-index: 4;
}
.onboard-page .interview-bg img {
  border: 0;
  background: 0 0;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  margin-top: -3rem;
}
.onboard-page .interview-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.onboard-page .interview-procedure-flow .bring-your-work-info-right {
  margin-top: -16rem;
}
.onboard-page .offer-letter-1 {
  width: 100%;
  max-width: 550px;
}
.onboard-page .joining-data-1 {
  width: 100%;
  max-width: 300px;
  z-index: 2;
  top: 4rem;
}
.chat-page .openings-1 {
  width: 400px;
  max-width: 400px;
  top: -8rem;
}
.payroll-page .candidate-1 {
  width: 400px;
  max-width: 300px;
}
.people-page .interview-procedure-flow .bring-your-work-info-right {
  margin-top: -8rem;
}
.people-page
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-2 {
  width: 100%;
  max-width: 320px;
  left: unset;
  right: -2rem;
  top: 1rem;
}
.people-page
  .interview-procedure-flow
  .bring-your-work-info-right
  .announcements-bg {
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 78%;
  right: 0;
  top: -6rem;
  background: transparent;
}
.people-page
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-3 {
  width: 100%;
  max-width: 500px;
  bottom: auto;
  top: -4rem;
  left: 3rem;
  right: unset;
}
.chat-bg-1 img {
  top: -11rem;
  right: 3rem;
  z-index: -1;
}
.chat-bg img {
  background: 0 0;
  box-shadow: none;
  border: 0;
  position: absolute;
  opacity: 0.5;
}
.chat-page .openings-3 {
  right: 0;
  top: -6rem;
  width: 300px;
  z-index: 2;
}
.chat-page .Procedure-2,
.chat-page .candidate-2 {
  width: 630px;
  max-width: 630px;
}
.chat-bg-2 img {
  top: -18rem;
  z-index: -1;
  left: 0;
  transform: rotateY(182deg);
}
.chat-page .add-candidate .bring-your-work-info-right,
.people-bring .add-candidate .bring-your-work-info-right,
.workflow-bring .email-automation .bring-your-work-info-right {
  margin-top: 6rem;
}
.chat-bg-3 img {
  right: 0;
  top: -8rem;
}
.project-management-page .project-alert {
  right: 0;
  left: auto;
  width: 300px;
  max-width: 300px;
}
.project-management-page .project-task-flow {
  top: -7rem;
  z-index: 0;
  width: 600px;
  left: 6rem;
  max-width: 500px;
}
.project-management-page .projectcag {
  top: 4rem;
  left: 1rem;
  width: 380px;
}
.project-management-page .candidate-3 {
  margin-top: 15rem;
  right: auto;
  left: 7rem;
  width: 400px;
  z-index: 1;
  animation: 4s linear infinite alternate openingone;
}
.project-management-page .project-add-candidate .candidate-3 {
  margin-top: 0;
  right: 1rem;
  left: unset;
  width: 350px;
  z-index: 1;
  animation: 4s linear infinite alternate openingone;
}
.project-management-page .add-candidate .candidate-1 {
  bottom: -19rem;
  width: 450px;
  max-width: 400px;
  animation: 4s linear infinite alternate openingthree;
  z-index: 2;
  right: 3rem;
}
.project-management-page .candidate-2 {
  z-index: 1;
  margin-top: -3rem;
  width: 600px;
  max-width: 550px;
}
.project-management-page .interview-procedure-flow .cpc-two {
  width: 500px;
  animation: 4s linear infinite alternate openingthree;
  max-width: 450px;
}
.api-bring .add-candidate,
.project-management-page .interview-procedure-flow {
  padding: 4rem 0 1rem;
}
.project-management-page .hours-estimation {
  width: 350px;
}
.project-management-page .person-estimation {
  width: 350px;
  margin-top: 5rem;
  right: 6rem;
  animation: 4s linear infinite alternate openingthree;
  max-width: 350px;
}
.maintain-your-bill .bring-your-work-info {
  padding: 0 0 4rem;
}
.crm-bring .create-opening .bring-your-work-info-right,
.maintain-your-bill .bring-your-work-info-right {
  margin-top: 5rem;
}
.project-management-page .drop-automation .Procedure-2 {
  width: 480px;
  top: 1rem;
  max-width: 450px;
}
.api-page .onboard-1,
.crm-page .onboard-1,
.report-page .onboard-1 {
  width: 100%;
  max-width: 725px;
}
.crm-page .add-candidate .candidate-2,
.support-bring .manage-attachments .Procedure-2,
.support-bring .project-integration .Procedure-2,
.support-bring .time-tracking .candidate-2,
.workflow-bring .add-candidate .candidate-1,
.workflow-bring .approval-workflows .candidate-1,
.workflow-bring .create-opening .candidate-1,
.workflow-bring .interview-procedure-flow .Procedure-2,
.workflow-bring .purchase-bill .Procedure-2 {
  width: 100%;
  max-width: 600px;
}
.crm-page .add-candidate .candidate-1 {
  width: 100%;
  max-width: 500px;
  right: 2rem;
  margin-bottom: -9rem;
}
.crm-page .add-candidate .candidate-3 {
  z-index: 1;
  bottom: -11rem;
  width: 100%;
  max-width: 550px;
}
.crm-page .interview-procedure-flow .Procedure-3 {
  bottom: auto;
  top: -9rem;
  width: 100%;
  max-width: 500px;
}
.crm-page .interview-procedure-flow .Procedure-2 {
  bottom: auto;
  top: -4rem;
  width: 100%;
  max-width: 400px;
}
.crm-page .marketing-automation .candidate-2 {
  width: 100%;
  max-width: 650px;
}
.crm-page .marketing-automation .candidate-1 {
  width: 100%;
  max-width: 300px;
  right: 2rem;
  bottom: -14rem;
}
.crm-bring .marketing-automation {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.api-bring .create-opening .openings-1 {
  top: -12rem;
  width: 250px;
  z-index: 0;
}
.api-bring .create-opening .openings-2 {
  max-width: 450px;
  width: 450px;
  z-index: 1;
  right: 0;
  top: -10rem;
}
.api-bring .create-opening .borderanimation {
  top: -13px;
}
.api-bring .create-opening .bring-your-work-info-right {
  margin-top: 4rem;
}
.api-bring .add-candidate .candidate-1 {
  right: auto;
  left: 0;
  z-index: 0;
  animation: 6s infinite alternate dashtwo;
  max-width: 300px;
}
.api-bring .add-candidate .candidate-3 {
  right: 4rem;
  left: auto;
  top: -15rem;
  width: 400px;
  animation: 6s linear infinite alternate openingone;
}
.api-bring .add-candidate .candidate-2 {
  top: 2rem;
  width: 400px;
  left: 14rem;
  z-index: 1;
  animation: 4s linear infinite alternate openingthree;
}
.finance-bring .accounting-dashboard .candidate-1 {
  left: 0;
  animation: 4s linear infinite alternate openingthree;
  top: -12rem;
}
.finance-bring .accounting-dashboard .candidate-4 {
  max-width: 500px;
  width: 100%;
  z-index: 1;
  left: 7rem;
  top: -6rem;
}
.finance-bring .accounting-dashboard,
.activity-bring .interview-procedure-flow.rewards-interview {
  padding: 2rem 0 6rem;
}
.finance-bring .accounting-dashboard .candidate-2 {
  left: 0;
  top: 6rem;
  max-width: 220px;
  width: 100%;
  z-index: 1;
}
.finance-bring .accounting-dashboard .candidate-3 {
  right: 4rem;
  left: auto;
  width: 100%;
  max-width: 220px;
  z-index: 2;
  top: -1rem;
}
.finance-bring .easy-budgeting .Procedure-1 {
  right: 0;
  left: auto;
  top: -15rem;
  border: 1px solid #0000001a;
  -webkit-box-shadow: 0 0 26px 2px #0000001c;
  box-shadow: 0 0 26px 2px #0000001c;
  animation: 4s linear infinite alternate openingthree;
}
.finance-bring .easy-budgeting .Procedure-2 {
  width: 550px;
  top: -9rem;
  animation: none;
  right: 2rem;
  max-width: 500px;
}
.finance-bring .easy-budgeting .Procedure-3 {
  width: 250px;
  left: auto;
  right: 0;
  z-index: 1;
}
.finance-bring .easy-budgeting .Procedure-4 {
  left: 4rem;
  width: 300px;
  z-index: 1;
  animation: 4s linear infinite alternate openingthree;
}
.easy-budgeting {
  padding-bottom: 7rem;
}
.finance-bring .custom-status,
.people-bring .add-candidate.add-candidate-m-new {
  padding: 4rem 0 7rem;
}
.finance-page .ledger-management .bring-your-work-info,
.integrated-with .bring-your-work-info {
  padding-bottom: 2rem;
}
.finance-bring .audit-trail .Procedure-2 {
  width: 100%;
  max-width: 600px;
  top: -9rem;
}
.inventory-management .bring-your-work-info-right .candidate-1 {
  top: -1rem;
  width: 100%;
  max-width: 300px;
}
.support-bring .customizable-dashboard .openings-4 {
  width: 100%;
  max-width: 550px;
  left: auto;
  right: 3rem;
  top: -8rem;
  animation: 4s linear infinite alternate openingthree;
}
.support-bring .customizable-dashboard .openings-3 {
  left: 6rem;
  top: -12rem;
}
.support-bring .customizable-dashboard .openings-2 {
  top: -3rem;
  z-index: 1;
  right: 0;
  width: 100%;
  max-width: 200px;
}
.crm-bring .bring-your-work-info,
.crm-bring .create-opening .bring-your-work-info,
.finance-page .bring-your-work,
.more-like-this-panel,
.people-page .add-candidate .bring-your-work-info,
.report-page .bring-your-work,
.support-page .integrated-with .bring-your-work-info {
  padding-bottom: 4rem;
}
.customizable-dashboard {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.approval-workflows,
.email-automation {
  padding-top: 6rem;
}
.applymodal {
  padding: 0 !important;
}
.report-bring .create-opening .openings-1 {
  width: 100%;
  max-width: 500px;
  top: -9rem;
  z-index: 0;
}
.report-bring .create-opening .openings-2 {
  width: 100%;
  max-width: 500px;
  top: -4rem;
  z-index: 1;
  right: 0;
}
.one-payroll .interview-procedure-flow .bring-your-work-info-right,
.report-bring .create-opening .bring-your-work-info-right {
  margin-top: -4rem;
}
.workflow-page .onboard-2 {
  width: 100%;
  max-width: 350px;
  margin: 0;
  top: 15rem;
  right: 0;
  left: auto;
}
.workflow-bring .interview-procedure-flow .Procedure-2,
.workflow-bring .purchase-bill .Procedure-2 {
  right: 0;
  top: -9rem;
  animation: 4s linear infinite alternate openingthree;
}
.workflow-bring .create-opening .candidate-1 {
  top: -9rem;
  right: 0;
  animation: 5s infinite alternate dashtwo;
}
.workflow-bring .add-candidate .candidate-1,
.workflow-bring .approval-workflows .candidate-1 {
  right: auto;
  left: 0;
  animation: 5s infinite alternate dashtwo;
}
.workflow-bring .email-automation .candidate-2 {
  width: 100%;
  max-width: 400px;
  animation: 4s linear infinite alternate openingthree;
}
.workflow-bring .email-automation {
  padding: 6rem 0 3rem;
}
.workflow-bring .email-automation .candidate-1 {
  animation: 5s infinite alternate dashtwo;
  width: 100%;
  max-width: 350px;
}
.support-bring .integrated-with .candidate-1 {
  width: 100%;
  max-width: 600px;
  left: 0;
  animation: 4s linear infinite alternate openingthree;
}
.activity-bring .interview-procedure-flow,
.support-bring .integrated-with {
  padding: 2rem 0;
}
.support-bring .manage-tasks {
  padding: 3rem 0 6rem;
}
.support-bring .manage-attachments {
  padding: 3rem 0 2rem;
}
.support-bring .customize-status {
  padding: 7rem 0 2rem;
}
.support-bring .customize-status .candidate-2,
.support-bring .project-integration .Procedure-2 {
  top: -10rem;
}
.support-bring .time-tracking {
  padding: 10rem 0 2rem;
}
.support-bring .manage-attachments .Procedure-2 {
  top: -12rem;
}
.support-bring .time-tracking .candidate-1 {
  width: 100%;
  max-width: 200px;
}
.blog-main {
  display: flex;
  gap: 2rem;
  padding: 1rem 0 0;
}
.blogdesc-infortive .blogdesc-datatitle {
  margin: 2rem 0 1rem;
}
.bizbloggrid-sec .blog-main-panel {
  margin: 20px 0 0;
}
.blog-data {
  flex: 1;
  width: 100%;
}
.blog-info-text .theme-title {
  margin: 0;
  font-weight: 700;
  font-size: 35px;
}
.recruitment-page .add-candidate .bring-your-work-info-right img {
  max-width: 600px;
  width: 100%;
  top: -9rem;
}
.people-bring .add-candidate .candidate-2 {
  width: 100%;
  max-width: 300px;
}
.people-bring .add-candidate .candidate-1 {
  width: 100%;
  max-width: 500px;
  z-index: 0;
  top: -15rem;
  animation: 4s linear infinite alternate openingthree;
}
.crm-bring .create-opening .openings-3 {
  width: 100%;
  max-width: 450px;
  right: 0;
  z-index: 1;
}
.crm-bring .create-opening .openings-2 {
  right: auto;
  left: 7rem;
  width: 100%;
  max-width: 400px;
  top: -14rem;
}
.crm-bring .create-opening .bring-your-work-info-right .borderanimation {
  top: -1rem;
}
.api-bring .interview-procedure-flow .Procedure-2 {
  width: 100%;
  max-width: 550px;
  top: -11rem;
}
.finance-bring .custom-status .bring-your-work-info-right .Procedure-2,
.finance-bring .maintain-accounts .openings-1 {
  width: 100%;
  animation: 4s linear infinite alternate openingthree;
  left: auto;
  right: 0;
  max-width: 500px;
  top: -11rem;
}
.finance-bring .maintain-accounts .openings-1 {
  max-width: 600px;
  top: -9rem;
}
.report-bring
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-2 {
  width: 100%;
  max-width: 550px;
  left: 2rem;
  top: -9rem;
  z-index: 0;
}
.report-bring
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-3 {
  bottom: auto;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 400px;
  top: -6rem;
}
.support-bring .manage-tasks .bring-your-work-info-right .Procedure-2 {
  width: 100%;
  max-width: 600px;
  left: auto;
  animation: 4s linear infinite alternate openingthree;
  right: 0;
  top: -10rem;
}
.activity-page .onboard-banner-design .onboard-3 {
  width: 300px;
  right: 0;
}
.activity-bring .create-opening .bring-your-work-info-right .openings-3 {
  width: 100%;
  max-width: 600px;
  left: 2rem;
  top: -12rem;
}
.activity-bring .create-opening .bring-your-work-info-right .openings-2 {
  width: 100%;
  max-width: 450px;
  right: 0;
  top: -7rem;
}
.activity-page
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-4 {
  right: 0;
  top: -3rem;
  width: 100%;
  max-width: 470px;
  z-index: 2;
}
.activity-page
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-2 {
  left: 3rem;
  top: -10rem;
  width: 100%;
  max-width: 300px;
}
.activity-page
  .interview-procedure-flow
  .bring-your-work-info-right
  .Procedure-3 {
  right: 0;
  top: -12rem;
  width: 100%;
  max-width: 300px;
  left: auto;
}
.project-bring .create-opening .bring-your-work-image {
  background: #d5eaff;
}
.start-trial .form-group label.error {
  position: absolute;
  bottom: -7px;
}
.home-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bizcompass-author .btnbookdemo {
  padding: 7px;
  font-size: 14px;
  min-width: 135px;
  text-align: center;
}
.bizcompass-header .bizcompass-menu-item:not(.w-100):not(.w-60) {
  -webkit-box-flex: 1;
}
.bizcompass-contact-menu,
.bizcompass-header .bizcompass-menu-item {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 0.1s var(--easing-natural),
    -webkit-transform 0.4s var(--easing-out);
  -o-transition: opacity 0.1s var(--easing-natural),
    transform 0.4s var(--easing-out);
  transition: opacity 0.1s var(--easing-natural),
    transform 0.4s var(--easing-out);
  transition: opacity 0.1s var(--easing-natural),
    transform 0.4s var(--easing-out), -webkit-transform 0.4s var(--easing-out);
}
.bizcompass-header .bizcompass-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  inline-size: 100%;
  block-size: 100%;
  padding: 16px 10px;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
}
.bizcompass-header .bizcompass-dropdown-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: var(--highlight);
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 4px, 0) scale(0.9);
  transform: translate3d(0, 4px, 0) scale(0.9);
}
.bizcompass-header .bizcompass-dropdown-link svg,
.bizcompass-header .bizcompass-dropdown-link img {
  max-width: 27px;
  height: 27px;
  width: 27px;
}
.bizcompass-header .bizcompass-dropdown-link svg,
.bizcompass-header .bizcompass-dropdown-link img,
.bizcompass-header .bizcompass-dropdown-link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 11px;
}
.bizcompass-header .bizcompass-dropdown-text strong {
  display: block;
  -webkit-padding-after: 0;
  padding-block-end: 0;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
  color: var(--bs-menu-text);
  text-transform: capitalize;
}
.bizcompass-header .bizcompass-dropdown-text span {
  font-weight: 500;
  font-size: calc(11 / 16 * 1rem);
  color: #000000d6;
  line-height: 1px;
  letter-spacing: normal;
}

.mega-drop-down:hover .bizcompass-menu-item:first-child {-webkit-transition-delay: 0.35s;-o-transition-delay: 0.35s;transition-delay: 0.35s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(2) {-webkit-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(3) {-webkit-transition-delay: 0.45s;-o-transition-delay: 0.45s;transition-delay: 0.45s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(4) {-webkit-transition-delay: 0.5s;-o-transition-delay: 0.5s;transition-delay: 0.5s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(5) {-webkit-transition-delay: 0.55s;-o-transition-delay: 0.55s;transition-delay: 0.55s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(6) {-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(7) {-webkit-transition-delay: 0.65s;-o-transition-delay: 0.65s;transition-delay: 0.65s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(8) {-webkit-transition-delay: 0.7s;-o-transition-delay: 0.7s;transition-delay: 0.7s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(9) {-webkit-transition-delay: 0.75s;-o-transition-delay: 0.75s;transition-delay: 0.75s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(10) {-webkit-transition-delay: 0.8s;-o-transition-delay: 0.8s;transition-delay: 0.8s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(11) {-webkit-transition-delay: 0.85s;-o-transition-delay: 0.85s;transition-delay: 0.85s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(12) {-webkit-transition-delay: 0.9s;-o-transition-delay: 0.9s;transition-delay: 0.9s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(13) {-webkit-transition-delay: 0.95s;-o-transition-delay: 0.95s;transition-delay: 0.95s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(14) {-webkit-transition-delay: 1s;-o-transition-delay: 1s;transition-delay: 1s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(15) {-webkit-transition-delay: 1.1s;-o-transition-delay: 1.1s;transition-delay: 1.1s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(16) {-webkit-transition-delay: 1.2s;-o-transition-delay: 1.2s;transition-delay: 1.2s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(17) {-webkit-transition-delay: 1.3s;-o-transition-delay: 1.3s;transition-delay: 1.3s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(18) {-webkit-transition-delay: 1.4s;-o-transition-delay: 1.4s;transition-delay: 1.4s;}
.mega-drop-down:hover .bizcompass-menu-item:nth-child(19) {-webkit-transition-delay: 1.5s;-o-transition-delay: 1.5s;transition-delay: 1.5s;}

.rs-menu .bizcompass-contact-menu {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  border-top: 1px solid #e9e9e9;
}


.mega-drop-down:hover .bizcompass-menu-item {
  -webkit-transition: opacity 0.3s var(--easing-natural),
    -webkit-transform 0.4s var(--easing-out);
  -o-transition: opacity 0.3s var(--easing-natural),
    transform 0.4s var(--easing-out);
  transition: opacity 0.3s var(--easing-natural),
    transform 0.4s var(--easing-out);
  transition: opacity 0.3s var(--easing-natural),
    transform 0.4s var(--easing-out), -webkit-transform 0.4s var(--easing-out);
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: max-content;
}
.bizcompass-header.header-sticky {
  background: var(--bs-headerbg);
  box-shadow: 0 22px 36px 4px #cbcbcb26;
}
.menu-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #e9e9e9;
  width: 100%;
  opacity: 1;
}
.bizcompass-contact-menu .contact-menu {
  padding: 0 20px;
  max-width: 1300px;
  margin: auto;
}
.bizcompass-contact-menu .contact-menu a.bizcompass-dropdown-link {
  justify-content: flex-end;
}
.bizcompass-contact-menu
  .contact-menu
  a.bizcompass-dropdown-link
  .navigation__dropdown-icon-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  inline-size: 36px;
  block-size: 36px;
  border-radius: 12px;
  -webkit-margin-end: 14px;
  margin-inline-end: 14px;
  background-color: #28a745;
}
.bizcompass-contact-menu
  .contact-menu
  a.bizcompass-dropdown-link
  .navigation__dropdown-icon-wrapper
  svg {
  margin: 0;
  rotate: 90deg;
}
.nav-toggle {
  width: 35px;
  height: 27.5px;
  background: url(../images/menu-icons/menu.png) center/contain no-repeat;
}
.mobile-menu.active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffffbd;
  z-index: 1;
}
.bizcompass-header .header-nav-list-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(0px);
  width: 100%;
  height: 2px;
  background-color: #805AF5;
  transition: all 0.4s var(--easing-bounce);
  will-change: transform;
  opacity: 0;
}
.more-like-this-panel .more-like img {
  width: auto;
  height: auto;
}
.cds-left {
  left: auto;
  right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
  height: 100%;
}
.cds-left.is-sticky {
  top: 100px;
}
.modal-backdrop {
  z-index: 9999;
}
.footer-data.solutions-title .widget-title {
  transform: translateX(50%);
}
.blogdesc-rate ul {
  align-items: center;
}
.calendly-badge-widget,
.calendly-badge-widget *,
.calendly-inline-widget,
.calendly-inline-widget *,
.calendly-overlay,
.calendly-overlay * {
  font-size: 16px;
  line-height: 1.2em;
}
.calendly-badge-widget iframe,
.calendly-inline-widget iframe,
.calendly-overlay iframe {
  display: inline;
  width: 100%;
  height: 100%;
}
.calendly-popup-content.calendly-mobile {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #0000008f;
}
.calendly-overlay .calendly-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendly-overlay .calendly-popup {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 900px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
}
.calendly-overlay .calendly-popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: var(--bs-white);
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url(../images/close-icon.svg) 0 0 / contain no-repeat;
}
@media (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    max-height: none;
  }
  .calendly-overlay .calendly-popup-close {
    top: 15px;
    right: 15px;
  }
}
.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
}
.calendly-badge-widget .calendly-badge-content {
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  color: var(--bs-white);
  cursor: pointer;
}
.calendly-badge-widget .calendly-badge-content.calendly-white {
  color: #666a73;
}
.calendly-badge-widget .calendly-badge-content span {
  display: block;
  font-size: 12px;
}
.calendly-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
}
.calendly-spinner > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
  border-radius: 50%;
  -webkit-animation: 1.4s ease-in-out infinite both calendly-bouncedelay;
  animation: 1.4s ease-in-out infinite both calendly-bouncedelay;
}
.calendly-spinner .calendly-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.calendly-spinner .calendly-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.timelist-content ul li a.time-confirm {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
}
.timelist-content ul li.active {
  display: flex;
  grid-gap: 0 10px;
}
.timelist-content ul li.active .time-select {
  width: 50%;
  pointer-events: none;
  background: #1a6bfe;
  color: var(--bs-white);
}
.timelist-content ul li.active a.time-confirm {
  padding: 12px 10px;
  width: 50%;
  opacity: 1;
  pointer-events: all;
  background: #1a6bfe40;
  color: var(--bs-black);
}
.inquiry-schedule-view,
.timelist-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timelist-content ul {
  padding: 0 5px;
}
.inquiry-schedule-view li {
  position: relative;
  padding: 0 0 0 25px;
}
.inquiry-schedule-view li i {
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  text-align: center;
}
.form-floating textarea.form-control {
  padding: 1.3rem 1rem 0.6rem !important;
}
.recruitment-firms-title .wrapper-title {
  font-size: 30px;
  font-weight: 600;
}
.buttons-container {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.btn,
.day,
.day span {
  display: inline-block;
}
.buttons-container .next-button,
.buttons-container .prev-button {
  background: 0 0;
  border: 0;
  padding: 10px;
}
.buttons-container .label-container {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.day {
  float: left;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timelist-content {
  max-height: 500px;
  overflow: auto;
}
.timelist-content ul li {
  margin: 0 0 10px;
  width: 100%;
  display: flex;
  grid-gap: 0 0;
  overflow: hidden;
}
.timelist-content ul li a {
  border: 1px solid #1a6bfe;
  width: 100%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 12px 10px;
  display: block;
  background: 0 0;
  color: #1a6bfe;
}
.btn {
  overflow: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  color: #60697b;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 8px 25px;
  font-size: 16px;
  border-radius: 6px;
  outline: 0 !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.invalid-feedback,
.valid-feedback {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.btn:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 60%;
  height: 100%;
  top: 0;
  left: -125%;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  position: absolute;
  -webkit-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.btn-outline-blue:hover {
  color: var(--bs-white);
  background: #1a6bfe;
}
.btn:hover::before {
  left: 150%;
}
.day span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 600;
}
.shadow-md {
  -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0/10%) !important;
  box-shadow: 0 4px 20px 0 rgb(0 0 0/10%) !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: #e2626b !important;
}
.valid-feedback {
  color: #198754;
}
.feedback-clr {
  color: #f9807e;
}
.invalid-feedback {
  color: #dc3545;
}
.inquiry-section {
  background: #f9fcff;
  padding: 5rem 0 14rem;
}
.inquiry-section .theme-title {
  text-align: center;
  margin-bottom: 3rem;
}
.inquiry-body {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0/10%);
  box-shadow: 0 4px 20px 0 rgb(0 0 0/10%);
}
.left-inquiry {
  background: var(--bs-white);
  padding: 3rem;
}
.brand-logo a img {
  margin-bottom: 10px;
  max-width: 200px;
}
.inquiry-data {
  margin: 20px 0;
}
.right-inquiry {
  background: var(--bs-white);
  padding: 3rem 2rem;
}
.wrapper-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--bs-theme-title);
}
.inquiry-data p,
.inquiry-data ul li {
  font-weight: 500;
  color: #0000008f;
  margin-bottom: 10px;
}
.buttons-container button i {
  font-size: 32px;
  opacity: 0.5;
}
.week .day[disabled="disabled"] span {
  cursor: not-allowed;
}
.inquiry-card.col-lg-12.col-xl-11 {
  width: 100%;
  max-width: 100%;
}
.selected-day-content b {
  text-align: center;
  font-weight: 500;
}
.selected-day-content {
  text-align: center;
  margin-bottom: 10px;
}
.form-floating {
  position: relative;
  margin-bottom: 15px;
}
.form-floating label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--bs-theme-title);
}
.form-floating input,
.form-floating textare {
  height: 100%;
  line-height: normal;
  padding: 14px;
  -webkit-box-shadow: 0 0 1.25rem rgb(30 34 40/4%);
  box-shadow: 0 0 1.25rem rgb(30 34 40/4%);
  border-radius: 8px;
}
.form-floating input:focus,
.form-floating textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #9711f7;
}
@media only screen and (max-width: 1024px) {
  .inquiry-section {
    padding: 3rem 0 12rem;
  }
}
.career-inner .blogdesc-datatitle {
  margin: 0 0 10px;
}
.recruitment-section {
  padding-bottom: 13.2rem;
  overflow: hidden;
  padding-top: 3.8rem;
}
.api-bring .create-opening .bring-your-work-info,
.interview-procedure-flow.active-interview,
.make-the-hiring,
.onboard-bring,
.onboard-page .add-candidate .bring-your-work-info,
.our-feature,
.requirment-bring {
  padding-bottom: 6rem;
}
.bizcompass-module-panel {
  display: flex;
  gap: 0;
  align-items: center;
  flex-direction: row-reverse;
  text-align: start;
}
.transfer-candidate {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.transfer-candidate-one {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.interview-procedure-flow {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
.recruitment-page .add-candidate {
  padding-top: 3rem;
  padding-bottom: 7rem;
}
.more-like-this h2.theme-title {
  width: 70%;
  margin: 0 auto;
}
.api-page .bring-your-work-info,
.create-opening.rewards-create {
  padding-bottom: 5rem;
}
.create-opening {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
.project-bring .create-opening {
  padding-top: 9rem;
  padding-bottom: 11rem;
}
.activity-page .bring-your-work,
.api-bring,
.custom-approval-system .bring-your-work-info,
.support-page .bring-your-work,
.workflow-page .bring-your-work {
  padding-bottom: 3rem;
}
.finance-bring .audit-trail {
  padding: 3rem 0 8rem;
}
.create-opening.active-create,
.crm-bring .create-opening {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.people-bring .create-opening {
  padding-top: 4rem;
  padding-bottom: 11rem;
}
.create-opening.payroll-logvery {
  padding-top: 7rem;
  padding-bottom: 13rem;
}
.api-bring .create-opening {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.maintain-accounts {
  padding-top: 3rem;
}
.report-bring .create-opening {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.report-bring .interview-procedure-flow {
  padding-top: 0;
  padding-bottom: 6rem;
}

.survey-work-panel .interview-procedure-flow.active-interview{
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.survey-work-panel .interview-procedure-flow.active-interview .candidate-2 {
  top: -11rem;
  left: 25%;
  width: 600px;
  bottom: unset;
}
.survey-work-panel .interview-procedure-flow.active-interview .Procedure-3 {
  right: -9rem;
  top: 0rem;
  width: 100%;
  max-width: 400px;
  left: auto;
}

.survey-work-panel .create-opening.active-create1{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
/* .survey-work-panel .create-opening.active-create1 .candidate-2 {
  top: -11rem;
  left: 25%;
  width: 600px;
  bottom: unset;
} */
.survey-work-panel .create-opening.active-create1 .Procedure-3 {
  right: 4rem;
  top: 0rem;
  /* width: 100%; */
  max-width: 400px;
  left: unset;
}
.create-opening-automated1 .Procedure-2.onbording-intreview1 {
  width: 300px;
  top: 6rem;
  right: unset;
  left: 50%;
}
.create-opening.create-opening-automated1  {
  padding-bottom: 14rem;
}

.add-candidate.add-candidate-new.add-candidate-personalized.add-candidate-automated {
  padding-bottom: 7rem;
}

.asset-management .Procedure-3 {
  left: 30%;
  bottom: -12rem;
  -webkit-animation: 4s linear infinite alternate openingone;
  animation: 4s linear infinite alternate openingone;
  width: 600px;
}
.asset-management .create-opening .Procedure-2 {
  right: -4rem;
  top: -10rem;
  z-index: 1;
  -webkit-animation: 4s linear infinite alternate openingthree;
  animation: 4s linear infinite alternate openingthree;
  width: 600px;
}
.asset-management .create-opening .Procedure-3 {
  top: 6rem;
  right: -5rem;
  z-index: 1;
  -webkit-animation: 6s linear infinite alternate openingthree;
  animation: 6s linear infinite alternate openingthree;
  width: 230px;
  left: unset;
}

.training-development-bring .create-opening .bring-your-work-info-right .openings-3{max-width: 600px;width: 600px;left: 25%;}
.training-development-bring .create-opening .bring-your-work-info-right .openings-1{left: 66%;top: 6rem;}
.training-development-bring .create-opening{padding-bottom: 14rem;}

.training-development-bring .add-candidate .bring-your-work-info-right .candidate-2{max-width: 600px;width: 600px;}
.training-development-bring .add-candidate .bring-your-work-info-right .candidate-1{top: 4rem;max-width: 350px;width: 350px;}
.training-development-bring .add-candidate{padding-bottom: 10rem;}

.training-development-bring .interview-procedure-flow .bring-your-work-info-right .Procedure-3{bottom: -12rem;left: 40%;}
.training-development-bring .interview-procedure-flow .bring-your-work-info-right .Procedure-2{right: unset;left: 17%;top: 4rem;max-width: 350px;width: 350px;}
.training-development-bring .interview-procedure-flow{padding-bottom: 12rem;}

.training-development-bring .transfer-candidate .bring-your-work-info-right .candidate-2 {}
.training-development-bring .transfer-candidate .bring-your-work-info-right .candidate-1{right: 5rem;top: 2rem;max-width: 350px;width: 350px;}
.training-development-bring .transfer-candidate{}

.training-development-bring .interview-manage .bring-your-work-info-right .Procedure-3{max-width: 600px;width: 600px;left: 27%;}
.training-development-bring .interview-manage .bring-your-work-info-right .Procedure-2{}
.training-development-bring .interview-manage{}

.training-development-bring .transfer-candidate-new .bring-your-work-info-right .candidate-1{max-width: 300px;width: 300px;}
.training-development-bring .transfer-candidate-new .bring-your-work-info-right .candidate-2{}
.training-development-bring .transfer-candidate-new{padding-bottom: 14rem;}


.training-development-bring.survey-bring .create-opening .bring-your-work-info-right .openings-3,
.training-development-bring.survey-bring .interview-manage .bring-your-work-info-right .Procedure-3,
.training-development-bring.survey-bring .add-candidate .bring-your-work-info-right .candidate-2{max-width: 500px;width: 500px;}

.training-development-bring.survey-bring .create-opening .bring-your-work-info-right .openings-1,
.training-development-bring.survey-bring .add-candidate .bring-your-work-info-right .candidate-1,
.training-development-bring.survey-bring .interview-procedure-flow .bring-your-work-info-right .Procedure-2,
.training-development-bring.survey-bring .transfer-candidate .bring-your-work-info-right .candidate-1,
.training-development-bring.survey-bring .transfer-candidate-new .bring-your-work-info-right .candidate-1{max-width: 300px;width: 300px;}

.training-development-bring.survey-bring .interview-manage,
.training-development-bring.survey-bring .add-candidate,
.training-development-bring.survey-bring .interview-procedure-flow,
.training-development-bring.survey-bring .transfer-candidate,
.training-development-bring.survey-bring .create-opening{padding-bottom: 18rem;}


.training-development-bring.todo-bring .create-opening .bring-your-work-info-right .openings-3,
.training-development-bring.todo-bring .interview-manage .bring-your-work-info-right .Procedure-3,
.training-development-bring.todo-bring .add-candidate .bring-your-work-info-right .candidate-2{max-width: 600px;width: 600px;}

.training-development-bring.todo-bring .transfer-candidate{padding-bottom: 8rem;}
.training-development-bring.todo-bring .interview-procedure-flow{padding-bottom: 10rem;}
.training-development-bring.todo-bring .add-candidate{padding-bottom: 12rem;}
.training-development-bring.todo-bring .create-opening{padding-bottom: 20rem;}


/* .training-development-bring .create-opening .bring-your-work-info-right .openings-3 {}
.training-development-bring .create-opening .bring-your-work-info-right .openings-1{}
.training-development-bring .create-opening{} */
