* {
  margin: 0;
  /*    padding: 0;*/
  cursor: default;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Monda', sans-serif; */
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Roboto Mono', sans-serif; */
  font-family: "Inter", sans-serif;
  /* font-family: 'Montserrat Alternates', sans-serif; */
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding: 0px !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background: linear-gradient(to bottom, #000, #111);*/ /* Fondo de cielo */
  /* color: white;*/
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.fragmenturls {
  scroll-margin-top: 200px; /* adjust based on header height */
}

.snowflake {
  user-select: none;
  pointer-events: none;
  z-index: 9999;
  color: #7adbef;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

:root {
  --clr-a: #33c6e5;
  /* --clr-b: #35598c; */
  --clr-b: #35598c;
  --clr-c: #ffffff;
  --clr-d: #999999;
}
.text-primary {
  color: var(--clr-a) !important;
}
.c-pointer {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

a * {
  cursor: pointer;
}

.top-footer ul,
.top-footer li,
.icons ul,
.icons li {
  list-style: none;
  padding: 0;
}

img,
svg {
  width: 100%;
}
.blog-content p svg {
  width: auto;
}
.blog-section img,
.blog-section img {
  width: auto;
}

.footer-outerBox {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-inner {
  width: 1600px;
}

.footer-verticals {
}

.third-party-hero {
  overflow: hidden;
  padding: 130px 5% 30px !important;
  background: url("../images/bg-service-banner.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

/* .responsive-btn / .navbtn / .dropdown1 removed — unified header replaces these */

button:focus {
  border: 0px !important;
  outline: 0px !important;
  box-shadow: unset !important;
}

/* .btn2link removed — replaced by .nav-btn / .btnlink in unified header */

/* responsive-btn / navbtn breakpoint removed — unified header */

@media screen and (min-width: 300px) and (max-width: 600px) {
  .iso-stamp {
    position: absolute;
    transform: translate(94px, -84px) !important;
  }

  .iso-stamp img {
    width: 99px;
    transform: rotate(343deg);
    opacity: 92%;
  }

  .portfolio-gif-container {
    border-radius: 7px !important;
    border: 5px solid #95adc1 !important;
  }

  .portfolio-mobileGif-container {
    border-radius: 5px !important;
    border: 2px solid #8aa2b6 !important;
    width: 47px !important;
    position: absolute !important;
    top: 51px !important;
    right: 0px !important;
    transform: translate(10px, 20px) !important;
    display: none;
  }

  .portfolio-gif {
    border-radius: 4px !important;
  }

  .ask-expert-btn {
    font-size: 14px !important;
    margin-top: 12px;
  }

  .achievements-cards-img {
    width: 50% !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .iso-stamp img {
    width: 99px;
    transform: rotate(343deg);
    opacity: 92%;
  }

  .iso-stamp {
    position: absolute;
    transform: translate(156px, -73px) !important;
  }

  .custom-value-hero-img {
    position: absolute;
    top: 15%;
  }

  .custom-clumn-padding {
    padding: 2rem !important;
  }

  .hero-heading {
    font-size: 23px !important;
  }
}

@media screen and (min-width: 1025px) {
  img.custom-integrity-icon,
  .custom-centricity-icon,
  .custom-accountability-icon,
  .custom-continuouslearing-icon {
    display: none;
  }

  .custom-values-content {
    max-width: 350px;
    width: 100%;
    float: right;
  }

  .custom-values-content-align {
    max-width: 350px;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .footer-inner ul {
    padding: 0;
  }

  .interview-sec .container {
    width: 100% !important;
  }

  .audit-img-crucial {
    max-height: 349px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: unset !important;
    display: block !important;
    margin: auto;
  }

  .Scalability-card {
    background-color: #3f6193 !important;
  }
}
/*.vertical-about {
    max-width: 300px;
}*/
/* bootstrap reset */
.container {
  width: 80%;
  max-width: unset;
}

/* Bootstrap 4 form-group default spacing — removed in Bootstrap 5 */
.form-group {
  margin-bottom: 1rem;
}

.form-group input,
.form-group select {
  height: 45px;
}

.form-group select {
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 10px;
  letter-spacing: 1px;
}

.form-group textarea:active,
.form-group textarea:focus,
.form-group textarea:hover,
.form-group select:active,
.form-group select:focus,
.form-group select:hover,
.form-group input:active,
.form-group input:focus,
.form-group input:hover {
  box-shadow: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: none;
}

.btn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  /*text-transform: capitalize;*/
  border-radius: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 15px 20px;
  /* padding: 23px 10%; */
  overflow: hidden;
  /* transition: all .2s ease-in-out; */
}

label {
  display: none;
}

a.btn {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  /*  max-width: 260px;*/
}

.btn-primary {
  background-color: var(--clr-a) !important;
  border: 2px solid var(--clr-a) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary {
  border: 3px solid var(--clr-a) !important;
  color: var(--clr-a);
  font-weight: 600;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary {
  background-color: var(--clr-c);
}

.btn-outline-primary:hover {
  background-color: var(--clr-a) !important;
  color: var(--clr-c) !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: transparent !important;
  border: 2px solid var(--clr-a) !important;
  color: var(--clr-a) !important;
  box-shadow: inset 0px 0px 6px rgb(0, 0, 0, 0.2);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 6px 15px;
  }
}

select.form-control.is-invalid {
  background-image: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
/*---------------------------------------------------common  ---------------------*/

html,
body {
  /*    background: url('../images/landing-slider-bg.webp');*/
  background-repeat: repeat-y;
  font-family: "Inter", sans-serif;
  /* background-size: contain; */
  /* background-attachment: fixed; */
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #ffffff;
}

/* .s-txt-a,
.s-txt-b {
  color: var(--clr-a);
  font-weight: 500;
} */
.footer-bottom .s-txt-a,
.footer-bottom .s-txt-b {
  color: var(--clr-a);
}
.vertical-about li i {
  color: var(--clr-a);
}

/*.s-txt-b {
    color: var(--clr-b);
}*/

.sec-heading {
  font-size: clamp(1.5rem, 4vw, 2.7rem);
  text-align: center;
  /*    font-weight: 400;*/
  margin-bottom: 7px;
}

.sec-heading > .sub-heading {
  font-size: clamp(1rem, 1vw, 0.1rem);
  margin-top: 10px;
  display: block;
  color: var(--clr-d);
  padding-left: 11%;
  padding-right: 11%;
  font-weight: 400;
}

@media (max-width: 600px) {
  .sec-heading > .sub-heading {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.overlay-content,
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 1);
  opacity: 0.75;
}

.overlay-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
  color: var(--clr-c);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 10;
}

.overlay-content:hover {
  opacity: 1;
}

.Testimonials p,
.about-desc-sec .txt,
.features-sec .txt,
.services-pgsec .descr,
.hero .txt,
.pos-card .txt-bx,
.interview-sec .txt p,
.benefits-sec .descr {
  color: #686868;
  background-color: var(--clr-c);
}

.Testimonials p {
  background-color: transparent;
}
/* ==================== HEADER ==================== */

/* Base layout */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1024;
  background: #fff;
  box-shadow: var(--card-shaddow);
  transition:
    background 0.3s linear,
    box-shadow 0.3s linear;
}

.site-header .navbar {
  padding: 13px 15px;
}

/* Logo */
.navbar-brand {
  outline: none !important;
}

.navbarextra .logo {
  width: 230px;
  transition: all 0.3s linear;
}

@media (max-width: 480px) {
  .navbarextra .logo {
    width: 170px;
    transition: all 0.3s linear;
  }
}

/* Toggler */
.navbar-toggler-icon svg {
  width: 30px !important;
  height: 30px !important;
}

.navbar-toggler-icon {
  margin: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Mobile headset quick-button */
.responsive-btn1 {
  background: var(--color-primary);
  padding: 3px 10px;
  border-radius: 5px;
  color: var(--color-white);
}

.responsive-btn1 a {
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
}

/* Nav links */
.site-header a.nav-link {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500;
}

.site-header .navbar-nav {
  gap: 10px;
}

/* ---- CTA buttons ---- */
.nav-contact-btn {
  gap: 10px;
  align-items: center;
}

.nav-btn {
  background: var(--color-primary);
  border-radius: 30px;
  border: 1px solid var(--color-primary);
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}

/* .btnlink preserved for legacy page references */
.btnlink,
.nav-btn a.btnlink {
  padding: 7px 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}

.nav-btn:hover {
  background: transparent;
}

.nav-btn:hover a.btnlink {
  color: var(--color-primary);
}

/* "Request a Quote" – outlined style */
.nav-btn.nav-btn-outline {
  background: transparent;
  /*    border: 1px solid #3d3d3d;*/
}

.nav-btn.nav-btn-outline a.btnlink {
  color: #33c6e5;
}

.nav-btn.nav-btn-outline:hover {
  border-color: var(--color-primary);
}

.nav-btn.nav-btn-outline:hover a.btnlink {
  color: var(--color-primary);
}

.btnlink {
  font-size: 1rem;
  /* text-transform: uppercase; */
  display: inline-block;
  font-family: "Inter", sans-serif;
  border: 1px solid var(--clr-a);
  color: var(--clr-a);
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 14px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.btnlink:hover {
  background: var(--clr-a);
  color: var(--clr-c);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* ---- Unified nav item row (label + plus toggle) ---- */
.nav-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Plus / minus accordion toggle (mobile only) */
.plus-icon {
  background: none;
  border: none;
  padding: 0 12px;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.plus-icon::before {
  content: "+";
}

.plus-icon[aria-expanded="true"]::before {
  content: "−";
}

/* Smaller plus for nested sub-sections */
.plus-icon.custom-fw {
  font-size: 18px;
  padding: 0 8px;
}

/* ---- Sub-menu shared base ---- */
.nav-sub-menu {
  padding: 4px 0 8px 8px;
}

.nav-sub-menu .dropdown-item,
.megamenu-items .dropdown-item {
  padding: 4px 8px !important;
  align-items: center;
  border-radius: 4px;
}

.nav-sub-menu .dropdown-item:hover,
.megamenu-items .dropdown-item:hover {
  background-color: #c6f5ff;
  color: #000;
}

/* ---- Mega-menu section headers ---- */
.megamenu-section-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
}

.megamenu-section-hdr h5 {
  margin: 0;
  font-size: 14px;
  color: #606060;
}

/* ---- Icons ---- */
img.custom-nav-icons {
  width: 25px;
  max-width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.mega-menu-item-style {
  font-size: 14px;
  font-weight: 500;
}

/* Scrolled state */
.site-header.scrolled {
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(51, 51, 51, 0.2);
}

/* ==================== DESKTOP (xl+) HOVER DROPDOWNS ==================== */
@media (max-width: 1400px) {
  .site-header .navbar-nav {
    gap: 5px;
  }

  .site-header a.nav-link {
    font-size: 14px;
  }

  .navbarextra .logo {
    width: 180px;
  }
}

@media (min-width: 1200px) {
  /* Mobile accordion controls hidden on desktop */
  .nav-item-row .plus-icon,
  .megamenu-section-hdr .plus-icon {
    display: none !important;
  }

  /* Show entire nav row inline */
  .nav-item-row {
    display: block;
  }

  /* Each top-level item is positioned for the dropdown to anchor to */
  .site-header .nav-item.has-dropdown {
    position: relative;
  }

  /* Sub-menus: hidden by default, shown on hover */
  .site-header .nav-item.has-dropdown .nav-sub-menu,
  .site-header .nav-item.has-dropdown .nav-megamenu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    background: #fff;
    border-radius: 10px;
    border-bottom: 2px solid var(--color-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 12px;
    min-width: 200px;
  }

  .site-header .nav-item.has-dropdown:hover .nav-sub-menu,
  .site-header .nav-item.has-dropdown:hover .nav-megamenu {
    display: block !important;
  }

  /* Mega-menu: all sections always visible */
  .megamenu-section .megamenu-items {
    display: block !important;
  }

  .megamenu-section-hdr h5 {
    font-size: 13px;
    font-weight: 700;
    color: #3d3d3d;
    margin-bottom: 4px;
  }

  /* Mega-menu grid layout */
  .megamenu-grid {
    display: flex;
    gap: 1.5rem;
  }

  .megamenu-col {
    min-width: 160px;
  }

  .megamenu-section {
    margin-bottom: 1rem;
  }

  /* ---- Chevron indicator on desktop dropdown items ---- */
  .site-header .has-dropdown > .nav-item-row > .nav-link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.2s ease;
  }

  /* Rotate chevron on hover */
  .site-header .nav-item.has-dropdown:hover > .nav-item-row .nav-link::after {
    transform: rotate(180deg);
  }
}

/* ==================== MOBILE COLLAPSE ==================== */

@media (max-width: 1199.98px) {
  .custom-nav-scrollbar {
    background: #fff;
    padding: 10px 0 20px;
    margin-top: 10px;
    max-height: 80vh;
    overflow-y: auto;
  }

  /* Each top-level item separated by a subtle line */
  .site-header .navbar-nav > .nav-item {
    border-bottom: 1px solid #e9e9e9;
  }

  .site-header a.nav-link {
    padding: 10px 16px;
    display: block;
    width: 100%;
  }

  /* Stack CTA buttons vertically on mobile */
  .nav-contact-btn {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 0;
    gap: 8px !important;
  }

  .nav-btn,
  .nav-btn.nav-btn-outline {
    text-align: center;
    border-radius: 8px;
  }
}

/* ==================== END HEADER ==================== */

/* =========================================HOME-page */

/*******************hero-sec***************/
/*ai-page*/

.AI-iimgContainer {
  max-width: 550px;
}
/*ai-page*/
.hero {
  overflow: hidden;
  padding: 100px 5% 30px;
  background: url("../images/bg-service-banner.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

.blazor-hero {
  overflow: hidden;
  padding: 100px 5% 30px;
  background-repeat: no-repeat;
  background-position: top right;
  background: url("../images/bg-Blazor-banner.svg");
}

.navbar-nav .disabled-nav {
  background-color: none !important;
}

.hero-container {
  animation: f-out 0.5s ease-in-out forwards;
}

.hero-container .txt-bx {
  /* text-align: center; */
  padding-right: 30px;
}

@keyframes f-out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero-container h1 {
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
}

.hero-container h1 .s-txt-a,
.hero-container h1 .s-txt-b {
  font-weight: unset;
}

.hero-container.sub-pg .img-bx {
  /* width: clamp(20rem, 70vw, 80rem); */
  /*animation: hero-zoom .2s linear forwards;*/
}

/*@keyframes hero-zoom {
    0% {
        transform: scale(0);
        transform-origin: center;
    }

    100% {
        transform: scale(1);
        transform-origin: center;
    }
}*/
@media (max-width: 991px) {
  .achivements {
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    text-transform: capitalize;
  }

  .hero-container {
    flex-direction: column-reverse;
  }

  .hero-container h1 {
    font-size: clamp(1.5rem, 7vw, 4.3rem);
    margin-bottom: 2rem;
  }

  .hero-container .img-bx {
    /* width: clamp(20rem, 65vw, 80rem); */
    margin-bottom: 20px;
  }

  /* .hero-container.sub-pg .img-bx {
    width: clamp(15rem, 80vw, 80rem);
  } */
}

@media (max-width: 480px) {
  #hero {
    padding: 80px 0% 30px;
  }

  .achivements {
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    text-transform: capitalize;
  }

  /* .hero-container .img-bx {
    width: 100%;
  } */

  .hero-container .txt-bx {
    /* text-align: center; */
    padding-right: 0px !important;
  }

  .awards-sec {
    padding: 0px !important;
    /* background: url(../images/landing-slider-bg.webp) no-repeat center; */
    background-size: 115%;
  }

  .service-sec,
  .about-sec {
    padding: 0px 0px 40px !important;
  }

  .about-lists .content-item {
    padding: 20px 0px !important;
  }

  .Testimonials {
    position: relative;
    text-align: center;
    padding: 20px 0px 50px !important;
  }

  .personalized-web-services {
    padding: 40px 0px 40px !important;
  }

  .about-lists {
    padding-bottom: 40px !important;
  }

  .top-footer {
    padding: 40px 0 45px !important;
  }

  .position-sec {
    padding-top: 0px !important;
  }

  .launch-feature {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .personalized-blazor-services {
    padding: 0rem 0px 1rem !important;
  }

  .about-desc-sec {
    text-align: center;
    margin-top: 0px !important;
    padding: 0px 5% 60px;
  }

  .contact-page .contact-sec {
    padding: 0px 0px 60px !important;
  }
}

/*******************hero-sec end***************/
.testbtn {
  border-radius: 0;
  color: #3463a7;
  display: inline-block;
  font-size: 1rem;
  height: 490px;
  line-height: 63px;
  position: fixed;
  right: 0;
  top: 160px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(90deg);
}
/*******************award-sec***************/

.awards-sec {
  padding: 50px 0px 50px;
  /* background: url(../images/landing-slider-bg.webp) no-repeat center; */
  background-size: 115%;
}

.awards-sec .txt-line {
  padding: 20px 0px;
  /* font-weight: 700; */
  text-align: center;
  color: var(--clr-d);
  font-size: 1rem;
}

.achivements {
  /*    border-left: 1px solid transparent;
    border-right: 1px solid var(--clr-a);*/
  text-align: center;
  text-transform: capitalize;
}

.achivements:last-child {
  border-right: 1px solid transparent;
}

.award {
  border-left: 1px solid transparent;
  border-right: 1px solid var(--clr-a);
  text-align: center;
  text-transform: capitalize;
}

.award:last-child {
  border-right: 2px solid var(--clr-a);
}

.award .meter {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.award .meter h1 {
  font-size: 3.3rem;
  font-weight: 500;
  background: -webkit-linear-gradient(var(--clr-a), var(--clr-b));
  /* background-clip: text;
  -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .award .meter h1 {
    font-size: clamp(2rem, 3.5vw, 3.3rem);
  }
}

@media (max-width: 765px) {
  .award {
    border-top: 1px solid transparent;
    border-left: 1px solid var(--clr-a);
    border-right: none;
    border-bottom: 1px solid var(--clr-a);
  }

  .award:nth-child(odd) {
    border-left: none;
  }

  .award:nth-child(4),
  .award:nth-child(3) {
    border-bottom: none;
  }

  .achivements {
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    text-transform: capitalize;
  }
}

/*******************award-sec end***************/

/*******************about-sec****service-sec***********/
/*
.page-about .hero {
    background: url("../images/about-us-bg.JPG");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    min-height: 100vh;
    color: #fff;
}

.page-about .bg-overlay {
    background: linear-gradient(180deg, white,transparent,white);
}

.page-about .hero h1 {
    font-size: 6.5rem;
    font-weight: 700;
    text-shadow: 6px 6px 0 rgba(0,0,0,0.6);
}*/

.service-sec,
.about-sec {
  position: relative;
  padding: 0px 0px 70px;
  /* background: url(../images/landing-slider-bg.webp) no-repeat; */
  background-position: center;
  background-size: cover;
}

.Testimonials > .bg,
.about-lists > .bg,
.service-sec > .bg,
.about-sec > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  /*  background: url(../images/steps.webp) no-repeat;*/
  background-size: 95%;
  background-position: bottom left;
  opacity: 0.1;
}

/*    .about-sec .about-content {
        margin-left: 3rem;
    }*/

.service-sec .img-bx,
.about-sec .img-bx {
  display: flex;
  align-items: center;
}

.service-sec .txt,
.about-sec .txt {
  color: #3d3d3d;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 1px;
}

.service-sec .section-title,
.about-sec .section-title {
  font-size: 50px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0;
}

/*        .service-sec .section-title span, .about-sec .section-title span {
            color: var(--clr-b);
        }*/

.service-sec .btn,
.about-sec .btn {
  width: fit-content;
  width: -moz-fit-content;
}

.service-sec .about-content {
  margin-right: 3rem;
}

.Testimonials > .bg,
.service-sec > .bg {
  transform: rotateY(0deg);
}

.fundRasing-Services {
  padding: 30px 0px 86px;
}

@media (max-width: 770px) {
  .service-sec,
  .about-sec {
    padding: 0px 0px 120px;
  }

  .service-sec .row,
  .about-sec .row {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .service-sec .about-content,
  .about-sec .about-content {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .service-sec .section-title,
  .about-sec .section-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .service-sec .txt > .btn,
  .about-sec .txt > .btn {
    margin-top: 1.5rem !important;
  }

  .Testimonials > .bg,
  .about-lists > .bg,
  .service-sec > .bg,
  .about-sec > .bg {
    background-position: center left;
  }
}

/*******************about-sec end***service-sec end************/

/*******************about-lists-sec***************/

/*.about-lists {
    padding: 50px 50px;
}*/

.about-lists .sec-heading {
  margin-bottom: 50px;
}

.about-lists .content-item {
  padding: 30px 0px;
  text-align: center;
}

.about-lists .content-item img {
  max-width: 70px;
  margin-bottom: 18px;
}

.about-lists .title {
  text-transform: capitalize;
  letter-spacing: 1px;
}

.about-lists .title span {
  color: var(--clr-b);
  font-weight: 600;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }

  .achivements {
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    text-transform: capitalize;
  }

  /*.about-lists .content-item img{
     margin: 60px!important;
  }*/
}

/*******************about-lists-sec end***************/

/*******************Testimonials-sec***************/

.Testimonials {
  position: relative;
  text-align: center;
  padding: 90px 0px 90px;
}

.Testimonials .carousel-inner .client-img {
  position: absolute;
  width: 218px;
  height: 218px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background: #ffffff;
  padding: 0px;
  top: 37px;
  left: 33px;
}

.Testimonials .sec-heading {
  margin-bottom: 50px;
}

/*  .Testimonials .carousel-item p {
            padding-left: 18%;
            padding-right: 18%;
        }*/

.carousel-indicators li.active {
  /*height: 37px !important;
    width: 36px !important;*/
  z-index: 1020;
}

.carousel-leftSide {
  min-width: 500px;
  width: 100%;
}

.carousel-indicators {
  width: 100%;
  margin: 0px;
}

.carousel-indicators li {
  background-color: #3ac6e6;
  height: 11px;
  width: 11px;
  border-radius: 60%;
}

.test-bg-img {
  background-image: url("../images/test.svg");
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.globe-bg {
  background-image: url("../images/globee.png");
  margin: auto;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 335px;
  height: 300px;
}

.country-img {
  height: auto;
  max-width: 300px;
}

.flag {
  width: 58px !important;
  height: 37px !important;
  border-radius: 4px !important;
  border: none !important;
  background: unset !important;
}

.flagg {
  width: 70px !important;
  height: auto;
  border: none !important;
  background: unset !important;
  min-width: 50px;
}

.flagg img {
  height: 100%;
  object-fit: cover;
}

.left-quote {
  width: 85px !important;
  height: 60px !important;
  border-radius: 4px !important;
  border: none !important;
  background: unset !important;
}

.right-quote {
  width: 77px !important;
  height: 259px !important;
  border-radius: 4px !important;
  border: none !important;
  background: unset !important;
}

.country-name {
  font-size: 13px;
}

.test-sub-text {
  color: #706c6c;
  font-size: 16px;
  min-height: 108px;
}

@media (max-width: 991px) {
  .Testimonials .carousel-item p {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 480px) {
  .Testimonials .carousel-item p {
    font-size: 0.9rem;
    padding-left: 0%;
    padding-right: 0%;
  }
}
/*******************Testimonials-sec end***************/
/* ========================================= HOME-page END */
/* ========================================= ABOUT-page */

.about-desc-sec {
  text-align: center;
  margin-top: 100px;
  padding: 0px 5% 60px;
}

.about-desc-sec .txt {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  letter-spacing: 0.1rem;
  line-height: 30px;
}

@media (max-width: 991px) {
  .about-desc-sec .txt {
    letter-spacing: 0px;
  }
}

@media (max-width: 540px) {
  .achivements {
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    text-transform: capitalize;
  }
}
/*******************about-desc end***************/

/*******************agile-sec***************/

.agile-sec {
  text-align: center;
  padding: 0px 4% 60px;
}

.agile-sec .img-bx {
  position: relative;
  width: clamp(15rem, 55vw, 35rem);
  padding: 20px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.agile-sec .img-bx > .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--clr-a);
  font-size: clamp(1rem, 3.2vw, 3.5rem);
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.agile-sec .img-bx > img {
  /* opacity: .6; */
  transition: all 0.2s linear;
}

.agile-sec .img-bx:hover > img {
  opacity: 1;
  filter: drop-shadow(0px 0px 2px rgba(83, 83, 83, 0.4));
}

.agile-sec .txt-bx {
  color: var(--clr-d);
}

.rotate {
  animation: rotation 22s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@media (max-width: 768px) {
  .agile-sec .img-bx > img {
    opacity: 1;
  }

  .agile-sec .img-bx {
    width: clamp(10rem, 80vw, 40rem);
  }

  .agile-sec .img-bx > .txt {
    font-size: clamp(1rem, 5vw, 3.5rem);
  }

  .d-none768 {
    display: none;
  }
}

@media (max-width: 767px) {
  .left-quote {
    display: none !important;
  }

  .location {
    padding-left: 10% !important;
  }

  .right-quote {
    display: none !important;
  }

  .hero-heading {
    transform: translate(-50%, -50%) !important;
  }

  ul li.card.custom-deliverable-card .icon {
    grid-area: icon;
    display: grid;
    place-items: center !important;
  }

  .custom-contact-auditbtn {
    position: unset !important;
    top: 0;
    left: 0;
    transform: unset !important;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 510px) {
  .location {
    padding-left: 0px !important;
  }

  .left-quote {
    display: none !important;
  }

  .right-quote {
    display: none !important;
  }

  .custom-banner-txt {
    font-size: 24px !important;
  }
}

@media (max-width: 425px) {
  .agile-sec .img-bx {
    width: 100%;
  }

  .Testimonials .carousel-item p {
    max-width: 490px !important;
  }

  .test-sub-text {
    margin: auto;
    text-align: left;
    display: flex;
    justify-content: center;
  }

  .country-img {
    padding-left: 3% !important;
  }

  .carousel-leftSide {
    min-width: unset !important;
  }

  .left-quote {
    display: none !important;
  }

  .right-quote {
    display: none !important;
  }
}

/*******************agile-sec end***************/

/*******************our-process-sec***************/

.our-process-sec {
  position: relative;
  padding: 55px 0px;
  background: url(../images/bg-process.jpg) no-repeat bottom center fixed;
  background-size: cover;
}

.our-process-sec > .bg-overlay {
  background: #000000;
  /* background: rgb(27, 53, 89); */
}

.our-process-sec .sec-head {
  margin-bottom: 65px;
}

.our-process-sec .sec-heading {
  color: var(--clr-c);
}

.our-process-sec .icon-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}

.our-process-sec .prs-num {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -20%);
  font-weight: bolder;
  color: var(--clr-b);
  transition: all 0.1s linear;
  display: none;
}

.our-process-sec .prs-icon {
  position: relative;
  /* background: var(--clr-a); */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--clr-b);
  border-radius: 50%;
  font-size: 3.3rem;
  color: var(--clr-c);
  --sz: 130px;
  width: var(--sz);
  height: var(--sz);
  transition: all 0.3s linear;
}

.our-process-sec .prs-icon img {
  width: 50%;
}

.our-process-sec .icon-bx:hover .prs-icon {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.our-process-sec i.prs-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-process-sec .icon-bx .sec-title {
  font-weight: 900;
  color: var(--clr-c);
}

/*******************our-process-sec end***************/

/*******************vision-sec***************/

.vision-sec {
  --pd-sz: 70px;
  padding-top: var(--pd-sz);
  padding-bottom: var(--pd-sz);
}

.vision-sec .card-row {
  justify-content: space-between;
}

.vision-sec .vision-box-outter {
  padding: 0px 2%;
}

.vision-sec .vision-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-height: 410px;
  overflow: hidden;
  width: clamp(13rem, 25vw, 19rem);
  /* 16 */
  border: 2px solid var(--clr-b);
  border-radius: 20px;
  padding: 20px 10px;
  margin: auto;
}

.custom-card-margin {
  margin-top: 3px;
}

.custom-card-margin-sec {
  margin-top: 0px;
}

.vision-block > figure {
  margin-bottom: 25px;
}

.vision-block > figure > img {
  width: clamp(13rem, 14vw, 16rem);
}

.vision-block .title {
  font-weight: 500;
}

.vision-block .txt {
  color: var(--clr-d);
  font-size: 0.9rem;
}

img.custom-upwork-logo {
  width: 100%;
  max-width: 100px;
}

.custom-clumn-padding.content-top-centre {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .vision-sec.container {
    width: 100%;
  }

  .left-quote {
    width: 40px !important;
    height: 27px !important;
  }

  .right-quote {
    width: 35px !important;
    height: 285px !important;
  }

  .aboutus-container {
    margin-top: 0 !important;
  }

  #hero.custom-aboutus-container {
    padding: 60px 0% 50px !important;
  }

  .custom-column-hide {
    display: none;
  }

  .hero.tech-audit-main {
    padding: 55px 0% 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-key-fs {
    font-size: 16px !important;
  }

  .card-heading-bg-two {
    width: 220px !important;
  }

  .card-heading-bg {
    width: 220px !important;
  }

  .card-heading-bg-two-exception {
    width: 243px !important;
  }

  .custom-key-fs-excp {
    font-size: 16px !important;
  }

  .card-heading-bg-two-exception,
  .card-heading-bg,
  .card-heading-bg-two {
    margin-top: 2.5rem !important;
  }

  .custom-banner-txt {
    font-size: 32px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-area {
    width: 105px !important;
    left: -36px !important;
    transform: translateY(120px) !important;
  }

  .vision-area {
    width: 105px !important;
    right: -44px !important;
    transform: translateY(120px) !important;
  }

  .custom-column-gap {
    margin: 16px 0;
  }

  .custom-clumn-padding.content-top-centre {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-clumn-padding {
    padding: 3rem !important;
  }

  .custom-column-position-two {
    transform: translate(-70px, 15%) !important;
  }

  .custom-column-position {
    transform: translate(77px, -13%) !important;
  }

  #hero.custom-aboutus-container {
    max-height: 50vh !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .mission-area {
    width: 105px !important;
    left: -36px !important;
    transform: translateY(105px) !important;
  }

  .vision-area {
    width: 103px !important;
    right: -37px !important;
    transform: translateY(105px) !important;
  }

  .custom-column-gap {
    margin: 16px 0;
  }

  .custom-clumn-padding.content-top-centre {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-clumn-padding {
    padding: 3rem !important;
  }

  img.custom-upwork-logo {
    width: 100%;
    max-width: 100px;
  }

  .custom-clumn-padding.content-top-centre {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-column-position-two {
    transform: translate(-60px, 15%) !important;
  }

  .custom-column-position {
    transform: translate(60px, -15%) !important;
  }

  #hero.custom-aboutus-container {
    height: 600px !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .mission-area {
    width: 130px !important;
    left: -34px !important;
    transform: translateY(125px) !important;
  }

  .iso-stamp {
    position: absolute;
    /* bottom: 0px; */
    left: 99px;
    transform: translate(-11px, 39px) !important;
  }

  .vision-area {
    width: 130px !important;
    right: -36px !important;
    transform: translateY(125px) !important;
  }

  .custom-clumn-padding.content-top-centre {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-column-position {
    transform: translate(140px, -13%) !important;
  }

  .custom-column-position-two {
    transform: translate(-130px, 15%) !important;
  }

  .hero-heading {
    font-size: 38px !important;
  }

  .custom-icon-list.card-li-icon li::before {
    top: 15% !important;
  }
}

@media (min-width: 2560px) {
  .mission-area {
    transform: translateY(65%) !important;
  }

  .vision-area {
    transform: translateY(65%) !important;
  }

  .custom-clumn-padding.content-top-centre {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-grow-btn {
    border-radius: 40px !important;
  }

  img.custom-value-hero-img {
    width: 65% !important;
    display: flex !important;
    margin: auto !important;
  }
  /* .dropdown:has(.dropdown-menu):hover > .dropdown-menu {
        transform: scale(0.90) translate(-30%, -5%) !important;
    }*/
}

@media (max-width: 768px) {
  .vision-sec .card-row {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .vision-sec .vision-box-outter {
    margin-bottom: 30px;
    max-width: unset;
  }

  .vision-sec .vision-block {
    width: clamp(13rem, 50vw, 19rem);
  }

  .globe {
    height: 270px !important;
    width: 270px !important;
    padding-bottom: 30px !important;
  }

  .location {
    padding-left: 10%;
  }

  .custom-value-hero-img {
    display: none;
  }

  #hero.hero.custom-hero-portfolio {
    padding: 60px 5% 0px !important;
  }

  .portfolio-hero-conatiner.custom-portfolio-hero-container {
    padding: 20px;
  }

  .hero-audit.tech-service {
    padding: 30px 5% !important;
  }
}

@media (max-width: 425px) {
  .vision-sec .vision-block {
    width: clamp(13rem, 90vw, 19rem);
  }
}

/*******************vision-sec end***************/

/* ========================================= ABOUT-page END */

/* ========================================= PORTFOLIO-page */

.portfolio .sec-heading > .sub-heading {
  padding: 0px 4%;
}

/*.portfolio {
    padding-top: 200px;
}*/

.portfolio .navigation {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}

.portfolio .navigation li {
  margin: 0px 20px;
}

.portfolio .navigation a {
  position: relative;
  font-weight: 700;
  padding: 10px 0px;
  color: var(--clr-b);
}

.portfolio .navigation.nav-pills .nav-link.active::before,
.portfolio .navigation a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0px;
  width: 0%;
  background: var(--clr-a);
  transition: all 0.2s linear;
}

.portfolio .navigation.nav-pills .nav-link.active::before,
.portfolio .navigation a:hover::before {
  height: 2px;
  width: 70%;
}

.portfolio .navigation.nav-pills .nav-link.active {
  color: var(--clr-b);
  background: none;
}

.portfolio .portfolio-container {
  justify-content: center;
}

.portfolio .tab-content .close {
  position: fixed;
  top: 3%;
  right: 2.5%;
  cursor: pointer;
  color: #fff;
  opacity: 1;
}

.tab-sub-content {
  color: #999999f5;
  font-size: clamp(0.8rem, 1vw, 0.85rem);
  line-height: 15px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .portfolio .modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95% !important;
    margin: auto;
    height: 100%;
  }

  .portfolio .modal .carousel-inner {
    display: flex;
    align-items: center;
  }
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  max-height: 320px;
}

.portfolio .portfolio-item .portfolio-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
}

.portfolio .portfolio-item .portfolio-wrap > img {
  transform: scale(1);
  transition: all 0.2s linear;
}

.portfolio .portfolio-item .portfolio-wrap:hover > img {
  transform: scale(1.2);
}

.portfolio .portfolio-item .overlay-content {
  max-height: 0;
  /* opacity: 0; */
  overflow: hidden;
  background: rgba(53, 89, 140, 0.7);
  transition-duration: 0.5s;
}

.portfolio .portfolio-item .portfolio-wrap:hover .overlay-content {
  opacity: 1;
  max-height: 400px;
}

.portfolio .portfolio-item .title {
  font-size: clamp(0.75rem, 5vw, 1.2rem);
  font-weight: 600;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

.portfolio .portfolio-item .txt {
  font-size: clamp(0.1rem, 5vw, 0.7rem);
  font-weight: 500;
  margin: 0px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

.portfolio .tab-content .carousel-control-prev,
.portfolio .tab-content .carousel-control-next {
  align-items: start;
  justify-content: start;
  width: 4%;
}

.portfolio .tab-content .carousel-control-next {
  justify-content: end;
}

.portfolio .tab-content .carousel-control-prev-icon {
  background-image: url("../images/left-arrow.svg");
  border-bottom-right-radius: 20px;
}

.portfolio .tab-content .carousel-control-next-icon {
  background-image: url("../images/right-arrow.svg");
  border-bottom-left-radius: 20px;
}

.portfolio .tab-content .carousel-control-prev-icon,
.portfolio .tab-content .carousel-control-next-icon {
  background-size: 50%;
  background-position: center;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
}

.portfolio .portfolio-item .portfolio-links {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  display: none;
  /*width: 25px;*/
}

.portfolio .portfolio-item .portfolio-links a {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio .portfolio-item .portfolio-links svg {
  display: none;
}

.portfolio .portfolio-item .portfolio-links svg path {
  fill: var(--clr-c);
}

.portfolio .portfolio-item .portfolio-links:hover svg path {
  cursor: pointer;
  color: var(--clr-a);
}

@media (max-width: 767px) {
  .portfolio .portfolio-item .title {
    font-size: clamp(1rem, 5vw, 1.2rem);
  }

  .portfolio .portfolio-item .txt {
    font-size: clamp(0.6rem, 5vw, 0.8rem);
  }
}

@media (max-width: 767px) and (min-width: 458px) {
  .achievements-cards-img {
    width: 28% !important;
  }
}
/* ========================================= PORTFOLIO-page END */

/* ========================================= CAREER-page */

/* career-page */

.contact-page .hero-container .txt-bx,
.career-page .hero-container .txt-bx {
  text-align: left;
}

.contact-page .hero-container h1,
.career-page .hero-container h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-bottom: 20px;
}

.hero-container .txt {
  /*        font-size: .85rem;*/
  margin-bottom: 2.5rem;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 1px;
}

/* position-sec */

.position-sec {
  padding-top: 60px;
}

.position-sec .pos-card {
  position: relative;
  border-radius: 8px;
  min-width: 250px;
  max-width: 450px;
  width: 100%;
}

.position-sec .pos-card .title {
  font-size: 1.1rem;
}

.position-sec .pos-card .txt-bx {
  font-size: 0.9rem;
}

.position-sec .pos-card .img-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin: 7px auto 12px;
}

.position-sec .pos-card .txt-bx .d-box {
  margin-bottom: 10px;
}

.position-sec .pos-card .link-txt {
  position: absolute;
  bottom: 13px;
  right: 20px;
  color: var(--clr-a);
  font-size: 0.9rem;
  font-weight: 600;
}

.position-sec .pos-card .link-txt:hover {
  text-decoration: underline;
}

.container.positions {
  width: 65% !important;
}

@media (max-width: 1024px) {
  .container.positions {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .container.positions {
    width: 100% !important;
  }
}
/*.position-sec .icon-bx {
        text-align: center;
    }

        .position-sec .icon-bx > .img-bx {
            display: flex;
            align-items: center;
            width: 70px;
            height: 70px;
            margin: 0px auto 20px;
        }

    .position-sec .main.icon-bx > .img-bx {
        width: 100px;
        height: 100px;
    }

    .position-sec .icon-bx .title {
        font-weight: 900;
        font-size: .8rem;
        margin-bottom: 0px;
    }

@media (max-width: 991px) {

    .container.positions .pos-title {
        background: #eeeeee;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .container.positions .col-pos {
        margin-bottom: 40px !important;
    }

        .container.positions .col-pos .img-bx {
            margin-bottom: 5px;
        }
}*/
/* interview-sec */
.interview-sec {
  padding-top: 60px;
  margin-bottom: 60px;
}

.interview-sec .container {
  width: 70%;
}

.interview-sec .sec-heading {
  margin-bottom: 40px;
}

.interview-sec .sub-heading {
  padding: 0px 10%;
}

.interview-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interview-bx img {
  margin-right: 30px;
}

.interview-bx:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.interview-bx:nth-child(even) img {
  margin-left: 30px;
}

.interview-bx img {
  width: 250px;
}

.interview-bx .title {
  font-weight: 500;
}

@media (max-width: 991px) {
  .interview-bx {
    flex-direction: column;
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }

  .interview-bx img {
    margin-right: 0px;
    margin-bottom: 0.7rem;
    width: 200px;
  }

  .interview-bx .title {
    font-size: 1.2rem;
  }

  .interview-bx:nth-child(even) {
    flex-direction: column;
    text-align: left;
  }

  .interview-bx:nth-child(even) img {
    margin-left: 0px;
  }
}

/* benefits-sec */

.benefits-sec {
  padding-top: 200px;
  padding-bottom: 150px;
}

.benefits-sec .card {
  padding: 2rem 1rem;
  border: 2px solid var(--clr-b);
  width: 100%;
  margin-bottom: 0.6rem;
}

.benefits-sec .card .img-bx {
  width: 50px;
  height: 50px;
}

.benefits-sec .card .title {
  font-weight: 900;
  margin: 10px 0px;
}

.benefits-sec .card .txt {
  font-size: 0.9rem;
}

/* contact-sec */

.contact-sec {
  padding: 60px 0px 60px;
}

.contact-sec .wrap-item-bx {
  width: 100%;
  padding: 20px;
  background-color: rgba(128, 150, 180, 0.1);
  border-radius: 10px;
}

.contact-sec .wrap-item-bx {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  height: 100%;
}

.contact-sec .wrap-item-bx h6 {
  font-size: 18px;
  margin-top: 10px;
}

.address-content-box {
  margin-bottom: 14px;
}

.contact-page .container-custom {
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .contact-page .container-custom {
    max-width: calc(100% - 30px);
  }

  .contact-sec p {
    font-size: 0.8rem !important;
  }

  .contact-sec .item-bx p {
    white-space: nowrap;
  }
}

/*#contactUSForm {
    background: #f2f4f7;
    padding: 20px;
    border-radius: 15px;
}*/

.address-content-box p {
  margin-bottom: 0;
}
/*        .contact-sec .wrap-item-bx::after {
            content: "";
            position: absolute;
            bottom: 15%;
            left: 50%;
            transform: translateX(-50%);
            width: 30%;
            height: 1px;
            background-color: #666666;
        }
*/
.contact-sec .item-bx {
  display: flex;
  justify-content: start;
  align-items: center;
  /*flex-direction: column;*/
  /*text-align: center;*/
  width: fit-content;
  width: -moz-fit-content;
  /*margin: auto;*/
  margin-top: 5px;
}

.contact-sec .item-bx i {
  color: var(--clr-a);
}

.contact-sec .item-bx h6 {
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.contact-sec .item-bx p {
  margin-bottom: 0px;
}
/*.contact-sec .item-bx.add {
    padding-top: 27px;
    padding-bottom: 27px;
}*/
.contact-sec .item-bx .img-bx {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
/*    .contact-sec .flags {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        display: flex
    }*/

.contact-sec .flag {
  width: 30px;
  margin: 0px 3px;
}

.contact-sec p {
  font-size: 1rem;
}

.contact-sec .btn {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.contact-sec .contact-field.textarea {
  position: relative;
}

.contact-sec .contact-field input {
  border: var(--clr-d);
}

.contact-sec .contact-field.textarea {
  margin: 0;
}

.contact-sec .contact-field.textarea textarea {
  border: var(--clr-d);
  height: 80px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Bootstrap 4 custom-file polyfill — removed in Bootstrap 5 */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  content: "";
}
/* end custom-file polyfill */

.contact-sec .custom-file-label > span {
  padding: 0px 0px 0px 66px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.contact-sec .contact-field .btn {
  padding: 10px;
  width: 100%;
  /*background: var(--clr-c);*/
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-sec .contact-field .btn svg {
  width: 40px;
  cursor: pointer;
  fill: var(--clr-b);
  transition: all 0.2s linear;
}

.contact-sec .contact-field .btn:hover svg {
  fill: var(--clr-a);
}

#btnSubmitCareer svg {
  width: 40px;
  cursor: pointer;
  fill: var(--clr-b);
  transition: all 0.2s linear;
}

#btnSubmitCareer:hover svg {
  fill: var(--clr-a);
}

#btnSubmitJobApply svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  fill: var(--clr-b);
  transition: all 0.2s linear;
  vertical-align: middle;
}

#btnSubmitJobApply:hover svg {
  fill: var(--clr-a);
}

.contact-sec .custom-file-label::after {
  content: "" !important;
  right: unset;
  background: url("../images/db-folder.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  color: #ffffff;
  border-radius: 0.25rem;
  transition: all 0.2s linear;
}

.contact-sec .custom-file-input:hover ~ .custom-file-label::after {
  background: url("../images/lb-folder.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #35598c;
}

@media (max-width: 1440px) {
  .contact-sec > .container {
    width: 95%;
  }

  .contact-sec .item-bx {
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
  }

  .contact-sec .wrap-item-bx .col-lg-12 {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .contact-sec .wrap-item-bx::after {
    display: none;
  }

  .contact-sec .this-mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-field .btn svg,
  #btnSubmitCareer svg {
    width: 24px;
  }

  .contact-sec .custom-file-label::after {
    width: 20px;
  }

  .contact-sec .custom-file-label > span {
    padding: 0px 0px 0px 28px;
    font-size: 0.75rem;
  }

  .contact-sec .btn {
    font-size: 0.8rem;
  }
}
/* ========================================= CAREER-page END */
/* ========================================= CONTACT-page */
.contact-page .contact-sec {
  background: none;
  padding: 60px 0px 60px;
}
/*, .contact-page .contact-sec .item-bx*/
/*.contact-page .contact-sec input, .contact-page .contact-sec textarea, .contact-page .contact-sec .btn {
        background-color: rgba(128, 150, 180, 0.1);
    }*/
.contact-sec input,
.contact-sec textarea,
.contact-page .contact-sec .btn {
  background-color: rgba(128, 150, 180, 0.1);
}

.contact-sec .form-control:focus {
  background-color: rgba(128, 150, 180, 0.1);
}
/* ========================================= CONTACT-page END */
/* ========================================= Services-page */

.service-page .hero {
  background: url("../images/bg-service-banner.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

.services-pgsec {
  padding: 30px 0px 0px;
}
/*.services-pgsec .icon-box {
        border: 1px solid #f5f5f5;
    }*/
@media (max-width: 1024px) {
  .services-pgsec > .container {
    width: 100%;
  }

  .services-pgsec .icon-box {
    padding-left: 0px;
    padding: 20px 0px;
  }

  .key-card-before::after {
    background-size: 20% 60% !important;
  }
}

@media (max-width: 768px) {
  .services-pgsec > .container {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .services-pgsec > .container {
    width: 100%;
  }
}

.services-pgsec .sec-heading {
  /*font-size: clamp(2rem, 2vw, 2rem);*/
  font-size: clamp(2rem, 4vw, 2.7rem);
}

.services-pgsec.benefits-sec .sec-heading {
  font-size: clamp(2rem, 4vw, 2.7rem);
}

.services-pgsec .top-txt {
  font-size: 0.8rem;
}

.services-pgsec .icon-box,
.services-pgsec .icon-box * {
  cursor: pointer;
}

.services-pgsec .icon-box.no-link,
.services-pgsec .icon-box.no-link * {
  cursor: default;
}

.services-pgsec .icon-box .icon {
  width: 100px;
  height: 100px;
  margin: auto;
}

.services-pgsec .icon-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.services-pgsec .icon-box .title {
  margin: 10px 0px;
  font-weight: 600;
}

.services-pgsec .icon-box .descr {
  font-size: 0.75rem;
}

.features-sec {
  padding: 100px 0px;
}

.features-sec .txt {
  font-size: 0.85rem;
}

.seek-innov-sec {
  padding: 0px 0px 100px;
}

.seek-innov-sec .member {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.seek-innov-sec img {
  width: 80%;
  height: 80%;
  object-fit: scale-down;
}

@media (max-width: 480px) {
  .features-sec {
    text-align: center;
  }

  .features-sec .txt-bx {
    padding: 25px 0px 30px;
  }
}
/* ========================================= Services-page END */
/* ==== elements(fa-icons) ==== */

.ele-loc-pin,
.ele-user,
.ele-phone,
.ele-envelope,
.ele-company {
  position: relative;
}

.ele-loc-pin > i,
.ele-user > i,
.ele-phone > i,
.ele-envelope > i,
.ele-company > i {
  position: absolute;
  /* Fixed offset = center of Bootstrap's standard input height (≈38px / 2 = 19px).
       Using a fixed value instead of top:50% so validation error messages
       below the input don't shift the icon downward. */
  top: 24px;
  /* Account for Bootstrap col gutter (12px) + 10px inset inside the input border */
  left: calc(var(--bs-gutter-x, 1.5rem) / 2 + 10px);
  transform: translateY(-50%);
  color: var(--clr-d);
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
}
/*.ele-map-marked::before {
    content: "\f5a0";
}

.ele-loc-pin::before {
    content: "\f041";
}

.ele-envelope::before {
    content: "\f0e0";
}

.ele-user::before {
    content: "\f007";
}

.ele-phone::before {
    content: "\f095";
}*/
/* elements(fa-icons) END */
/*******************footer-sec***************/
.footer-outerBox {
  max-width: 1594px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  /* background: var(--clr-b); */
  transition: display 0.5s ease-in-out;
  z-index: 999;
  transition: all ease-in-out 0.3s;
}

.back-to-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.back-to-top:hover img {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}

.footer {
  position: relative;
  /* background-color: #e7f2f7; */
  background: rgba(128, 150, 180, 0.1);
}

.footer > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/steps2.webp) no-repeat;
  background-size: cover;
  background-position: bottom right;
  opacity: 0.1;
}

.footer-bottom,
.top-footer {
  position: relative;
  z-index: 1;
}

.top-footer {
  padding: 100px 0 45px;
}

.top-footer h3 {
  font-size: 1rem;
  line-height: 1.5;
  color: #3f6193;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.vertical-about span.s-txt-a {
  color: var(--clr-a);
  font-weight: 500;
}

.top-footer p {
  font-size: 14px;
  line-height: 30px;
  /* color: #bdbdbd; */
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 80px;
  padding-right: clamp(0rem, 0vw, 5.2rem);
}

.top-footer li a {
  font-size: 14px;
  line-height: 30px;
  /* color: #bdbdbd; */
  font-weight: 400;
  letter-spacing: 1px;
  /*text-transform: capitalize;*/
  transition: color 0.3s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.top-footer li a:hover {
  color: var(--clr-a);
}

.footer-bottom {
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28abe3;
}

.footer-bottom a > img {
  cursor: pointer;
  opacity: 0.8;
}

.footer-bottom a:hover > img {
  opacity: 1;
}
/*******************qouteform-modal***************/

.sec-heading-sml {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  color: var(--clr-b);
}

form[name="request-quote"] label {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.qouteform.modal {
  padding: 0px !important;
}

.qouteform.modal .modal-dialog {
  width: 55%;
  margin: 8vh auto 0px;
  max-width: unset !important;
  padding: 0px 20px;
}

@media (max-width: 991px) {
  .qouteform.modal .modal-dialog {
    width: auto;
  }
}

.qouteform.modal .modal-body {
  padding: 55px 0px 35px;
}

.qouteform.modal .form-row {
  justify-content: space-between;
}

.qouteform.modal .sec-heading:nth-child(2) {
  padding: 30px 0px;
  font-weight: 800;
  color: var(--clr-b);
}

.qouteform.modal .sec-heading > .sub-heading {
  margin-top: 10px;
  color: var(--clr-d);
  font-size: 0.9rem;
}

.qouteform.modal .form-group input {
  /* gutter(12px) + inset(10px) + icon(16px) + gap(6px) = 44px */
  padding-left: 44px;
}
/*******************qouteform-modal***************/

.sec-heading-sml {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  color: var(--clr-b);
}

form[name="hire-now"] label {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.hireNow.modal {
  padding: 0px !important;
}

.hireNow.modal .modal-dialog {
  width: 55%;
  margin: 8vh auto 0px;
  max-width: unset !important;
  padding: 0px 20px;
}

@media (max-width: 991px) {
  .hireNow.modal .modal-dialog {
    width: auto;
  }
}

.hireNow.modal .modal-body {
  padding: 55px 0px 35px;
}

.hireNow.modal .form-row {
  justify-content: space-between;
}

.hireNow.modal .sec-heading:nth-child(2) {
  padding: 30px 0px;
  font-weight: 800;
  color: var(--clr-b);
}

.hireNow.modal .sec-heading > .sub-heading {
  margin-top: 10px;
  color: var(--clr-d);
  font-size: 0.9rem;
}

.hireNow.modal .form-group input {
  /* Restore Bootstrap default vertical padding — global.css overrides .form-control
       with padding:25px which inflates input height to ~74px and pushes the icon off-center. */
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  /* gutter(12px) + inset(10px) + icon(16px) + gap(6px) = 44px */
  padding-left: 44px;
  padding-right: 0.75rem;
}

.hireNow.modal .form-group textarea {
  padding-left: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Pin textarea icon near the top-left of the field (not vertically centered) */
.hireNow.modal .ele-loc-pin:has(textarea) > i {
  top: 18px;
  transform: none;
}
/*backgrounds*/
@media (max-width: 600px) {
  .footer > .bg {
    background: none;
  }

  .Testimonials > .bg,
  .about-lists > .bg,
  .service-sec > .bg,
  .about-sec > .bg {
    background: none;
  }
}

.custom-file-input.is-invalid ~ .custom-file-label > span::before {
  color: #dc3545;
  content: "Please ";
}

.custom-file-input.is-invalid ~ .custom-file-label > span {
  color: #dc3545;
}
/*
    .hero.individual-service {
        overflow: hidden;
        background: url("/WebsiteAssets/assets/images/blazor-bg.svg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100%;
        padding-top: calc(100vh - 83vh);
        padding-bottom: calc(100vh - 90vh);
    }*/

.hero.individual-service1 {
  overflow: hidden;
  background: url("/WebsiteAssets/assets/images/blazor-bg.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  padding-top: calc(100vh - 92vh) !important;
  /*padding-bottom: calc(100vh - 90vh);*/
}

.hero.individual-service .txt {
  background: unset;
}

.hero.individual-service1 .txt {
  background: unset;
}
/*.hero.individual-service .txt-bx {
        width: clamp(280px, 100%, calc(100vw - 60%) );
    }

    .hero.individual-service .img-bx {
        max-width: calc(100vw - 80%);
    }*/
.angular-feature {
  padding: 5rem 0px 0px;
}

.launch-feature {
  padding-top: 3rem;
  /* padding-bottom: 3rem;*/
}

.custom-launch {
  padding-top: 2rem !important;
  padding-bottom: 0rem !important;
}
/*.js-feature {
    padding-bottom: 5rem;
}*/

.launch-feature .img-bx {
  width: clamp(280px, 100%, calc(100% - 30%));
}
/*    .launch-feature .txt {
        font-size: .95rem;
    }*/

.contact-section {
  background: rgba(128, 150, 180, 0.1);
}

.personalized-blazor-services {
  padding: 3rem 0px 0rem;
}

.personalized-blazor-services1 {
  padding: 0rem 0px 5rem !important;
}

.personalized-blazor-services .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.personalized-blazor-services .icon {
  height: 100px;
}

.personalized-blazor-services .icon > img {
  height: 100%;
}

.personalized-abpio-services {
  padding: 60px 0px 60px;
}

.personalized-abpio-services .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.personalized-abpio-services .icon {
  height: 100px;
}

.personalized-abpio-services .icon > img {
  height: 100%;
}

.why-blazor {
  padding-bottom: 5rem;
}

.why-blazor .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.why-blazor .icon {
  height: 100px;
}

.why-blazor .icon > img {
  height: 100%;
}

why-abpio {
  padding-bottom: 5rem;
}

why-abpio .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

why-abpio .icon {
  height: 100px;
}

why-abpio .icon > img {
  height: 100%;
}

.why-abpio .point-card {
  min-height: unset !important;
  /*font-size: 1.25rem !important;*/
}

.why-angular {
  padding-bottom: 5rem;
}

.why-angular .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.why-angular .icon {
  height: 100px;
}

.why-angular .icon > img {
  height: 100%;
}

.why-angular .point-card {
  min-height: unset !important;
  /*font-size: 1.25rem !important;*/
}

.why-angular .title {
  font-weight: 600;
}
/*.why-js {
    padding-bottom: 2rem;
}*/

.why-js .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.why-js .icon {
  height: 100px;
}

.why-js .icon > img {
  height: 100%;
}

.why-js .point-card {
  min-height: unset !important;
  /*font-size: 1.25rem !important;*/
}

.why-js .title {
  font-weight: 600;
}

.why-ts {
  padding-bottom: 3rem;
}

.why-ts .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.why-ts .icon {
  height: 100px;
}

.why-ts .icon > img {
  height: 100%;
}

.why-ts .point-card {
  min-height: unset !important;
  /*font-size: 1.25rem !important;*/
}

.why-ts .title {
  font-weight: 600;
}

.point-card {
  position: relative;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  /* font-size: .9rem;*/
  font-size: 1rem;
  color: #333;
  border: 1px solid #ebebeb;
  padding: 3.5rem 2rem 1.5rem;
  min-height: 150px;
  height: 100%;
}

.point-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  height: 85px;
  width: 85px;
  background-image: url("../images/Blazor.svg");
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.automotive .point-card[card-num="1"]::before {
  background-image: url("../images/expertise.svg");
}

.automotive .point-card[card-num="2"]::before {
  background-image: url("../images/scalable.svg");
}

.automotive .point-card[card-num="3"]::before {
  background-image: url("../images/agile-icon.svg");
}

.why-blazor .point-card[card-num="1"]::before {
  background-image: url("../images/memory-safe.svg");
}

.why-blazor .point-card[card-num="2"]::before {
  background-image: url("../images/single-page applications.svg");
}

.why-blazor .point-card[card-num="3"]::before {
  background-image: url("../images/plugin.svg");
}

.why-blazor .point-card[card-num="4"]::before {
  background-image: url("../images/optimal user experience.svg");
}

.why-blazor .point-card[card-num="5"]::before {
  background-image: url("../images/secure.svg");
}

.why-csharp .point-card[card-num="1"]::before {
  background-image: url("../images/book.svg");
}

.why-csharp .point-card[card-num="2"]::before {
  background-image: url("../images/Performance tracking.svg");
}

.why-csharp .point-card[card-num="3"]::before {
  background-image: url("../images/multi-tenacy.svg");
}

.why-csharp .point-card[card-num="4"]::before {
  background-image: url("../images/cross-platform.svg");
}

.why-csharp .point-card[card-num="5"]::before {
  background-image: url("../images/scalable.svg");
}

.why-csharp .point-card[card-num="6"]::before {
  background-image: url("../images/integ-dev.svg");
}

.why-csharp .point-card[card-num="7"]::before {
  background-image: url("../images/integrated-library.svg");
}

.why-abpio .point-card[card-num="1"]::before {
  background-image: url("../images/angular.svg");
}

.why-abpio .point-card[card-num="2"]::before {
  background-image: url("../images/dot-net-mvc.svg");
}

.why-abpio .point-card[card-num="3"]::before {
  background-image: url("../images/Blazor.svg");
}

.why-abpio .point-card[card-num="4"]::before {
  background-image: url("../images/mongoDB.svg");
  height: 100px;
  width: 150px;
  background-size: 140px;
}

.why-abpio .point-card[card-num="5"]::before {
  background-image: url("../images/NoSQL.svg");
}

.why-abpio .point-card[card-num="6"]::before {
  background-image: url("../images/sql.svg");
  height: 100px;
  width: 150px;
  background-size: 90px;
}

.why-abpio .point-card[card-num="7"]::before {
  background-image: url("../images/dapper.svg");
}

.why-abpio .point-card[card-num="8"]::before {
  background-image: url("../images/entityframework.svg");
}

.why-angular .point-card[card-num="1"]::before {
  background-image: url("../images/consulting.svg");
}

.why-angular .point-card[card-num="2"]::before {
  background-image: url("../images/Development.svg");
}

.why-angular .point-card[card-num="3"]::before {
  background-image: url("../images/testing-1.svg");
}

.why-angular .point-card[card-num="4"]::before {
  background-image: url("../images/maintenance.svg");
}

.why-angular .point-card[card-num="5"]::before {
  background-image: url("../images/Testing & Final Deployment.svg");
}
/*Third-party-page*/
.why-angular .third[card-num="1"]::before {
  background-image: url("../images/telerik.svg");
}

.why-angular .third[card-num="2"]::before {
  background-image: url("../images/quick-book.png");
}

.why-angular .third[card-num="3"]::before {
  background-image: url("../images/twilo.png") !important;
}

.why-angular .third[card-num="4"]::before {
  background-image: url("../images/devSyncfusion.svg");
}

.why-angular .third[card-num="5"]::before {
  background-image: url("../images/mudblazor.png");
}

.why-angular .third[card-num="6"]::before {
  background-image: url("../images/paypalStripe.svg") !important;
}

.why-angular .third[card-num="7"]::before {
  background-image: url("../images/Gapi.svg") !important;
}

.why-angular .third[card-num="8"]::before {
  background-image: url("../images/highcharts.svg") !important;
}

.why-angular .third[card-num="9"]::before {
  background-image: url("../images/yahoo.svg") !important;
}

.why-angular .third[card-num="10"]::before {
  background-image: url("../images/zoomus-icon.svg") !important;
}

.why-angular .third[card-num="11"]::before {
  background-image: url("../images/Power-EasyPost.png") !important;
}

.why-angular .third[card-num="12"]::before {
  background-image: url("../images/ckeditor.png") !important;
}

.why-angular .third[card-num="13"]::before {
  background-image: url("../images/material-ui.png") !important;
}

.why-angular .third[card-num="14"]::before {
  background-image: url("../images/sendgrid-home.png") !important;
}

.why-angular .third[card-num="15"]::before {
  background-image: url("../images/maps-home.png") !important;
}
/*Third-party-page*/

.fundRasing-Services {
  padding: 30px 0px 86px !important;
}

.why-angular .point-card[card-num="6"]::before {
  background-image: url("../images/sql.svg");
  height: 100px;
  width: 150px;
  background-size: 90px;
}

.why-angular .point-card[card-num="7"]::before {
  background-image: url("../images/dapper.svg");
}

.why-angular .point-card[card-num="8"]::before {
  background-image: url("../images/entityframework.svg");
}

.why-js .point-card[card-num="1"]::before {
  background-image: url("../images/react.svg");
}

.why-js .point-card[card-num="2"]::before {
  background-image: url("../images/angular.svg");
}

.why-js .point-card[card-num="3"]::before {
  background-image: url("../images/vuejs-icon.svg");
}

.why-js .point-card[card-num="4"]::before {
  background-image: url("../images/nodejs.svg");
}

.why-js .point-card[card-num="5"]::before {
  background-image: url("../images/expressjs.svg");
}

.why-js .point-card[card-num="6"]::before {
  background-image: url("../images/nuxtjs-icon.svg");
}

.why-js .point-card[card-num="7"]::before {
  background-image: url("../images/nextjs-icon.svg");
}

.why-js .point-card[card-num="8"]::before {
  background-image: url("../images/jquery-icon.svg");
}

.why-js .point-card[card-num="9"]::before {
  background-image: url("../images/vanillajs-logo.png");
}

.why-js .point-card[card-num="10"]::before {
  background-image: url("../images/nestjs.png");
}

.why-js .point-card[card-num="11"]::before {
  background-image: url("../images/svelte.png");
}

.why-js .point-card[card-num="12"]::before {
  background-image: url("../images/flutter-logo-icon.svg");
}

.why-js .point-card[card-num="13"]::before {
  background-image: url("../images/maui.svg");
}

.why-js .point-card[card-num="14"]::before {
  background-image: url("../images/xamain-navicon.svg");
}

.why-choose .point-card[card-num="1"]::before {
  background-image: url("../images/business-centric.svg");
}

.why-choose .point-card[card-num="2"]::before {
  background-image: url("../images/agile.svg");
}

.why-choose .point-card[card-num="3"]::before {
  background-image: url("../images/on-time.svg");
}

.why-choose .point-card[card-num="4"]::before {
  background-image: url("../images/guarantee.svg");
}

.why-choose .point-card[card-num="5"]::before {
  background-image: url("../images/scalable.svg");
}

.why-choose .point-card[card-num="6"]::before {
  background-image: url("../images/maintenance.svg");
}

.features-of-logistics .point-card[card-num="1"]::before {
  background-image: url("../images/Artificial Intelligence.svg");
}

.features-of-logistics .point-card[card-num="2"]::before {
  background-image: url("../images/iot.svg");
}

.features-of-logistics .point-card[card-num="3"]::before {
  background-image: url("../images/bigdata.svg");
}

.features-of-logistics .point-card[card-num="4"]::before {
  background-image: url("../images/cloud-dev.svg");
}
/*crm imgs*/
.features-of-logistics .real[card-num="7"]::before {
  background-image: url("../images/improvement.png");
}

.features-of-logistics .real[card-num="6"]::before {
  background-image: url("../images/crm-dev-2.png");
}

.features-of-logistics .real[card-num="5"]::before {
  background-image: url("../images/interview.png");
}

.features-of-logistics .real[card-num="3"]::before {
  background-image: url("../images/cloud-server.png");
}

.features-of-logistics .real[card-num="2"]::before {
  background-image: url("../images/integration2.png");
}

.features-of-logistics .real[card-num="4"]::before {
  background-image: url("../images/analysis.png");
}

.features-of-logistics .real[card-num="1"]::before {
  background-image: url("../images/crm2.png");
}

.features-of-logistics .crm[card-num="1"]::before {
  background-image: url("../images/crm.png");
}

.features-of-logistics .crm[card-num="2"]::before {
  background-image: url("../images/efficacy.png");
}

.features-of-logistics .crm[card-num="4"]::before {
  background-image: url("../images/income-growth.png");
}

.features-of-logistics .crm[card-num="3"]::before {
  background-image: url("../images/decision-making.svg");
}

.features-of-event .point-card[card-num="1"]::before {
  background-image: url("../images/customizable .svg");
}

.features-of-event .point-card[card-num="2"]::before {
  background-image: url("../images/data-management.svg");
}

.features-of-event .point-card[card-num="3"]::before {
  background-image: url("../images/cross-platform.svg");
}

.features-of-event .point-card[card-num="4"]::before {
  background-image: url("../images/real-time.svg");
}

.features-of-event .point-card[card-num="5"]::before {
  background-image: url("../images/automation.svg");
}

.features-of-event .point-card[card-num="6"]::before {
  background-image: url("../images/integration-tool.svg");
}

.features-of-realestate .point-card[card-num="1"]::before {
  background-image: url("../images/list-search.svg");
}

.features-of-realestate .point-card[card-num="2"]::before {
  background-image: url("../images/Scheduling and booking services.svg");
}

.features-of-realestate .point-card[card-num="3"]::before {
  background-image: url("../images/team-conection.svg");
}

.features-of-realestate .point-card[card-num="4"]::before {
  background-image: url("../images/analytics-reporting.svg");
}

.features-of-realestate .point-card[card-num="5"]::before {
  background-image: url("../images/api-integration.svg");
}

.features-of-realestate .point-card[card-num="6"]::before {
  background-image: url("../images/e-sign.svg");
}

.features-of-realestate .point-card[card-num="7"]::before {
  background-image: url("../images/payment-gateway.svg");
}

.features-of-realestate .point-card[card-num="8"]::before {
  background-image: url("../images/lead-generation.svg");
}

.why-js .fund[card-num="1"]::before {
  background-image: url("../images/donor-magmt.svg");
}

.why-js .fund[card-num="2"]::before {
  background-image: url("../images/voluntry.svg");
}

.why-js .fund[card-num="3"]::before {
  background-image: url("../images/crowd.svg");
}

.why-js .fund[card-num="4"]::before {
  background-image: url("../images/accounting.svg");
}

.why-js .fund[card-num="5"]::before {
  background-image: url("../images/marketing.svg");
}

.why-js .fund[card-num="6"]::before {
  background-image: url("../images/event-magmt.svg");
}

.why-js .fund[card-num="7"]::before {
  background-image: url("../images/pledge.svg");
}
/*fund-raising*/
/* fitnesspage start*/
.features-of-logistics .fitness[card-num="1"]::before {
  background-image: url("../images/brand-engagement.png");
}

.features-of-logistics .fitness[card-num="2"]::before {
  background-image: url("../images/svg.png");
}

.features-of-logistics .fitness[card-num="3"]::before {
  background-image: url("../images/audience.png");
}

.features-of-logistics .fitness[card-num="4"]::before {
  background-image: url("../images/competative.png");
}

.features-of-logistics .fitness[card-num="5"]::before {
  background-image: url("../images/iteration.png");
}
/* fitnesspage-end*/

.why-ts .point-card[card-num="1"]::before {
  background-image: url("../images/ts-app-dev.svg");
}

.why-ts .point-card[card-num="2"]::before {
  background-image: url("../images/ts-consulting.svg");
}

.why-ts .point-card[card-num="3"]::before {
  background-image: url("../images/Development.svg");
}

.why-ts .point-card[card-num="4"]::before {
  background-image: url("../images/API Development.svg");
}

.why-ts .point-card[card-num="5"]::before {
  background-image: url("../images/js-ts-migration.svg");
}
/* React Native Technology Stack Icons */
.why-react-native .point-card {
  min-height: unset !important;
}

.why-react-native .point-card[card-num="1"]::before {
  background-image: url("../images/react-native-logo.svg");
}

.why-react-native .point-card[card-num="2"]::before {
  background-image: url("../images/expo-logo.svg");
}

.why-react-native .point-card[card-num="3"]::before {
  background-image: url("../images/redux-logo-new.svg");
}

.why-react-native .point-card[card-num="4"]::before {
  background-image: url("../images/typescript-logo.svg");
}

.why-react-native .point-card[card-num="5"]::before {
  background-image: url("../images/firebase-logo.svg");
}

.why-react-native .point-card[card-num="6"]::before {
  background-image: url("../images/graphql-logo.svg");
}

.why-react-native .point-card[card-num="7"]::before {
  background-image: url("../images/jest-logo.svg");
}

.feature-ts {
  padding-bottom: 3rem;
}

.feature-vuejs {
  padding-bottom: 3rem;
}

.feature-vuejs .point-card[card-num="1"]::before {
  background-image: url("../images/web-app.svg");
}

.feature-vuejs .point-card[card-num="2"]::before {
  background-image: url("../images/mobile-app.svg");
}

.feature-vuejs .point-card[card-num="3"]::before {
  background-image: url("../images/plugin-1.svg");
}

.feature-vuejs .point-card[card-num="4"]::before {
  background-image: url("../images/component.svg");
}

.feature-vuejs .point-card[card-num="5"]::before {
  background-image: url("../images/migration.svg");
}

.feature-vuejs .point-card[card-num="6"]::before {
  background-image: url("../images/pwa.svg");
}

.feature-vuejs .point-card[card-num="7"]::before {
  background-image: url("../images/single-page applications.svg");
}

.feature-pwa {
  /*padding-bottom: 5rem;*/
}

.feature-pwa .point-card[card-num="1"]::before {
  background-image: url("../images/team.svg");
}

.feature-pwa .point-card[card-num="2"]::before {
  background-image: url("../images/handshake.svg");
}

.feature-pwa .point-card[card-num="3"]::before {
  background-image: url("../images/scalability.svg");
}

.feature-pwa .point-card[card-num="4"]::before {
  background-image: url("../images/component.svg");
}

.feature-pwa .point-card[card-num="5"]::before {
  background-image: url("../images/migration.svg");
}

.feature-pwa .point-card[card-num="6"]::before {
  background-image: url("../images/pwa.svg");
}

.feature-pwa .point-card[card-num="7"]::before {
  background-image: url("../images/single-page applications.svg");
}

.feature-api-dev {
  /*padding-bottom: 5rem;*/
}

.feature-api-dev .point-card[card-num="1"]::before {
  background-image: url("../images/agile-icon.svg");
}

.feature-api-dev .point-card[card-num="2"]::before {
  background-image: url("../images/experience.svg");
}

.feature-api-dev .point-card[card-num="3"]::before {
  background-image: url("../images/shield.svg");
}

.feature-api-dev .point-card[card-num="4"]::before {
  background-image: url("../images/handshake.svg");
}

.feature-api-dev .point-card[card-num="5"]::before {
  background-image: url("../images/team-conection.svg");
}

.feature-api-dev .point-card[card-num="6"]::before {
  background-image: url("../images/devops.svg");
}

.feature-api-dev .point-card[card-num="7"]::before {
  background-image: url("../images/start-team.svg");
}

.feature-reactjs {
  padding-bottom: 5rem;
}

.feature-reactjs .point-card[card-num="1"]::before {
  background-image: url("../images/Performance tracking.svg");
}

.feature-reactjs .point-card[card-num="2"]::before {
  background-image: url("../images/development-process.svg");
}

.feature-reactjs .point-card[card-num="3"]::before {
  background-image: url("../images/component.svg");
}

.feature-reactjs .point-card[card-num="4"]::before {
  background-image: url("../images/seo-friendly.svg");
}

.feature-reactjs .point-card[card-num="5"]::before {
  background-image: url("../images/community.svg");
}

.feature-mean-mern {
  /*padding-bottom: 5rem;*/
}

.feature-mean-mern .point-card::before {
  width: 400px;
  background-size: calc(100% - 25px);
  border-radius: 0;
}

.feature-mean-mern .point-card[card-num="1"]::before {
  background-image: url("../images/mean.svg");
}

.feature-mean-mern .point-card[card-num="2"]::before {
  background-image: url("../images/mern.svg");
}
/*#keyFeatures {
    padding-bottom: 1rem;
}*/

.sec-padding-y {
  padding-top: 3rem;
  padding-bottom: 0rem;
}
/*.sec-padding-t {
    padding-top: 5rem;
}*/

.sec-padding-b {
  padding: 3rem 0 3rem;
}

.feature-pill {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  font-size: 0.9rem;
  color: #333;
  border: 1px solid #ebebeb;
  padding: 1.5rem 2rem;
  min-height: 133px;
  height: 100%;
}

.feature-pill2 {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  font-size: 0.8rem;
  color: #333;
  border: 1px solid #ebebeb;
  padding: 1.5rem 2rem;
  min-height: 95px;
  height: 100%;
}

.feature-pill .img-bx {
  width: 60px;
  /*  margin-right: 3rem;*/
}

.feature-pill2 .img-bx {
  width: 60px;
}

.feature-pill .title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.feature-pill2 .title {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
/*.title{
        text-transform: capitalize;
    }*/
/*.sec-heading .d-block {
    text-transform: capitalize;
}*/

@media (max-width: 576px) {
  .feature-pill {
    text-align: center;
  }

  .custom-mission-bg {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .custom-vision-bg {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .custom-integrity-column {
    min-height: unset !important;
  }

  .custom-newabout-heading {
    font-size: 20px !important;
  }

  .custom-clumn-padding {
    padding: 3rem !important;
  }

  .aboutus-container {
    position: unset !important;
  }

  .hero-heading {
    font-size: 10px !important;
    top: 35% !important;
  }

  .custom-grow-btn {
    font-size: 8px !important;
  }

  .btn.custom-grow-btn {
    padding: 4px 4px !important;
    margin: 5px 0px 0px 0px;
  }

  #hero.custom-aboutus-container {
    padding: 59px 0% 30px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
  .mission-area {
    width: 100px !important;
    top: -50px !important;
    right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
  .vision-area {
    width: 100px !important;
    top: 33px !important;
    left: -3px;
  }

  .custom-card-margin-sec {
    margin-top: 4px;
  }

  .custom-dir-name {
    font-size: 10px;
  }

  p.custom-director-txt-one {
    font-size: 8px;
    transform: translate(60%, -10%) !important;
  }

  .custom-column-position {
    transform: translate(30px, -21%) !important;
  }

  /* .custom-column-position-two {
    transform: translate(273px, -100%) !important;
  } */

  p.custom-director-txt {
    font-size: 8px;
    transform: translate(-35%, -10%) !important;
  }

  #hero.custom-aboutus-container {
    height: 200px !important;
  }

  .custom-key-fs {
    font-size: 16px !important;
  }

  .card-heading-bg {
    width: 220px !important;
  }

  .card-heading-bg-two {
    width: 220px !important;
  }

  .card-heading-bg-two-exception {
    width: 232px !important;
  }

  .custom-key-fs-excp {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 377px) {
  .custom-column-position-two {
    transform: translate(290px, -95%) !important;
  }

  #hero.custom-aboutus-container {
    height: 200px !important;
  }

  .mission-area {
    width: 100px !important;
    top: -63px !important;
    right: 0px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 425px) {
  .mission-area {
    width: 100px !important;
    top: -65px !important;
    right: 0px;
  }

  .vision-area {
    width: 100px !important;
    top: 10px !important;
    left: -3px;
  }

  .custom-card-margin-sec {
    margin-top: 4px;
  }

  .custom-dir-name {
    font-size: 10px;
  }

  p.custom-director-txt-one {
    font-size: 8px;
    transform: translate(60%, -10%) !important;
  }

  .custom-column-position {
    transform: translate(40px, -10%) !important;
  }

  .custom-column-position-two {
    transform: translate(-40px, 20%) !important;
  }

  p.custom-director-txt {
    font-size: 8px;
    transform: translate(-35%, -10%) !important;
  }

  #hero.custom-aboutus-container {
    height: 200px !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 576px) {
  #hero.custom-aboutus-container {
    height: 250px !important;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  #hero.custom-aboutus-container {
    height: 370px !important;
  }

  .hero-heading {
    transform: translate(-50%, -70%) !important;
    font-size: 21px !important;
  }
}

.icon-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 20px;
  transition: all 0.2s linear;
  border-radius: 20px;
  height: 100%;
}

.icon-box .link-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #d2e4ff;
  opacity: 0;
}

.icon-box:hover .link-icon {
  opacity: 1;
}

.icon-box.no-link:hover .link-icon {
  opacity: 0;
}

.icon-box .icon {
  margin-bottom: 1.5rem;
}

.icon-box .icon > img {
  object-fit: contain;
}

.icon-box .descr {
  font-size: 14px;
}

.icon-box .title {
  margin: 10px 0px;
  font-weight: 600;
}

.icon-box .title small {
  font-size: 0.8rem;
  font-style: italic;
}

.icon-box:hover {
  box-shadow: 0px 16px 35px 0px rgb(0 0 0 / 5%);
  background: var(--clr-c);
}

.faq-sec {
  padding-top: 0rem;
  padding-bottom: 3rem;
}

.faq-sec .card-header {
  border: 0 !important;
}

.faq-sec .card-header a {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0 !important;
  color: var(--clr-b) !important;
}

.faq-sec .card:has(.collapse.show) .card-header a {
  color: var(--clr-a) !important;
}

.faq-sec .card-header a:hover {
  color: var(--clr-a) !important;
}

.faq-sec .card-header a.collapsed .fa-minus {
  display: none;
}

.faq-sec .card-header a.collapsed .fa-plus {
  display: block;
}

.faq-sec .card-header a:not(.collapsed) .fa-plus {
  display: none !important;
}

.faq-sec .card-header a:not(.collapsed) .fa-minus {
  display: block;
}

.faq-sec .card-body {
  font-size: 1rem;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
}

.key-features .point-card[card-num="1"]::before {
  background-image: url("../images/Scheduling and booking services.svg");
}

.key-features .point-card[card-num="2"]::before {
  background-image: url("../images/Location tracking.svg");
}

.key-features .point-card[card-num="3"]::before {
  background-image: url("../images/Advanced analytics and reporting.svg");
}

.key-features .point-card[card-num="4"]::before {
  background-image: url("../images/Artificial Intelligence.svg");
}

.key-features .point-card[card-num="5"]::before {
  background-image: url("../images/Chatbots.svg");
}

.key-features .point-card[card-num="6"]::before {
  background-image: url("../images/Performance tracking.svg");
}

.key-features .point-card {
  min-height: 120px;
}

.design-technologies .point-card::before {
  border-radius: 0px;
  background-size: 55px 50px;
}

.design-technologies .point-card[card-num="1"]::before {
  background-image: url("../images/wireframe-creation.svg");
}

.design-technologies .point-card[card-num="2"]::before {
  background-image: url("../images/prototyping.svg");
}

.design-technologies .point-card[card-num="3"]::before {
  background-image: url("../images/updates.svg");
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important;
}

.personalized-web-services {
  padding: 3rem 0rem 3rem;
}

.personalized-web-services .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
  box-shadow: none;
}

.personalized-web-services .icon {
  height: 100px;
}

.personalized-web-services .icon > img {
  height: 100%;
}

.trust-us {
  padding: 2rem 0 0rem;
}

.card.card-4 {
  border-radius: 20px !important;
  height: 100% !important;
}

.card-4 .card-header {
  border-radius: 20px;
}

.card-4 .descr {
  font-size: 0.8rem;
}

.card-4 .img-box {
  width: 50px;
}
/*.why-vuejs {
    padding-bottom: 2rem;
}*/
/*.why-pwa {
    padding-top: 3rem;
}*/
/*.hire-mean {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}*/
/*.hire-mean2 {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}*/

.personalized-vuejs-services .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.personalized-vuejs-services .icon-box .icon {
  width: 100px;
  height: 100px;
  margin: auto;
}

.personalized-nodejs-services {
  padding-top: 3rem;
}
/*.personalized-maui-services {
    padding: 5rem 0rem;
}*/

.personalized-nodejs-services .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.personalized-nodejs-services .icon-box .icon {
  width: 100px;
  height: 100px;
  margin: auto;
}
/*.personalized-cloud-services {
    padding: 5rem 0;
}*/

.personalized-maui-services .icon-box .icon {
  width: 100px;
  height: 100px;
  margin: auto;
}

.personalized-cloud-services .icon-box {
  border: 1px solid #ebebeb;
  height: 100%;
}

.personalized-cloud-services .icon-box .icon {
  width: 100px;
  height: 100px;
  margin: auto;
}

.personalized-cloud-services {
  /*border: 1px solid #ebebeb;*/
  height: 100%;
}

.use-case {
  padding-bottom: 3rem;
}
/*.start-today {
    padding: 5rem 0rem;
}*/

.health {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.healthcareImg {
  width: 600px;
}

.start-today .point-card[card-num="1"]::before {
  background-image: url("../images/business-centric.svg");
}

.start-today .point-card[card-num="2"]::before {
  background-image: url("../images/break-down-app.svg");
}

.start-today .point-card[card-num="3"]::before {
  background-image: url("../images/architecture-layer.svg");
}

.start-today .point-card[card-num="4"]::before {
  background-image: url("../images/API Development.svg");
}

.start-today .point-card[card-num="5"]::before {
  background-image: url("../images/deploy.svg");
}

.start-today .point-card[card-num="6"]::before {
  background-image: url("../images/testing-1.svg");
}

.hiring-section {
  padding: 3rem 0 4rem;
}

.why-cloud-services {
  padding: 3rem 0 0rem;
}

.why-cloud-services .point-card[card-num="1"]::before {
  background-image: url("../images/expertise.svg");
}

.why-cloud-services .point-card[card-num="2"]::before {
  background-image: url("../images/customization.svg");
}

.why-cloud-services .point-card[card-num="3"]::before {
  background-image: url("../images/reliability-testing.svg");
}

.why-cloud-services .point-card[card-num="4"]::before {
  background-image: url("../images/secure.svg");
}

.report-tech .point-card[card-num="1"]::before {
  background-image: url("../images/powerbi.svg");
}

.report-tech .point-card[card-num="2"]::before {
  background-image: url("../images/tableau.svg");
}

.report-tech .point-card[card-num="3"]::before {
  background-image: url("../images/bold-reports.svg");
}

.report-tech .point-card[card-num="4"]::before {
  background-image: url("../images/telerik.svg");
}

.report-tech .point-card[card-num="5"]::before {
  background-image: url("../images/datapine.svg");
}

.report-tech .point-card[card-num="6"]::before {
  background-image: url("../images/devExpress.svg");
}

.report-tech .point-card[card-num="7"]::before {
  background-image: url("../images/microsoft-sql-server.svg");
}

.report-tech .point-card[card-num="8"]::before {
  background-image: url("../images/crystalReports.svg");
}

.report-tech .point-card[card-num="9"]::before {
  background-image: url("../images/jasperReports.svg");
}

.report-tech .point-card[card-num="10"]::before {
  background-image: url("../images/googleCharts.png");
}

.report-tech .point-card[card-num="11"]::before {
  background-image: url("../images/highcharts.svg");
}

.report-tech .point-card[card-num="12"]::before {
  background-image: url("../images/dundas.png");
}

.report-tech .point-card[card-num="13"]::before {
  background-image: url("../images/D3.png");
}

.report-tech .point-card[card-num="14"]::before {
  background-image: url("../images/syncfussion.png");
}

.report-tech .point-card[card-num="15"]::before {
  background-image: url("../images/primeng-logo.webp");
}

.report-tech .point-card[card-num="16"]::before {
  background-image: url("../images/chart.js.svg");
}

.report-tech .point-card[card-num="17"]::before {
  background-image: url("../images/echarts.png");
}

.feature-nodejs .point-card[card-num="1"]::before {
  background-image: url("../images/web-app.svg");
}

.feature-nodejs .point-card[card-num="2"]::before {
  background-image: url("../images/api-integration.svg");
}

.feature-nodejs .point-card[card-num="3"]::before {
  background-image: url("../images/consulting.svg");
}

.feature-nodejs .point-card[card-num="4"]::before {
  background-image: url("../images/migration.svg");
}

.feature-nodejs .point-card[card-num="5"]::before {
  background-image: url("../images/hire.svg");
}

.feature-nodejs .point-card[card-num="6"]::before {
  background-image: url("../images/plugin-1.svg");
}

.features-of-edTech .point-card[card-num="1"]::before {
  background-image: url("../images/agile-icon.svg");
}

.features-of-edTech .point-card[card-num="2"]::before {
  background-image: url("../images/team-conection.svg");
}

.features-of-edTech .point-card[card-num="3"]::before {
  background-image: url("../images/secure.svg");
}

.features-of-edTech .point-card[card-num="4"]::before {
  background-image: url("../images/diverse.svg");
}

.why-erp .point-card[card-num="1"]::before {
  background-image: url("../images/customization.svg");
}

.why-erp .point-card[card-num="2"]::before {
  background-image: url("../images/efficiency-productivity.svg");
}

.why-erp .point-card[card-num="3"]::before {
  background-image: url("../images/secure.svg");
}

.why-erp .point-card[card-num="4"]::before {
  background-image: url("../images/scalability.svg");
}

.why-erp .point-card[card-num="5"]::before {
  background-image: url("../images/integ-dev.svg");
}

.why-erp .point-card[card-num="6"]::before {
  background-image: url("../images/start-team.svg");
}

.feature-testing .point-card::before {
  border-radius: 0px;
  height: 100px;
  width: 100px;
  background-size: 90px;
}

.feature-testing .point-card[card-num="1"]::before {
  background-image: url("../images/functional-testing.svg");
}

.feature-testing .point-card[card-num="2"]::before {
  background-image: url("../images/non-functional-testing.svg");
}

.feature-testing .icon-box {
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
  background: var(--clr-c);
}

.feature-testing .icon-box .icon {
  width: 100px;
  margin: auto;
}

.txt {
  /* font-size: 0.9rem;*/
  /* color: #666;*/
  color: #686868;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 1px;
}

.title > ul > li {
  line-height: 20px;
}

.owl-carousel .owl-stage {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.owl-carousel .owl-stage .owl-item {
  margin: 0 !important;
}

.owl-nav .owl-prev {
  background: #fff;
  position: absolute;
  top: 45%;
  left: -5%;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-nav .owl-next {
  background: #fff;
  position: absolute;
  top: 45%;
  right: -5%;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev:focus,
.owl-nav .owl-prev:focus-visible,
.owl-nav .owl-next:focus,
.owl-nav .owl-next:focus-visible {
  outline: none !important;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-nav .owl-next:after {
  content: "\f105";
}

/* dropdown hover rules moved to global.css */

.test-stack-services,
.testing-lifecycle {
  padding: 3rem 0rem 0rem;
}

.testing-lifecycle .img-box {
  max-width: 950px;
  margin: 0 auto;
}

.test-stack-services .img-box {
  /*width: 100%;*/
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.08);
}

.test-stack-services .img-box img {
  width: 100%;
}
/*.test-stack-services .img-box .icon-img {
            width: 80px;
        }*/

.test-stack-services .fix-height {
  margin: auto;
  /*height: 400px;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.test-stack-services .fix-height p {
  margin: 0.5rem 0 2rem 0;
}

.hiring-section .container-fluid {
  background-image: url(../images/bg-call-services.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

.contact-section {
  background-image: url(../images/homepage/contact-bg-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-section .section-title {
  color: #ffffff;
}

.contact-form-box {
  background: #21212145;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  border: 1px solid #0000003b;
}

.contact-form .form-control,
.contact-form-box .form-control {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--color-white) !important;
  padding: 25px 14px;
  border-radius: 8px;
  font-size: 15px;
  height: calc(1.5em + 0.75rem + 2px);
}

.contact-form .form-control.messagebox,
.contact-form-box .form-control.messagebox {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--color-white) !important;
  padding: 25px 14px;
  border-radius: 8px;
  font-size: 15px;
  height: calc(5em + 0.75rem + 2px);
}

.contact-form .form-control::placeholder,
.contact-form-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form .submit-bar,
.contact-form-box .submit-bar {
  background: linear-gradient(to right, #33c8ff, #3be0ff);
  padding: 14px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  border: none;
  transition: 0.4s ease-in-out;
}

.contact-form .submit-bar:hover,
.contact-form-box .submit-bar:hover {
  background: var(--color-white);
  color: var(--color-primary) !important;
}

.contact-form .submit-bar i,
.contact-form-box .submit-bar i {
  background: var(--color-white);
  color: var(--color-black);
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.contact-form .submit-bar:hover i,
.contact-form-box .submit-bar:hover i {
  background: var(--color-primary);
  color: var(--color-white);
}

.hiring-section .hiring-heading {
  font-size: 2rem;
  font-weight: bold;
}
/*.cloud-launch-feature {
    padding: 5rem 0rem;
}*/

.cloud-offerings {
  padding: 3rem 0;
}
/*.card.flex-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.flex-card .card-header {
    width: 50px;
}

.flex-card .card-title {
    text-align: center;
}

.flex-card .img-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    opacity: 0.6;
}*/
.csharp-expertise {
  padding: 40px 0 0 !important;
}

.new-card {
  margin-bottom: 2rem;
  position: relative;
}

.new-card .blue-txt {
  color: #4bbfe8;
}

.new-card .green-text {
  color: #73f979;
}

.new-card .yellow-text {
  color: #f2dd61;
}

.new-card .purple-text {
  color: #ac6cff;
}

.new-card .orange-text {
  color: #ea8e61;
}

.new-card .card-title {
  margin-bottom: 1rem;
  font-weight: 600;
}

.new-card .card-body {
  position: relative;
  z-index: 2;
}

.new-card .img-box {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 35%;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: center;
  opacity: 0.3;
}
/*.vision-card, .mission-card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vision-card .card-header, .mission-card .card-header {
    width: 50px;
    background-color: #cfcfcf;
    font-size:5rem !important;
}

.vision-card .sec-heading, .mission-card .sec-heading{
    font-size:1rem !important;
    text-orientation:upright;
}



.leader-sec {
    padding: 0 0 150px 0;
}
*/

@media (max-width: 425px) {
  .healthcareImg {
    width: 280px !important;
  }

  .cloud-hero-container {
    height: 200px !important;
  }

  .hero-container.sub-pg .img-bx,
  .hero-container.sub-pg .img-bx img {
    height: unset !important;
  }

  .pwa-hero-container {
    height: unset !important;
  }

  .pwa-hero-container img {
    height: 200px !important;
  }

  .reporting-hero-img img {
    height: unset !important;
  }

  .reporting-hero-img {
    height: 300px !important;
  }

  .testing-hero-container {
    height: 200px !important;
  }

  .arcitecture-hero-container {
    height: 250px !important;
  }

  .arcitecture-hero-container img {
    height: unset !important;
  }

  .abp-hero-container {
    height: 170px !important;
  }

  .abp-hero-container img {
    height: 200px !important;
  }

  .feature-mean-mern .point-card::before {
    width: 300px;
  }

  .healthCare-hero-container,
  .marketplace-hero-container {
    height: unset !important;
  }

  .compliance-hero-container,
  .compliance-hero-container img {
    height: unset !important;
  }

  .logistics-hero-container {
    height: unset !important;
  }

  .erp-hero-container {
    height: 200px !important;
  }

  .edTech-hero-container {
    height: 200px !important;
  }

  .automotive-hero-container,
  .career-hero-container {
    height: 250px !important;
  }

  .sprots-hero-conatiner,
  .sprots-hero-conatiner img {
    height: unset !important;
  }

  .career-hero-container {
    height: 250px !important;
  }
}

@media (max-width: 768px) {
  .sec-heading > .sub-heading {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .hiring-section h5 {
    font-size: 1.25rem !important;
  }

  .feature-blazor {
    padding: 0 0 25px !important;
  }

  .services-pgsec {
    padding: unset;
  }

  .seek-innov-sec {
    padding: unset;
  }

  .personalized-blazor-services {
    padding: 3rem 0px 3rem;
  }

  .faq-sec {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .sec-padding-b {
    padding-bottom: 1rem;
  }

  .personalized-web-services {
    padding: 75px 0px 100px;
  }
  /*  .about-desc-sec {
        padding: 0px 5% 50px;
    }*/

  .agile-sec {
    padding: 0px 4% 70px;
  }

  .portfolio {
    padding-top: 20px !important;
  }

  .interview-sec {
    padding-top: 54px;
    margin-bottom: 13px;
  }

  .contact-sec {
    padding: 0px 0px 60px;
  }

  .contact-page .contact-sec {
    padding: 36px 0px 60px;
  }

  .personalized-blazor-services .icon {
    height: 70px;
  }

  .test-stack-services,
  .testing-lifecycle {
    padding-bottom: 0;
  }

  .healthcareImg {
    width: 430px;
  }

  .custom-reach-fs {
    font-size: 20px !important;
  }
}

@media (max-width: 1200px) {
  #hero {
    padding: 80px 5% 50px;
  }

  .why-cloud-services {
    padding: 0;
  }

  .personalized-cloud-services {
    padding: 3rem 0;
  }

  .cloud-launch-feature {
    padding: 2rem 0rem;
  }

  .sec-padding-t {
    padding-top: 2rem;
  }

  .personalized-blazor-services {
    padding: 3rem 0px 3rem;
  }

  #keyFeatures {
    padding-bottom: 0;
  }

  .hiring-section {
    padding: 0rem 0px 57px;
  }

  .feature-blazor {
    padding: 0 0 50px;
  }
}

.sub-heading li {
  font-size: 14px;
}

.disabled-nav {
  pointer-events: none;
  background-color: #ccd2db;
  border-radius: 4px;
}

.sun {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #ff8;
  visibility: hidden;
  box-shadow:
    0 0 3px 0 #ff8,
    0 0 6px 0 #ff8,
    0 0 12px 0 #ff8,
    0 0 25px 0 #ff8,
    0 0 50px 0 #ff8,
    0 0 100px 0 #ff8,
    0 0 200px 0 #ff8;
}

.moon {
  position: absolute;
  top: 50px;
  left: 300px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #eee;
  visibility: hidden;
  box-shadow:
    0 0 3px 0 #eee,
    0 0 6px 0 #eee,
    0 0 12px 0 #eee,
    0 0 24px 0 #eee;
}

.globe {
  top: -31px;
  left: 22%;
  width: 330px;
  height: 330px;
  overflow: hidden;
  border-radius: 200px;
  /* transform: rotate(23.4deg); */
}

.globe:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.beacon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 14px;
  height: 15px;
  border-radius: 100px;
  background: #3999aff2;
  color: #3999af;
  text-decoration: none;
  transition-duration: 1s;
  box-shadow: 1px 1px 16px 10px #3b9ab0;
  /* Override anchor defaults */
}

.beacon:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -39px;
  left: -39px;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border: 3px solid #3999af;
  animation: signal 2s infinite ease-out;
}
/* Make the location easy to click by expanding the clickable area from 4px to 20px and space for the text on :hover. */
.beacon:after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 900px;
  left: 600px;
  width: 20px;
  height: 20px;
  text-indent: 25px;
  line-height: 20px;
}

.beacon:hover:after,
.beacon:focus:after {
  content: attr(data-location);
}

@keyframes signal {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

[data-location="Hawaii"] {
  top: 175px;
  left: 568px;
}

[data-location="Tonga"] {
  top: 125px;
  left: 170px;
}

[data-location="Madagascar"] {
  top: 297px;
  left: 333px;
}

[data-location="Cyprus"] {
  display: none;
  top: 221px;
  left: 99px;
}

[data-location="Dominican-Republic"] {
  top: 122px;
  left: 575px;
}

[data-location="India"] {
  top: 200px;
  left: 235px;
}

[data-location="UK"] {
  top: 140px;
  left: 90px;
}

[data-location="Dubai"] {
  top: 210px;
  left: 180px;
}

[data-location="Nz"] {
  top: 330px;
  left: 410px;
}

[data-location="Germany"] {
  top: 150px;
  left: 120px;
}
/*[data-location=France] {
    top: 122px;
    left: 575px;
}*/
[data-location="Honkong"] {
  top: 230px;
  left: 320px;
}

[data-location="Slovakia"] {
  top: 175px;
  left: 150px;
}

.surface {
  position: relative;
  width: 800px;
  height: 400px;
  margin-left: -400px;
  line-height: 0;
  background-image: url("../images/world-map-image.png");
  animation: axis 60s infinite linear;
}

@keyframes axis {
  0% {
    margin-left: -400px;
  }

  50% {
    margin-left: 0px;
  }

  100% {
    margin-left: -400px;
  }
}

@media screen and (min-width: 568px) {
  .Testimonials .carousel-item p {
    min-height: 60px;
  }
}

.Testimonials .carousel-item p {
  max-width: 900px;
}

@media screen and (max-width: 529px) {
  .country-img {
    padding-left: 10%;
  }
}
/*hero-img-css-of all-pages*/
/* .hero-container.sub-pg .img-bx {
  height: 455px;
  max-height: 527px;
  max-width: 530px;
} */

.hero-container.sub-pg .img-bx img {
  height: 467px;
  max-height: 527px;
  width: 100%;
  object-fit: contain;
}
.img-bx img {
  height: 467px;
  max-height: 527px;
  width: 100%;
  object-fit: contain;
}

.testing-hero-container {
  height: 390px;
  max-height: 527px;
  width: 100%;
  max-width: 530px;
}

.testing-hero-container img {
  max-height: 527px;
  width: 100%;
}

.reporting-hero-img {
  height: 416px;
  max-height: 526px;
  /* width: 100%; */
}

.reporting-hero-img img {
  height: 448px;
  width: 100%;
}

.cloud-hero-container {
  height: 416px;
}

.cloud-hero-container img {
  max-height: 527px;
  width: 100%;
}

.arcitecture-hero-container {
  height: 467px;
}

.arcitecture-hero-container img {
  height: 470px;
}

.pwa-hero-container {
  height: 455px;
  max-height: 527px;
  /*    width: 100%;*/
}

.pwa-hero-container img {
  height: 371px;
  max-height: 527px;
  /*        width: 100%;*/
}

.abp-hero-container {
  height: 418px;
  max-height: 527px;
  width: 100%;
  max-width: 530px;
}

.abp-hero-container img {
  height: 283px;
  max-height: 527px;
  width: 100%;
}

.healthCare-hero-container {
  height: 455px;
  max-height: 527px;
  /*    width: 100%;*/
}

.marketplace-hero-container {
  height: 455px;
  max-height: 527px;
  /*    width: 100%;*/
  /* max-width: 530px; */
}

.compliance-hero-container {
  height: 455px;
  max-height: 527px;
  /*    width: 100%;*/
}

.compliance-hero-container img {
  height: 486px;
}

.logistics-hero-container {
  height: 431px;
  /*    width: 100%;*/
}

.edTech-hero-container {
  height: 412px;
  max-height: 516px;
  /*    width: 100%;*/
  max-width: 690px;
}

edTech-hero-container img {
  max-height: 465px;
  /*    width: 100%;*/
}

.automotive-hero-container {
  height: 455px;
  max-height: 527px;
  /*    width: 100%;*/
}

.erp-hero-container {
  height: 425px;
}

.sprots-hero-conatiner {
  height: 455px;
  max-height: 527px;
  /*    width: 100%;*/
}

.sprots-hero-conatiner img {
  height: 558px;
}

.about-hero-container {
  max-height: 527px;
  /*    width: 100%;*/
}
/*.about-hero-container img {
        max-height: 413px;
        width: 100%;
    }*/
.about-hero-container img {
  max-height: 750px;
  /*        width: 100%;*/
}

.portfolio-hero-container {
  max-width: 730px;
}

.career-hero-container {
  height: 452px;
  max-height: 536px;
  /*    width: 100%;*/
  max-width: 800px;
}

.career-hero-container img {
  max-height: 484px;
}
/*UAE-Page-DesignCSS*/
.dubai-building img {
  clip-path: polygon(100% 0, 105% 27%, 102% 97%, 86% 88%, 20% 106%, 0 47%, 0 0);
}

.UAE-content p {
  padding-top: 10px;
  font-size: 0.8rem;
}

.UAE-latest-technology .UEA[card-num="1"]::before {
  background-image: url("../images/micro-stack.png");
}

.UAE-latest-technology .UEA[card-num="2"]::before {
  background-image: url("../images/design.png");
}

.UAE-latest-technology .UEA[card-num="3"]::before {
  background-image: url("../images/web-frontend.png");
}

.UAE-latest-technology .UEA[card-num="4"]::before {
  background-image: url("../images/database.png");
}

.UAE-latest-technology .UEA[card-num="5"]::before {
  background-image: url("../images/dev.png");
}

.UAE-latest-technology .UEA[card-num="6"]::before {
  background-image: url("../images/quality.png");
}

.UAE-latest-technology .UEA[card-num="7"]::before {
  background-image: url("../images/cloud.png");
}

.UAE-latest-technology .UEA[card-num="8"]::before {
  background-image: url("../images/mobile-stack.png");
}

.UAE-latest-technology .UEA[card-num="9"]::before {
  background-image: url("../images/arc.png");
}

.tech-icons {
  width: 50px;
}

.tech-content p {
  font-size: 0.8rem;
  line-height: 24px;
  color: #333333;
}

.tech-content {
  border: 1px solid #8cebff;
  padding: 20px 15px;
  border-radius: 10px;
  height: 100%;
}

.hero3 {
  overflow: hidden;
  padding: 172px 5% 30px;
  background: url(../images/build.svg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 100vh;
  background-size: contain;
  /* width: 100%; */
  height: 773px;
}
/*web-app-development*/
.hero4 {
  overflow: hidden;
  padding: 172px 5% 30px;
  background: url(../images/dd.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 100vh;
  background-size: contain;
  /* width: 100%; */
  height: 773px;
}

.offer-web-development {
  overflow: hidden;
  padding: 172px 5% 30px;
  background: url(../images/bg-s2g.svg);
  background-repeat: no-repeat;
  background-position: center;
  /*  height: 100vh;*/
  background-size: contain;
  /* width: 100%; */
  /* height: 773px;*/
  position: absolute;
  transform: translate(10px, 10px);
  top: 20%;
}

/*saudi-Page-DesignCSS*/
.saudi-heroimg {
  height: 455px;
  max-height: 527px;
  width: 100%;
  max-width: 530px;
  position: relative;
}

.saudi-heroimg img {
  height: 481px;
  max-height: 527px;
  width: 100%;
  position: absolute;
  right: 179px;
}

.saudi-software .point-card[card-num="1"]::before {
  background-image: url("../images/microsoft.png");
}

.saudi-software .point-card[card-num="2"]::before {
  background-image: url("../images/frontend.png");
}

.saudi-software .point-card[card-num="3"]::before {
  background-image: url("../images/frontend.png");
}

.saudi-software .point-card[card-num="4"]::before {
  background-image: url("../images/data.png");
}

.saudi-software .point-card[card-num="5"]::before {
  background-image: url("../images/ss.png");
}

.saudi-software .point-card[card-num="6"]::before {
  background-image: url("../images/quality.png");
}

.saudi-software .point-card[card-num="7"]::before {
  background-image: url("../images/saudi-cloud.png");
}

.saudi-software .point-card[card-num="8"]::before {
  background-image: url("../images/saudi-mobile.png");
}

@media screen and (min-width: 1024px) {
  p.custom-contact-text {
    font-size: 20px !important;
  }

  .custom-reach-fs {
    /*        font-size: 32px !important;*/
    font-size: 20px !important;
  }
}

@media screen and (min-width: 1280px) {
  p.custom-contact-text {
    font-size: 17px !important;
  }

  #hero.custom-aboutus-container {
    max-height: 720px !important;
  }
}

/* .btnlink breakpoint padding removed — handled in global.css */

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .hero-heading {
    font-size: 36px !important;
  }

  .mission-area {
    width: 130px !important;
    left: -34px !important;
    transform: translateY(125px) !important;
  }

  .vision-area {
    width: 130px !important;
    left: 0px !important;
    transform: translateY(125px) !important;
  }

  .custom-integrity-column {
    min-height: 155px !important;
  }

  .custom-booking-btn {
    width: 60% !important;
  }

  .custom-column-hide {
    margin: 40px auto !important;
  }

  .custom-column-position-two {
    transform: translate(-110px, 15%) !important;
  }

  .custom-column-position {
    transform: translate(110px, -15%) !important;
  }

  .custom-icon-list.card-li-icon li::before {
    top: 13% !important;
  }

  .iso-text {
    font-size: 20px !important;
  }

  .iso-date {
    font-size: 14px;
  }
}

/* custom-menu-scale transforms removed — mega-menu uses CSS grid in global.css */

@media screen and (max-width: 1440px) {
  .saudi-heroimg img {
    position: unset;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1463px) {
  .iso-date {
    font-size: 14px;
  }
}

.accordianNav ul {
  display: block;
  text-align: justify;
}
/*  this width is arbitrary and here for display only */

.accordianNav a,
.accordianNav h3 {
  display: block;
  line-height: 2.5em;
  color: #757575;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-left: 1em;
  font-size: 1em;
  font-weight: 100;
}

.accordianNav a {
  text-decoration: none;
  padding-left: 0;
}

/* Background hover animation. */

.accordianNav h3:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #444;
  background: rgba(244, 244, 244, 0.3);
  transition: all 0.3s ease-out;
}

.accordianNav h3:hover:before,
.accordianNav .dropArrow.active:before {
  width: 2%;
}

.accordianNav .dropArrow span {
  z-index: 2;
  position: relative;
}

.accordianNav .dropArrow:after {
  content: "\f067";
  width: 6px;
  height: 6px;
  /*border-bottom: 2px solid #757575;
     border-right: 2px solid #757575;*/
  float: right;
  position: relative;
  top: 12px;
  right: 25px;
  transform: rotate(45deg);
  transform-origin: center;
}

.accordianNav .dropArrow.active {
  color: black;
}

.accordianNav .dropArrow.active:after {
  transform: rotate(-135deg);
  border-color: #464646;
}

/* +Hover and Touch effect */

.accordianNav a:hover,
.accordianNav a:active,
.accordianNav h3:hover,
.accordianNav h3:active,
.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
  color: black;
  border-color: black;
  -webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
  transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
  list-style-type: none;
}

.accordianNav a {
  transform: translate(0px, 0px);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/*Drop links*/

.accordianNav ul ul li a {
  padding: 0 0 0 2.5em;
}

/*hover effect on links*/

.accordianNav ul ul li a:hover {
  transform: translate(8px, 0px);
}

/* plus-icon / accordion nav moved to global.css */

.portfolioHero-sub-txt {
  font-size: 18px;
  font-weight: 500;
  max-width: 500px;
  line-height: 30px;
  margin-bottom: 40px;
}

.desktop-frame {
  position: relative;
  position: relative;
}

.portfolio-gif-container {
  border-radius: 20px;
  border: 8px solid #95adc1;
}

.portfolio-gif {
  border-radius: 13px;
}

.portfolio-mobileGif-container {
  border-radius: 20px;
  border: 6px solid #8aa2b6;
  width: 125px;
  position: absolute;
  top: 140px;
  right: 0px;
  transform: translate(57px, 20px);
}

.portfolio-hero-conatiner {
  padding: 40px;
}

.text-conatiner {
  max-width: 700px;
}

/* custom-nav-icons and icon animations moved to global.css */

/*Bounce Effect */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.bounce-effect-icon {
  display: inline-block;
  animation: bounce 3s infinite;
}
/*Rotate Effect */
.rotate-effect {
  animation: rotateInfinite 10s linear infinite;
}

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*Pulse Effect */
.pulse-effect-icons {
  display: inline-block;
  transform: perspective(1000px);
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/*Wobble Effect */
.wobble-effect-icon {
  display: inline-block;
  animation: wobble 8s infinite ease-in-out;
}

@keyframes wobble {
  0% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-2px) rotate(-5deg);
  }

  30% {
    transform: translateX(10px) rotate(3deg);
  }

  45% {
    transform: translateX(-2px) rotate(-3deg);
  }

  60% {
    transform: translateX(10px) rotate(2deg);
  }

  75% {
    transform: translateX(-5px) rotate(-1deg);
  }

  100% {
    transform: translateX(0);
  }
}

/* Vibrate Effect */
@keyframes vibrate {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.vibrate-high {
  animation: vibrate 3s linear infinite;
}

/* mega-menu / custom-gap / plus-icon moved to global.css */

@media only screen and (max-width: 768px) {
  .aboutus-container {
    margin-top: 0 !important;
  }

  .photobanner img {
    height: 100px !important;
    max-width: 170px !important;
  }

  .photobanner-left img {
    height: 100px !important;
    max-width: 170px !important;
  }

  p.custom-contact-text {
    font-size: 14px !important;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: #3a3a3a !important;
  text-decoration: none !important;
  background-color: #e1fbff !important;
}

/*Aboutus new page us css */
.aboutus-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  /*    margin-top: 5rem;*/
}

/*    .aboutus-container img {
        width: 100%;
        height: auto;
    }*/

#hero.custom-aboutus-container {
  position: relative;
  background: url("../images/aboutus-heroimg.png") no-repeat center center;
  background-size: cover;
  height: 100vh; /* Adjust as per requirement */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.hero-heading {
  color: #fff; /* Text color */
  text-align: center;
  font-size: 2rem; /* Adjust font size as needed */
  margin: 0;
  padding: 0 20px; /* Add padding for smaller screens */
}

.hero-heading {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffff;
  font-size: 48px !important;
  font-weight: 400 !important;
  width: 100%;
  max-width: 830px;
}

.custom-grow-btn {
  background-color: #ffff;
  color: #16aff4;
}

.card.custom-review-card-one {
  background-color: #e4faff !important;
  border: 1px solid #43c5e5 !important;
  border-radius: 10px !important;
  padding: 2px;
  max-height: 135px;
  height: 100%;
}

.card.custom-review-card-two {
  background-color: #ffeeed !important;
  border: 1px solid #ff948c !important;
  border-radius: 10px !important;
  padding: 3px;
  max-height: 135px;
  height: 100%;
}

.card.custom-review-card-three {
  background-color: #f0ffee !important;
  border: 1px solid #14a800 !important;
  border-radius: 10px !important;
  padding: 1px;
  max-height: 135px;
  height: 100%;
}

.card.custom-review-card-four {
  background-color: #fffedd !important;
  border: 1px solid #fff800 !important;
  border-radius: 10px !important;
  padding: 1px;
  max-height: 135px;
  height: 100%;
}

.card.custom-review-card-five {
  background-color: #edeafe !important;
  border: 1px solid #8471f3a3 !important;
  border-radius: 10px !important;
  padding: 1px;
  max-height: 135px;
  height: 100%;
}

.custom-trophy-img {
  background-image: url("../images/trophy-achieve.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 16px 0 !important;
}

.custom-mission-bg {
  background-color: #d7f3fa !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

.custom-vision-bg {
  background-color: #aec8f0 !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}

.mission-area {
  background-color: #43c5e5 !important;
  width: 100%;
  height: 110px;
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
  position: absolute;
  top: 0;
  transform: translateY(72%);
}

.vision-area {
  background-color: #3f6193 !important;
  width: 100%;
  height: 110px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  position: absolute;
  top: 0;
  transform: translateY(72%);
}

.custom-clumn-padding {
  padding: 5rem;
}

.custom-vision-container {
  border-radius: 10px !important;
}

.mission-area h5 {
  transform: translateY(40px);
}

.vision-area h5 {
  transform: translateY(40px);
}

.custom-integrity {
  color: #3e7ff0;
}

.custom-centricity {
  color: #bd7441;
}

.custom-accountability {
  color: #cf4a17;
}

.custom-learing {
  color: #3dacc6;
}

.custom-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-icon-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.custom-icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/list-before.png") no-repeat center center;
  background-size: contain;
}

.profile-clr {
  color: #489fdf;
}

.custom-work-bg-img {
  background-image: url("../images/bg-work-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-work-bg-img .content {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
}

.custom-integrity-column {
  min-height: 210px;
}

/*carousel left command right css*/
#container-photobanner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.photobanner {
  display: flex;
  width: max-content;
  animation: bannermove 40s linear infinite;
}

.photobanner img {
  width: 100%;
  height: 220px;
  max-width: 350px;
  margin-right: 12px;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

#container-photobanner:hover .photobanner {
  animation-play-state: paused;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

#container-photobanner-left {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.photobanner-left {
  display: flex;
  width: max-content;
  animation: bannermoveleft 40s linear infinite;
}

.photobanner-left img {
  width: 100%;
  height: 220px;
  max-width: 350px;
  margin-right: 12px;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes bannermoveleft {
  0% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.start-icons-width {
  width: 100%;
  max-width: 150px;
}

#container-photobanner-left:hover .photobanner-left {
  animation-play-state: paused;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.custom-dir-name {
  white-space: pre;
}

.custom-column-position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: translate(180px, -13%);
}

.custom-column-position-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: translate(-180px, 15%);
}

p.custom-director-txt {
  transform: translate(-70%, -10%);
}

p.custom-director-txt-one {
  transform: translate(100%, -10%);
}

a.see-more-txt {
  color: #46a1e7;
}

.leaders-section {
  background-image: url(../images/leader-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*.current-section {
    background-color: #e7fbff;
}*/
.index-hero {
  position: relative;
}

/*.iso-stamp {
    position: absolute;
    bottom: 0px;
    left: 99px;
}*/

.iso-stamp {
  position: absolute;
  /* bottom: 0px; */
  left: 99px;
  transform: translate(-11px, 95px);
}

.iso-stamp img {
  width: 123px;
  transform: rotate(343deg);
  opacity: 92%;
}
/*    .iso-stamp img {
        width: 119px;
        transform: rotate(343deg);
        opacity: 92%;
    }*/
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .iso-stamp {
    position: absolute;
    transform: translate(200px, -73px) !important;
  }
}

.txt.customportfolio-info {
  color: #ffff !important;
}

/*Tech Audit Css */
p.custom-cards-ptxt {
  font-size: 0.8rem;
  color: #686868;
}

.key-cards {
  width: 100%;
  height: 100%;
  min-height: 245px;
  background-color: #f5f5f5;
  border-radius: 20px;
  position: relative;
}

.card-heading-bg {
  width: 260px;
  min-height: 55px;
  background-color: #44cbe7;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 1.3rem;
}

.card-heading-bg h5 {
  font-size: 16px;
  font-weight: 600;
}

.card-heading-bg-two h5 {
  font-size: 16px;
  font-weight: 600;
}

.card-heading-bg-two {
  width: 250px;
  min-height: 55px;
  background-color: #3f6193;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 1.3rem;
}

.card-heading-bg-two-exception {
  width: 298px;
  min-height: 55px;
  background-color: #3f6193;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 3rem;
}

/*.tech-content.after-tech-content::after {
    content: '';
    width: 40px;
    height: 40px;
    background: #3f6193;
    position: absolute;
    right: 16px;
    bottom: 0;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 10px;
}*/
.tech-content.after-tech-content {
  height: 100% !important;
  background: #f3fdff;
}

.custom-reach-bg-img {
  background-image: url(../images/bg-reach-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /*    min-height: 350px;*/
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-audit.tech-service {
  background: url("../images/hero-tech-audit-img.png") !important;
  padding: 80px 5%;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover !important;
}

.hero.tech-audit-main {
  padding: 100px 0% 30px;
  background: unset !important;
}

ul.key-deliverable-list {
  width: min(100%, 60rem);
  overflow: hidden;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 4rem);
  list-style: none;
  perspective: 1000px;
  display: grid;
  row-gap: 1rem;
}

ul li.card.custom-deliverable-card {
  position: relative;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  background-color: var(--bg-color);
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.15), transparent);
  transform-style: preserve-3d;
  color: var(--color);
  display: grid;
  grid-template: "icon" "title" "content";
  row-gap: 0.5rem;
  column-gap: 2rem;
}

ul li.card.custom-deliverable-card::before,
ul li.card.custom-deliverable-card::after {
  --side-rotate: 60deg;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform-origin: calc(50% - (48% * var(--ry))) 50%;
  transform: rotateY(calc(var(--side-rotate) * var(--ry)));
  background-color: inherit;
  background-image: linear-gradient(
    calc(90deg * var(--ry)),
    rgb(0 0 0 / 0.25),
    rgb(0 0 0 / 0.5)
  );
}

ul li.card.custom-deliverable-card::before {
  --ry: -1;
  right: 100%;
}

ul li.card.custom-deliverable-card::after {
  --ry: 1;
  left: 100%;
}

ul li.card.custom-deliverable-card .content {
  grid-area: content;
}

ul li.card.custom-deliverable-card .icon {
  grid-area: icon;
  display: grid;
  /*        place-items: center;*/
}

ul li.card.custom-deliverable-card .icon i {
  font-size: 2rem;
}

@media (min-width: 30rem) {
  ul li.card.custom-deliverable-card {
    grid-template: "icon title" "icon content";
    text-align: left;
  }
}

.custom-firststep-card {
  width: 60px;
  height: 60px;
  top: -30px;
  border-width: 4px !important;
  /*    background-color: #3f6193;*/
  background: linear-gradient(
    162deg,
    rgba(63, 97, 147, 1) 17%,
    rgba(94, 130, 184, 1) 48%,
    rgba(0, 212, 255, 1) 100%
  );
}

.custom-stepscard-height {
  height: 80%;
  /*max-height:392px;*/
}
/*.key-card-befores::after {
    content: "";
    width: 100%;
    height: 17px;
    position: absolute;
    background: url(../images/key-card-before.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(20%, -53px);
    background-size: 20%;
}*/

.custom-icon-list.card-li-icon li::before {
  top: 20%;
}

.audit-img-crucial {
  max-height: 350px !important;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.custom-contact-auditbtn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.btn.btn-primary.custom-hover-effect:hover {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.custom-hover-effect {
  padding: 10px 15px;
}

.how-do-sec h3 {
  font-size: 20px;
  font-weight: 600;
}

.how-do-sec .discovery-img-container {
  max-width: 630px;
}

.how-do-sec .discovery-img-container img {
  height: 420px;
}

.discovery-ques h4 {
  font-size: 18px;
  font-weight: 600;
}

.discovery-ans h4 {
  font-size: 18px;
  font-weight: 600;
}

.key-deliverable p {
  line-height: 18px;
  color: #333333a6;
  padding-top: 8px;
}

/*POC-page*/
.poc-main-contianer {
  padding: 100px 0% 30px !important;
  background: unset !important;
}

.poc-hero {
  background: url("../images/poc-bg1.jpg") !important;
  padding: 80px 5%;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover !important;
}

.poc-sub-content {
  max-width: 500px;
}

.poc-txt {
  margin-bottom: 2.5rem;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 1px;
  background-color: transparent;
  color: white !important;
  max-width: 632px;
  line-height: 27px;
}

.poc-h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
  margin-bottom: 2rem;
  color: white;
}

.poc-sub-a {
  color: #ffac06;
}

.poc-hero-img {
  max-width: 600px;
}

.poc-txt-b {
  color: #403f3f;
}

.poc-feature-pill {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #3c3c3c;
  border: 1px solid #b1e1e7;
  padding: 2rem 2rem;
  min-height: 220px;
  font-weight: 500;
  background-color: #e3fafd;
}

.box1 {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #3c3c3c;
  border: 1px solid #f2f2f2;
  padding: 2rem 2rem;
  min-height: 240px;
  font-weight: 500;
  background-color: #f2af3469;
}

.box2 {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #3c3c3c;
  border: 1px solid #f2f2f2;
  padding: 2rem 2rem;
  min-height: 240px;
  font-weight: 500;
  background-color: #ffdcce;
}

.box3 {
  display: flex;
  /* align-items: center;*/
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #3c3c3c;
  border: 1px solid #f2f2f2;
  padding: 2rem 2rem;
  min-height: 240px;
  font-weight: 500;
  background-color: #dddfe0;
}

.ask-expert-btn {
  background-color: white;
  color: var(--clr-a) !important;
  min-width: 200px !important;
}

.ask-expert-btn .fa-headset {
  padding-right: 7px;
}

.ask-expert-btn:hover {
  color: white !important;
}

.tech-content-box {
  /*   background-color: #EFFDFF;*/
  padding: 20px 20px;
  /*min-height:205px;*/
}

.tech-content-box p {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: normal;
  line-height: 24px;
  border-radius: 5px;
  margin-top: 10px;
  min-height: 120px;
}

.poc-contact {
  background-image: url(../images/contact-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

.poc-approch-bg {
  background-image: url(../images/poc-bg-1.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-approch-bg1 {
  background-image: url(../images/idea-bg.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-approch-bg2 {
  background-image: url(../images/protoype-bg.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-approch-bg3 {
  background-image: url(../images/scope-bg.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-approch-bg4 {
  background-image: url(../images/project-bg.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-approch-bg5 {
  background-image: url(../images/allocation-bg.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-approch-bg6 {
  background-image: url(../images/ui-bg.png) !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.poc-feature-pill:hover {
  box-shadow: 0px 0px 8px 2px #b8f1ff;
  transition: box-shadow 0.6s;
  /* transition-timing-function: ease-in-out;*/
}

.poc-build-togeather {
  padding: 10px 20px;
  color: #1aabcf;
}

.after-tech-content {
  border: 1px solid #99e9ff;
  border-radius: 10px;
}

/*saas-page*/
.saas-benifits {
  background-image: url("../images/Asset 4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.saas .point-card[card-num="1"]::before {
  background-image: url("../images/saas-healthcare_1.svg");
}

.saas .point-card[card-num="2"]::before {
  background-image: url("../images/saas-fintech.svg");
}

.saas .point-card[card-num="3"]::before {
  background-image: url("../images/saas-Event.svg");
}

.saas .point-card[card-num="4"]::before {
  background-image: url("../images/saas-market.svg");
}

.saas .point-card[card-num="5"]::before {
  background-image: url("../images/saas-crm.svg");
}

.saas .point-card[card-num="6"]::before {
  background-image: url("../images/saas-transport.svg");
}

.saas .point-card[card-num="7"]::before {
  background-image: url("../images/saas-real-estate.svg");
}

.saas .point-card[card-num="8"]::before {
  background-image: url("../images/saas-erp.svg");
}

.saas .point-card[card-num="9"]::before {
  background-image: url("../images/saas-edtech.svg");
}

.saas .point-card[card-num="10"]::before {
  background-image: url("../images/saas-automotive.svg");
}

.saas .point-card[card-num="11"]::before {
  background-image: url("../images/saas-fitness.svg");
}

.achievements-cards-img {
  height: 100px;
  object-fit: contain;
}

#postResume {
  padding-top: 100px;
}

#contact {
  padding: 60px 0 !important;
}

.calendly-overlay .calendly-popup {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: #212529 !important;
  font-weight: 600 !important;
}

.blog-content h2 strong,
.blog-content h3 strong,
.blog-content h4 strong,
.blog-content h5 strong,
.blog-content h6 strong {
  color: #212529 !important;
  font-weight: 600 !important;
}

.blog-content p span {
  color: #666666 !important;
}

@media (max-width: 1200px) {
  .custom-column-position-two {
    transform: translate(-90px, 15%);
  }

  .custom-column-position {
    transform: translate(90px, -13%);
  }
}

@media (max-width: 1020px) {
  .hero-heading {
    font-size: 36px !important;
  }
}

@media (max-width: 768px) {
  .custom-dir-name {
    font-size: 12px;
  }

  p.custom-director-txt,
  p.custom-director-txt-one {
    transform: none;
  }
}

@media (max-width: 600px) {
  .hero-heading {
    font-size: 30px !important;
  }

  .custom-column-position-two {
    transform: translate(-150%, 15%);
  }

  .custom-column-position {
    transform: translate(150%, -13%);
  }
}

@media (max-width: 600px) {
  .hero-heading {
    font-size: 20px !important;
  }
}

/*new homepage css start */
.py-7 {
  padding: 70px 0;
}

/* homepage site-header handled in global.css */

.custom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.home-hero-video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.hero-home {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000009e;
}

.hero-home h1 {
  font-size: 92px;
}

.hero-home p {
  font-size: 28px;
}

.txt-bx {
  z-index: 1;
}

.achivements {
  text-align: center;
  text-transform: capitalize;
  background-image: linear-gradient(182deg, #fff, #b4f0ff52);
  padding: 30px 20px;
  border-radius: 15px;
}

.achivements h2.counter {
  font-size: 60px;
  font-weight: 700;
  color: #33c6e5;
}

.achivements h2 {
  color: #33c6e5;
}

.achivements p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.about-content {
  padding-right: 100px;
}

about-content p {
  line-height: 28px;
}

.sub-title-tag {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #33c6e5;
  position: relative;
  white-space: nowrap;
  max-width: fit-content;
}

.sub-title-tag:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 10px;
  background: #212121;
  width: 60px;
  height: 1px;
}

.sub-title-tag-double:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 10px;
  background: #212121;
  width: 60px;
  height: 1px;
}

.text-white .sub-title-tag-double:before,
.text-white .sub-title-tag:after {
  background: #fff;
}

.page-heading h2 {
  font-size: 50px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0;
}

.page-heading.text-white :is(h1, h2, h3, h4, h5, h6, p, span) {
  color: #ffffff;
}

.services-section {
  background-image: url("../images/services-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card-box {
  background: #ffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 24px #0000000f;
  position: relative;
}

.service-card-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/service-shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 183px;
  height: 203px;
}

.service-card-box h3 {
  font-size: 22px;
}

.service-card-box .btn {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}

.case-study-section {
  background-image: url("../images/case-study-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.case-content span {
  padding: 6px 10px;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: #0000008a;
}

.case-content h3 {
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: 500;
}
/*new homepage css end */
.btn-whatsapp {
  background: #29a71a;
  position: fixed;
  bottom: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 1000;
  animation: pulse 1s infinite ease-in-out alternate;
}

/* SVG size */
.btn-whatsapp img {
  width: 46px;
  height: 46px;
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}

.policy-hero {
  margin-top: 30px;
  padding: 70px 0 30px;
  text-align: center;
}

.policy-hero h1 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.policy-hero p {
  opacity: 0.9;
}

/* Content */

.policy-content h2 {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0f172a;
}

.policy-content h3 {
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #6580a8;
}

.policy-content p {
  margin-bottom: 15px;
}

.policy-content ul {
  margin: 15px 0 20px 25px;
}

.policy-content ul li {
  margin-bottom: 8px;
}

.policy-content a {
  color: #43c5e5;
  text-decoration: none;
}

.policy-content a:hover {
  text-decoration: underline;
}

/* Intro Box */
.intro {
  font-size: 1.05rem;
  background-color: #f8fafc;
  padding: 20px;
  border-left: 4px solid #2563eb;
  margin-bottom: 30px;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 991px) {
  #contact {
    padding: 20px 0px 60px !important;
  }
  .hero3,
  .hero4 {
    background: none;
    height: auto;
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .policy-hero h1 {
    font-size: 2rem;
  }

  .policy-content h2 {
    font-size: 1.4rem;
  }
}

/* captcha css */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* ── Job Apply form – textarea + upload section connected ── */
#postResume .form-group.textarea {
  margin-bottom: 0;
}

#postResume .form-group.textarea textarea {
  background-color: rgba(128, 150, 180, 0.1);
  border-radius: 10px 10px 0 0 !important;
  border: none !important;
  box-shadow: none !important;
  height: 80px;
  resize: vertical;
}
/* ── end Job Apply form ── */

/* ── Job pages – Apply now button ── */
.job-apply-btn {
  border-radius: 4px !important;
  padding: 8px 20px !important;
  letter-spacing: normal !important;
  font-weight: 600;
}
/* ── end Job Apply button ── */

/* ── Pagination – Step2gen brand ── */
.page-link {
  color: var(--clr-a);
  border-color: #dee2e6;
}

.page-link:hover,
.page-link:focus {
  color: var(--clr-b);
  background-color: rgba(51, 198, 229, 0.1);
  border-color: var(--clr-a);
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: var(--clr-a);
  border-color: var(--clr-a);
  color: var(--clr-c);
}

.page-item.disabled .page-link {
  color: var(--clr-d);
  border-color: #dee2e6;
}
/* ── end Pagination ── */
