@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.joinTeam {
  background-color: #f5f6fa;
  display: none;
}

.gx-4 {
  --bs-gutter-x: 2rem !important;
}
a {
  text-decoration: none !important;
}
.was-validated .form-control:invalid {
  background-image: none !important;
}

.bg-light-neutral {
  background: #f5f6fa;
}

.partner-icon {
  width: auto !important;
  text-align: center;
  margin: 0 auto;
  display: flex;
}

.partner-icon img{
  max-height: 42px;
}

.slick-track {
  display: flex !important;
}

.process-tab-img {
  height: 120px;
  width: 120px;
  margin: auto;
}

.submit-color-btn {
  border-radius: 12px;
  padding: 0px 72px 21px 72px;
}
.submit-btn {
  border: none;
  border-radius: 12px;
  padding: 22px 72px 21px 72px;
  background-color: #008dff;
  color: white;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.invalid-feedback {
  padding-top: 8px;
}
#statusMessage {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#statusMessage.show {
  opacity: 1;
  max-height: 100px;
}

.loading-icon {
  width: 25px;
  height: 25px;
  position: relative;
}
.loading-icon .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 4px solid #e5e6e2;
  border-radius: 50%;
  z-index: 5;
}
.loading-icon .icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid #006199;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: circle-rotate 0.75s both linear infinite;
}
@keyframes circle-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error {
  margin-top: 8px;
  color: #e30000;
  font-size: 14px;
  line-height: 16px;
}
.title-lg {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 1.04px;
}
.title-lg-text {
  color: #333;
  padding: 20px 0;
}
.title-sm {
  font-size: 1.75rem;
  color: #333;
  font-weight: 500;
  line-height: 158%;
  letter-spacing: 0.56px;
  opacity: 0.7;
}
.title {
  font-size: 1.5rem;
}
.title-color {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.highlighted-text {
  color: #008dff;
}
.common-padding {
  padding: 128px 85px;
}
.expects {
  padding: 128px 85px;
}
.common-top-padding {
  padding-top: 80px;
}

.details {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 182%;
  letter-spacing: 0.44px;
}
.details-text {
  color: #333;
}
.banner {
  background-color: #008dff;
}
.banner-img {
  background-image: url("../images/banner.jpg");
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1)  0%,
    rgba(0, 0, 0, .77)  30%,
    rgba(143, 143, 143, 0.25) 94.68%

  );
}

.banner-content {
  padding-top: 690px;
  padding-bottom: 280px;
  padding-left: 85px;
  padding-right: 100px;
}
.banner-details {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 158%;
  letter-spacing: 0.48px;
  opacity: 0.7;
  padding-top: 32px;
  padding-bottom: 8px;
}
.banner-people-img {
  width: 550.291px;
  height: 631px;
  position: absolute;
  bottom: 0%;
  right: 6%;
  transform: translate(0%, 0%);
}

.expect-details {
  color: #fff;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 0px !important;
}
.nav-item {
  border-radius: 12px 12px 0px 0px !important;
  border-top: 1px solid rgba(51, 51, 51, 0.15) !important;
  border-right: 1px solid rgba(51, 51, 51, 0.15) !important;
  border-left: 1px solid rgba(51, 51, 51, 0.15) !important;
}

.nav-tabs .nav-link {
  border: 0 !important;
}
.nav-link.active .benefits-text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.48px;
}
.nav-link.active svg path {
  fill: white;
}
.nav {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  --bs-nav-link-padding-x: 32px !important;
  --bs-nav-link-padding-y: 28px !important;
}

.tabContainer {
  width: 100%;
  height: 350px;
}
.tabContainer .buttonContainer {
  height: 15%;
}
.tabContainer .buttonContainer button {
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.36px;
  background: transparent;
  padding: 24px 32px;
  border-radius: 12px 12px 0px 0px;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-right: 1px solid rgba(51, 51, 51, 0.15);
  border-left: 1px solid rgba(51, 51, 51, 0.15);
}
.tabContainer .tabPanel {
  margin-top: 37px;
  background-color: gray;
  color: white;
  box-sizing: border-box;
  display: none;
  padding: 40px 32px;
}
.tab-pane {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.benefit-img {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 24px;
}

.career-growth {
  overflow: hidden;
  position: relative;
}
.career-growth-title {
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #fff;
  padding: 24px;
  cursor: pointer;
}

.career-growth-details {
  text-align: center;
  position: absolute;
  color: #000;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  padding: 24px;
  border-radius: 12px;
  background: #f8fcff;
  box-shadow: 0px 24px 50px 0px rgba(0, 141, 255, 0.08);
}
.career-growth-details-title {
  padding-bottom: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.career-growth-details-text {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.32px;
}

.career-growth:hover {
  border: 0;
}
.career-growth:hover .career-growth-details {
  top: 0;
}
.single-testimonial {
  padding: 40px 28px;
}
.testimonial-img {
  width: 76%;
  position: relative;
}
.reviewer-img {
  width: 162.917px;
  height: 195.5px;
  border-radius: 7.743px 7.743px 30.325px 7.743px;
  background: #008dff;
}
.clone {
  position: absolute;
  top: 4%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.testimonial-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}
.reviewer-name {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 25px;
  padding-top: 24px;
  padding-bottom: 9px;
}
.reviewer-designation {
  color: #687497;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
}
.testimonial {
  padding-top: 80px;
}

.job-offers {
  padding: 32px;

  border-radius: 15px;
  background: var(--BG-Color-1, #fff);
  box-shadow: 0px 54px 50px 0px rgba(67, 67, 68, 0.07);
}
.job-title {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.job-location {
  padding-top: 24px;
  padding-bottom: 24px;
}
.position-title {
  color: #858a8f;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.position {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.btn-outline-primary {
  --bs-btn-color: #008dff !important;
  --bs-btn-border-color: #008dff !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008dff !important;
  --bs-btn-hover-border-color: #008dff !important;
}
.btn {
  --bs-btn-padding-y: 22px !important;
  --bs-btn-font-size: 18px !important;
  --bs-btn-font-weight: 600 !important;
  --bs-btn-line-height: 25px !important;

  border-radius: 12px !important;
}
.detail-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.contact {
  position: relative;
}
.contact-form {
  position: absolute;
  z-index: 1;
  right: 100px;
}
.contact-details {
  border-radius: 15px;
  background: var(--Color-4, #fff);
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  padding: 34px 40px;
}
.form-label {
  color: #1d263a;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 11px 24px !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 28px !important;
  color: #1d263a !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e1ecf0 !important;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #e1ecf0 !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  letter-spacing: 0.3px;
}
.form-control:focus {
  border-color: #e1ecf0 !important;
  outline: none !important;
  box-shadow: none !important ;
}

.process {
  padding: 12px 24px;
  border-radius: 100px;
  border: 2px solid #bec0ce;
  color: #bec0ce;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.48px;
}
.process-details {
  padding: 48px;
  border-radius: 12px;
  background: #4b96f3;
}
.process-name {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 0.56px;
  padding-bottom: 20px;
}
.process-description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 182%;
  letter-spacing: 0.36px;
}
.process-line {
  padding: 0px 20px;
}
.prev {
  cursor: pointer;
}
.next {
  cursor: pointer;
}
.slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 350px;
  background-color: white;
}

.single-process p {
  padding: 12px 22px;
  border-radius: 100px;
  border: 2px solid #bec0ce;
  color: #bec0ce;
  cursor: pointer;
}

.social-icon {
  text-align: right;
}
.invalid-feedback {
  color: #e30000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.get-in-touch {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 24px;
}
.partner {
  padding-top: 68px;
  padding-bottom: 68px;
}

.timeline-title {
  color: #333;
  text-align: center;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.48px;
  padding-bottom: 8px;
}
.timeline-details {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  padding-bottom: 16px;
}

.timeline-bottom-box .timeline-details {
  padding: 0;
  max-height: 0px;
  transition: max-height 0.5s linear;
  overflow: hidden;
}

.timeline-bottom-box:hover .timeline-details {
  max-height: 120px;
  transition: max-height 0.5s linear;
  overflow: hidden;
}
.timeline-content {
  height: 100%;
  overflow: hidden;
  transform: translateY(120px);
  transition: all linear 0.5s;
}

.top-line:nth-child(3) .timeline-content {
  transform: translateY(95px);
  transition: all linear 0.5s;
}
.top-line:hover .timeline-content {
  transform: inherit;
}

.timeline-item-top {
  display: flex;
  flex-direction: column;
}
.timeline-item-bottom {
  display: flex;
  flex-direction: column-reverse;
}

.timeline-item {
  position: relative;
}

.timeline-top-icon,
.timeline-bottom-icon {
  border-radius: 100px;
  border: 2px solid #4b96f3;
  width: 80px;
  height: 80px;
  line-height: 70px;
}
.top-line:hover .timeline-top-icon,
.top-line:hover .timeline-bottom-icon {
  border: 2px solid #4b96f3;
  background-color: #4b96f3;
}
.top-line:hover .timeline-top-icon svg path {
  fill: white;
}

.timeline-box {
  max-height: 100%;
  height: 590px;
}

.timeline-box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  background-color: #008dff;
}

.timeline-bottom-box .timeline-item {
  transform: scaleY(-1);
}
.timeline-bottom-box p,
.timeline-bottom-box .timeline-top-icon {
  transform: scaleY(-1);
}
.timeline-bottom-box::before {
  content: " ";
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #008dff;
  left: 47%;
  top: -48px;
  background-color: #008dff;
  position: absolute;
}
.timeline-bottom-box::after {
  content: " ";
  height: 23px;
  width: 3px;
  position: absolute;
  left: 50%;
  top: -23px;
  background-color: #008dff;
}

.top-line {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 390px;
  text-align: center;
  cursor: pointer;
}

.top-line:nth-child(3) {
  top: 25%;
}

.timeline-bottom-box {
  top: 56%;
}

.top-line:nth-child(1) {
  left: 0%;
}
.top-line:nth-child(2) {
  left: 32%;
  transform: translateX(-50%);
}
.top-line:nth-child(3) {
  left: 50%;
  transform: translate(-50%, -51%);
}
.top-line:nth-child(4) {
  left: 68%;
  transform: translateX(-50%);
}
.top-line:nth-child(5) {
  right: 0%;
}

.top-line::before {
  content: " ";
  height: 25px;
  width: 25px;
  border-radius: 100%;
  left: 47%;
  bottom: -40px;
  background-color: #4b96f3;
  position: absolute;
}
.top-line::after {
  content: " ";
  height: 23px;
  width: 3px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  background-color: #4b96f3;
}

.benefits-text {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

.gy-xl-3 {
  --bs-gutter-y: 0.9rem;
}
/*Activities Image*/
.activities-img {
  border-radius: 10px;
}

/* Activities Grid Section For Large Screen*/
.activities-grid {
  /* margin: 0px 80px; */
  display: flex;
  gap: 10px;
  padding: 40px 0;
}

.activities-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.activity-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
@media screen and (min-width: 767.99px) {
  .activities-grid-small-screen {
    display: none;
  }
  .activities-grid {
    display: flex;
  }
}
/* Responsive layout for tablet and mobile */
@media screen and (max-width: 992px) {
  .activities-grid-small-screen {
    /* margin: 30px 30px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    gap: 10px;
  }
  .activities-grid {
    display: none;
  }
  .activities-small-screen-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1620px !important;
  }
}

@media (max-width: 1699.98px) {
  /* common  */

  .common-padding {
    padding: 76px 44px;
  }
  /* banner */
  .banner-content {
    padding-top: 430px;
    padding-bottom: 180px;
    padding-left: 85px;
    padding-right: 0;
  }
  .banner-people-img {
    width: auto;
    height: auto;
    right: 3%;
  }
  .single-testimonial {
    padding: 10px 0;
  }
  .testimonial-text {
    font-size: 15.5px;
  }
  .testimonial-img {
    width: 100%;
  }
  .reviewer-name {
    padding-top: 24px;
    padding-bottom: 2px;
  }
  .testimonial-text {
    font-size: 14px;
    line-height: 160%;
  }
  .contact-form {
    position: absolute;
    z-index: 1;
    right: 50px;
  }
  .process {
    padding: 12px 22px;
    border-radius: 100px;
    border: 2px solid #bec0ce;
    color: #bec0ce;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 1499.98px) {
  #floatingButton {
    height: 79px;
    padding: 23.5px 20px;
    gap: 23.5px;
    border-radius: 78.5px;
  }
  #floatingButton .brand-logo img {
    width: 156.5px;
  }
  #floatingButton .floatingButton-nav-item {
    max-width: 51px;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 50px;
    height: 44.5px;
  }
  #floatingButton .floatingButton-nav-item img {
    width: 20px;
  }
  #floatingButton .floatingButton-nav-item span {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 13.93px;
    letter-spacing: 0px;
  }
  .expects {
    padding: 75px 85px;
  }
}

@media (max-width: 1399.98px) {
  .process-line {
    padding: 0px 10px;
  }
  .common-padding {
    padding: 64px 54px;
  }
  .expects {
    padding: 64px 54px;
  }

  .banner-content {
    padding-top: 530px;
    padding-left: 54px;
    padding-right: 20px;
  }
  .title-lg {
    font-size: 45px;
  }
  .details {
    font-size: 18px;
  }
  .timeline-container {
    display: flex;
    justify-content: center;
  }
  .top-line {
    text-align: left;
    width: 400px;
    position: initial;
    transform: none;
    padding-left: 33px;
    padding-top: 30px;
    cursor: none;
  }
  .timeline-content {
    transform: inherit;
  }
  .top-line:nth-child(3) .timeline-content {
    transform: inherit;
  }
  .timeline-item-bottom {
    flex-direction: column;
  }
  .timeline-title {
    text-align: left;
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 150%;
  }
  .timeline-details {
    font-size: 14px;
    line-height: 182%;
    letter-spacing: 0.28px;
  }

  .timeline-top-icon,
  .timeline-bottom-icon {
    text-align: center;
  }

  .top-line.d-inline-block {
    display: block !important;
  }
  .timeline-bottom-box .timeline-item {
    transform: initial;
  }
  .timeline-bottom-box p,
  .timeline-bottom-box .timeline-top-icon {
    transform: initial;
  }
  .top-line .timeline-details {
    max-height: 100%;
  }
  .timeline-box {
    max-height: 1530px !important;
    height: 103%;
  }
  .timeline-box::before {
    width: 4px;
    height: 100%;
  }

  .timeline-item {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-line::before {
    bottom: inherit;
    top: 56px;
    left: -11px;
  }
  .top-line::after {
    height: 3px;
    width: 23px;
    bottom: inherit;
    /* top: 12px; */
    left: 17px;
  }
  .top-line:nth-child(1)::after {
    bottom: inherit;
    top: 68px;
    left: 12px;
  }

  .top-line:nth-child(2)::before {
    bottom: inherit;
    top: 345px;
    left: -10px;
  }
  .top-line:nth-child(2)::after {
    bottom: inherit;
    top: 355px;
    left: 10px;
  }
  .top-line:nth-child(2) {
    transform: none;
  }
  .top-line:nth-child(3)::before {
    bottom: inherit;
    top: 640px;
    left: -10px;
  }
  .top-line:nth-child(3)::after {
    bottom: inherit;
    top: 652px;
    left: 10px;
  }
  .top-line:nth-child(3) {
    transform: none;
  }
  .top-line:nth-child(4)::before {
    bottom: inherit;
    top: 931px;
    left: -10px;
  }
  .top-line:nth-child(4)::after {
    bottom: inherit;
    top: 943px;
    left: 10px;
  }
  .top-line:nth-child(4) {
    transform: none;
  }
  .top-line:nth-child(5)::before {
    bottom: 0;
    top: 1226px;
    left: -10px;
  }
  .top-line:nth-child(5)::after {
    bottom: 0;
    top: 1239px;
    left: 10px;
  }
  .top-line:nth-child(5) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  #floatingButton {
    height: 60px;
    padding: 20px 17px;
    gap: 20px;
    border-radius: 67.5px;
  }
  #floatingButton .brand-logo img {
    width: 135.5px;
  }
  #floatingButton .floatingButton-nav-item {
    max-width: 31px;
    gap: 8px;
    padding: 8.5px 10px;
    border-radius: 50px;
    height: 29.5px;
  }
  #floatingButton .floatingButton-nav-item img {
    width: 16.5px;
  }
  #floatingButton .floatingButton-nav-item span {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 13.93px;
    letter-spacing: 0px;
  }
  .timeline-container {
    display: flex;
    justify-content: center;
  }
  .wellBeing {
    border: 2px solid #008dff;
  }
  .careerGrowth {
    border: 2px solid #ff9e67;
  }
  .familySupport {
    border: 2px solid #f98182;
  }
  .workBlance {
    border: 2px solid #13b5c7;
  }
  .exclusive {
    border: 2px solid #4db546;
  }
  .celebration {
    border: 2px solid #8f9ce2;
  }
  .wellBeing-title {
    color: #008dff;
  }
  .careerGrowth-title {
    color: #ff9e67;
  }
  .familySupport-title {
    color: #f98182;
  }
  .workBlance-title {
    color: #13b5c7;
  }
  .exclusive-title {
    color: #4db546;
  }
  .celebration-title {
    color: #8f9ce2;
  }
  .timeline-title {
    text-align: left;
  }
  .top-line {
    text-align: left;
    width: 400px;
    position: initial;
    transform: none;
    padding-left: 33px;
    padding-top: 30px;
  }
  .timeline-content {
    transform: inherit;
  }
  .top-line:nth-child(3) .timeline-content {
    transform: inherit;
  }
  .timeline-item-bottom {
    flex-direction: column;
  }
  .timeline-title {
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 150%;
  }
  .timeline-details {
    font-size: 14px;
    line-height: 182%;
    letter-spacing: 0.28px;
  }

  .timeline-top-icon,
  .timeline-bottom-icon {
    text-align: center;
  }

  .top-line.d-inline-block {
    display: block !important;
  }
  .timeline-bottom-box .timeline-item {
    transform: initial;
  }
  .timeline-bottom-box p,
  .timeline-bottom-box .timeline-top-icon {
    transform: initial;
  }
  .top-line .timeline-details {
    max-height: 100%;
  }
  .timeline-box {
    max-height: 1530px !important;
    height: 103%;
  }
  .timeline-box::before {
    width: 4px;
    height: 100%;
  }

  .timeline-item {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-line::before {
    bottom: inherit;
    top: 56px;
    left: -11px;
  }
  .top-line::after {
    height: 3px;
    width: 23px;
    bottom: inherit;
    /* top: 12px; */
    left: 17px;
  }
  .top-line:nth-child(1)::after {
    bottom: inherit;
    top: 68px;
    left: 12px;
  }

  .top-line:nth-child(2)::before {
    bottom: inherit;
    top: 345px;
    left: -10px;
  }
  .top-line:nth-child(2)::after {
    bottom: inherit;
    top: 355px;
    left: 10px;
  }
  .top-line:nth-child(2) {
    transform: none;
  }
  .top-line:nth-child(3)::before {
    bottom: inherit;
    top: 640px;
    left: -10px;
  }
  .top-line:nth-child(3)::after {
    bottom: inherit;
    top: 652px;
    left: 10px;
  }
  .top-line:nth-child(3) {
    transform: none;
  }
  .top-line:nth-child(4)::before {
    bottom: inherit;
    top: 931px;
    left: -10px;
  }
  .top-line:nth-child(4)::after {
    bottom: inherit;
    top: 943px;
    left: 10px;
  }
  .top-line:nth-child(4) {
    transform: none;
  }
  .top-line:nth-child(5)::before {
    bottom: 0;
    top: 1226px;
    left: -10px;
  }
  .top-line:nth-child(5)::after {
    bottom: 0;
    top: 1239px;
    left: 10px;
  }
  .top-line:nth-child(5) {
    transform: none;
  }
  .title-lg {
    font-size: 2.3rem;
  }
  .banner-img {
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-size: cover;
  }
  .banner-content {
    padding-top: 405px;
    padding-bottom: 90px;
    padding-left: 54px;
    padding-right: 20px;
  }
  .banner-people-img {
    position: static;
    margin-top: 30px;
  }

  .testimonial {
    padding-top: 20px;
  }
  .expects {
    padding: 40px 54px;
  }
  .details {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  #floatingButton {
    height: 60px;
    padding: 20px 16.5px;
    gap: 20px;
    border-radius: 67.5px;
  }
  #floatingButton .brand-logo img {
    width: 133.5px;
  }
  #floatingButton .floatingButton-nav-item {
    max-width: 31px;
    gap: 8px;
    padding: 8.5px 10px;
    border-radius: 50px;
    height: 29.5px;
  }
  #floatingButton .floatingButton-nav-item img {
    width: 16.5px;
  }
  #floatingButton .floatingButton-nav-item span {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 13.93px;
    letter-spacing: 0px;
  }
  br {
    display: none;
  }
  .top-line:nth-child(2)::before {
    top: 345px;
  }
  .top-line:nth-child(2)::after {
    top: 355px;
  }
  .top-line:nth-child(3)::before {
    top: 642px;
  }
  .top-line:nth-child(3)::after {
    top: 655px;
  }
  .top-line:nth-child(4)::before {
    top: 933px;
  }
  .top-line:nth-child(4)::after {
    top: 944px;
  }
  .top-line:nth-child(5)::before {
    top: 1229px;
  }

  .top-line:nth-child(5)::after {
    top: 1240px;
  }
  .process-name {
    text-align: center;
  }
  .process-description {
    text-align: center;
  }
  .prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
  }
  .img-fluid {
    width: 100% !important;
  }
  .expects {
    padding: 64px 54px 0px 54px;
  }
  .title-lg {
    font-size: 2.25rem;
  }
  .details {
    font-size: 1rem;
  }

  .banner-img {
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-size: cover;
  }
  .banner-content {
    padding-top: 290px;
    padding-bottom: 60px;
    padding-left: 54px;
    padding-right: 0px;
  }
  .banner-people-img {
    position: static;
    margin-top: 40px;
  }

  .single-testimonial {
    padding-top: 40px;
  }
  .contact-us {
    text-align: center;
  }
  .contact-form {
    position: static;
    padding-top: 40px;
  }
  .contact-details {
    padding: 34px 16px;
  }
  .common-top-padding {
    padding-top: 30px;
  }
  .get-in-touch {
    text-align: center;
  }
  .job-offers {
    padding: 20px;
  }
  .job-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .btn {
    --bs-btn-padding-y: 14px !important;
    --bs-btn-font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  #floatingButton {
    height: 46.5px;
    padding: 8.5px 12.5px;
    gap: 15.5px;
  }
  #floatingButton .brand-logo img {
    width: 103.5px;
  }
  #floatingButton .floatingButton-nav-item {
    max-width: 31px;
    gap: 5px;
    padding: 8.5px 10px;
    border-radius: 50px;
    height: 29.5px;
  }
  #floatingButton .floatingButton-nav-item img {
    width: 13px;
  }
  #floatingButton .floatingButton-nav-item span {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 10.93px;
    line-height: 10.93px;
    letter-spacing: 0px;
  }
  .footer-text {
    text-align: center;
  }
  .title-lg {
    font-size: 36px;
  }
  .title {
    font-size: 1rem;
  }
  .details {
    font-size: 1rem;
    font-weight: 400;
    line-height: 182%;
    letter-spacing: 0.32px;
  }

  .common-padding {
    padding: 60px 8px;
  }
  .expects {
    padding: 60px 8px 0 8px;
  }

  .banner-img {
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-size: cover;
    animation: backgroundMove 150s ease-in-out infinite;
  }
  @keyframes backgroundMove {
    0% {
      background-position: center;
    }
    25% {
      background-position: left;
    }
    50% {
      background-position: center;
    }
    75% {
      background-position: right;
    }
    100% {
      background-position: center;
    }
  }
  .banner-content {
    padding-top: 350px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner-details {
    letter-spacing: 0.32px;
  }
  .banner-people-img {
    position: static;
    margin-top: 24px;
  }

  .testimonial-img {
    text-align: center;
  }
  .social-icon {
    text-align: center;
  }
  .top-line {
    width: 350px;
  }
  .top-line:nth-child(2)::before {
    top: 369px;
  }
  .top-line:nth-child(2)::after {
    top: 380px;
  }
  .top-line:nth-child(3)::before {
    top: 668px;
  }
  .top-line:nth-child(3)::after {
    top: 680px;
  }
  .top-line:nth-child(4)::before {
    top: 982px;
  }
  .top-line:nth-child(4)::after {
    top: 994px;
  }
  .top-line:nth-child(5)::before {
    top: 1307px;
  }
  .top-line:nth-child(5)::after {
    top: 1318px;
  }
}

@media (max-width: 575.98px) {
  #floatingButton {
    height: 44px;
    padding: 8px 12px;
    gap: 14.5px;
  }
  #floatingButton .brand-logo img {
    width: 97.5px;
  }
  #floatingButton .floatingButton-nav-item {
    max-width: 31px;
    gap: 5px;
    padding: 8px 10px;
    border-radius: 50px;
    height: 27px;
  }
  #floatingButton .floatingButton-nav-item img {
    width: 12px;
  }
  #floatingButton .floatingButton-nav-item span {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 9.93px;
    line-height: 9.93px;
    letter-spacing: 0px;
  }
  .banner-content {
    padding-top: 359px;
    padding-bottom: 90px;
    padding-left: 8px;
  }
  .title-lg {
    font-size: 1.375rem;
    letter-spacing: 0.48px;
  }
  .title-sm {
    font-size: 0.875rem;
  }
  .title-color {
    font-size: 16px;
  }
  .career-growth-title {
    padding: 16px;
  }
  .career-growth-details {
    padding: 16px;
  }
  .career-growth-details-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.32px;
  }
  .career-growth-details-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 182%;
    letter-spacing: 0.28px;
  }
  .benefit-img {
    height: 40px;
    width: 40px;
  }

  .reviewer {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .reviewer-img {
    width: 81.364px;
    height: 97.75px;
    border-radius: 3.871px 3.871px 15.163px 3.871px;
    background: #008dff;
  }
  .testimonial {
    padding-top: 0;
  }
  .clone {
    top: -6%;
    right: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(50%);
  }
  .single-testimonial {
    text-align: center;
  }
  .img-fluid {
    height: 100% !important;
  }
  .top-line:nth-child(2)::before {
    top: 370px;
  }
  .top-line:nth-child(2)::after {
    top: 382px;
  }
  .top-line:nth-child(3)::before {
    top: 665px;
  }
  .top-line:nth-child(3)::after {
    top: 677px;
  }
  .top-line:nth-child(4)::before {
    top: 980px;
  }
  .top-line:nth-child(4)::after {
    top: 991px;
  }
  .top-line:nth-child(5)::before {
    top: 1306px;
  }
  .top-line:nth-child(5)::after {
    top: 1317px;
  }
}

@media (max-width: 375.98px) {
  #floatingButton {
    height: 44px;
    padding: 8px 12px;
    gap: 38px;
    top: calc(100vh - 44px);
  }
  #floatingButton .brand-logo {
    display: none;
  }
  #floatingButton .floatingButton-nav-item {
    max-width: 31px;
    gap: 5px;
    padding: 8px 10px;
    border-radius: 50px;
    height: 27px;
  }
  #floatingButton .floatingButton-nav-item img {
    width: 12px;
  }
  #floatingButton .floatingButton-nav-item span {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 9.93px;
    line-height: 9.93px;
    letter-spacing: 0px;
  }
  #floatingButton.visible {
    top: calc(100vh - 50px);
    opacity: 1;
  }
  .top-line {
    width: 320px;
    padding-top: 30px;
  }
  .timeline-box::before {
    height: 106%;
  }
  .top-line:nth-child(2)::before {
    top: 365px;
  }
  .top-line:nth-child(2)::after {
    top: 377px;
  }
  .top-line:nth-child(3)::before {
    top: 690px;
  }
  .top-line:nth-child(3)::after {
    top: 702px;
  }
  .top-line:nth-child(4)::before {
    top: 1008px;
  }
  .top-line:nth-child(4)::after {
    top: 1020px;
  }
  .top-line:nth-child(5)::before {
    top: 1331px;
  }
  .top-line:nth-child(5)::after {
    top: 1342px;
  }
  .banner-content {
    padding-top: 375px;
    padding-bottom: 87px;
  }
  .career-growth-title {
    padding: 36px 16px;
  }
  .process-details {
    padding: 30px 16px;
  }
  .process-tab-img {
    height: 60px;
    width: 60px;
    margin: auto;
  }
  .process-name {
    font-size: 24px;
  }
  .process-description {
    font-size: 16px;
  }
}
