@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  overscroll-behavior: none;
  scroll-snap-type: y mandatory;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body #home-page {
  position: relative;
  margin: 0 auto;
}
body #home-page .whatsapp-img-box {
  position: fixed;
  bottom: 8%;
  right: 4%;
  z-index: 15;
  cursor: pointer;
}
body #home-page .whatsapp-img-box span {
  height: 40px;
  width: 40px;
}
body #home-page .whatsapp-img-box span img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #home-page .services-section .services-grid .greyscale-effect {
  filter: grayscale(100%);
}
body #home-page .services-section .services-grid .card:hover .greyscale-effect {
  filter: grayscale(0%);
}
body #home-page .first-banner,
body #home-page .second-banner {
  transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
}
body #home-page .first-banner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  background: transparent;
  transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease, border-radius 0.4s ease;
  transform-origin: top;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 0%);
}
body #home-page .first-banner .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  z-index: 1;
}
body #home-page .get-started-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
}
body #home-page .get-started-section #banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
body #home-page .get-started-section header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  transition: color 0.3s ease;
}
body #home-page .get-started-section header .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
body #home-page .get-started-section header .hamburger .bar {
  height: 3px;
  width: 25px;
  background-color: #000;
  margin: 3px 0;
}
body #home-page .get-started-section header .header-item h3 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 19.41px;
  text-align: center;
  cursor: pointer;
}
body #home-page .get-started-section header .logo {
  text-align: center;
}
body #home-page .get-started-section .nav-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 20px;
  z-index: 12;
}
body #home-page .get-started-section .nav-links .header-item {
  display: none;
}
body #home-page .get-started-section .show {
  display: flex;
}
body #home-page .get-started-section .get-started-content-box {
  position: relative;
  z-index: 11;
  margin-top: 4em;
}
body #home-page .get-started-section .get-started-content-box .get-started-content {
  width: 50%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform-origin: center center;
  transition: transform 0.5s ease;
}
body #home-page .get-started-section .get-started-content-box .get-started-content .banner-heading {
  color: #fff;
  font-family: "Atipla ND", sans-serif;
  font-size: 62px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  width: 75%;
}
body #home-page .get-started-section .get-started-content-box .get-started-content .banner-desc {
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 50%;
}
body #home-page .get-started-section .get-started-content-box .get-started-content .get-started-btn {
  font-family: "Poppins", sans-serif;
  margin-top: 2em;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 45px;
  border-radius: 30px;
  background: linear-gradient(92.6deg, #F36B1C 5.37%, #D41F1E 120.45%);
  color: #fff;
  border: none;
  cursor: pointer;
}
body #home-page .get-started-section .get-started-content-box .star-img {
  position: absolute;
  top: 0px;
  left: 12%;
  width: 70px;
}
body #home-page .get-started-section .bannerObject-left {
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 9;
}
body #home-page .get-started-section .bannerObject-right {
  position: absolute;
  bottom: 19%;
  right: 8%;
  transform: translateX(-50%) !important;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 9;
}
body #home-page .second-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: url(/asset/images/banner-bg-image.svg);
}
body #home-page .second-banner header,
body #home-page .second-banner .get-started-content-box .get-started-content .banner-heading,
body #home-page .second-banner .get-started-content-box .get-started-content .banner-desc {
  color: #000;
}
body #home-page .show {
  display: block;
}
body #home-page .hide {
  display: none;
}
body #home-page .modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body #home-page .modal-overlay .modal-wrapper {
  width: 70%;
  max-width: 600px;
  height: -moz-max-content;
  height: max-content;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  border-radius: 15px;
}
body #home-page .modal-overlay .modal-wrapper .modal-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  padding-top: 0;
}
body #home-page .modal-overlay .modal-wrapper .modal-header-wrapper .close-modal-btn {
  padding: 8px;
  font-size: 15px;
  cursor: pointer;
  background: none;
  border: none;
}
body #home-page .modal-overlay .modal-wrapper .modal-title {
  color: #060606;
  margin: 0;
  font-family: Atipla ND;
  font-size: 32px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -0.02em;
  text-align: left;
}
body #home-page .services-section {
  padding-top: 3em;
  padding-bottom: 4em;
  width: 70%;
  margin: 0 auto;
}
body #home-page .services-section .services-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2em;
}
body #home-page .services-section .services-header h2 {
  color: #060606;
  font-family: Atipla ND;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin: 0;
}
body #home-page .services-section .services-header p {
  color: #F57E39;
  font-family: Atipla ND;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
}
body #home-page .services-section .services-grid {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
body #home-page .services-section .services-grid .card {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  background-color: #F2F5F6;
  padding: 16px 2em;
  transition: all 0.3s ease;
  cursor: pointer;
}
body #home-page .services-section .services-grid .card img {
  border-radius: 12px;
  transition: all 0.4s ease;
}
body #home-page .services-section .services-grid .card .card-content .card-title {
  color: #060606;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  margin: 15px 0;
}
body #home-page .services-section .services-grid .card .card-content .card-description {
  color: #544E4E;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}
body #home-page .services-section .services-grid .card .card-content .learn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #home-page .services-section .services-grid .card .card-content .learn-more .card-link {
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0;
}
body #home-page .services-section .services-grid .card .card-content .learn-more .right-arrow-box {
  display: inline-block;
  width: 17%;
  position: relative;
}
body #home-page .services-section .services-grid .card .card-content .learn-more .right-arrow-box .right-arrow {
  opacity: 0;
  width: 24px;
  position: relative;
  animation: move-arrow 3s linear infinite;
}
@keyframes move-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
body #home-page .services-section .services-grid .card:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}
body #home-page .services-section .services-grid .card:hover .card-link {
  transition: all 0.3s ease;
  color: #F57E39 !important;
}
body #home-page .services-section .services-grid .card:hover .right-arrow {
  transition: all 0.3s ease;
  opacity: 1 !important;
}
body #home-page .services-section .services-grid .services-grid-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
body #home-page .services-section .services-grid .services-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
body #home-page .careers-section {
  padding-top: 3em;
  padding-bottom: 6em;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
body #home-page .careers-section .careers-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2em;
}
body #home-page .careers-section .careers-header h2 {
  color: #060606;
  font-family: Atipla ND;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.02em;
  margin: 0;
}
body #home-page .careers-section .careers-header p {
  color: #F57E39;
  font-family: Atipla ND;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
}
body #home-page .careers-section .carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
}
body #home-page .careers-section .carousel {
  display: flex;
  align-items: stretch;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
body #home-page .careers-section .carousel-item {
  flex: 0 0 auto;
  width: 300px;
  box-sizing: border-box;
  display: flex;
}
body #home-page .careers-section .carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
body #home-page .careers-section .carousel-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
body #home-page .careers-section .carousel-dots .dot.active {
  background-color: #F36B1C;
}
body #home-page .careers-section .card {
  display: flex;
  flex-direction: column;
  background-color: #F2F5F6;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body #home-page .careers-section .card .card-img {
  flex: 0 0 40%;
  width: 100%;
}
body #home-page .careers-section .card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #home-page .careers-section .card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
body #home-page .careers-section .card .card-content .card-header {
  margin-bottom: 10px;
}
body #home-page .careers-section .card .card-content .card-header .card-title {
  margin: 0;
  color: #060606;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: left;
}
body #home-page .careers-section .card .card-content .card-header .card-description {
  margin: 0;
  color: #E5491D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
body #home-page .careers-section .card .card-content .card-details {
  display: flex;
  justify-content: start;
  gap: 25px;
  align-items: center;
}
body #home-page .careers-section .card .card-content .card-details .experience,
body #home-page .careers-section .card .card-content .card-details .location {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
body #home-page .careers-section .card .card-content .card-details .experience .icon,
body #home-page .careers-section .card .card-content .card-details .location .icon {
  height: 25px;
  width: 25px;
}
body #home-page .careers-section .card .card-content .card-details .experience .icon img,
body #home-page .careers-section .card .card-content .card-details .location .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #home-page .careers-section .card .card-content .card-details .experience .content h4,
body #home-page .careers-section .card .card-content .card-details .location .content h4 {
  margin: 0;
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
body #home-page .careers-section .card .card-content .card-details .experience .content h5,
body #home-page .careers-section .card .card-content .card-details .location .content h5 {
  margin: 0;
  color: #544E4E;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
body #home-page .careers-section .card .card-content .card-footer {
  margin-top: auto;
}
body #home-page .careers-section .card .card-content .card-footer .card-button {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 45px;
  border-radius: 30px;
  background: linear-gradient(92.6deg, #F36B1C 5.37%, #D41F1E 120.45%);
  color: #fff;
  border: none;
  cursor: pointer;
}
body #home-page .careers-section .careers-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 12;
}
body #home-page .careers-section .careers-modal-content {
  background-color: #fff;
  height: 70%;
  max-height: 900px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  border-radius: 16px;
  overflow: auto;
}
body #home-page .careers-section .careers-close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 34px;
  cursor: pointer;
}
body #home-page .careers-section .careers-modal-left #careersModalTitle {
  color: #060606;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  margin: 10px 0;
}
body #home-page .careers-section .careers-modal-left #careersModalDescription {
  margin: 0;
  color: #E5491D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
body #home-page .careers-section .careers-modal-left .card-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 40px;
  align-items: center;
  padding: 22px;
  padding-bottom: 0;
}
body #home-page .careers-section .careers-modal-left .card-details .experience,
body #home-page .careers-section .careers-modal-left .card-details .location {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
body #home-page .careers-section .careers-modal-left .card-details .experience .icon,
body #home-page .careers-section .careers-modal-left .card-details .location .icon {
  height: 25px;
  width: 25px;
}
body #home-page .careers-section .careers-modal-left .card-details .experience .icon img,
body #home-page .careers-section .careers-modal-left .card-details .location .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #home-page .careers-section .careers-modal-left .card-details .experience .content h4,
body #home-page .careers-section .careers-modal-left .card-details .location .content h4 {
  margin: 0;
  color: #4F4F4F;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body #home-page .careers-section .careers-modal-left .card-details .experience .content h5,
body #home-page .careers-section .careers-modal-left .card-details .location .content h5 {
  margin: 0;
  color: #060606;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}
body #home-page .careers-section .careers-modal-left .second-title {
  color: #4F4F4F;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body #home-page .careers-section .careers-modal-left #careersResponsibilitiesParagraph,
body #home-page .careers-section .careers-modal-left #careersQualificationsParagraph {
  color: #060606;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
body #home-page .careers-section .careers-modal-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  background-color: #F2F5F6;
}
body #home-page .careers-section .careers-modal-right h4 {
  color: #060606;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
}
body #home-page .careers-section .careers-modal-left,
body #home-page .careers-section .careers-modal-right {
  flex: 1;
  padding: 3% 4%;
}
body #home-page .careers-section .modal-content {
  width: -webkit-fill-available;
  padding: 25px 0px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body #home-page .careers-section .modal-content .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
body #home-page .careers-section .modal-content .custom-dropdown .modal-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  width: 100%;
}
body #home-page .careers-section .modal-content .custom-dropdown .dropdown-icon {
  position: absolute;
  right: 12px;
  top: 48%;
  pointer-events: none;
  background-image: url("/asset//images/Vector 2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
body #home-page .careers-section .modal-content .input-group-container {
  display: grid;
  gap: 30px;
}
body #home-page .careers-section .modal-content .input-group {
  position: relative;
  width: 100%;
}
body #home-page .careers-section .modal-content .send-btn {
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(92.6deg, #F36B1C 5.37%, #D41F1E 120.45%);
  color: #fff;
  border: none;
  cursor: pointer;
}
body #home-page .careers-section .modal-content .modal-input {
  padding: 15px;
  border: 1px solid #E0E0E0;
  background: #fff;
  width: -webkit-fill-available;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
}
body #home-page .careers-section .modal-content .modal-input:focus-visible {
  outline: none;
}
body #home-page .careers-section .modal-content .modal-input::-moz-placeholder {
  color: transparent;
  font-family: "Montserrat", sans-serif;
}
body #home-page .careers-section .modal-content .modal-input::placeholder {
  color: transparent;
  font-family: "Montserrat", sans-serif;
}
body #home-page .careers-section .modal-content .custom-placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #aaa;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
body #home-page .careers-section .modal-content .input-group .modal-input:not(:focus):-moz-placeholder-shown + .custom-placeholder {
  opacity: 1;
  visibility: visible;
}
body #home-page .careers-section .modal-content .input-group .modal-input:not(:focus):placeholder-shown + .custom-placeholder {
  opacity: 1;
  visibility: visible;
}
body #home-page .careers-section .modal-content .input-group .modal-input:not(:-moz-placeholder-shown) + .custom-placeholder {
  opacity: 0;
  visibility: hidden;
}
body #home-page .careers-section .modal-content .input-group .modal-input:focus + .custom-placeholder,
body #home-page .careers-section .modal-content .input-group .modal-input:not(:placeholder-shown) + .custom-placeholder {
  opacity: 0;
  visibility: hidden;
}
body #home-page .careers-section .modal-content .required-star {
  color: red;
  margin-left: 3px;
}
body #home-page .careers-section .careers-modal-left ul li,
body #home-page .careers-section .careers-modal-right form input,
body #home-page .careers-section .careers-modal-right form button {
  margin-bottom: 8px;
}
body #home-page .careers-section .careers-modal-right form input {
  width: -webkit-fill-available;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
body #home-page .careers-section .careers-modal-right form button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
body #home-page .careers-section .careers-modal-right form button:hover {
  background-color: #0056b3;
}
body #home-page .elevate-section {
  padding-top: 5em;
  padding-bottom: 3em;
  background-color: #0E1625;
  height: 21vh;
  display: flex;
  justify-content: center;
  align-items: start;
}
body #home-page .elevate-section .elevate-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84%;
  padding: 50px;
  background-image: url(./asset/images/business-elevate-banner.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box h2 {
  color: #fff;
  margin: 50px;
  font-family: Atipla ND;
  font-size: 45px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -0.8399999738px;
  text-align: center;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .get-started-btn {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 11px 22px;
  border-radius: 30px;
  background: linear-gradient(92.6deg, #F36B1C 5.37%, #D41F1E 120.45%);
  color: #fff;
  border: none;
  cursor: pointer;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content {
  max-width: -webkit-fill-available;
  width: 70%;
  padding: 25px 0px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .custom-dropdown .modal-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  width: 100%;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .custom-dropdown .dropdown-icon {
  position: absolute;
  right: 12px;
  top: 48%;
  pointer-events: none;
  background-image: url("/asset//images/Vector 2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 70px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group {
  position: relative;
  width: 100%;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .send-btn {
  margin: 50px auto;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 30px;
  background: linear-gradient(92.6deg, #F36B1C 5.37%, #D41F1E 120.45%);
  color: #fff;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .modal-input {
  padding: 15px;
  border: 1px solid #E0E0E0;
  background: #fff;
  width: -webkit-fill-available;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .modal-input:focus-visible {
  outline: none;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .modal-input::-moz-placeholder {
  color: transparent;
  font-family: "Montserrat", sans-serif;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .modal-input::placeholder {
  color: transparent;
  font-family: "Montserrat", sans-serif;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .custom-placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #aaa;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group .modal-input:not(:focus):-moz-placeholder-shown + .custom-placeholder {
  opacity: 1;
  visibility: visible;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group .modal-input:not(:focus):placeholder-shown + .custom-placeholder {
  opacity: 1;
  visibility: visible;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group .modal-input:not(:-moz-placeholder-shown) + .custom-placeholder {
  opacity: 0;
  visibility: hidden;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group .modal-input:focus + .custom-placeholder,
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group .modal-input:not(:placeholder-shown) + .custom-placeholder {
  opacity: 0;
  visibility: hidden;
}
body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .required-star {
  color: red;
  margin-left: 3px;
}
body #home-page .elevate-section .elevate-content .elevate-botton-img {
  position: relative;
  top: -30px;
  width: 80%;
}
body #home-page .footer-section {
  padding-top: 30em;
  padding-bottom: 2em;
}
body #home-page .footer-section .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(39, 44, 48, 0.1019607843);
}
body #home-page .footer-section .footer-content .logo {
  width: 25%;
}
body #home-page .footer-section .footer-content .logo .social-media-content {
  display: flex;
  gap: 20px;
}
body #home-page .footer-section .footer-content .logo .social-media-content .social-media {
  display: flex;
  align-items: center;
}
body #home-page .footer-section .footer-content .logo .social-media-content .social-media img {
  width: 28px;
}
body #home-page .footer-section .footer-content .footer-content-address {
  width: 20%;
}
body #home-page .footer-section .footer-content h2 {
  color: #1B2550;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin: 20px 0;
}
body #home-page .footer-section .footer-content h4 {
  color: #4F4F4F;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
body #home-page .footer-section .footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
body #home-page .footer-section .footer-copyright .copyright {
  color: #526068;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 30px;
  text-align: center;
}
body #home-page .footer-section .footer-copyright .operational {
  color: #526068;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2800000012px;
}

.show {
  display: block;
}

.visible {
  top: 0;
  opacity: 1;
}

@media (min-width: 1420px) and (max-width: 1750px) {
  body #home-page .get-started-section .get-started-content-box .star-img {
    left: 6%;
  }
}
@media (min-width: 1140px) and (max-width: 1600px) {
  .elevate-section .elevate-content .elevate-botton-img {
    top: -20px !important;
  }
}
@media (min-width: 1140px) {
  body #home-page .get-started-section header {
    width: 30%;
    margin: 0 auto;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content {
    width: 90% !important;
  }
  body #home-page .elevate-section .elevate-content .elevate-botton-img {
    top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1140px) {
  body #home-page .get-started-section header {
    width: 70%;
    margin: 0 auto;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content {
    width: 70% !important;
  }
  body #home-page .elevate-section .elevate-content .elevate-botton-img {
    top: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1750px) {
  body #home-page .get-started-section .get-started-content-box .get-started-content .banner-heading {
    font-size: 32px;
    line-height: 45px;
    width: 71%;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content .banner-desc {
    font-size: 18px;
    line-height: 30px;
    width: 60%;
  }
  body #home-page .get-started-section .scroll-image {
    display: none;
  }
  body #home-page .get-started-section .bannerObject-left {
    left: 14%;
  }
  body #home-page .get-started-section .bannerObject-right {
    bottom: 9%;
    right: 9%;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .get-started-section .scroll-image {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body #home-page .get-started-section header {
    width: 90%;
    margin: 0 auto;
  }
  body #home-page .get-started-section .get-started-content-box .star-img {
    width: 55px;
    top: 20px;
    left: 8%;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content {
    width: 90% !important;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content .banner-heading {
    font-size: 37px;
    line-height: 60px;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content .banner-desc {
    font-size: 18px;
    line-height: 30px;
  }
  body #home-page .get-started-section .scroll-image {
    display: none;
  }
  body #home-page .get-started-section .bannerObject-left {
    left: 14%;
  }
  body #home-page .get-started-section .bannerObject-right {
    bottom: 9%;
    right: 9%;
  }
  body #home-page .services-section {
    width: 90%;
  }
  body #home-page .services-section .services-header {
    margin-bottom: 1em;
  }
  body #home-page .services-section .services-header h2 {
    font-size: 35px;
    line-height: 25px;
  }
  body #home-page .services-section .services-header p {
    font-size: 16px;
    line-height: 14px;
  }
  body #home-page .services-section .services-grid {
    gap: 1em;
  }
  body #home-page .services-section .services-grid .services-grid-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  body #home-page .services-section .services-grid .services-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  body #home-page .services-section .services-grid .card {
    padding: 16px 1em;
  }
  body #home-page .careers-section {
    width: 90%;
  }
  body #home-page .careers-section .careers-header {
    margin-bottom: 1em;
  }
  body #home-page .careers-section .careers-header h2 {
    font-size: 35px;
    line-height: 25px;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box {
    width: 90%;
    padding: 50px 0px;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box h2 {
    font-size: 30px;
  }
  body #home-page .elevate-section .elevate-content .elevate-botton-img {
    top: 0px;
  }
  body #home-page .footer-section .footer-content .logo {
    width: auto;
  }
  body #home-page .footer-section .footer-content .footer-content-address {
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .get-started-section .show header {
    background: #000;
  }
  .get-started-section #banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .get-started-section header .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  .get-started-section header .hamburger .bar {
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin: 3px 0;
  }
  .get-started-section header .logo {
    text-align: center;
  }
  .get-started-section .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #000;
    padding: 20px;
    z-index: 5;
  }
  .get-started-section .nav-links .header-item {
    display: none;
  }
  .get-started-section .get-started-content-box {
    margin-top: 6em;
  }
  .get-started-section .get-started-content-box .get-started-content {
    width: 50%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .get-started-section .get-started-content-box .get-started-content .banner-desc {
    margin: 0 auto;
    color: #BDBDBD;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    width: 73%;
  }
  .get-started-section .get-started-content-box .get-started-content .get-started-btn {
    margin-top: 2em !important;
    font-size: 15px !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  body #home-page .get-started-section .get-started-content-box .star-img {
    left: 3% !important;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  body #home-page .get-started-section header .header-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body #home-page .get-started-section {
    height: auto;
    overflow: hidden;
  }
  body #home-page .get-started-section .first-banner {
    display: none;
  }
  body #home-page .get-started-section .second-banner {
    position: relative;
    opacity: 1 !important;
    height: auto;
  }
  body #home-page .get-started-section video {
    display: none;
  }
  body #home-page .get-started-section header .hamburger {
    display: flex !important;
  }
  body #home-page .get-started-section header .header-item {
    display: none;
  }
  body #home-page .get-started-section header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
  }
  body #home-page .get-started-section .nav-links .header-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: white;
  }
  body #home-page .get-started-section .nav-links .show {
    display: flex;
  }
  body #home-page .get-started-section .get-started-content-box {
    margin-top: 2em !important;
    padding-bottom: 5em;
  }
  body #home-page .get-started-section .get-started-content-box .star-img {
    width: 45px;
    top: 20px;
    left: 8%;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content {
    width: 100%;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content h1 {
    font-size: 30px !important;
    line-height: 50px !important;
    width: 66% !important;
  }
  body #home-page .get-started-section .get-started-content-box .get-started-content p {
    font-size: 16px !important;
    width: 80% !important;
  }
  body #home-page .get-started-section .scroll-image {
    display: none;
  }
  body #home-page .get-started-section .bannerObject-left {
    display: none;
  }
  body #home-page .get-started-section .bannerObject-right {
    display: none;
  }
  body #home-page .services-section {
    width: 90%;
  }
  body #home-page .services-section .services-header {
    margin-bottom: 1em;
  }
  body #home-page .services-section .services-header h2 {
    font-size: 35px;
    line-height: 25px;
  }
  body #home-page .services-section .services-header p {
    font-size: 16px;
    line-height: 14px;
  }
  body #home-page .services-section .services-grid {
    gap: 1em;
  }
  body #home-page .services-section .services-grid .services-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  body #home-page .services-section .services-grid .services-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  body #home-page .services-section .services-grid .card {
    padding: 16px 1em;
  }
  body #home-page .careers-section {
    width: 90%;
  }
  body #home-page .careers-section .careers-header {
    margin-bottom: 1em;
  }
  body #home-page .careers-section .careers-header h2 {
    font-size: 35px;
    line-height: 25px;
  }
  body #home-page .careers-section .careers-header p {
    font-size: 16px;
    line-height: 14px;
  }
  body #home-page .elevate-section {
    height: 12vh;
    padding-top: 3em;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box {
    width: 90%;
    padding: 3em 0;
    padding-bottom: 5em;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box h2 {
    margin: 20px;
    font-size: 22px;
    line-height: 30px;
    width: 70%;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content {
    width: 80%;
    gap: 10px;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .input-group-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .send-btn {
    margin: 10px auto;
    padding: 13px 30px;
    font-size: 15px;
  }
  body #home-page .elevate-section .elevate-content .elevate-banner-box .modal-content .modal-input {
    padding: 12px;
    font-size: 12px;
  }
  body #home-page .elevate-section .elevate-content .elevate-botton-img {
    top: 0px;
  }
  body #home-page .footer-section .footer-content {
    width: 90%;
    flex-wrap: wrap;
    row-gap: 25px;
  }
  body #home-page .footer-section .footer-content .social-media-content {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  body #home-page .footer-section .footer-content .logo {
    width: 100%;
  }
  body #home-page .footer-section .footer-content .footer-content-address {
    width: 100%;
  }
  body #home-page .footer-section .footer-copyright {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .carousel-item {
    width: 320px;
  }
}
@media (max-width: 768px) {
  body #home-page .careers-section .careers-modal .careers-modal-content {
    max-height: 600px;
    max-width: 800px;
  }
  .carousel-item {
    width: 280px;
  }
  .carousel-item .card .card-header .card-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .carousel-item .card .card-header .card-description {
    font-size: 12px !important;
  }
  .carousel-item .card .card-details {
    gap: 10px;
  }
  .carousel-item .card .card-details .experience {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  body #home-page .careers-section .careers-modal-left #careersModalTitle {
    font-size: 24px;
    line-height: 30px;
  }
  body #home-page .careers-section .careers-modal-left #careersModalDescription {
    font-size: 14px;
    line-height: 25px;
  }
  body #home-page .careers-section .careers-modal-left .card-details {
    padding: 20px 0;
  }
  body #home-page .careers-section .careers-modal-left .second-title {
    margin: 15px 0;
  }
}/*# sourceMappingURL=style.css.map */