:root {
  --primaryColor: #44af49;
  --secondaryColor: #322f2c;
  --blue: #254493;
  --lightBlue: #00a5a5;
  --darkPink: #bb4882;
  --lightGrey: #939598;
  --orange: #f15928;
  --purple: #573097;
  --headingColor: #322f2c;
  --contentColor: #676668;
  --bg-gray: #f5f5f5;
  --bg-green: #f5f9ff;
  --primaryColor1: #007bff;
  --succesColor: #44af49;
  --whiteColor: #ffffff;
  --blueColor: #254493;
}
a {
  transition: all 0.3s ease-in-out;
}

.bg-darkGrey {
  background-color: #322f2c !important;
}
.bg-lightGrey {
  background-color: #fdfdfd !important;
}

#bg_color_ready_to_start {
  background-color: #f4f7fa !important;
}

#hide_text {
  color: transparent !important;
  user-select: none !important;
  text-decoration: none;
}

#hide_text_btn {
  color: transparent !important;
  user-select: none !important;
  text-decoration: none;
  border: 1px solid #f4f7fa;
}

#hide_text_btn:hover {
  border: none !important;
  cursor: default;
  background-color: #f4f7fa;
  border: 1px solid #f4f7fa !important;
}

#popular_card_bg {
  box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 30px -5px;
}

.first_card_style {
  font-size: 18px !important;
  color: #676668 !important;
}

.card_text h5 {
  color: #322f2c;
  font-size: 22px;
  font-weight: 600;
}

.card-text h3 {
  font-size: 38px;
  font-weight: 500;
  color: #322f2c;
}

/* #arrowImageCardLast {
  display: none;
} */

.color_text_instant {
  color: #676668 !important;
  font-size: 18px;
}

#last_card_percent {
  color: transparent !important;
  cursor: default !important;
}

.height-testimonials-remote-hiring {
  height: 6vh !important;
}
.check_circle_color {
  color: #0047ff !important;
}

#last_card_percent {
  color: transparent !important;
  user-select: none;
}
.bg-lightGrey2 {
  background-color: #f9f9f9 !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-blue3 {
  background-color: #039de5 !important;
}
.bg-blue2Opc90 {
  background-color: #039de5 !important;
  color: white;
}

.testimonial_bg_image {
  background-image: url(../img/Mask\ group.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f5f9ff !important;
}

.bg-lightBlue {
  background-color: var(--lightBlue) !important;
}

.bg-blue-overlay {
  position: relative;
  overflow: hidden;
}

.bg-blue-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 71, 255, 0.9) !important;
  position: absolute;
  z-index: 1;
}

#bg_image_dynamic {
  background-image: url(../img/bgImageDynamicCta.png) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-blue-overlay .container {
  z-index: 22222;
  position: relative;
}

a.btn {
  text-decoration: none;
}
.bg-green {
  background-color: var(--bg-green) !important;
}
.bg-purple {
  background-color: var(--purple) !important;
}
.bg-blue2 {
  background-color: #2f56b8 !important;
}
.bg-red {
  background-color: #f23f42 !important;
}
.bg-darkPink {
  background-color: #573097 !important;
}
.bg-musturd {
  background-color: #e6830b !important;
}
.bg-seaGreen {
  background-color: #e0fcfd !important;
}
.bg-seaGreenToWhite {
  background: rgb(224, 252, 253);
  background: -moz-linear-gradient(
    180deg,
    rgba(224, 252, 253, 1) 0%,
    rgba(255, 255, 255, 1) 69%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(224, 252, 253, 1) 0%,
    rgba(255, 255, 255, 1) 69%
  );
  background: linear-gradient(
    180deg,
    rgba(224, 252, 253, 1) 0%,
    rgba(255, 255, 255, 1) 69%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0fcfd",endColorstr="#ffffff",GradientType=1);
}

.bg-img-tabHandOnDigitalScreen {
  background: url(../img/services/bg.png);
  background-size: cover;
}

.text-primary {
  color: var(--primaryColor) !important;
}
.text-green {
  color: var(--primaryColor);
}

.text-blue {
  color: var(--blue);
}
.text-blue2 {
  color: #0384fc;
}
.text-darkPink {
  color: var(--darkPink);
}
.text-purple {
  color: var(--purple) !important;
}
.text-grey {
  color: var(--lightGrey);
}
.text-black {
  color: var(--secondaryColor) !important;
}
.text-orange {
  color: var(--orange);
}
.text-heading {
  color: var(--headingColor);
}

.smaller {
  font-size: 80%;
}
.smallest {
  font-size: 70%;
}
.larger {
  font-size: 120%;
}
.largest {
  font-size: 130%;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 600 !important;
}

.heading-color {
  color: var(--headingColor);
}

html {
  width: 100%;
  overflow-x: hidden;
  /*
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  */
}
* {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--contentColor);
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

h1 {
  font-size: 80px;
  font-weight: 400;
  color: var(--headingColor);
}
h1 .highlight {
  color: var(--primaryColor);
  font-weight: 700;
}
h2 {
  font-size: 55px;
  font-weight: 400;
  color: var(--headingColor);
}
h2 .highlight {
  color: var(--primaryColor);
  font-weight: 700;
}
h3 {
  font-size: 38px;
  font-weight: 400;
  color: var(--headingColor);
}
h3 .highlight {
  color: var(--primaryColor);
  font-weight: 700;
}
h4 {
  font-size: 26px;
  font-weight: 400;
  color: var(--headingColor);
}
.lead {
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 23px;
  }
  .lead {
    font-size: 20px;
  }
  .btn,
  body {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  .lead {
    font-size: 16px;
  }
  .btn,
  body {
    font-size: 14px;
  }
}
a {
  transition: all 0.3s ease-in-out;
}
.text-justify {
  text-align: justify;
}

.btn {
  font-size: 16px !important;
  font-weight: 600 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px !important;
  text-transform: uppercase !important;
}

.btn.btn-sm {
  padding: 8px 15px !important;
  font-size: 80% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
}
.cookie-buttons .btn-sm {
  font-size: 13px !important;
}
.btn-primary {
  color: #fff;
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.btn-outline-primary {
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}
.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: #348c28 !important;
  border-color: #348c28 !important;
}
.btn-blue {
  color: #fff;
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-outline-blue {
  border-color: var(--blue);
  color: var(--blue);
}
.btn-blue:hover,
.btn-outline-blue:hover {
  color: #fff !important;
  background-color: #34659a !important;
  border-color: #34659a !important;
}
.btn-orange {
  background-color: var(--orange);
  color: #fff;
}
.btn-orange:hover,
.btn-outline-warning:hover {
  background-color: #b45a0c;
  color: #fff;
}
.btn-black {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-outline-black {
  border-color: #404040;
  color: #404040;
}
.btn-black:hover,
.btn-outline-black:hover {
  color: #fff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-white {
  color: #44af49;
  background-color: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #44af49;
  border-color: #ffffff;
}
.btn-purple {
  color: var(--purple);
  background-color: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-purple:hover {
  color: #ffffff;
  background-color: var(--purple);
  border-color: #ffffff;
}

#sec-whyRemoteHIring {
  background-color: #f4f7fa !important;
}

.btn-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #44af49 !important;
  border-color: var(--primaryColor);
  color: #fff;
}
/* .btn-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primaryColor);
  transition: all 0.5s ease-in-out;
} */
.btn-slide:hover {
  /* background-color: transparent;
  border-color: var(--primaryColor); */
  /* transition: 1s; */
  background-color: #28a745 !important;
  color: white !important;
  border-color: #28a745 !;
  transition: 1s ease-in-out !important;
}
/* .btn-slide:hover::before {
  left: 100%;
} */

.btn-outline-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #254493 !important;
  color: white !important;
  border-color: #254493 !important;
  color: var(--blue);
}
/* .btn-outline-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: var(--blue);
  transition: all 0.5s ease-in-out;
} */
.btn-outline-slide:hover {
  background-color: #062164 !important;
  transition: 1s ease-in-out !important;
  border-color: #062164 !important;
  color: #fff;
}

.btn-outline-slide:hover::before {
  right: 0;
}

.btn-outline-slide.blue2.blueborder {
  border: 1px solid #0047ff;
}
.btn-outline-slide.blue2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #0047ff;
}
.btn-outline-slide.blue2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #0047ff;
  transition: all 0.5s ease-in-out;
}
.btn-outline-slide.blue2:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}
.btn-outline-slide.blue2:hover::before {
  right: 0;
}

.btn-outline-slide.grey.greyborder {
  border: 1px solid #676668;
}
.btn-outline-slide.grey {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #676668;
}
.btn-outline-slide.grey::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #676668;
  transition: all 0.5s ease-in-out;
}
.btn-outline-slide.grey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}
.btn-outline-slide.grey:hover::before {
  right: 0;
}

.btn-slide.whiteInToPurple {
  border-color: #ffffff;
  color: var(--purple);
}
.btn-slide.whiteInToPurple::before {
  background: #ffffff;
}
.btn-slide.whiteInToPurple:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-slide.whiteInToGreen {
  border-color: #ffffff;
  color: var(--primaryColor);
}
.btn-slide.whiteInToGreen::before {
  background: #ffffff;
}
.btn-slide.whiteInToGreen:hover {
  border-color: #ffffff;
  color: #ffffff;
}

@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
  }
  .offcanvas.offcanvas-end {
    width: 575px;
  }
}

.share-social-icon .si {
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.share-social-icon .si:hover {
  opacity: 1;
  box-shadow: 0 0 12px rgba(0, 0, 5px, 0.1);
}
.share-social-icon .si .fa {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
}
.share-social-icon .si-fb {
  background: #3b5998;
}
.share-social-icon .si-tw {
  background: #55acee;
}
.share-social-icon .si-li {
  background: #007bb5;
}
.share-social-icon .si-wa {
  background: #25d366;
}
.share-social-icon .si-te {
  background: #0396de;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section .section-title {
  margin-bottom: 28px;
  color: var(--headingColor);
}

section .section-title ~ .row {
  margin-top: 36px;
}
section#content3 .section-title ~ .row {
  margin-top: 20px;
}

#services {
  cursor: default;
}

#about2 {
  cursor: default;
}

#cta {
  cursor: default !important;
}
.industries {
  cursor: default !important;
}
section:not(
    .feature,
    #about2,
    #services,
    .industries,
    #content3,
    #timeline,
    #sec-iso-CTA
  )
  .section-title,
section:not(.feature, #services) .section-desc {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.why_remote_heading {
  font-weight: 600 !important;
  font-size: 22px !important;
  margin-top: -5px !important;
}

@media (max-width: 575px) {
  section .section-title {
    margin-bottom: 15px;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section .section-title ~ .row {
    margin-top: 30px;
  }

  #four_card_ready_to_start {
    margin-top: 4.5% !important;
    margin-bottom: 4.5% !important;
  }
  .hire_btn {
    margin-top: 3% !important;
  }
  #ready_to_start_first_column {
    display: none !important;
  }
  .why_remote_hiring_text {
    padding-bottom: 30px !important;
  }
}

.modal-open-scroll-fix {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (min-width: 768px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section .section-title ~ .row {
    margin-top: 60px;
  }

  #testimonial {
    padding: 15px !important;
    /* background-color: #0047ff !important; */
  }
  #hire_remotely {
    font-size: 15px !important;
  }
}

section#sec-iso-CTA {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gap {
  height: 80px;
}
.link {
  text-decoration: none;
  color: inherit;
}
.navbar-top {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  color: #939598;
}
.navbar-top ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 0;
}
.navbar-top ul li a {
  text-decoration: none;
  color: var(--contentColor);
  font-size: 12px;
}
.navbar .navbar-nav .nav-link.active {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-link.active {
  color: var(--primaryColor);
  /* font-weight: 500; */
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: var(--primaryColor);
}
.navbar-top ul li a i {
  color: #939598;
}
.navbar-top ul li a .material-icons {
  color: #939598;
  font-size: 15px;
  vertical-align: middle;
}
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .cta-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  padding: 8px 15px;
}
.navbar .cta-btn i {
  display: flex;
  font-size: 18px;
}
.navbar .cta-btn .small {
  font-size: 10px;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: var(--contentColor);
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--primaryColor);
}
.dropdown-toggle::after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  line-height: 20px;
  vertical-align: -0.125em;
  color: var(--lightGrey);
  border: none;
  margin: 0;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  position: relative;
  top: 3px;
}
.nav-item:hover .dropdown-toggle::after {
  transform: rotate(-180deg);
}
.nav-item .dropdown-menu {
  transition: all 0.5s ease-in-out;
  animation: growDown 400ms ease-in-out forwards;
  transform-origin: top center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.dropdown-item {
  font-size: 86%;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
  border-radius: 5px;
}
.dropdown-item:focus {
  background-color: #e9ecef;
  color: #212529;
}
#header {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.1) 0 7px 29px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
  transition: all 0.4s ease;
}
#header {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.1) 0 7px 29px 0;
  width: 100%;
  top: 0;
  position: relative;
  z-index: 4;
  transition: all 0.4s ease;
}
.stickyHeader {
  transition: all 0.5s ease-in-out;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.stickyHeader .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stickyHeader .navbar-top {
  display: none !important;
}
.stickyHeader .navbar-brand img {
  height: 36px;
}

/* hero section - home page */
#hero {
  position: relative;
  z-index: 1;
  min-height: 65vh;
  display: grid;
  place-items: center;
  text-align: center;
  cursor: default;
}
#home-page #hero {
  min-height: calc(100vh - 213px);
  padding: 0;
  background-size: cover;
  background-position: center;
}
#home-page #hero .hero-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#hero {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
}
#home-page #hero {
  padding: 0;
  background-size: cover;
  background-position: center;
}
#home-page #hero .hero-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  z-index: 6;
}
#particles-js {
  width: 100%;
  height: calc(100vh - 213px);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.particles-js-canvas-el {
  opacity: 0.3;
}
#hero .hero-inner h1 {
  max-width: 850px;
  margin: 106px auto 28px;
  color: var(--headingColor);
}
#hero .hero-inner .lead {
  max-width: 850px;
  margin: 0 auto 36px;
}
.particles-js-canvas-el {
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  left: 0;
}
#hero .hero-inner h1 {
  max-width: 850px;
  color: var(--headingColor);
  margin: auto;
}
#hero .hero-inner .lead {
  max-width: 850px;
  margin: 10px auto 30px auto;
}
/* timline start */

.ps-timeline-sec {
  position: relative;
  background: #fff;
}

.ps-timeline-sec .container {
  position: relative;
}

.ps-timeline-sec .container ol:before {
  display: none;
}

.ps-timeline-sec .container ol:after {
  display: none;
}

.ps-timeline-sec .container ol.ps-timeline {
  margin: 200px 0;
  padding: 0;
  border-top: 2px dashed rgb(183, 182, 183);
  list-style: none;
  display: block !important;
}

.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 20%; /* Adjust width to 20% for 5 items per row */
  padding-top: 30px;
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 20%; /* Adjusted to fit five items */
  padding-top: 50px; /* Increased padding */
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  top: 50px; /* Adjust to move text below the border */
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* Optional: Adjust width if needed */
  margin-top: 15px; /* Increase this value to move text further down */
}

.ps-top p {
  text-align: center;
  border-radius: 12px;
  /* border-bottom: 2px solid rgb(68, 175, 73); */
  border-bottom: 2px solid var(--primaryColor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 8% 8%;
  width: 100%;
  color: rgb(131, 130, 131);
  font-size: 18px;
  /* font-weight: 600; */
  font-family: inter, sans-serif;
}

.ps-timeline-sec .container ol.ps-timeline li:nth-child(2),
.ps-timeline-sec .container ol.ps-timeline li:nth-child(4) {
  padding-top: 20px !important; /* Increase this value for more height */
}

.ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .ps-top,
.ps-timeline-sec .container ol.ps-timeline li:nth-child(4) .ps-top {
  top: 110px;
}

.ps-timeline-sec .container ol.ps-timeline li:nth-child(1) .ps-top,
.ps-timeline-sec .container ol.ps-timeline li:nth-child(3) .ps-top,
.ps-timeline-sec .container ol.ps-timeline li:nth-child(5) .ps-top {
  top: 60px;
}

.ps-timeline-sec .container ol.ps-timeline li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  margin-left: -25px;
  background: #fff;
  border: 2px solid rgb(183, 182, 183);
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: black;
  font-size: 10px !important;
  font-style: normal;
  position: absolute;
  top: -17px;
  left: 50%;
}

.ps-timeline li {
  display: flex !important;
}

.count_text {
  /* background-color: rgb(68, 175, 73); */
  background-color: var(--primaryColor);
  width: 16px;
  height: 16px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  margin-top: 54% !important;
}

.reporting {
  padding: 14% 8% !important;
}

/* Default style for all items */
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before,
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #298476;
  width: 2px;
  height: 50px; /* Default height for all items */
  /* background: #348e80; */
  position: absolute;
  left: 50%;
}

/* Apply specific style only to 2nd and 4th items */
.ps-timeline-sec
  .container
  ol.ps-timeline
  li:nth-child(2)
  span.ps-sp-bot:before,
.ps-timeline-sec
  .container
  ol.ps-timeline
  li:nth-child(4)
  span.ps-sp-bot:before {
  height: 10vh; /* Increased height for 2nd and 4th items */
  top: 100%; /* Adjust top position as needed */
}

/* Additional top style for 2nd and 4th items */
.ps-timeline-sec
  .container
  ol.ps-timeline
  li:nth-child(2)
  span.ps-sp-top:before,
.ps-timeline-sec
  .container
  ol.ps-timeline
  li:nth-child(4)
  span.ps-sp-top:before {
  height: 75px; /* Increased height for top part of 2nd and 4th items */
  top: -75px; /* Adjust top position as needed */
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  width: 0; /* Set width to 0 since we're using border */
  height: 50px; /* Height of the dotted line */
  border-left: 2px dashed rgb(183, 182, 183); /* Apply dotted border */
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%); /* Center the line */
}

.remote_hiring_hero_section {
  /* height: 66vh !important; */
  display: flex;
  align-items: center;
  cursor: default !important;
}

.cursor_default {
  cursor: default !important;
}

.ps-timeline-sec {
  margin-top: -12%;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none; /* For Chrome, Safari, and Opera */
  margin: 0; /* Remove margin */
}

@media (max-width: 1025px) and (min-width: 750px) {
  .ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(2)
    span.ps-sp-bot:before,
  .ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(4)
    span.ps-sp-bot:before {
    height: 6.5vh; /* Increased height for 2nd and 4th items */
    top: 100%; /* Adjust top position as needed */
  }

  .remote_hiring_hero_section {
    height: 40vh !important;
    display: flex;
    align-items: center;
  }
  .fs-2 {
    font-size: 20px !important;
  }
}

@media (max-width: 1000px) and (min-width: 600px) {
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(4) .ps-top {
    top: 110px; /* Adjust top value to position text below the border */
    width: 150px !important;
    font-size: 12px !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li:nth-child(1) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(3) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(5) .ps-top {
    top: 60px; /* Adjust top value to position text below the border */
    width: 150px !important;
    font-size: 12px !important;
  }

  .ps-top p {
    display: flex !important; /* Display as block */
    height: 3.8vh !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    border-radius: 12px;
    border-bottom: 2px solid rgb(68, 175, 73);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 8px 5px; /* Adjust padding as needed */
    margin: 10px 0; /* Space between each p element */
    color: gray;
    font-size: 12px; /* Adjust font size */
    white-space: normal; /* Allow wrapping */
    width: 90%; /* Full width of the container */
  }
}

@media (max-width: 575px) {
  .ps-timeline-sec .container ol.ps-timeline li {
    display: flex !important; /* Use flex for proper alignment */
    flex-direction: column; /* Stack items vertically */
    width: 100%; /* Full width for each item */
    padding: 15px 0; /* Adjust padding for better spacing */
    height: 14vh;
    align-items: center; /* Center items */
    text-align: center; /* Center text */
  }

  .ps-top p {
    height: 10vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    border-bottom: 2px solid rgb(68, 175, 73);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 8px 5px; /* Adjust padding as needed */
    margin: 10px 0; /* Space between each p element */
    color: gray;
    font-size: 14px; /* Adjust font size */
    white-space: normal; /* Allow wrapping */
    width: 90%; /* Full width of the container */
  }

  .ps-top p button {
    display: block; /* Ensure button takes its own line */
    width: auto; /* Adjust button width */
    margin: 20px 0; /* Increase space between buttons */
    padding: 10px 20px;
  }

  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    display: none; /* Hide vertical lines */
  }

  .ps-timeline-sec .container ol.ps-timeline li span {
    display: none !important; /* Hide dots */
  }

  .ps-timeline-sec .container ol.ps-timeline {
    margin: 20px 0; /* Adjust margin for less space on mobile */
    padding: 0;
    border-top: none;
    list-style: none;
  }

  .reporting {
    padding: 8% 8% !important;
    width: 90% !important;
  }
  .ps-timeline-sec {
    height: 60vh !important;
    margin: 2% 0% !important;
    margin-bottom: 30% !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li:nth-child(1) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(3) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(4) .ps-top,
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(5) .ps-top {
    margin-left: 10px !important;
    display: block !important;
    top: 10px; /* Adjust top value to position text below the border */
  }

  .remote_hiring_hero_section {
    height: auto !important;
  }
}

.ps-timeline {
  display: none !important;
}

@media (max-width: 768px) {
  #home-page #hero {
    background-image: url("../img/hero/heroBannerParticalBg-mobile.jpg");
  }
  #home-page #hero .hero-inner {
    background-image: url("../img/hero/heroBannerParticalBgOpacity-mobile.png");
    align-items: center;
    display: grid;
  }
}

@media (min-width: 769px) {
  #home-page #hero {
    background-image: url("../img/hero/heroBannerParticalBg.jpg");
  }
  #home-page #hero .hero-inner {
    background-image: url("../img/hero/heroBannerParticalBgOpacity.png");
  }
  #home-page #hero .hero-inner {
    background-image: url("../img/hero/heroBannerParticalBgOpacity.png");
    height: calc(100vh - 213px);
    align-items: center;
    display: grid;
  }
}

@media (max-width: 767px) {
  #home-page #hero .hero-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #home-page #hero .hero-inner .btn {
    max-width: 400px;
    margin: auto;
  }
}

@media (max-height: 480px) {
  #home-page #hero,
  #home-page #hero .hero-inner {
    height: calc(100vh - 176px);
  }
}

/* hero section - innerpages */
#hero2 {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  cursor: default !important;
}
#hero2 h2 {
  color: var(--headingColor);
}
#hero2 .col-left .highlight {
  color: var(--primaryColor);
  font-weight: inherit;
}
#hero2 .col-right {
  display: flex;
  justify-content: end;
}
#hero2 .col-left p {
  width: 100%;
}
.image-wrapper {
  position: relative;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
.image-wrapper img {
  height: 500px;
  width: 500px;
}
.image-wrapper .box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  padding: 26px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  font-size: 26px;
  line-height: 1.3;
  color: var(--contentColor);
  top: 10%;
  right: 0;
}
.image-wrapper .box:last-child {
  text-align: center;
  flex-direction: column;
  top: unset;
  bottom: 5%;
  right: unset;
  left: 0;
  height: 180px;
  width: 180px;
}
.image-wrapper .box span.material-symbols-outlined {
  color: var(--primaryColor);
  font-size: 34px;
}
.image-wrapper .box:last-child span.material-symbols-outlined {
  font-size: 48px;
}
@media (max-width: 2560px) {
  .image-wrapper .box {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (max-width: 1600px) {
  .image-wrapper .box {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .image-wrapper img {
    height: 400px;
    width: 400px;
  }
  .image-wrapper .box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    font-size: 18px;
  }
  .image-wrapper .box span.material-symbols-outlined {
    font-size: 22px;
  }
  .image-wrapper .box:last-child {
    height: 130px;
    width: 130px;
  }
  .image-wrapper .box:last-child span.material-symbols-outlined {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .image-wrapper img {
    height: 350px;
    width: 350px;
  }
  .image-wrapper .box:last-child {
    height: 125px;
    width: 125px;
  }
  .image-wrapper .box:last-child span.material-symbols-outlined {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .image-wrapper img {
    height: 300px;
    width: 300px;
  }
  .image-wrapper .box {
    font-size: 15px;
    padding: 10px;
  }
  #hero2.hero-continuous-monitoring .col-right .box {
    font-size: 14px;
    padding: 10px;
  }
  .image-wrapper .box span.material-symbols-outlined {
    font-size: 18px;
  }
  .image-wrapper .box:last-child {
    height: 100px;
    width: 100px;
  }
  .image-wrapper .box:last-child span.material-symbols-outlined {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #hero2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #hero2 .col-left {
    padding-bottom: 30px;
    text-align: center;
  }
  #hero2 .col-right {
    justify-content: center;
  }
}
@media (max-width: 414px) {
  .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}

@media (min-width: 768px) {
  #hero2 .row {
    display: flex;
    align-items: center;
  }
}

#hero2.iso-certified {
  background: url(../img/hero-iso-bg.png) center top no-repeat;
  background-size: cover;
}
#hero2.iso-certified .col-right .box.left-to-right {
  top: 39%;
}

@media (min-width: 1200px) {
  #hero2.iso-certified .col-right {
    height: calc(100vh - 310px);
    display: flex;
    align-items: center;
  }
  #hero {
    min-height: calc(100vh - 210px);
  }
}

#sec-you-covered .icon {
  color: var(--primaryColor);
  text-align: center;
}
#sec-you-covered .icon span {
  font-size: 90px;
}
#sec-you-covered .section-title {
  font-weight: 600;
}
#sec-you-covered .covered-items .icon2 {
  background-color: #254490;
  text-align: center;
  display: inline-block;
  width: 74px;
  border-radius: 100px;
  align-items: center;
  display: grid;
  height: 74px;
}
#sec-you-covered .covered-items .icon2 span {
  font-size: 35px;
  color: #ffffff;
}

@media (min-width: 0px) {
  #sec-you-covered .covered-items {
    text-align: center;
  }
  #sec-you-covered .covered-items .icon2 {
    margin: 0 auto;
  }
}

#sec-iso-CTA {
  background-color: #44af49;
  color: #ffffff;
}
#sec-iso-CTA .section-title {
  color: #ffffff;
}
#sec-iso-CTA p {
  text-align: center;
  margin-bottom: 0;
}

.rotate1 {
  transition: all 0.2s ease-in-out;
  animation: rotating 10s linear infinite;
}
.left-to-right {
  transition: all 1s;
  animation: left-to-right 3s linear infinite;
}
.right-to-left {
  transition: all 1s;
  animation: right-to-left 3s linear infinite;
}
.rotate2 {
  top: 15%;
  left: 13%;
  transform: rotate(55deg);
  animation: rotating 10s linear infinite;
}
.beat {
  transition: all 0.2s ease-in-out;
  animation: beat 5s linear infinite;
}
.beat2 {
  transition: all 0.2s ease-in-out;
  animation: beat2 5s linear infinite;
}
.bounce {
  animation: bounce 2s ease infinite;
}

.blog_card_text {
  margin-left: 3.5% !important;
  margin-right: 3.5% !important;
  font-size: 14px;
  color: #676668;
}

.blog_card_heading {
  margin-left: 3.5% !important;
  margin-right: 3.5% !important;
  font-size: 20px;
  color: #000000;
}

.blog_card_para {
  margin-left: 3.5% !important;
  margin-right: 3.5% !important;
  font-size: 16px;
  color: #676668;
  margin-bottom: 50px;
}

.blog_image {
  width: 100%;
  height: auto;
  margin-bottom: 2.5% !important;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

.blog_card {
  position: relative;
  width: 30.333333%;
  margin: 0% 1.3%;
  background-color: white !important;
  padding: 0px !important;
  border-radius: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  /* border: 1px solid rgb(223, 223, 223); */
  cursor: pointer;
  transition: transform 1.5s ease-in-out;
  padding-bottom: 40px;
}

.blog_card:hover {
  transform: scale(1.05);
}

.clients-carousel .owl-stage {
  width: 75000px; /* Set this to a high number to create the continuous effect */
  transform: translate3d(0px, 0px, 0px);
  animation: slide 100s linear infinite; /* Slowed down the carousel to 15 seconds */
}

@keyframes slide {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(
      -3077px,
      0px,
      0px
    ); /* Adjust this to match the desired scroll distance */
  }
}

.bottom-right-icon {
  position: absolute;
  border: 1px solid rgb(208, 207, 207);
  border-radius: 50%;
  padding: 1%;
  bottom: 10px; /* Distance from the bottom */
  right: 10px; /* Distance from the right */
  font-size: 24px; /* Adjust size of the icon */
  cursor: pointer; /* Optional: change cursor to pointer */
}

.blog_card:hover .bottom-right-icon {
  color: white !important;
  background-color: var(
    --primaryColor
  ); /* Use your primary color variable or a specific color */
}
@media (max-width: 1150px) and (min-width: 766px) {
  /* Styles for medium screen sizes */
  .blog_card {
    width: 47% !important;
    margin-bottom: 3.5% !important;
  }
}

@media (max-width: 765px) {
  .blog_row {
    display: flex !important;
    justify-content: center !important;
  }

  .blog_card {
    width: 88%;
    margin-bottom: 5% !important;
    margin-left: -0.3% !important;
  }
}

@keyframes left-to-right {
  0% {
    right: -5%;
  }
  50% {
    right: -10%;
  }
  100% {
    right: -5%;
  }
}
@keyframes right-to-left {
  0% {
    left: -5%;
  }
  50% {
    left: -10%;
  }
  100% {
    left: -5%;
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes beat2 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.02);
  }
  40% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#clients {
  background-color: var(--bg-gray);
  padding: 0;
  position: relative;
  overflow: hidden;
}
#clients .item {
  padding: 15px;
}
#clients img {
  height: 60px;
  filter: grayscale();
  max-width: 100%;
  transition: all 0.1s ease-in-out;
  width: auto;
  margin: auto;
}
#clients img:hover {
  filter: grayscale(0);
}
#clients .owl-stage {
  display: flex;
  align-items: center;
}
#clients .owl-theme .owl-nav {
  margin: 0;
}
#clients .owl-nav button {
  color: #939598;
  line-height: 1.5rem;
  font-size: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-70%);
  transition: all.3s ease-in-out;
}
#clients .owl-nav button.owl-prev {
  left: -25px;
  transition: all 0.3s ease-in-out;
}
#clients .owl-nav button.owl-next {
  right: -25px;
  transition: all 0.3s ease-in-out;
}
#clients:hover .owl-nav button.owl-prev {
  left: 25px;
}
#clients:hover .owl-nav button.owl-next {
  right: 25px;
}
#clients .owl-nav button:hover {
  background-color: transparent;
  color: var(--contentColor);
}
#clients .owl-nav .owl-prev span:before,
#clients .owl-nav .owl-next span:after {
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  position: absolute;
}
#clients .owl-nav .owl-prev span:before {
  content: "\ef7d";
  left: -1.8rem;
}
#clients .owl-nav .owl-next span:after {
  content: "\e941";
  right: -1.8rem;
}

@media (min-width: 576px) {
  #clients :hover .clients-carousel:before,
  #clients:hover .clients-carousel:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 1) 100%
    );
    z-index: 1;
  }
  #clients:hover .clients-carousel:before {
    left: -12px;
    transform: rotate(180deg);
  }
  #clients:hover .clients-carousel:after {
    right: -12px;
  }
}
#about1 {
  cursor: default;
}
#about1 img {
  max-height: 400px;
}
#about1 .about-inner {
  height: 100%;
  display: grid;
  align-content: center;
}
#about1 .about-inner .btn {
  width: fit-content;
}

@media (max-width: 767px) {
  #about1 img {
    margin-bottom: 25px;
  }
}

#how-it-works {
  background: var(--bg-green) url(../img/content/how-it-works-bg.svg) left
    bottom no-repeat;
  background-size: cover;
  cursor: default !important;
}

.bg-howItWorks {
  background: var(--bg-green) url(../img/content/how-it-works-bg.svg) left
    bottom no-repeat;
  background-size: cover;
}

#how-it-works-bgImage .title-wrapper h2 {
  text-align: center;
  margin-bottom: 100px;
  color: var(--headingColor);
  font-weight: 500;
}

#how-it-works .title-wrapper h2 {
  text-align: center;
  margin-bottom: 100px;
  color: var(--headingColor);
  font-weight: 500;
}

#how-it-works-bgImage .title-wrapper h2 {
  text-align: center;
  margin-bottom: 100px;
  color: var(--headingColor);
  font-weight: 500;
}

#how-it-works .hiw-card {
  padding: 29px 25px;
  border: none;
  border-radius: 20px;
  border-bottom: 2px solid #44af49;
  background: #fff;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  height: 286px;
}

#how-it-works-bgImage .hiw-card {
  padding: 29px 25px;
  border: none;
  border-radius: 20px;
  border-bottom: 2px solid #44af49;
  background: #fff;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
  height: 286px;
}

#how-it-works .hiw-card h4 {
  font-size: 24px;
  height: 96px;
}

#how-it-works-bgImage .hiw-card h4 {
  font-size: 24px;
  height: 96px;
}

#how-it-works .hiw-card p {
  margin: 0;
  margin-top: 0;
}

#how-it-works-bgImage .hiw-card p {
  margin: 0;
  margin-top: 0;
}
#how-it-works .hiw-card .active-green {
  color: var(--primaryColor);
}

#how-it-works-bgImage .hiw-card .active-green {
  color: var(--primaryColor);
}

#how-it-works .arrow {
  mix-blend-mode: multiply;
  height: 100px;
  width: 100px;
}

#how-it-works-bgImage .arrow {
  mix-blend-mode: multiply;
  height: 100px;
  width: 100px;
}
#how-it-works .arrow.top {
  transform: translateY(-20px) rotate(-90deg);
}

#how-it-works-bgImage .arrow.top {
  transform: translateY(-20px) rotate(-90deg);
}

#how-it-works .arrow.bottom {
  transform: scaleY(-1) rotate(-90deg) translateX(15px);
}

#how-it-works-bgImage .arrow.bottom {
  transform: scaleY(-1) rotate(-90deg) translateX(15px);
}
@media (max-width: 1199px) {
  #how-it-works .hiw-card {
    height: 360px;
  }
  #how-it-works-bgImage .hiw-card {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #how-it-works .row [class^="col-"] {
    position: relative;
  }

  #how-it-works-bgImage .row [class^="col-"] {
    position: relative;
  }
  #how-it-works .row [class^="col-"]:last-child {
    margin-top: -60px;
  }

  #how-it-works-bgImage .row [class^="col-"]:last-child {
    margin-top: -60px;
  }
  #how-it-works .arrow.bottom {
    position: absolute;
    top: 0;
    right: -100px;
    transform: translateX(15px) translateY(75px);
  }

  #how-it-works-bgImage .arrow.bottom {
    position: absolute;
    top: 0;
    right: -100px;
    transform: translateX(15px) translateY(75px);
  }
}
@media (max-width: 991px) {
  /* #how-it-works .arrow{height: 70px;width: 70px;}
    #how-it-works .hiw-card{padding: 20px;height: 415px;}
    #how-it-works .hiw-card h4{font-size: 22px;} */
  #how-it-works .hiw-card {
    height: 300px;
  }

  #how-it-works-bgImage .hiw-card {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #how-it-works .title-wrapper h2 {
    margin-bottom: 50px;
  }

  #how-it-works-bgImage .title-wrapper h2 {
    margin-bottom: 50px;
  }
  #how-it-works .hiw-card {
    height: auto;
  }

  #how-it-works-bgImage .hiw-card {
    height: auto;
  }
  #how-it-works .hiw-card h4 {
    margin-bottom: 20px;
  }

  #how-it-works-bgImage .hiw-card h4 {
    margin-bottom: 20px;
  }
  #how-it-works .row [class^="col-"]:last-child {
    display: flex;
    flex-direction: column-reverse;
  }

  #how-it-works-bgImage .row [class^="col-"]:last-child {
    display: flex;
    flex-direction: column-reverse;
  }

  #how-it-works .arrow.top,
  #how-it-works .arrow.bottom {
    transform: rotate(-50deg);
    margin: 20px auto;
    display: flex; /* left: 50%; */
    height: 70px;
    width: 70px;
  }

  #how-it-works-bgImage .arrow.top,
  #how-it-works-bgImage .arrow.bottom {
    transform: rotate(-50deg);
    margin: 20px auto;
    display: flex; /* left: 50%; */
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 575px) {
  #how-it-works .title-wrapper h2 {
    margin-bottom: 20px;
  }

  #how-it-works-bgImage .title-wrapper h2 {
    margin-bottom: 20px;
  }
}
/* Services Section */
#services > p {
  margin-bottom: 76px;
}
#services .service-bx {
  position: relative;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 25px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
#services .service-bx:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#services .service-bx > .backgroundverificationsservices {
  font-size: 55px;
  line-height: 55px;
  color: #676668;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
#services .service-bx h4 {
  font-size: 19px;
  color: #04040484;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#icon-hover-color:hover .bg-arrow-change {
  background-color: #039de5 !important;
  color: white;
}

#services .service-bx p {
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#services .service-bx:hover p {
  opacity: 1;
}
#services .service-bx:hover > .backgroundverificationsservices {
  color: var(--primaryColor);
}
#services .service-bx:hover h4 {
  color: var(--headingColor);
}
#services .service-bx .icon-circle {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: fit-content;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#services .service-bx .icon-circle .material-symbols-outlined {
  font-size: 15px;
  line-height: 15px;
  display: inline;
}
#services .service-bx:hover .icon-circle {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  transform: translateX(10px);
  color: #fff;
}
#services .service-bx .position-bottom {
  position: absolute;
  bottom: 25px;
}
#services .icon-circle-link {
  text-decoration: none;
}
#services .icon-circle-link .icon-circle .icon,
#services .icon-circle-link p {
  color: rgb(64, 64, 64);
}
#services .icon-circle-link .service-bx:hover .icon-circle .icon {
  color: #fff;
}

#feature1 {
  cursor: default !important;
}

#feature2 {
  cursor: default !important;
}

.content-wrapper {
  cursor: default !important;
}
@media (max-width: 1399px) {
  #services .service-bx > i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  #services .service-bx h4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #services {
    background: url("../img/services/bg-mobile.png") right top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

@media (min-width: 769px) {
  #services {
    background: url("../img/services/bg.png");
    background-size: cover;
  }
}

#home-page #feature2 {
  padding: 0;
}
#clients-page .feature,
#services-page .feature {
  overflow: hidden;
}
.feature {
  overflow: hidden;
}
.feature .content-wrapper {
  height: 100%;
  display: grid;
  align-content: center;
}
.feature .content-wrapper .btn {
  width: fit-content;
}
.feature .image-wrapper img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .feature .image-wrapper {
    position: relative;
    width: 100%;
  }
  #feature1 .image-wrapper,
  #feature3 .image-wrapper {
    left: -5%;
  }
  #feature2 .image-wrapper {
    right: -5%;
  }
}
@media (max-width: 767px) {
  #feature2 .row {
    flex-direction: column-reverse;
  }
  .feature .image-wrapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  #services-page .feature .section-desc {
    margin-bottom: 0px;
  }
}

/* About2 Section */
#about2 {
  background-color: var(--bg-green);
  background-size: cover;
}
#about2 .col-left {
  display: flex;
  align-items: center;
}
#about2 .circle {
  border-radius: 200px;
  border-bottom: 2px solid #44af49;
  background: #fff;
  width: 300px;
  height: 300px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 20px;
  margin-left: auto;
}
#about2 .circle:nth-child(2) {
  margin-left: 0;
  height: 250px;
  width: 250px;
}
#about2 .circle:not(:first-child) {
  margin-top: -100px;
}

@media (max-width: 768px) {
  #about2.bgMap {
    background: url("../img/sec-bg-map-mobile.jpg") center center no-repeat;
  }
}
@media (min-width: 769px) {
  #about2.bgMap {
    background: url("../img/sec-bg-map.jpg") center center no-repeat;
  }
}

@media (max-width: 1199px) {
  #about2 .circle {
    height: 275px;
    width: 275px;
  }
  #about2 .circle:nth-child(2) {
    height: 225px;
    width: 225px;
  }
  #about2 .circle:not(:first-child) {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  #about2 .col-left {
    text-align: center;
    margin-bottom: 20px;
    height: 100%;
  }
  #about2 .col-right {
    max-width: 450px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #about2 .circle {
    height: 250px;
    width: 250px;
  }
  #about2 .circle:nth-child(2) {
    height: 200px;
    width: 200px;
  }
  #about2 .circle:not(:first-child) {
    margin-top: -50px;
  }
  #about2 .col-right {
    max-width: 400px;
    margin: auto;
  }
  #about2 .circle h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #about2 .circle {
    height: 225px;
    width: 225px;
  }
  #about2 .circle:nth-child(2) {
    height: 175px;
    width: 175px;
  }
  #about2 .circle:not(:first-child) {
    margin-top: -50px;
  }
}
@media (max-width: 380px) {
  #about2 .circle {
    height: 200px;
    width: 200px;
  }
  #about2 .circle:nth-child(2) {
    height: 150px;
    width: 150px;
  }
  #about2 .circle:not(:first-child) {
    margin-top: -20px;
  }
  #about2 .col-right {
    max-width: 350px;
    margin: auto;
  }
}
/* #about2 {overflow: hidden;}
    #about2 .card {text-align: start;border-radius: 20px;overflow: hidden;transition: all .3s ease-in-out;}
    #about2 .card:hover {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
    #about2 .card .card-header{text-transform: capitalize;}
    #about2 .card .card-header h4{margin: 0;}
    #about2 .card .card-header,
    #about2 .card .card-body{padding: 30px 40px;}
    #about2 .card .card-body h5{color: var(--headingColor)}
    #about2 .card .card-body p{margin-bottom: 2rem;}
    #about2 .card .card-body p:last-child{margin-bottom: 0;}
    @media(max-width:991px){
    #about2 .card {margin: 0 auto 20px;}
    }
    @media(max-width:767px){
    #about2 .card{max-width: 375px;}
    } */
#partner {
  background: var(--bg-green);
  cursor: default !important;
}

/* #stats { padding: 0; }
    #stats .col-lg-4:nth-child(2) li { position: relative; padding-left: 25px; }
    #stats .col-lg-4:nth-child(2) li i { position: absolute; left: 2px; }
    #stats .col-lg-4 { padding: 50px 38px; position: relative; }
    #stats .col-lg-4:last-child img { object-fit: contain; max-width: 100%; position: relative; }
    #stats .col-lg-4:last-child h4 { position: absolute; top: 50px; }
    #stats h4 { max-width: 300px; margin-bottom: 34px; }
    #stats h5 { font-size: 22px; font-weight: 600; }
    #stats .col-6:first-child p { margin-bottom: 30px; }
    #stats li { line-height: 1.7; }
    #stats li i { color: #939598; } */

/* Testimonial Section */
/* #testimonial {
  background: var(--bg-green) url("../img/testimonial/testimonial-bg.svg");
  background-size: cover;
  cursor: default !important;
} */
#testimonial p {
  margin-bottom: 4px;
  display: -webkit-box;
  /* -webkit-line-clamp: 6; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: default !important;
}
#testimonial .owl-item .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px !important;
  height: 400px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

#testimonial .owl-item .item:hover {
  box-shadow: 0 4px 30px 10px rgba(65, 64, 66, 0.12);
}
#testimonial .owl-stage-outer {
  overflow-y: visible;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#testimonial .user-info {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 38px;
}
#testimonial .user-info img {
  height: 75px;
  width: auto;
}
#testimonial .user-info h5 {
  font-size: 19px;
  font-weight: 600;
  color: var(--headingColor);
}
#testimonial .user-info h5 ~ span {
  color: #939598;
  font-size: 14px;
  font-weight: 700;
}
#testimonial .testi-title {
  margin-bottom: 16px;
  color: var(--primaryColor);
}

#report .owl-nav button,
#testimonial .owl-nav button {
  color: var(--lightGrey);
  line-height: 1.5rem;
  position: relative;
  font-size: 0;
}
#report .owl-nav button:hover,
#testimonial .owl-nav button:hover {
  background-color: transparent;
  color: var(--contentColor);
}
#report .owl-nav .owl-prev span,
#report .owl-nav .owl-next span,
#testimonial .owl-nav .owl-prev span,
#testimonial .owl-nav .owl-next span {
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  width: 50px;
  height: 50px;
}
#report .owl-nav .owl-prev span::before,
#report .owl-nav .owl-next span::after,
#testimonial .owl-nav .owl-prev span::before,
#testimonial .owl-nav .owl-next span::after {
  font-family: "Material Symbols Outlined";
  font-size: 24px;
}
#report .owl-nav .owl-prev span::before,
#testimonial .owl-nav .owl-prev span::before {
  content: "\e5c4";
}
#report .owl-nav .owl-next span::after,
#testimonial .owl-nav .owl-next span::after {
  content: "\e5c8";
}

#report .owl-carousel.owl-drag .owl-item {
  transition: all 0.3s ease-in-out;
}

.verification_service_heading {
  color: #322f2c !important ;
  font-weight: 600 !important;
}

@media (max-width: 1199px) {
  #testimonial .owl-item .item {
    width: 100%;
    margin: auto;
    padding: 40px;
  }
  #testimonial .user-info {
    margin-bottom: 25px;
  }
  #testimonial .testi-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #testimonial .owl-item .item {
    width: 414px;
    height: 350px;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  #testimonial .owl-item .item {
    width: 364px;
    padding: 20px;
    height: auto !important;
  }
  #testimonial p {
    margin-bottom: 4px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  a.btn#accept-all {
    margin-top: 5%;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 785px) {
  #testimonial {
    padding: 0px !important;
  }
}

@media (max-width: 375px) and (min-width: 330px) {
  #testimonial .owl-item .item {
    width: 299px;
    height: 400px !important;
  }
  #testimonial p {
    margin-bottom: 4px;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #testimonial p {
    -webkit-line-clamp: 10;
  }
  a.btn#accept-all {
    margin-top: 5%;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 331) {
  #testimonial p {
    -webkit-line-clamp: 10;
  }
}

@media (min-width: 1366px) {
  #testimonial p {
    -webkit-line-clamp: 7;
  }
}

@media (min-width: 1600px) {
  #testimonial .owl-item .item {
    height: 440px;
  }
}
@media (min-width: 1920px) {
  #testimonial .owl-item .item {
    height: 470px;
  }
}

#testimonial.iso-pg {
  background-image: none;
  background-color: #ffffff;
}
#testimonial.iso-pg .bg-jafferjees {
  background: url("../img/testi-bg-jafferjees.jpg") center center no-repeat;
  background-size: cover;
}
#testimonial.iso-pg .bg-express {
  background: url("../img/testi-bg-express.jpg") center center no-repeat;
  background-size: cover;
}
#testimonial.iso-pg .bg-amreli {
  background: url("../img/testi-bg-amreli.jpg") center center no-repeat;
  background-size: cover;
}
#testimonial.iso-pg .bg-poonawala {
  background: url("../img/testi-bg-poonawala.jpg") center center no-repeat;
  background-size: cover;
}

#testimonial.iso-pg .testi-carousel-isoPg.owl-carousel .item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0px;
  height: 346px;
  padding: 30px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#testimonial.iso-pg
  .testi-carousel-isoPg.owl-carousel
  .owl-item.active.center
  .item {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}
#testimonial.iso-pg .testi-carousel-isoPg .testi-title,
#testimonial.iso-pg .testi-carousel-isoPg p,
#testimonial.iso-pg .testi-carousel-isoPg .user-info h5,
#testimonial.iso-pg .testi-carousel-isoPg .user-info h5 ~ span {
  color: #ffffff;
}
#testimonial.iso-pg .testi-carousel-isoPg .user-info {
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
}

@media (max-width: 1199px) {
  #testimonial.iso-pg .testi-carousel-isoPg.owl-item .item {
    width: 100%;
    margin: auto;
    padding: 40px;
  }
  #testimonial.iso-pg .testi-carousel-isoPg .user-info {
    margin-bottom: 25px;
  }
  #testimonial.iso-pg .testi-carousel-isoPg .testi-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #testimonial.iso-pg .testi-carousel-isoPg .owl-item .item {
    width: 350px;
    height: 350px;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  #testimonial.iso-pg .testi-carousel-isoPg .owl-item .item {
    width: 300px;
    padding: 20px;
    height: 310px;
  }
}

@media (min-width: 1366px) {
  #testimonial.iso-pg .testi-carousel-isoPg .owl-item .item .user-content {
    width: 70%;
  }
}

@media (min-width: 1600px) {
  #testimonial.iso-pg .testi-carousel-isoPg .owl-item .item {
    height: 400px;
  }
  #testimonial.iso-pg .testi-carousel-isoPg .testi-title,
  #testimonial p,
  #testimonial .user-info h5,
  #testimonial .user-info h5 ~ span {
    font-size: 120%;
  }
  #testimonial .user-info img {
    height: 86px;
  }
}

@media (min-width: 1920px) {
  #testimonial.iso-pg .testi-carousel-isoPg .owl-item .item .user-content {
    width: 60%;
  }
  #testimonial.iso-pg .testi-carousel-isoPg .owl-item .item {
    height: 445px;
    border-radius: 25px;
  }
  #testimonial.iso-pg .testi-carousel-isoPg .testi-title,
  #testimonial p,
  #testimonial .user-info h5,
  #testimonial .user-info h5 ~ span {
    font-size: 140%;
  }
  #testimonial .user-info img {
    height: 96px;
  }
}

#cta {
  background-color: var(--bg-green);
  padding-top: 80px;
  padding-bottom: 80px;
}
#cta .highlight {
  color: var(--primaryColor);
}
#cta p {
  color: var(--contentColor);
}

#footer {
  cursor: default !important;
}

@media (max-width: 575px) {
  #cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#lp-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
#lp-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  #lp-footer {
    text-align: center;
  }
}

#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: var(--bg-green);
  color: #939598;
  position: relative;
}

#footer .row > [class^="col-"]:not(:last-child) {
  margin-bottom: 25px;
}

#footer #affiliatesLogo img {
  height: 80px;
}

#footer hr {
  width: 80px;
  background-color: rgba(96, 98, 105, 0.75);
  margin: 20px 0;
  border-width: 2px;
}
#footer h5 {
  color: var(--primaryColor);
  font-weight: 600;
  margin-bottom: 10px;
}
#footer li {
  margin-bottom: 10px;
}
#footer li:last-child {
  margin-bottom: 0;
}
#footer .gap {
  height: 30px;
}
#footer li:hover,
#footer a:hover {
  color: var(--primaryColor) !important;
}
#footer .social a {
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  line-height: 32px;
  height: 36px;
  width: 36px;
  text-align: center;
  border: 1px solid #939598;
  font-size: 22px;
}
#footer .social a:hover {
  border-color: var(--primaryColor);
}
#footer .social a svg path {
  transition: all 0.2s ease-in-out;
}
#footer .social a:hover svg path {
  fill: var(--primaryColor);
}
@media (max-width: 991px) {
  #footer li .material-symbols-outlined {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  #footer h5,
  #footer li {
    margin-bottom: 10px;
  }
  #footer .gap {
    height: 20px;
  }
  #cta .btn {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  #footer {
    padding-bottom: 35px;
  }
}

#content1 {
  padding-top: 0;
  cursor: default !important;
}
#content1 h3 {
  padding-right: 50px;
}
#content1.report-content1,
#content1.faq-content1 {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  #content1 h3 {
    padding-right: 0px;
  }
}
#content2 {
  background: #fff url(../img/content/left-web-bg.svg) left center no-repeat;
  background-size: cover;
}
#content2 .content-inner {
  height: 100%;
  display: grid;
  place-content: center;
}
#content2 .content-inner .btn {
  width: fit-content;
}
#content2 .image-wrapper img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #content2 .image-wrapper {
    position: relative;
  }
  #content2 .image-wrapper {
    right: -5%;
  }
}
@media (max-width: 767px) {
  #content h3 {
    margin-bottom: 20px;
  }
}

/* .round-icon-text-holder .icon-bx { display: grid; background: var(--bg-gray); border-radius: 50%; width: 200px; height: 200px; margin: 0 auto 15px; padding: 10px; box-shadow: rgba(0, 0, 0, .05) 0 0 0 1px; transition: all.2s ease-in-out; } */
/* .round-icon-text-holder .icon-bx:hover { box-shadow: rgba(149, 157, 165, .2) 0 8px 24px; } */
/* .round-icon-text-holder .icon-bx span { display: inline-block; background-color: #fff; border-radius: 50%; justify-content: center; text-align: center; font-size: 2.5rem; vertical-align: middle; padding: 3.8rem; } */

.criminal-verification-process.img-wrapper {
  position: relative;
}
.criminal-verification-process.img-wrapper .btn {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%);
}
@media (max-width: 991px) {
  .criminal-verification-process.img-wrapper .btn {
    padding: 8px 12px;
    font-weight: 500;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .criminal-verification-process.img-wrapper .btn {
    padding: 8px;
    font-weight: 500;
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .criminal-verification-process.img-wrapper .btn {
    padding: 5px 8px;
    font-weight: 400;
    font-size: 8px;
  }
}

@media (min-width: 1200px) {
  #partner .local-watchlist-row .custCol {
    width: 20%;
  }
}

/* #partner { background-color: #ECF7EC; } */
#partner .partner-bx {
  padding: 25px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  margin: 0 auto 25px;
  border: 2px solid #254493;
  transition: all 0.2s ease-in-out;
}
#partner .partner-bx:hover {
  background-color: #fff;
  border-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
#partner [class^="col-"]:last-child .partner-bx {
  margin-bottom: 0;
}
#partner .partner-bx h4 {
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
#partner .partner-bx .icon {
  margin-bottom: 75px;
  position: relative;
  display: flex;
  margin-left: auto;
  width: fit-content;
}
#partner .partner-bx h4,
#partner .partner-bx .icon {
  color: #254493;
}
#partner .partner-bx .icon {
  height: 70px;
}
#partner .partner-bx .material-symbols-outlined {
  font-size: 70px;
}
#partner .local-watchlist-row .partner-bx {
  width: 200px;
  max-width: 100%;
  height: 200px;
  padding: 20px 10px;
}
#partner .local-watchlist-row .partner-bx h4 {
  font-size: 20px;
}
#partner .local-watchlist-row .partner-bx:hover h4,
#partner .international-watchlist-row .partner-bx:hover h4 {
  color: var(--blue);
}
.team {
  cursor: default !important;
}

.team-card {
  cursor: default !important;
}
@media (max-width: 1399px) {
  #partner .partner-bx {
    padding: 20px;
    aspect-ratio: 1 / 1;
  }
  #partner .partner-bx .icon {
    margin-bottom: 60px;
    height: 80px;
  }
  #partner .partner-bx .material-symbols-outlined {
    font-size: 80px;
  }
  #partner .partner-bx h4 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  #partner .international-watchlist-row .partner-bx {
    width: 230px;
    height: 230px;
  }
  #partner .international-watchlist-row .partner-bx .icon {
    margin-bottom: 50px;
  }
  #partner .international-watchlist-row .partner-bx h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #partner .partner-bx {
    aspect-ratio: 1 / 1;
  }
  #partner .partner-bx .icon {
    margin-bottom: 55px;
  }
}

#team h2 {
  margin-bottom: 36px;
}
#team .team-card {
  position: relative;
  margin: 0 auto 150px;
  max-width: 350px;
}
#team .team-card figure {
  width: 350px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 14px;
}
#team .team-card figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
/* #team .team-card img { width: 100%} */
/* #team .team-card  img { -webkit-transform: rotate(15deg) scale(1.4); transform: rotate(9deg) scale(1.2); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } */
/* #team .team-card:hover img { -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1); } */

#team .team-card .team-info {
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 30px 10px rgba(65, 64, 66, 0.12);
  border-radius: 0 20px 20px;
  width: 85%;
  position: absolute;
  bottom: -155px;
}
#team .team-card .team-info span {
  display: inline-block;
  margin-bottom: 15px;
}
#team .team-card .team-info p {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  #team .team-card .team-info {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  #team .team-card {
    margin-bottom: 125px;
  }
  #team .team-card .team-info {
    padding: 20px;
    bottom: -100px;
  }
  #team .team-card .team-info h4 {
    font-size: 22px;
  }
  #team .team-card .team-info span {
    margin-bottom: 10px;
  }
  #team .team-card .team-info p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #team .team-card .team-info {
    padding: 15px;
    width: 90%;
  }
  #team .team-card .team-info h4 {
    font-size: 20px;
  }
  #team .team-card .team-info span,
  #team .team-card .team-info p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #team .team-card {
    margin-bottom: 110px;
  }
  #team .team-card .team-info {
    padding: 20px;
    bottom: -85px;
  }
}

.continuous-monitoring-page #feature1,
#about-page #feature1 {
  padding-top: 100px;
  padding-bottom: 35px;
}
.continuous-monitoring-page #feature2,
#about-page #feature2 {
  padding-top: 35px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .continuous-monitoring-page #feature1,
  #about-page #feature1 {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .continuous-monitoring-page #feature2,
  #about-page #feature2 {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}

#content4 {
  background-color: var(--bg-green);
  cursor: default !important;
}
.icon-bx {
  display: grid;
  background-color: #fff;
  border-radius: 50%;
  border-bottom: 2px solid #44af49;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px;
  transition: all.2s ease-in-out;
  place-items: center;
}
.icon-bx:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.icon-bx span.material-symbols-outlined {
  font-size: 80px;
  transition: all 0.2s ease-in-out;
}
.icon-bx:hover span.material-symbols-outlined {
  color: var(--primaryColor);
  transform: scale(1.1);
}
#content4 h4 {
  text-align: center;
  font-weight: 400;
  color: var(--headingColor);
}
#emp-check #content4 {
  padding-top: 0;
}
#emp-check #content4 .icon-bx {
  background-color: var(--bg-green);
}
#emp-check #content4 .icon-bx:hover {
  background-color: #fff;
}
#emp-check #content4 .icon-bx span {
  font-size: 2.3rem;
  color: var(--headingColor);
}
#emp-check #content4 .icon-bx:hover span {
  transform: scale(1.1);
}

@media (max-width: 1399px) {
  .icon-bx {
    width: 180px;
    height: 180px;
  }
  .icon-bx span.material-symbols-outlined {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .icon-bx {
    width: 150px;
    height: 150px;
  }
  .icon-bx span.material-symbols-outlined {
    font-size: 70px;
  }
  #emp-check #content4 .icon-bx span {
    font-size: 2rem;
  }
  #content4 h4 {
    margin-bottom: 20px;
  }
}
#stats2 {
  cursor: default !important;
}

#services-page #stats2 {
  text-align: center;
  background: var(--bg-green) url(../img/content/how-it-works-bg.svg) left
    bottom no-repeat;
  background-size: cover;
}
#services-page #stats2 .col-md-4 {
  position: relative;
}
#services-page #stats2 .col-md-4::after {
  content: "";
  opacity: 0.16;
  background: #676668;
  width: 2px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#services-page #stats2 .col-md-4:last-child:after {
  content: none;
}
#services-page #stats2 .fs-4 {
  color: var(--contentColor);
}
@media (max-width: 1399px) {
  #services-page #stats2 h3 {
    font-size: 75px;
  }
  #services-page #stats2 .fs-4 {
    font-size: 22px !important;
  }
}
@media (max-width: 1199px) {
  #services-page #stats2 h3 {
    font-size: 70px;
  }
  #services-page #stats2 .fs-4 {
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  #services-page #stats2 h3 {
    font-size: 60px;
  }
  #services-page #stats2 .fs-4 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  #services-page #stats2 .col-md-4:not(:last-child) .fs-4 {
    margin-bottom: 30px;
  }
  #services-page #stats2 .col-md-4::after {
    height: 2px;
    width: 50%;
    top: unset;
    bottom: 10px;
    left: 0;
    margin: auto;
  }
}

#refChart {
  background-color: #fff;
  max-width: 100%;
  border-radius: 5px;
}
/* #report-page #report .report-bx { border: 6px solid #D0D0D0; border-radius: 20px; padding: 30px; margin-bottom: 60px; } */
#report-page #report .report-bx img {
  width: 100%;
}
#report-page #report .btn {
  margin: auto;
  display: flex;
  width: fit-content;
}

#faq .accordion-item {
  border: none;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#faq .accordion-button {
  position: static;
}
#faq .accordion-button:not(.collapsed) {
  color: #44af49;
}
#faq .accordion-item .accordion-bx {
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}
#faq .accordion-button {
  font-size: 19px;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}
#faq .accordion-button,
#faq .accordion-button:not(.collapsed) {
  background: transparent;
  transition: 0.2s ease-in-out;
  box-shadow: none !important;
}
#faq .accordion-button:focus {
  box-shadow: none;
}
#faq .accordion-body {
  padding: 0 0 20px 0;
}
#faq .accordion-button::after {
  content: "\e145";
  background-image: none;
  font-family: "Material Symbols Outlined";
  color: #322f2c;
  font-size: 25px;
  line-height: 25px;
}
#faq .accordion-button:not(.collapsed)::after {
  content: "\e15b";
  background-image: none;
}

#contact-page #contact-form {
  background-color: var(--bg-green);
}
#contact-page #contact-form h4 {
  color: var(--headingColor);
}
#contact-page #contact-form .locationLink {
  text-decoration: none;
}
#contact-page #contact-form .location {
  color: rgb(64, 64, 64);
  text-decoration: none;
  display: block;
  width: fit-content;
}
#contact-page #contact-form .col-left > p:not(:last-child),
#contact-form .col-left h2 {
  margin-bottom: 40px;
}

#contact-page #contact-form #form {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.15);
}
#contact-page #contact-form #form input,
#contact-page #contact-form #form textarea {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
#content-map {
  cursor: default;
}
#contact-page #content-map .col-left {
  display: flex;
  align-items: center;
}
#contact-page #content-map .col-right {
  text-align: end;
}
#contact-page #content-map img {
  max-height: 250px;
}

#contact-page #contact-form #form input:focus,
#contact-page #contact-form #form textarea:focus {
  box-shadow: none;
  border-color: #dadada;
}
#contact-page #map {
  padding-top: 0;
}
.contact-page-map-img {
  background: url(../img/techexonsMapLocation.png) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 250px;
}

@media (max-width: 1199px) {
  #contact-page #contact-form #form {
    padding: 35px;
  }

  #contact-page #contact-form .col-left > p:not(:last-child),
  #contact-form .col-left h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #contact-page #contact-form .col-left > p:not(:last-child),
  #contact-form .col-left h2 {
    margin-bottom: 20px;
  }

  #contact-page #content-map img {
    max-height: 150px;
    margin: 20px auto 0;
    display: flex;
  }
  #contact-page #content-map .title {
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  #contact-page #contact-form #form {
    padding: 25px;
  }
}

@media (max-width: 575px) {
}
#watchlist p {
  margin-bottom: 36px;
}
#watchlist .watchlist-bx {
  padding: 20px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  background: linear-gradient(223.84deg, #f2f2f2 7.36%, #d2d2d2 99.99%);
  border-radius: 20px;
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#watchlist .watchlist-bx:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
#watchlist .watchlist-bx .icon {
  display: flex;
  margin: auto;
  margin-bottom: 75px;
}
#watchlist .watchlist-bx h4 {
  color: var(--contentColor);
  margin-bottom: 0;
  text-align: center;
}

#timeline .container > img {
  display: flex;
  margin: 50px auto 0;
}

#timeline .row {
  position: relative;
}
#timeline .timeline-item {
  margin-bottom: 40px;
  display: grid;
  align-items: center;
}
#timeline .timeline-item .num {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  width: 40px;
  line-height: 30px;
  display: inline-block;
  border: 5px solid var(--blue);
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  color: var(--blue);
  transition: all.2s ease-in-out;
}
#timeline .timeline-col:not(:last-child) .timeline-item .num:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 80px;
  border-left: 2px dotted var(--blue);
  left: 45%;
}
#timeline .timeline-item h4 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
#timeline .timeline-col.active .timeline-item h4 {
  font-size: 26px;
}
#timeline .timeline-col:nth-child(odd) .timeline-item {
  padding-left: 40px;
}
#timeline .timeline-col:nth-child(even) .timeline-item {
  padding-right: 40px;
}
#timeline .timeline-col:nth-child(even) .timeline-item h4 {
  text-align: end;
}
#timeline .timeline-col.active .timeline-item .num {
  font-size: 16px;
  width: 50px;
  line-height: 50px;
  background-color: var(--blue);
  border: none;
  color: #fff;
}
#timeline .btn {
  margin: auto;
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  #timeline .container > img {
    margin-top: 20px;
  }
  #timeline .timeline-col .timeline-item {
    padding-left: 100px !important;
    padding-right: 0 !important;
  }
  #timeline .timeline-col .timeline-item h4 {
    text-align: left !important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  #timeline .timeline-col.active .timeline-item h4 {
    font-size: 24px;
  }
  #timeline .timeline-item .num {
    right: unset;
    left: 50px;
  }
  #timeline .timeline-col.active .timeline-item .num {
    left: 45px;
  }
}
@media (max-width: 575px) {
  #timeline .timeline-col .timeline-item {
    padding-left: 60px !important;
  }
  #timeline .timeline-col.active .timeline-item .num {
    left: 5px;
  }
  #timeline .timeline-item .num {
    left: 10px;
    font-size: 12px;
    border-width: 3px;
    width: 30px;
    line-height: 24px;
  }
  #timeline .timeline-col.active .timeline-item .num {
    left: 8px;
    font-size: 15px;
    width: 35px;
    line-height: 35px;
  }
  #timeline .timeline-item {
    margin-bottom: 30px;
  }
}
#content3 {
  background-color: var(--bg-green);
  cursor: default !important;
}
#content3 .row ul {
  list-style: none;
}
#content3 .row ul li {
  font-size: 18px;
  position: relative;
}
#content3 .row ul li::before {
  content: "";
  background-color: var(--primaryColor);
  -webkit-mask: url(../img/content/tick.svg) no-repeat center;
  mask: url("../img/content/tick.svg") no-repeat center;
  position: absolute;
  height: 22px;
  width: 22px;
  background-size: contain;
  left: -25px;
  top: 3px;
}
#content3 .row ul li:not(:last-child) {
  margin-bottom: 1rem;
}
#content3 .content3-carousel {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1rem;
}

/* #content3 .content3-hero {overflow: hidden;} */
#content3 .content3-hero .col-right {
  display: flex;
  align-items: center;
}
/* #content3 .content3-hero  .col-left .highlight{color: var(--primaryColor); font-weight: inherit; } */
#content3 .content3-hero .col-left {
  display: flex;
  justify-content: start;
}
#content3 .content3-hero .col-left .image-wrapper {
  position: relative;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
#content3 .content3-hero .col-left img {
  height: 500px;
}

.line_height {
  line-height: 0 !important;
}

#content3 .content3-hero .col-left .box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  padding: 26px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  font-size: 26px;
  line-height: 1.3;
  color: var(--contentColor);
  top: 10%;
  left: 0;
  width: fit-content;
}
#content3 .content3-hero .col-left .box:last-child {
  text-align: center;
  flex-direction: column;
  top: unset;
  bottom: 5%;
  left: unset;
  right: 0;
  padding: 26px 22px;
  height: 180px;
  width: 180px;
}
#content3 .content3-hero .col-left .box span.material-symbols-outlined {
  color: var(--primaryColor);
  font-size: 30px;
}
#content3
  .content3-hero
  .col-left
  .box:last-child
  span.material-symbols-outlined {
  font-size: 56px;
}
@media (max-width: 1920px) {
  #content3 .content3-hero .col-left .box {
    font-size: 22px;
  }
}

@media (max-width: 1399px) {
  #content3 .content3-hero .col-left img {
    height: 400px;
  }
  #content3 .content3-hero .col-left .box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    font-size: 17px;
  }
  #content3 .content3-hero .col-left .box span.material-symbols-outlined {
    font-size: 22px;
  }
  #content3 .content3-hero .col-left .box:last-child {
    padding: 15px 10px;
    height: 130px;
    width: 130px;
  }
  #content3
    .content3-hero
    .col-left
    .box:last-child
    span.material-symbols-outlined {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  #content3 .content3-hero .col-left img {
    height: 350px;
  }
  #content3 .content3-hero .col-left .box:last-child {
    height: 125px;
    width: 125px;
  }
  #content3
    .content3-hero
    .col-left
    .box:last-child
    span.material-symbols-outlined {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  #content3 .content3-hero .col-left img {
    height: 300px;
  }

  #content3 .content3-hero .col-left .box {
    font-size: 13px;
    padding: 10px;
  }
  #content3 .content3-hero .col-left .box span.material-symbols-outlined {
    font-size: 18px;
  }
  #content3 .content3-hero .col-left .box:last-child {
    height: 100px;
    width: 100px;
  }
  #content3
    .content3-hero
    .col-left
    .box:last-child
    span.material-symbols-outlined {
    font-size: 28px;
  }
  #content3 .row ul li {
    font-size: 16px;
  }
  #content3 .row ul li::before {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 767px) {
  #content3 .col-left {
    margin-bottom: 25px;
  }
  #content3 .content3-hero .col-left {
    justify-content: center;
  }
}
@media (max-width: 414px) {
  #content3 .content3-hero .col-left img {
    height: 250px;
  }
}

.icon-wapper-5col {
  background: #fff;
  padding: 20px;
  border-radius: 90px;
  height: 258px;
  width: 190px;
  margin: 20px auto 15px;
  transition: all 0.3s ease-in-out;
}
.icon-wapper-5col:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.icon-wapper-5col .icon-bx {
  height: 135px;
  width: 135px;
}
.icon-wapper-5col .icon-bx img {
  width: 70px;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.icon-wapper-5col:hover .icon-bx img {
  transform: scale(1);
}
.icon-wapper-5col h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .icon-wapper-5col {
    padding: 15px;
    height: 250px;
    width: 165px;
  }
  .icon-wapper-5col .icon-bx {
    width: 130px;
    line-height: 130px;
  }
  .icon-wapper-5col h4 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .icon-wapper-5col .col-6,
  .icon-wapper-5col .col-6 {
    width: 100%;
  }
}
#social-check #content3 .point {
  border-radius: 100px;
  border: 2px solid #e55b3c;
  padding: 20px 30px;
  width: 185px;
  text-align: center;
  margin-bottom: 45px;
}
#social-check #content3 .point {
  border-radius: 100px;
  border: 2px solid #e55b3c;
  padding: 20px 30px;
  width: fit-content;
  margin-bottom: 45px;
}
#social-check #content3 [class^="col-"]:nth-child(2) .point {
  margin-top: 10px;
}
#social-check #content3 .col-md-4:first-child .point {
  margin-left: auto;
}
@media (min-width: 768px) {
  #social-check #content3 .col-md-4:nth-child(2) .point {
    margin: 10px auto;
  }
  #social-check #content3 [class^="col-"]:first-child .point {
    margin-left: auto;
  }
}
@media (max-width: 1399px) {
  #social-check #content3 .point {
    padding: 15px 25px;
    width: 175px;
  }
}
@media (max-width: 1199px) {
  #social-check #content3 .point {
    padding: 10px 20px;
    margin-bottom: 35px;
    width: 165px;
  }
}
@media (max-width: 991px) {
  #social-check #content3 .point {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 25px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .smr-diagram {
    max-width: 320px;
    margin: auto;
  }
}

#tablist {
  cursor: default !important;
  background-color: #f5f9ff !important;
}

#timeline {
  cursor: default !important;
}
/* #tablist h2 { margin-bottom: 26px; }
    #tablist .tab-bx { border-radius: 2px; border: 1px solid #E6E7E8; overflow: hidden; }
    #tablist .nav-tabs { display: flex; justify-content: stretch; }
    #tablist .nav-tabs .nav-link { border-radius: 0; color: var(--headingColor); flex-grow: 1; background: var(--bg-gray); border: 1px solid #E6E7E8; color: #939598; }
    #tablist .nav-tabs .nav-link.active { background-color: var(--primaryColor); color: #fff; border-color: var(--primaryColor); }
    #tablist .tab-bx .tab-content { padding: 20px; } */

#tablist .title {
  padding: 10px 0 10px 20px;
  border-left: 4px solid var(--primaryColor);
  color: var(--headingColor);
}
#tablist .desc {
  margin-top: 15px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  #tablist .title {
    padding: 10px;
    border-left: 3px solid var(--primaryColor);
  }
}
#clients-page .industries-carousel {
  background-color: #eee;
  border-radius: 25px;
  padding: 2rem 0;
}
#clients-page .industries-carousel img {
  height: 100px;
  width: auto;
  margin: auto;
  border-radius: 20px;
}
#clients-page .industries .category .item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 30px 4px rgba(48, 60, 71, 0.05);
  width: 45%;
  padding: 2rem;
  margin-bottom: 20px;
  margin-right: 20px;
}
#clients-page .industries .category .item.card-wide {
  width: 75%;
}
#clients-page .industries .category .item img {
  width: 75%;
}
#clients-page .industries .title-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #clients-page .industries.bg-green .row {
    flex-direction: column-reverse;
  }
  #clients-page .industries .section-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* #rider-verification #tablist { background-color: var(--bg-gray); } */

@media (max-width: 576px) {
  #chart-container > div,
  #chart-container > div canvas {
    max-width: 100% !important;
    width: 400px !important;
    height: 600px !important;
  }
}
/* #terms h3, #privacy-policy h3 { color: var(--primaryColor); } */
#terms h3:not(:first-child),
#privacy-policy h3:not(:first-child) {
  margin-top: 25px;
}
#terms ul li,
#privacy-policy ul li {
  position: relative;
  padding-bottom: 10px;
}

#blog .card {
  border-radius: 15px;
  border-color: #e1e1e1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#blog .card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#blog .card .meta {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
}
#blog .card .card-body {
  padding: 30px 20px 60px 20px;
}
#blog .card .card-title {
  color: var(--headingColor);
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog .card .card-text {
  line-height: 26px;
  font-weight: 400;
  color: #5d666f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog .card .link {
  color: var(--primaryColor);
  font-weight: 600;
  float: right;
  display: inline-flex;
  gap: 5px;
}

.icon-circle-link .icon-circle {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: fit-content;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.icon-circle-link .icon-circle .material-symbols-outlined {
  font-size: 15px;
  line-height: 15px;
  display: inline;
}
#blog .card:hover .icon-circle-link .icon-circle {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  transform: translateX(10px);
  color: #fff;
}

.icon-circle-link .icon-circle {
  text-decoration: none;
}
.icon-circle-link .icon-circle .icon {
  color: rgb(64, 64, 64);
}
#blog .card:hover .icon-circle .icon {
  color: #fff;
}

#blog .card .link .icon {
  transition: all 0.2s ease-in-out;
}
#blog .card .link:hover .icon {
  transform: translateX(5px);
}

@media (max-width: 1199px) {
  #blog .card .card-body {
    padding: 20px 15px 60px 15px;
  }
  #blog .card .meta {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  #blog .card .card-title {
    font-size: 20px;
  }
  #blog .card .card-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #blog .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  #blog .card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 15px 12px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 15px 7px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* .navbar .navbar-nav .nav-link { text-align: center; }  */
  #offcanvasNavbar .offcanvas-header {
    padding: 1rem 1.5rem;
  }
  #offcanvasNavbar .offcanvas-body {
    padding: 1rem 1.5rem;
  }
  #offcanvasNavbar .offcanvas-body .nav-link {
    padding: 1rem 0;
  }
  #offcanvasNavbar .offcanvas-body .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
  }
  .navbar .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #eef2fa;
  }
  .navbar .navbar-nav .nav-item .btn-group {
    display: flex;
    flex-wrap: wrap;
  }
  .navbar .navbar-nav .nav-item .btn-group > a {
    width: 90%;
  }
  .navbar .navbar-nav .nav-item .btn-group > a:nth-child(2) {
    text-align: end;
    width: 10%;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li a {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
    background: transparent;
    transform: translateX(10px);
  }
  .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    content: "\e145";
    transform: rotate(180deg);
    font-family: "Material Symbols Outlined";
    line-height: 1;
    vertical-align: -0.125em;
    color: var(--headingColor);
    border: none;
    margin: 0;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-toggle.show::after {
    content: "\e15b";
    transform: rotate(-180deg);
  }
  #header .cta-btn {
    font-size: 16px;
    margin-top: 1rem;
    width: auto;
    display: flex;
    justify-content: center;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .dropdown-toggle-split + .dropdown-menu {
    top: 54px;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
  }
}
/* @media (min-width: 1440px) {
  .navbar .navbar-nav .nav-link {
    padding: 15px;
  }
} */
@media (max-width: 575px) {
  html,
  body {
    font-size: 14px;
  }
  .navbar-brand {
    max-width: calc(100% - 65px);
  }
  .navbar-brand > img {
    max-width: 100%;
  }
  .container {
    --bs-gutter-x: 2.5rem;
  }
  .gap {
    height: 20px;
  }
}
.font-normal {
  font-weight: 400;
}

.continuous-monitoring-page #content3 .content-inner {
  display: grid;
  place-content: center;
  height: 100%;
  padding-bottom: 70px;
}
.continuous-monitoring-page #content3 {
  background: #fff url(../img/content/right-web-bg.svg) left center no-repeat !important;
  background-size: cover;
}
/* .continuous-monitoring-page #about2 .icon-bx span { display: inline-block; background-color: #fff; border-radius: 50%; justify-content: center; text-align: center; margin-bottom: 5px; } */
/* .continuous-monitoring-page #about2 { background: #ECF7EC; } */
/* .continuous-monitoring-page #about2 .icon-bx:hover { box-shadow: rgba(149, 157, 165, .2) 0 8px 24px; } */
/* .continuous-monitoring-page #about2 .icon-bx { display: grid; background: var(--bg-gray); border-radius: 50%; width: 200px; height: 200px; margin: 0 auto 15px; padding: 10px; box-shadow: rgba(0, 0, 0, .05) 0 0 0 1px; transition: all.2s ease-in-out; } */
.list-inline-custom-for-clients {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicesboxlisting .backgroundverificationsservices {
  font-size: 3.5rem;
}

.why-checkxpert-bx {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}
.why-checkxpert-bx .icon {
  background-color: #254490;
  text-align: center;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.why-checkxpert-bx .icon img {
  width: 80%;
  margin: 10%;
}
.why-checkxpert-bx .txt h5 {
  font-weight: 600;
}
.why-checkxpert-bx .txt p:last-child {
  margin-bottom: 0;
}

.why-checkxpert-bx2 .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.why-checkxpert-bx2 .img img {
  width: 100%;
}
.why-checkxpert-bx2 .img .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #254490;
  color: #ffffff;
  z-index: 1;
  padding: 0 14px;
  line-height: 60px;
}

@media (min-width: 0px) {
  .why-checkxpert-bx {
  }
  .why-checkxpert-bx .icon {
    margin-bottom: 20px;
  }
  .why-checkxpert-bx .icon img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .why-checkxpert-bx > .row {
    display: flex;
    align-items: center;
  }
  .why-checkxpert-bx .icon {
    margin-bottom: 0px;
  }
  .why-checkxpert-bx .icon img {
    width: 80%;
  }
}

.why-checkxpert-bx3 {
  background-color: #e8eefa;
  padding: 20px;
  border-radius: 10px;
}
.why-checkxpert-bx3 .icon {
  /*
  background-color: #254490;
  text-align: center;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  */

  background-color: #254490;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 110px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.why-checkxpert-bx3 .icon img {
  width: 70%;
  margin: 10%;
}
.why-checkxpert-bx3 .txt h5 {
  font-weight: 500;
}
.why-checkxpert-bx3 .txt p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .why-checkxpert-bx3 .icon img {
    max-width: 100px;
    margin: 2%;
  }

  .why-checkxpert-bx3 .icon {
    width: 100%;
    height: 110px;
    margin-bottom: 20px; /* Mobile bottom margin */
  }
}

@media (min-width: 768px) {
  /* Desktop and larger tablets (inherit styles) */
  .why-checkxpert-bx3 .icon img {
    max-width: 100px;
    margin: 2%;
  }

  .why-checkxpert-bx3 .icon {
    width: 100%;
    height: 110px;
  }
}

#sec-future-of-trust {
  background-color: #f5f9ff;
}
#sec-future-of-trust .container {
  position: relative;
}
#sec-future-of-trust .section-title {
  margin-bottom: 180px;
}

#sec-future-of-trust .pic-futureOfTrust {
  width: 90%;
}
#sec-future-of-trust .container .position-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.multiple-cols {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.multiple-cols .custom-col {
  height: 250px;
  color: #fff;
  padding: 30px;
  display: inline-table;
  position: relative;
}
.multiple-cols .custom-col .icon {
  background-color: #ffffff;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
}
.multiple-cols .custom-col .icon span {
  color: #254490;
  font-size: 30px;
  margin: 0 auto;
}
.multiple-cols .custom-col .txt {
  position: absolute;
  bottom: 20px;
  font-size: 150%;
  line-height: 1.2;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .multiple-cols .custom-col {
    height: 200px;
  }
  .multiple-cols .custom-col .txt {
    font-size: 138%;
  }
}

@media (max-width: 1024px) {
  .normal_screen_line_items {
    display: none !important;
  }

  #sec-ourPricing .row .small_screen_line_items {
    display: block !important;
  }
  #ready_to_start_first_column {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .multiple-cols .custom-col {
    height: 220px;
  }
  .multiple-cols .custom-col .txt {
    font-size: 150%;
  }
  #sec-future-of-trust .section-title {
    margin-bottom: 202px;
  }
}

@media (min-width: 1440px) {
  .multiple-cols .custom-col {
    height: 250px;
  }
  .multiple-cols .custom-col .txt {
    font-size: 110%;
  }
  #sec-future-of-trust .section-title {
    margin-bottom: 244px;
  }
}

@media (max-width: 1023px) {
  .multiple-cols .custom-col {
    padding: 16px;
    height: 156px;
  }
  .multiple-cols .custom-col .icon span {
    font-size: 24px;
  }
  .multiple-cols .custom-col .icon {
    width: 44px;
    height: 44px;
  }
  .multiple-cols .custom-col .txt {
    font-size: 94%;
  }
  .multiple-cols {
    width: calc(100% + 16px);
  }
}

@media (max-width: 767px) {
  #sec-future-of-trust .container {
    height: 336px;
  }
  #sec-future-of-trust .pic-futureOfTrust {
    width: 100%;
    max-width: 334px;
    margin: 0 auto;
    display: block;
  }
  #sec-future-of-trust .section-title {
    margin: 30px 0;
    font-size: 30px;
  }
  .multiple-cols .custom-col .txt {
    font-size: 86%;
  }
  .multiple-cols .custom-col {
    padding: 12px;
    height: 142px;
  }
}

@media (max-width: 575px) {
  #sec-future-of-trust .container {
    height: 640px;
  }
  #sec-future-of-trust .section-title {
    text-align: center;
  }
  #sec-future-of-trust .orderFirstCustom {
    order: 1 !important;
  }
  #sec-future-of-trust .orderSecondCustom {
    order: 2 !important;
  }
  #sec-future-of-trust .container .position-bottom {
    width: 285px;
    left: calc(50% - 130px);
    top: 300px;
    bottom: auto;
  }
}
@media (max-width: 480px) {
  #sec-future-of-trust .container {
    height: 660px;
  }
  #sec-future-of-trust .container .position-bottom {
    top: 340px;
  }
}

@media (max-width: 375px) {
  .multiple-cols {
    width: calc(100%);
    margin-left: -1px;
  }
}

.vertical-middle {
  display: flex;
  align-items: center;
  cursor: default;
}

.sentence-change-word .word-change {
  display: inline-block;
  width: 300px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  position: relative;
}
.sentence-change-word .word-change .inner {
  position: absolute;
  animation-name: word-change;
  animation-duration: 13s;
  animation-iteration-count: infinite;
}
.sentence-change-word .word-change .word-item {
  display: block;
}

@keyframes word-change {
  0% {
    margin-top: 0px;
  }
  20% {
    margin-top: -46px;
  }
  40% {
    margin-top: -92px;
  }
  60% {
    margin-top: -138px;
  }
  80% {
    margin-top: -184px;
  }
  99% {
    margin-top: -230px;
  }
  99.00001% {
    margin-top: 0px;
  }
}

@media (max-width: 1023px) {
  #services.services-iso-pg h3.sentence-change-word {
    font-size: 24px;
    line-height: 28px;
  }
  .sentence-change-word .word-change {
    height: 28px;
    line-height: 28px;
  }
  @keyframes word-change {
    0% {
      margin-top: 0px;
    }
    20% {
      margin-top: -28px;
    }
    40% {
      margin-top: -56px;
    }
    60% {
      margin-top: -84px;
    }
    80% {
      margin-top: -112px;
    }
    95% {
      margin-top: -140px;
    }
    96% {
      margin-top: 0px;
    }
  }
}

@media (min-width: 1024px) {
  .services-iso-pg .section-title {
    text-align: center;
  }
}

#sec-error404 {
  padding-top: 0;
}

#sec-error404 {
  padding-top: 0;
}

#return-to-top {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 15px;
  background: var(--primaryColor);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
#return-to-top.show {
  opacity: 1;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

@media (max-width: 1200px) {
  #return-to-top:hover {
    background: var(--primaryColor);
  }
  #return-to-top:hover i {
    color: #fff;
    top: 5px;
  }
}

#consent-form .btn {
  float: right;
}
#consent-form .formfieldLineHeight {
  line-height: 40px;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.grecaptcha-badge {
  bottom: 145px !important;
  z-index: 10;
}

#form.ldPgFrm {
  background-color: rgba(255, 255, 255, 0.9);
  /* border: 1px solid #ced4da; */
  border-radius: 12px;
  /* margin-left: 60px; */
  /* box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2); */
}

@media (min-width: 0px) {
  #form.ldPgFrm {
    padding: 35px;
  }
}
@media (min-width: 1440px) {
  #form.ldPgFrm {
    padding: 50px;
    padding-top: 60px;
  }
}

.mtNeg {
  margin-top: -148px;
}

#sec-ourPricing .toggleSwitch {
  transform: scale(1.2);

  background-color: #0047ff;
  /*border: 1px solid #0047FF;
  
  color: #0047FF;
   */
}
.form-switch .form-check-input:checked,
#sec-ourPricing .toggleSwitch,
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.pricing-card {
  /*width: 470px;*/
  /*max-width: 96%;*/
  border-radius: 20px;
}
.pricing-card .card-body {
  padding: 1rem 0 0 0 !important;
}
.pricing-card.bg-dg {
  background-color: #322f2c;
  color: #fdfdfd;
}
.pricing-card.bg-dg h5,
.pricing-card.bg-dg .card-title,
.pricing-card.bg-dg P {
  color: #fdfdfd;
}

.pricing-card.bg-lg {
  background-color: #ffffff;
  border-color: transparent;
  color: #322f2c;
}

.pricing-card ul li {
  position: relative; /* Needed for proper icon positioning */
  margin-bottom: 1rem;
  font-size: 110%;
  font-weight: 500;
  height: 2.5rem;
}
.first_pricing_columns .pricing-listing-check {
}
.first_pricing_columns ul li {
}

.pricing-card ul li:before {
  content: "";
  /*background: url(../img/check_circle.png) center center no-repeat;*/
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}

.pricing-card .card-body > h4 {
  font-weight: 600;
}

.pricing-card .card-body > p {
  font-size: 110%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pricing-card {
    max-width: 100%;
  }
}

#wa_widget-content .wa_widget-brand-container,
#wa-widget-button.wa_widget-button {
  background-color: #44af49 !important;
}

/* Start Resource Oursourcing5 css */
.bg-lpHeroOutSourcing5 {
  background-image: url(../img/hero-bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-lpHeroOutSourcing5-software {
  background-image: url(../img/bannerSoftware.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-lpHeroOutSourcing5-education {
  background-image: url(../img/bgSoftware.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.concerned-bg {
  background: url(../img/texture-Bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}

@media (max-width: 1700px) and (min-width: 1051px) {
  .concerned-bg {
    background: url(../img/texture-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
  }
}

#lpHeroOutSourcing5 #form.ldPgFrm {
  box-shadow: none;
  margin-left: 0;
}
.form-control {
  border: 1px solid #e1e1e1;
}

#form.ldPgFrm .form-control {
  border-radius: 10px;
}
#form.ldPgFrm .form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
#form.ldPgFrm .btn-check:checked + .btn,
#form.ldPgFrm .btn.active,
#form.ldPgFrm .btn.show,
#form.ldPgFrm .btn:first-child:active,
#form.ldPgFrm :not(.btn-check) + .btn:active {
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}

#form.ldPgFrm #inptMobileNo label#lableformNum1 {
  font-size: 0px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  padding-top: 8px !important;
  width: 100% !important;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  height: 60px !important;
}
.ldPgFrm #lableformNum1 {
  left: auto;
  right: 13px;
  /* background-color: #fff; */
  height: 95%;
  top: 2px;
  width: calc(100% - 99px) !important;
  /*padding-left: 0; */
  /* text-indent: 41px; */
  text-align: left !important;
  transition: all 0.3s ease-in-out;
}
.ldPgFrm #lableformNum1.margin-top--15 {
  margin-top: 0px;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .bg-lpHeroOutSourcing5 {
    background: url(../img/lp-outSourcing5/hero-OutSourcing5-m.jpg);
    /* padding-bottom: 260px; */
  }
  #lpHeroOutSourcing5 .navbar-brand {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }
  #lpHeroOutSourcing5 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #form.ldPgFrm {
    padding: 25px;
  }
  #form.ldPgFrm .form-floating > .form-control:focus,
  #form.ldPgFrm .form-floating > .form-control-plaintext:focus {
  }
  .ldPgFrm #lableformNum1 {
    margin-left: -13px !important;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 1280px) {
  #lpHeroOutSourcing5 #form.ldPgFrm {
    /* margin-left: 60px; */
  }
  .ldPgFrm #lableformNum1 {
    width: calc(100% - 103px) !important;
  }
}

.pricing-card .pricing-listing-check {
}
.pricing-card .pricing-listing-check li:before {
  background: none;
  color: green;
}

.bg-gradient-purple {
  background: linear-gradient(to left, #8e2de2, #4a00e0);
  color: white; /* Text color */

  /*border: 2px solid transparent; /* Initially transparent border */
  /* border-image: linear-gradient(
    to right,
    #8e2de2,
    #4a00e0
  );  */
  border-image-slice: 1; /* Ensure border stretches across */
}
#sec-ourPricing .card-title {
  height: 4rem;
  padding-top: 0.7rem;
}
#sec-ourPricing {
  background-color: #f4f7fa;
}
.pricing-card-popular .card-body {
  background-color: #fff;
}
.pricing-card-popular {
  background: transparent;
}
.pricing-card-normal {
}

/* width: 15rem; */
#sec-ourPricing .row .pricing_columns_normal {
  width: 16em;
}

#sec-ourPricing .row .pricing_columns_normal {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

#sec-ourPricing .row .pricing_columns_popular .card {
  /*height: 656px;*/
  border: none;
  margin-top: -66.19px;
}
.popular-card {
  border: none; /* Remove any existing border */
  position: relative; /* Ensure the pseudo-element is positioned correctly */
}

#sec-ourPricing .row .pricing_columns_popular {
  height: 33.2rem;
}

.pricing-card-first {
  border: none;
  background-color: #f4f7fa;
  margin-top: 4rem;
}

.popular-card {
  border-left: 2px solid #8e2de2;
  border-bottom: 2px solid #8e2de2;
  border-right: 2px solid #8e2de2;
  /* Transparent initial border */
  /* border-image: linear-gradient(
    to right,
    #8e2de2,
    #2c145c
  ); 
  border-image-slice: 1; */
}

.card-popular {
  border-color: blue;
}

#sec-ourPricing .material-symbols-outlined {
  color: blue;
}

#sec-ourPricing .row .small_screen_line_items {
  display: none;
}
#sec-ourPricing .row .normal_screen_line_items {
  display: block;
}
#sec-ourPricing .normal_screen_line_items li:last-child,
#sec-ourPricing .small_screen_line_items li:last-child {
  border: none !important;
}

@media (max-width: 767px) {
  #sec-ourPricing .row .pricing_columns_normal {
    width: 24em;
  }
  #sec-ourPricing .row .small_screen_line_items {
    display: block !important;
  }
  #sec-ourPricing .row .normal_screen_line_items {
    display: none !important;
  }

  #sec-ourPricing .row .pricing_columns_normal .first_pricing_columns_heads {
    display: none;
  }
  #sec-ourPricing .row .first_pricing_columns .first_text_and_info_holder {
    height: unset !important;
  }
  #sec-ourPricing
    .row
    .first_pricing_columns
    .first_text_and_info_holder
    label {
    font-size: 2em;
  }

  #sec-ourPricing .row .pricing_columns_popular {
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  /* #sec-ourPricing .row .pricing_columns_popular{margin-top: 65px;;} */
}
@media (min-width: 1200px) {
  /* #sec-ourPricing .row .pricing_columns_popular{margin-top: 65px;} */
}

section.ctaInsideHero {
  /*
  padding-top: 5.5rem;
  padding-bottom: 3.2rem;
  */
  padding: 4.37rem;
  /*
  padding-top: 50px;
  padding-bottom: 50px; 
  */
  /* margin-top: -235px; */
}
@media (max-width: 767px) {
  section.ctaInsideHero {
    padding-top: 30px;
    padding-bottom: 30px;
    /* margin-top: -252px; */
  }
  .ctaInsideHero h4 {
    text-align: center;
  }
  .ctaInsideHero a.btn {
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 600;
  }
}

.bg-img-whyRemoteHIring {
  background: url(../img/lp-outSourcing5/bgWhyRemoteHiring.jpg) left bottom
    no-repeat;
  background-size: 38%;
}

@media (max-width: 991px) {
  #sec-whyRemoteHIring {
    padding-top: 0;
  }
  .bg-img-whyRemoteHIring {
    background-image: none;
  }
  #sec-whyRemoteHIring h3 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .bg-img-whyRemoteHIring {
    background-size: contain;
    background-position: right 620px bottom;
  }
}
@media (min-width: 1152px) {
  .bg-img-whyRemoteHIring {
    background-position: right 688px bottom;
  }
}
@media (min-width: 1200px) {
  .bg-img-whyRemoteHIring {
    background-position: right 730px bottom;
  }
}
@media (min-width: 1280px) {
  .bg-img-whyRemoteHIring {
    background-position: right 770px bottom;
  }
}
@media (min-width: 1366px) {
  .bg-img-whyRemoteHIring {
    background-position: left bottom;
  }
}
@media (min-width: 1440px) {
  .bg-img-whyRemoteHIring {
    background-size: 38%;
  }
}
@media (min-width: 1600px) {
  .bg-img-whyRemoteHIring {
    background-size: 40%;
  }
}

section.ctalpHeroOutSourcing5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/lp-outSourcing5/hero-OutSourcing5.jpg) center center
    fixed;
  background-size: cover;
}
section.ctalpHeroOutSourcing5.bg2 {
  background-image: url(../img/lp-outSourcing5/cta-bg-2.jpg);
}

.cta_bg_image {
  background-image: linear-gradient(
      rgba(0, 71, 255, 0.9),
      rgba(0, 71, 255, 0.9)
    ),
    url("../img/lp-outSourcing5/cta-bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta_bg_image_dynamic {
  background-image: linear-gradient(
      rgba(0, 71, 255, 0.9),
      rgba(0, 71, 255, 0.9)
    ),
    url("../img/bgImageDynamicCta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

section.ctalpHeroOutSourcing5.bg3 {
  background-image: url(../img/lp-outSourcing5/cta-bg-3.jpg);
}
section.ctalpHeroOutSourcing5.bg4 {
  background-image: url(../img/lp-outSourcing5/cta-bg-4.jpg);
}
section.ctalpHeroOutSourcing5.bg5 {
  background-image: url(../img/lp-outSourcing5/cta-bg-5.jpg);
}
section.ctalpHeroOutSourcing5.bg6 {
  background-image: url(../img/lp-outSourcing5/cta-bg-6.jpg);
}
@media (max-width: 767px) {
  section.ctalpHeroOutSourcing5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.ctalpHeroOutSourcing5 h4 {
    text-align: center;
  }
  section.ctalpHeroOutSourcing5 a.btn {
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  #sec-clientsAroundTheWorld .ptCustom {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  #sec-clientsAroundTheWorld .ptCustom {
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  #sec-clientsAroundTheWorld .ptCustom {
    padding-top: 112px;
  }
}

.bg-img-clientsAroundTheWorld {
  background: url(../img/lp-outSourcing5/BgClientsAroundTheWorld.jpg) center
    center no-repeat;
  background-size: cover;
}

.timelineItem {
  padding-left: 20px;
  position: relative;
}
.timelineItem::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #676668;
  opacity: 40%;
  position: absolute;
  left: -3px;
  top: 3px;
  z-index: 1;
}
.timelineItem.timelineItemNoBor::before {
  height: 0;
}

.timelineItem .timelineBullet {
  position: relative;
}
.timelineItem .timelineBullet:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #039de5;
  position: absolute;
  left: -30px;
  top: 3px;
  z-index: 2;
}

.research-bg-img {
  background-image: url(../img/research-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.client_timeLine_second {
  padding-bottom: 6% !important;
}

@media (max-width: 1024px) and (min-width: 821px) {
  .client_timeline_heading {
    font-size: 16px !important;
  }
  .client_timeLine_second {
    padding-bottom: 8% !important;
  }
  .client_timeLine_img {
    height: 27vh !important;
  }
}

@media (max-width: 820px) and (min-width: 767px) {
  .client_timeLine_second {
    padding-top: 35% !important;
  }
  .client_timeLine_second {
    padding-bottom: 10% !important;
  }
  .client_timeLine_img {
    height: 40vh;
  }
}

@media (max-width: 768px) {
  .client_timeLine_second {
    padding-top: 35% !important;
  }
  .client_timeLine_second {
    padding-bottom: 10% !important;
  }
}

@media (max-width: 820px) {
  .client_timeLine_img {
    height: auto !important;
  }
  .image_center_medium_Screen {
    display: flex !important;
    align-items: center !important;
  }
  .img_struggling_background_verification {
    display: none !important;
  }
}

@media (max-width: 1025px) and (min-width: 577px) {
  #sec-ourPricing .row .pricing_columns_normal {
    width: 22em;
    margin: 2% !important;
  }
}
@media (min-width: 768px) {
  .timelineItem.rightAlign {
    padding-left: 0px;
    padding-right: 20px;
  }
  .timelineItem.rightAlign::before {
    right: -3px;
    left: auto;
  }
  .timelineItem.rightAlign .timelineBullet:before {
    right: -30px;
    left: auto;
  }
}

@media (max-width: 575px) {
  .client_timeLine_second {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
  }

  .we_offer_text {
    font-weight: 600 !important;
    font-size: 22px !important;
  }

  .cta_bg_image {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .cta_bg_image_dynamic {
    text-align: center;
  }

  .cta_btn_start_saving {
    margin-top: 3%;
  }

  .concerned-bg {
    background: url(../img/texture-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
  }
}
.bg-img-ourResourceMatch {
  background: url(../img/lp-outSourcing5/bgOurResourceMatch.jpg) right -72px center
    no-repeat;
  background-size: 42%;
  /*
  background-position: right;
  background-repeat: no-repeat;
  height: 100vh;
  */
}
@media (max-width: 991px) {
  .bg-img-ourResourceMatch {
    background-image: none;
    padding-bottom: 0;
  }
  #sec-ourResourceMatch h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .bg-img-ourResourceMatch {
    background-size: contain;
    background-position: left 620px bottom;
  }
}
@media (min-width: 1152px) {
  .bg-img-ourResourceMatch {
    background-position: left 688px bottom;
  }
}
@media (min-width: 1200px) {
  .bg-img-ourResourceMatch {
    background-position: left 730px bottom;
  }
}
@media (min-width: 1280px) {
  .bg-img-ourResourceMatch {
    background-position: left 770px bottom;
  }
}
@media (min-width: 1366px) {
  .bg-img-ourResourceMatch {
    background-position: right -72px center;
    /*background-position: left 770px bottom; 
    right bottom; */
  }
}
@media (min-width: 1600px) {
  .bg-img-ourResourceMatch {
    background-size: 40%;
  }
}

/* .bg-onboard {
  background-image: url(../img/bg-img-onboard.png);
  background-repeat: no-repeat;
  background-size: cover;
} */

.ourresourcematchyourstandards {
  display: flex;
  justify-content: center;
  align-items: center;
}

#how-it-works.LP-outsourcing5 .arrow {
  height: 56px;
  width: 36px;
}

#how-it-works-bgImage.LP-outsourcing5 .arrow {
  height: 56px;
  width: 36px;
}
#how-it-works.LP-outsourcing5 .title-wrapper h2 {
  margin-bottom: 60px;
}
#how-it-works-bgImage.LP-outsourcing5 .title-wrapper h2 {
  margin-bottom: 60px;
}
#how-it-works.LP-outsourcing5 .hiw-card {
  box-shadow: none;
}

#how-it-works-bgImage.LP-outsourcing5 .hiw-card {
  box-shadow: none;
}
#how-it-works.LP-outsourcing5 .hiw-card .material-symbols-outlined {
  font-size: 52px;
  height: 84px;
}

#how-it-works-bgImage.LP-outsourcing5 .hiw-card .material-symbols-outlined {
  font-size: 52px;
  height: 84px;
}
#how-it-works.LP-outsourcing5 .hiw-card {
  border-bottom-color: #0047ff;
}

#how-it-works-bgImage.LP-outsourcing5 .hiw-card {
  border-bottom-color: #0047ff;
}
#how-it-works.LP-outsourcing5 .hiw-card .icon {
  display: block;
  height: 84px;
  width: 50px;
}
#how-it-works-bgImage.LP-outsourcing5 .hiw-card .icon {
  display: block;
  height: 84px;
  width: 50px;
}
#how-it-works.LP-outsourcing5 .hiw-card .icon img {
  width: 50px;
  height: 50px;
}

#how-it-works-bgImage.LP-outsourcing5 .hiw-card .icon img {
  width: 50px;
  height: 50px;
}
#how-it-works.LP-outsourcing5 .hiw-card span {
  display: block;
  height: 48px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}

#how-it-works-bgImage.LP-outsourcing5 .hiw-card span {
  display: block;
  height: 48px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}

#how-it-works.LP-outsourcing5 .hiw-card:hover span {
  transform: scale(1.2);
  transform-origin: center center;
}

#how-it-works-bgImage.LP-outsourcing5 .hiw-card:hover span {
  transform: scale(1.2);
  transform-origin: center center;
}

@media (max-width: 991px) {
  #how-it-works.LP-outsourcing5 .title-wrapper h2 {
    margin-bottom: 20px;
  }

  #how-it-works-bgImage.LP-outsourcing5 .title-wrapper h2 {
    margin-bottom: 20px;
  }
  #how-it-works.LP-outsourcing5 .arrow {
    height: 40px;
    width: 26px;
  }

  #how-it-works-bgImage.LP-outsourcing5 .arrow {
    height: 40px;
    width: 26px;
  }
  #how-it-works.LP-outsourcing5 .hiw-card {
    height: auto;
  }

  #how-it-works-bgImage.LP-outsourcing5 .hiw-card {
    height: auto;
  }
  #how-it-works.LP-outsourcing5 .arrow.top,
  #how-it-works.LP-outsourcing5.arrow.bottom {
    transform: rotate(-50deg);
    margin: 20px auto;
    display: flex;
    height: 40px;
    width: 26px;
  }

  #how-it-works-bgImage.LP-outsourcing5 .arrow.top,
  #how-it-works-bgImage.LP-outsourcing5.arrow.bottom {
    transform: rotate(-50deg);
    margin: 20px auto;
    display: flex;
    height: 40px;
    width: 26px;
  }

  #how-it-works-bgImage.LP-outsourcing5 .arrow.top,
  #how-it-works-bgImage.LP-outsourcing5.arrow.bottom {
    transform: rotate(-50deg);
    margin: 20px auto;
    display: flex;
    height: 40px;
    width: 26px;
  }
}

#testimonial.lp-outsourcing5 .owl-item .item:hover {
  box-shadow: none;
}
#testimonial.lp-outsourcing5 .owl-item .item {
  border: 1px solid #e1e1e1;
}
#testimonial.lp-outsourcing5 {
  background-image: none;
  background-color: #f5f9ff;
}
#testimonial.lp-outsourcing5 .testi-title {
  color: #0047ff;
  font-weight: 500;
}
#testimonial.lp-outsourcing5 .owl-carousel .owl-dots.disabled,
#testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: -73px;
  right: 55px;
}
@media (max-width: 991px) {
  #testimonial.lp-outsourcing5 h2 {
    text-align: center;
  }
  #testimonial.lp-outsourcing5 .owl-carousel .owl-dots.disabled,
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 102px;
  }
}
@media (min-width: 1200px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 32px;
  }
}
@media (min-width: 1280px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 77px;
  }
}
@media (min-width: 1366px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 120px;
  }
}
@media (min-width: 1440px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 62px;
  }
}
@media (min-width: 1600px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 144px;
  }
}
@media (min-width: 1920px) {
  #testimonial.lp-outsourcing5 .owl-carousel .owl-nav.disabled {
    right: 302px;
  }
}

/* .icon_cirle_remote {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #abc2fc;
}

.circle_icon_size {
  position: absolute;
  font-size: 18px !important;
  transform: translate(-108%, 35%);
} */
/* 
@media (max-width: 575px) {
  .circle_icon_size {
    position: absolute;
    font-size: 8px !important;
    transform: translate(-108%, 35%);
  }
} */

.bg-img-ourPricing {
  cursor: default;
}

.hire_remote_text {
  cursor: default;
}

.hire_now {
  cursor: default;
}

.client_around {
  cursor: default;
}

.clients_around_list {
  cursor: default;
}

.resource_match {
  cursor: default;
}

.skip_traning {
  cursor: default;
}

.srart_saving_cursor {
  cursor: default;
}

.cursor_default {
  cursor: default;
}

.align_width_mob_input {
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: white;
}
.iconBgCircle {
  position: relative;
}

.iconBgCircle:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #abc2fc;
  position: absolute;
  border-radius: 100px;
  right: -4px;
  z-index: -1;
}
@media (max-width: 768px) {
  .iconBgCircle:before {
    top: 10px;
  }
  .iconBgCircle .fs-1 {
    font-size: calc(1.375rem + 4.5vw) !important;
  }
}

@media (max-width: 800px) {
  .iconBgCircle:before {
    top: -8px !important;
  }
}
/* #perfect-working-environment .content-wrapper:hover{transform: scale(0.8); z-index: 5;} */
/*
#perfect-working-environment .content-wrapper{position: relative; transition: all 0.3s ease-in-out; z-index: 1;}
#perfect-working-environment .content-wrapper .textOverly{position: absolute; width: 100%; height: 100%; padding:30px; color:#fff; text-align: center; font-size: 26px; font-weight: 500;}
@media (min-width:768px) {
  #perfect-working-environment .content-wrapper .textOverly{font-size:16px;} 
}
@media (min-width:1024px) {
  #perfect-working-environment .content-wrapper .textOverly{font-size:22px;} 
}
@media (min-width:1366px) {
  #perfect-working-environment .content-wrapper .textOverly{font-size:26px;} 
}
@media (min-width:1920px) {
  #perfect-working-environment .content-wrapper .textOverly{font-size: 32px;} 
}

#perfect-working-environment .content-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

#perfect-working-environment .content-wrapper img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

#perfect-working-environment .content-wrapper img:hover {
  transform: scale(1.1);
}

#perfect-working-environment .textOverly {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  width: 80%;
  z-index: 1; 
}
*/
#perfect-working-environment .content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; /* Make sure the width is 100% of the container */
  height: 100%; /* Maintain the height of the container */
  transition: all 0.3s ease-in-out;
}

#perfect-working-environment .content-wrapper img {
  transition: transform 0.3s ease; /* Smooth transition for the zoom effect */
  display: block; /* Ensures the image is block level and fits its container */
  width: 100%; /* Make the image fit the width of the container */
  height: auto; /* Maintain the aspect ratio of the image */
}

/* Zoom effect on hover */
#perfect-working-environment .content-wrapper:hover img {
  transform: scale(1.1); /* Adjust the scale value as needed */
}

#perfect-working-environment .content-wrapper .textOverly {
  position: absolute; /* Position the overlay text absolutely within the content wrapper */
  top: 50%; /* Center the text vertically */
  left: 50%; /* Center the text horizontally */
  transform: translate(-50%, -50%); /* Ensure the text is perfectly centered */
  color: white; /* Adjust text color as needed */
  background-color: rgba(
    0,
    0,
    0,
    0
  ); /* Optional: add a semi-transparent background to the text */
  padding: 10px; /* Optional: add padding for better readability */
  text-align: center; /* Center the text */
  width: 80%; /* Optional: adjust width to control text wrapping */
  z-index: 1; /* Ensure the text stays above the image */
  pointer-events: none; /* Ensure the hover effect applies to the image */
}

@media (min-width: 768px) {
  #perfect-working-environment .content-wrapper .textOverly {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  #perfect-working-environment .content-wrapper .textOverly {
    font-size: 22px;
  }
}

@media (min-width: 1366px) {
  #perfect-working-environment .content-wrapper .textOverly {
    font-size: 26px;
  }
}

@media (min-width: 1920px) {
  #perfect-working-environment .content-wrapper .textOverly {
    font-size: 32px;
  }
}

body.modal-open {
  overflow: hidden;
}
.modal {
  z-index: 1050; /* Ensure a high z-index */
}
body.modal-open {
  padding-right: 0 !important;
}

#getACallBackPopFrm {
  z-index: 999999;
}
#getACallBackPopFrm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 88888888;
}
#getACallBackPopFrm.modal.show .modal-dialog {
  z-index: 99999999;
}
#getACallBackPopFrm .modal-content {
  overflow: hidden;
  border-radius: 16px;
}
#getACallBackPopFrm .btn-close {
  background-image: none !important;
  background-color: #000;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  align-items: center;
  right: 10px;
  opacity: 1;
  position: absolute;
  top: 10px;
  z-index: 5;
}
#getACallBackPopFrm .btn-close .icon {
  color: #fff;
  font-size: 22px;
}

#getACallBackPopFrm #form.ldPgFrm {
  padding: 0;
  border: 0;
  box-shadow: none;
  margin-left: 0;
}
#getACallBackPopFrm #form.ldPgFrm .form-floating > .form-control,
#getACallBackPopFrm #form.ldPgFrm .form-floating > .form-control-plaintext {
  /* padding: 2rem 0.75rem; */
}
#getACallBackPopFrm #form.ldPgFrm .btn {
  padding: 1.2rem 0.75rem;
}

/* Close Resource Oursourcing5 css */

#default-cookies {
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  position: fixed;
  padding: 15px 0;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
  z-index: 99999;
}
#default-cookies .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
#default-cookies .cookie-text {
  font-size: 86%;
}
#default-cookies .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
}
#default-cookies a:hover {
  text-decoration: none;
}
#default-cookies .btn.btn-outline-slide.blue2.bg-white {
  border: 1px solid #0047ff;
}
a.btn#customize-cookie {
  width: 194px;
}
a.btn#reject-all {
  width: 116px;
}
a.btn#accept-all {
  width: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icon-cookies {
  width: 38px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 55555;
  display: inline-block !important;
  display: none;
}

#default-cookies-popup {
  z-index: 99999;
}
#default-cookies-popup:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
}
#default-cookies-popup .modal-dialog {
  z-index: 888888888;
}
#default-cookies-popup .accordion-header {
  display: flex;
  align-items: center;
}
#default-cookies-popup .accordion-header .action {
  width: 30%;
  text-align: end;
}
#default-cookies-popup .accordion-header {
  display: flex;
  align-items: center;
}
#default-cookies-popup .accordion-header .action .form-check {
  display: inline-block;
}
#default-cookies-popup .accordion-header .action .form-check-input {
  border: 2px solid var(--primaryColor);
}
#default-cookies-popup .accordion-header .action .form-check-input:focus {
  box-shadow: none;
}
#default-cookies-popup
  .accordion-header
  .action
  .form-check-input:checked[type="checkbox"] {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="m6 10 3 3 6-6"/%3e%3c/svg%3e
  );
}
#default-cookies-popup .accordion-header .action .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
#default-cookies-popup .modal-body {
  height: 50vh;
  overflow-y: auto;
  font-size: 86%;
}
#default-cookies-popup .accordion-button {
  color: var(--headingColor);
}
#default-cookies-popup .accordion-button::after {
  display: none;
}
#default-cookies-popup .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: 4px;
  content: "+";
  transition: var(--bs-accordion-btn-icon-transition);
  margin-left: 0;
}

#default-cookies-popup .accordion-button:not(.collapsed)::before {
  content: "-";
}
#default-cookies-popup .accordion-button:focus {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: var(--headingColor);
}
.cookie-text {
  padding-bottom: 9px;
  cursor: default;
}
@media (max-width: 991px) {
  #default-cookies .cookie-text {
    /* margin-bottom: 30px; */
    text-align: center;
  }
  #default-cookies .cookie-buttons {
    text-align: center;
  }
}
.justify-content-lg-end {
  justify-content: flex-end !important;
}

.dcmp-div {
  color: #d9d9d9;
}

.btn-primary1 {
  color: #fff;
  background-color: var(--primaryColor1);
  border-color: var(--primaryColor1);
}

.btn-outline-primary1 {
  border-color: var(--primaryColor1);
  color: var(--primaryColor1);
}

.btn-primary1:hover,
.btn-outline-primary1:hover {
  background-color: #0069d8 !important;
  border-color: #0069d8 !important;
  color: white;
}

.btn-success {
  color: #fff;
  background-color: var(--succesColor);
  border-color: var(--succesColor);
}

.btn-outline-success {
  border-color: var(--succesColor);
  color: var(--succesColor);
}

.btn-success:hover,
.btn-outline-success:hover {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white;
}

.btn-white-btn-perple {
  color: #573097;
  background-color: var(--whiteColor);
  border-color: var(--whiteColor);
}

.btn-outline-white-perple {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.btn-white-btn-perple:hover,
.btn-outline-white:hover {
  background-color: #f2f2f2 !important;
  border-color: #fff !important;
  color: #573097;
}

.btn-white-btn-green {
  color: #28a745;
  background-color: var(--whiteColor);
  border-color: var(--whiteColor);
}

.btn-outline-white-green {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.btn-white-btn-green:hover,
.btn-outline-green:hover {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #28a745;
}

.btn-white-btn-blue {
  color: #fff;
  background-color: var(--blueColor);
  border-color: var(--blueColor);
}

.btn-outline-white-blue {
  border-color: var(--blueColor);
  color: var(--blueColor);
}

.btn-white-btn-blue:hover,
.btn-outline-blue:hover {
  background-color: #00008b !important;
  border-color: #00008b !important;
  color: #fff;
}

.btn-white-btn-white-background_extended {
  background-color: #0047ff;
  color: var(--whiteColor);
  border-color: #0047ff;
  border: 3px solid #0047ff;
}

.btn-white-btn-white-background_extended:hover {
  background-color: #0241e3;
  color: var(--whiteColor);
  border-color: #0241e3;
  border: 3px solid #0047ff;
}

.btn-outlined-btn-white-background_extended {
  background-color: transparent;
  color: #0047ff;
  border-color: #0047ff;
  border: 2px solid #0047ff;
}

.btn-outlined-btn-white-background_extended:hover {
  background-color: #0047ff;
  color: var(--whiteColor);
  border-color: #0047ff;
  border: 2px solid #0047ff !important;
}

.btn-white-btn-white-background {
  color: #0047ff;
  background-color: var(--whiteColor);
  border-color: var(--whiteColor);
}

.btn-outline-white-background {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.btn-white-btn-white-background:hover,
.btn-outline-white-background:hover {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #0047ff;
}

/* Gray Background */
.btn-white-btn-gray-background {
  color: #f2f2f2;
  background-color: #676668;
  border-color: #676668;
}

.btn-outline-gray-background {
  border-color: #676668;
  color: #676668;
}

.btn-white-btn-gray-background:hover,
.btn-outline-gray-background:hover {
  background-color: #322f2c !important;
  border-color: #322f2c !important;
  color: #f2f2f2;
}

/* body.modal-open {
  overflow: hidden !important;
  width: 100%;
  position: fixed;
} */

.modal-open {
  overflow: hidden;
}

.text_ready_none {
  color: transparent !important;
  user-select: none !important;
}

last may add ho ga css k 
 /* body.modal-open {
  overflow: hidden !important;
  width: 100%;
  position: fixed;
} */

.modal-open {
  overflow: hidden;
}

.text_ready_none {
  color: transparent !important;
  user-select: none !important;
}

.card_title {
  color: #322f2c;
  font-weight: 600;
  font-size: 22px;
}

.card_resources {
  color: #322f2c !important;
  font-size: 16px;
  font-weight: 400;
}

.card_amount {
  color: #322f2c !important;
  font-weight: 500;
  font-size: 38px;
  margin: 0px !important;
}

.card_month_price {
  color: #322f2c !important;
  font-size: 12px !important;
  margin: 0px !important ;
}

.card_month_yearly {
  color: #0047ff !important;
  font-size: 12px !important;
  margin: 0px !important ;
}

#wa-btn-wrapper {
  position: fixed;
  bottom: 80px; /* Adjust based on your design */
  right: 27px; /* Adjust the position */
  background-color: #16be45;
  border-radius: 50%; /* Fully round initially */
  z-index: 999999;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  width: 45px; /* Initial width of the button */
  display: flex; /* Aligns icon and text horizontally */
  align-items: center; /* Centers the icon vertically */
  text-align: center;
  transition: all 0.3s ease;
}

#wa-btn-wrapper:hover {
  width: 150px; /* Expand the button on hover from left to right */
  border-radius: 40px; /* Change the shape smoothly */
  cursor: pointer;
}

#wa-btn-wrapper::after {
  content: "WhatsApp Us";
  color: white;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}

#wa-btn-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
  text-wrap: nowrap;
}
/* 
#wa-btn-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.start-chat {
  display: none; 
  color: white;
  font-size: 16px;
  margin-left: 10px;
  line-height: 50px;
}

#wa-btn-wrapper:hover .start-chat {
  display: inline-block; 
  transition: opacity 0.3s ease-in-out;
  opacity: 1; */
/* } */

/* remote hiring */
