.landing .footer-text-content {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

.landing .footer-text-content.dark-text-content {
  background-color: #1d2a3b;
  color: #fff;
}

.landing .footer-text-content.dark-text-content .butn_wh_border::after {
  background-color: #fff;
}

.landing .footer-text-content .info h6 {
  font-size: 21px;
  padding-bottom: 10px;
}

.landing .footer-text-content .info h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.landing .pg-contact-info::after {
  top: 0;
  height: 100%;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0;
}

.landing .pg-contact-info .contact-form {
  padding-top: 80px;
}

.header-st2 {
  position: relative;
  padding-top: 110px;
}
.header-st2 .info {
  padding-top: 33px;
}
.header-st2 .info h1 {
  font-size: 36px;
}
.header-st2 .info p {
  margin-top: 0;
}
.header-st2 .img {
  height: 500px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.header-st2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  max-height: unset;
}
.header-st2 .contact-form {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0196078431);
}
.header-st2 .contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.header-st2 .contact-form .form-group label {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.header-st2 .contact-form .form-group .form-control {
  min-height: 50px;
  padding: 10px 30px;
  border-radius: 6px;
  border: 2px solid #1d2a3b;
  font-size: 14px;
  box-shadow: none;
  font-weight: bold;
}
.header-st2 .contact-form .form-group .form-control::-moz-placeholder {
  opacity: 0.3;
}
.header-st2 .contact-form .form-group .form-control::placeholder {
  opacity: 0.3;
}
.header-st2 .contact-form .butn {
  font-size: 13px;
  margin-top: 10px;
  margin-inline-end: 10px;
  padding: 15px 30px;
}
.header-st2 .mobile-apps {
  padding-top: 40px;
}
.header-st2 .mobile-apps .card-item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 24px !important;
  align-items: center;
}

/* ------------- */
.header-st3 {
  position: relative;
  padding-bottom: 50px;
  z-index: 20;
}

.header-st3 .img_shap {
  z-index: -1;
  pointer-events: none;
  height: calc(100% - 100px);
}

.header-st3 .video-box {
  position: relative;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
}

.header-st3 .video-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to right, #1d2a3b, transparent); */
  background-color: #1d2a3b;
  opacity: 0.5;
}

.header-st3 .video-box video {
  -o-object-fit: cover;
     object-fit: cover;
}

.header-st3 .video-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: #fff;
  color: #1d2a3b;
  font-size: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.header-st3 .video-box .play-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  75% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}
/* ---------------- */
.partners-st2 {
  padding: 30px 0 80px;
  background-color: #fff;
  overflow: hidden;
  /* border-top: 1px solid #EAEBEE; */
  /* border-bottom: 1px solid #EAEBEE; */
}

.partners-st2 .brand {
  width: 115px;
  filter: grayscale(1);
  opacity: 0.7;
}

.partners-st2 .brand:hover {
  filter: grayscale(0);
  opacity: 1;
}

.partners-st2 .brand img {
  width: 100px;
  max-height: 50px;
}

.partners-st2 .partners-st2-slider .swiper-wrapper {
  align-items: center;
}

.partners-st2 .partners-st2-slider .swiper-wrapper .swiper-slide {
  text-align: center;
}

.partners-st2 .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}

/* ---------------- */
.numbers-st2 {
  padding: 90px 0;
}

.numbers-st2 .numb-card {
  position: relative;
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(29, 42, 59, 0.0274509804);
  margin: 30px 40px;
  z-index: 20;
}

.numbers-st2 .numb-card::before {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 20px;
  border: 1px solid rgba(3, 121, 164, 0.2666666667);
  z-index: -1;
  transition: all 0.5s ease;
}

.numbers-st2 .numb-card::after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -20px;
  width: calc(50% + 40px);
  height: calc(50% + 40px);
  border-bottom-left-radius: 20px;
  border-left: 5px solid #0379a4;
  border-bottom: 5px solid #0379a4;
  z-index: -1;
  transition: all 0.5s ease;
}

.numbers-st2 .numb-card:hover::after {
  width: calc(70% + 40px);
  height: calc(70% + 40px);
}

.numbers-st2 .numb-card .icon {
  margin-bottom: 10px;
}

.numbers-st2 .numb-card .icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.numbers-st2 .numb-card .info h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  direction: ltr;
  margin-bottom: 5px;
  color: #1d2a3b;
}

.numbers-st2 .numb-card .info p {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: bold;
  min-height: 65px;
}

/* ---------------- */
.projects {
  background-color: #eff5f5;
  padding: 70px 0;
}

.projects .more-proj .icon {
  background-color: #0379a4;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
}

.projects .more-proj span {
  color: #0379a4;
  font-family: "neo-sans-bold";
}

.projects .proj-title {
  margin-bottom: 60px;
  text-align: center;
}

.projects .proj-title h2 {
  font-size: 36px;
  margin-inline-end: 70px;
  flex-shrink: 0;
}

.projects .proj-title p {
  font-size: 18px;
  color: #0379a4;
}

.projects .proj-content .nav-pills {
  justify-content: center;
  margin-bottom: 60px;
}

.projects .proj-content .nav-pills .nav-item {
  margin: 0 8px;
}

.projects .proj-content .nav-pills .nav-item .nav-link {
  text-align: center;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 2px 23px 10px hsla(274.15, 4.42%, 80.23%, 0.2);
}

.projects .proj-content .nav-pills .nav-item .nav-link.active {
  box-shadow: 0 7px 8px -3px hsla(274.15, 1.53%, 17.84%, 0.2) !important;
}

.projects .proj-content .nav-pills .nav-item .nav-link.active h5 {
  color: #0379a4;
}

.projects .proj-content .nav-pills .nav-item .nav-link h5 {
  font-size: 18px;
  line-height: 0.81;
  font-family: "neo-sans-regular";
  color: #545f7e;
}

.projects .proj-content .projects-tab-content .tab-content {
  position: relative;
}

.projects .proj-content .projects-tab-content .tab-content > .tab-pane {
  width: 100%;
  height: 100%;
  transform: translateY(100px) scale(0.9);
  opacity: 0;
  transition: all 0.4s ease;
}

.projects .proj-content .projects-tab-content .tab-content > .tab-pane.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 20;
}

.projects .proj-content .projects-tab-content .projects-row .project-card {
  border: 0px;
  margin-bottom: 24px;
  background-color: transparent !important;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img {
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  background-image: url(../images/new/bg.png);
  background-size: 100% 100%;
  border: 1px solid rgba(111, 134, 157, 0.1882352941);
  height: 350px;
  position: relative;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img img.web-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img img.app-img {
  height: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 18px;
  border-radius: 15px;
  -o-object-position: top;
  object-position: top;
  border: 3px solid #545f7e;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img .card-img-overlay {
  background-color: rgba(3, 121, 164, 0.3490196078);
  text-align: center;
  padding: 8rem 9rem;
  opacity: 0;
  transition: all 0.3s ease;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img .card-img-overlay .btn {
  display: block;
  border-radius: 30px;
  margin-bottom: 10px;
  font-family: "neo-sans-regular";
  transition: all 0.5s ease-in-out;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img .card-img-overlay .btn.btn-primary {
  background-color: #0379a4;
  border-color: #0379a4;
  transform: translateY(40%);
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img .card-img-overlay .btn.btn-light {
  transform: translateY(-40%);
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img .imgs-content {
  margin-top: 12px;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-img .imgs-content img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  margin: 0 3px;
  width: 130px;
  -o-object-position: top;
  object-position: top;
  border: 3px solid #545f7e;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-body {
  padding: 20px 10px;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-body .card-title {
  color: #1d2a3b;
  font-size: 18px;
  font-family: "neo-sans-bold";
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-body .website {
  border: 1px solid #8eabc6;
  color: #8eabc6;
  font-family: "neo-sans-bold";
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .card-body .app {
  border: 1px solid #ce6644;
  color: #ce6644;
  font-family: "neo-sans-bold";
  padding: 8px 15px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 14px;
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover,
.projects .proj-content .projects-tab-content .projects-row .project-card.active {
  cursor: pointer;
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover .card-img img,
.projects .proj-content .projects-tab-content .projects-row .project-card.active .card-img img {
  -o-object-position: bottom;
  object-position: bottom;
  transition: all 0.3s ease;
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover .card-img-overlay,
.projects .proj-content .projects-tab-content .projects-row .project-card.active .card-img-overlay {
  opacity: 1;
  transition: all 0.3s ease;
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover .card-img-overlay .btn,
.projects .proj-content .projects-tab-content .projects-row .project-card.active .card-img-overlay .btn {
  transform: translateY(0) !important;
  transition: all 0.5s ease-in-out;
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover .webImgs,
.projects .proj-content .projects-tab-content .projects-row .project-card.active .webImgs {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover .webImgs .wImg:nth-of-type(2),
.projects .proj-content .projects-tab-content .projects-row .project-card.active .webImgs .wImg:nth-of-type(2) {
  transform: scale(1);
  opacity: 0.7;
}

.projects .proj-content .projects-tab-content .projects-row .project-card:hover .webImgs .cards .crd,
.projects .proj-content .projects-tab-content .projects-row .project-card.active .webImgs .cards .crd {
  transform: scale(1);
  opacity: 1;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .info {
  position: relative;
  transition: all 0.3s ease;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .info .logo {
  text-align: end;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .info .logo img {
  height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .info .cont .tags a {
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-inline-end: 10px;
  border: 1px solid #1d2a3b;
  font-weight: bold;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .info .cont .tags a::after {
  position: absolute;
  content: "";
  left: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  background-color: #fff;
  border-right: 1px solid #1d2a3b;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .info .cont .text {
  margin-top: 10px;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs {
  position: absolute;
  left: 0;
  top: 20px;
  height: calc(100% - 40px);
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transform: translateX(20%) scale(0.7);
  transition: all 0.7s ease;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .butn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 1;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .butn::after {
  background-color: #fff;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .butn:hover {
  color: #1d2a3b;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .wImg {
  width: 177px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 5;
  box-shadow: -51px -51px -132px 16px rgba(62, 67, 72, 0.08);
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .wImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .wImg:nth-of-type(2) {
  position: absolute;
  top: 20px;
  width: 150px;
  right: 150px;
  height: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.7s ease;
  transition-delay: 0.2s;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .cards {
  position: absolute;
  top: 10px;
  width: 100px;
  right: 250px;
  height: calc(100% - 40px);
  z-index: 6;
  padding-top: 33px;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .cards .crd {
  height: 50px;
  margin: 10px 0;
  transform: scale(2);
  opacity: 0;
  transition: all 0.7s ease;
  transition-delay: 0.3s;
}

.projects .proj-content .projects-tab-content .projects-row .project-card .webImgs .cards .crd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1366px) {
  .projects .imgs-content img {
    width: 115px !important;
  }
  .projects .card-body .website {
    padding: 8px !important;
  }
}
@media screen and (max-width: 1280px) {
  .projects .imgs-content img {
    width: 100px !important;
  }
  .projects .card-body .website,
  .projects .card-body .app {
    padding: 8px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .projects .card-body .website,
  .projects .card-body .app {
    padding: 8px 5px;
  }
  .projects .text-end {
    text-align: right !important;
  }
  .projects .ms-auto {
    margin-left: auto !important;
    margin-right: unset !important;
  }
}
@media screen and (max-width: 640px) {
  .projects .imgs-content img {
    width: 140px !important;
  }
  .projects .proj-content .nav-pills .nav-item {
    margin: 5px 8px;
  }
}
@media screen and (max-width: 480px) {
  .projects .imgs-content img {
    width: 130px !important;
  }
}
@media screen and (max-width: 420px) {
  .projects .imgs-content img {
    width: 110px !important;
  }
}
@media screen and (max-width: 375px) {
  .projects .imgs-content img {
    width: 95px !important;
  }
}
@media screen and (max-width: 320px) {
  .projects .proj-content .projects-tab-content .projects-row .project-card .card-img {
    padding: 15px;
  }
  .projects .imgs-content img {
    width: 82px !important;
    height: 287px !important;
  }
}
/* ---------------- */
.form-checks-st1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-checks-st1 .form-check {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  flex: 1;
}
.form-checks-st1 .form-check .form-check-input {
  display: none;
}
.form-checks-st1 .form-check .form-check-label {
  position: relative;
  border-radius: 6px;
  border: 2px solid #1d2a3b;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 25px !important;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  width: 100%;
}
.form-checks-st1 .form-check .form-check-input:checked ~ .form-check-label {
  background-color: #1d2a3b;
  color: #fff;
  opacity: 1;
}

.partners-st2 .brand {
  filter: grayscale(0);
}

/* -------- experienced-st2 -------- */
.experienced-st2 {
  position: relative;
  padding: 100px 0;
}
.experienced-st2 .cards {
  position: relative;
}
.experienced-st2 .cards .item {
  position: relative;
  padding: 12px 20px;
  border-radius: 15px;
  background-color: rgba(3, 121, 164, 0.031372549);
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.experienced-st2 .cards .item .icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-inline-end: 25px;
  flex-shrink: 0;
}

.mobile-apps .info .card-item .cont h6 {
  font-size: 16px;
  margin-bottom: 0;
}

.mobile-apps .img-side .mob-img {
  height: 550px;
}

.mobile-apps .info .card-item .icon {
  width: 70px;
}

@property --a {
  .gooey-btns {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: true;
  }
}
.gooey-btns button {
  --a: 0%;
  --hue: 170deg;
  --x: 50;
  --y: 50;
  --button: hsl(var(--hue), 66%, 66%);
  --edge: 20px;
  --size: 1.5em;
  background: transparent;
  color: hsla(var(--hue), 80%, 30%, 0.7);
  font-size: 1.8em;
  position: relative;
  padding: calc(var(--size)) calc(var(--size) * 1.2);
  animation: color 20s linear infinite both;
  transition: --a 0.5s ease-in-out, scale var(--spring-duration) var(--spring-easing);
  isolation: isolate;
  border: 0;
}
.gooey-btns button:hover {
  --a: 100%;
  transition-duration: 0.5s, 1s;
  box-shadow: none;
  opacity: 1;
  scale: 1;
}
.gooey-btns button:before {
  content: "";
  position: absolute;
  inset: 0em;
  filter: blur(12px) url(#goo);
  background-image: linear-gradient(0deg, var(--button), var(--button)), radial-gradient(40% 70% at calc(var(--x) * 1%) calc(var(--y) * 1%), hsla(var(--hue), 77%, 77%, var(--a)) 0%, transparent 90%);
  background-clip: content-box, border-box;
  padding: 24px;
  z-index: -1;
  border: inherit;
}
@property --hue {
  .gooey-btns {
    syntax: "<angle>";
    initial-value: 170deg;
    inherits: false;
  }
}

.float-btns {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
}
.float-btns a {
  position: relative;
  margin: 7px;
}
.float-btns a .icon {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0666666667);
  color: #1d2a3b;
  font-size: 18px;
  transition: all 0.3s ease;
}
.float-btns a .cir-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.float-btns a:hover .icon {
  background-color: #1d2a3b;
  color: #fff;
}

.footer-text-content .contact-form {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0196078431);
  z-index: 10;
}
.footer-text-content .contact-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.footer-text-content .contact-form .form-group label {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.footer-text-content .contact-form .form-group .form-control {
  min-height: 45px;
  padding: 8px 30px;
  border-radius: 6px;
  border: 2px solid #1d2a3b;
  background-color: transparent;
  font-size: 14px;
  box-shadow: none;
  font-weight: bold;
}
.footer-text-content .contact-form .form-group .form-control::-moz-placeholder {
  opacity: 0.3;
}
.footer-text-content .contact-form .form-group .form-control::placeholder {
  opacity: 0.3;
}
.footer-text-content .contact-form .butn {
  font-size: 13px;
  margin-top: 10px;
  margin-inline-end: 10px;
  padding: 15px 30px;
}

footer .shape {
  z-index: 0;
}/*# sourceMappingURL=landing.css.map */