@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf");
}
@font-face {
  font-family: "Kumbh Sans";
  src: url("fonts/Kumbh_Sans/KumbhSans-Regular.ttf");
}
body {
  font-family: "Kumbh Sans";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #ffffff;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.custom-container {
  max-width: 90%;
  margin: auto;
}

.pt {
  padding-top: 6rem;
}
@media (max-width: 1299px) {
  .pt {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .pt {
    padding-top: 3.5rem;
  }
}

.pb {
  padding-bottom: 6rem;
}
@media (max-width: 1299px) {
  .pb {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 3.5rem;
  }
}

.heading {
  font-family: "Plus Jakarta Sans";
  font-size: 4em;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .heading {
    font-size: 3.2em;
  }
}
@media (max-width: 1099px) {
  .heading {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 2em;
  }
}

.primary-btn, .secondary-btn {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #000;
  font-weight: bold;
  transition: 0.2s;
}
.primary-btn:hover, .secondary-btn:hover {
  background-color: #19ade4;
  border: 1px solid #000;
  color: #000;
}

.secondary-btn {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.secondary-btn:hover {
  color: #fff;
  border-color: #fff;
}

.line-btn {
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.line-btn:hover {
  background-color: #19ade4;
  color: #fff;
}

.view-more-btn {
  color: #000;
  font-weight: bold;
}
.view-more-btn:hover {
  color: #19ade4;
}
.view-more-btn:hover .fa-arrow-right-long {
  margin-left: 8px;
}
.view-more-btn .fa-arrow-right-long {
  transition: 0.2s;
}

header {
  background-color: #051629;
  position: sticky;
  top: 0;
  z-index: 9;
}
header nav .logo {
  flex-basis: 20%;
}
header nav .logo a {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  header nav .logo img {
    max-width: 180px;
  }
}
header nav .menu {
  flex-basis: 66%;
}
@media (max-width: 1399px) {
  header nav .menu {
    flex-basis: 70%;
  }
}
header nav .menu ul li {
  display: inline-block;
  margin-right: 2rem;
}
@media (max-width: 1399px) {
  header nav .menu ul li {
    margin-right: 1.5rem;
  }
}
header nav .menu ul li:last-child {
  margin-right: 0;
}
header nav .menu ul li a {
  color: #fff;
  font-size: 1.1rem;
}
header nav .menu ul li a:hover {
  color: #19ade4;
}
header nav .menu ul li span.sm-text {
  display: block;
  font-size: 14px;
  margin-bottom: -5px;
}
header nav .menu ul li.active a {
  color: #19ade4;
}
header nav .menu ul .dropdown-link {
  position: relative;
  background: transparent;
  min-width: unset;
  text-align: left;
}
header nav .menu ul .dropdown-link:hover .dropdown-list {
  display: block;
}
header nav .menu ul .dropdown-link .dropdown-list {
  position: absolute;
  top: 28px;
  background-color: #051629;
  width: 245px;
  display: none;
}
header nav .menu ul .dropdown-link .dropdown-list ul li {
  margin: 0.5rem 0;
}
header nav .menu ul .dropdown-link .dropdown-list ul li a {
  color: #fff;
}
header nav .menu ul .dropdown-link .dropdown-list ul li a:hover {
  color: #19ade4;
}
header nav .social-links {
  flex-basis: 14%;
}
@media (max-width: 1399px) {
  header nav .social-links {
    flex-basis: 10%;
  }
}
header nav .social-links ul li {
  display: inline-block;
  margin-left: 0.3rem;
}
header nav .social-links ul li a {
  color: #fff;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  border-radius: 50px;
  font-size: 1.2rem;
}
header nav .social-links ul li a:hover {
  color: #19ade4;
  border: 1px solid;
}
header .hamburger, header .close-btn {
  font-size: 1.2rem;
}
header .hamburger {
  color: #fff;
}
header .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 1.2rem;
  display: none;
  overflow-y: scroll;
}
header .mobile-menu .mob-header {
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  header .mobile-menu img {
    max-width: 100px;
  }
}
header .mobile-menu .menu {
  margin-top: 2.5rem;
}
header .mobile-menu .menu li {
  border-bottom: 1px solid #b8e2f2;
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
}
header .mobile-menu .menu li a {
  color: #000;
}
header .mobile-menu .menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
header .mobile-menu .menu .dropdown-link {
  position: relative !important;
  background: transparent;
  min-width: unset;
}
header .mobile-menu .menu .dropdown-link:hover .dropdown-list {
  display: block;
}
header .mobile-menu .menu .dropdown-link .dropdown-list {
  display: none;
}

.hero-section {
  width: 100%;
  min-height: calc(100vh - 100px);
  background-color: #051629;
}
@media (max-width: 1199px) {
  .hero-section {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content {
    min-height: 60vh;
  }
}
.hero-section .hero-content img {
  width: 100%;
  border-radius: 10px;
}
.hero-section .hero-content video {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .hero-section .hero-content video {
    height: 100%;
  }
}
.hero-section .hero-content h1 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .hero-section .hero-content h1 {
    font-size: 5vw;
  }
}
@media (max-width: 1099px) {
  .hero-section .hero-content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content h1 {
    font-size: 3rem;
  }
}
.hero-section .hero-content h1 span {
  color: #19ade4;
}
.hero-section .hero-content p {
  color: #fff;
  font-size: 1.2rem;
}
.hero-section .hero-content .scroll-text {
  position: absolute;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  color: #fff;
  bottom: 0;
  font-size: 13px;
}
.hero-section .hero-content .scroll-text .blank {
  display: inline-block;
  height: 40px;
  border-left: 1px solid;
}

.about-section {
  background-color: #eaf6fe;
}
.about-section .about-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
@media (max-width: 991px) {
  .about-section .about-content-wrapper {
    flex-wrap: wrap;
  }
}
.about-section .about-content-wrapper .about-right {
  flex-basis: 30%;
  margin-left: -5%;
}
@media (max-width: 1399px) {
  .about-section .about-content-wrapper .about-right {
    flex-basis: 40%;
  }
}
@media (max-width: 1099px) {
  .about-section .about-content-wrapper .about-right {
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .about-section .about-content-wrapper .about-right {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.about-section .about-content-wrapper .about-right .about-content {
  background-color: #051629;
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  padding: 2rem;
  line-height: 1.8;
  border-radius: 10px;
}
.about-section .about-content-wrapper .about-left {
  flex-basis: 80%;
}
@media (max-width: 1399px) {
  .about-section .about-content-wrapper .about-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .about-section .about-content-wrapper .about-left {
    flex-basis: 100%;
  }
}
.about-section .about-content-wrapper .about-left .about-img {
  border-radius: 10px;
  overflow: hidden;
}
.about-section .about-content-wrapper .about-left .about-img:hover {
  box-shadow: 0 4px 30px rgba(0, 174, 255, 0.1);
  border: 1px solid rgba(25, 173, 228, 0.3);
}
.about-section .about-content-wrapper .about-left .about-img:hover img {
  scale: 1.2;
}
.about-section .about-content-wrapper .about-left .about-img img {
  border-radius: 10px;
  width: 100%;
  transition: 0.2s;
}

.service-section {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .service-section .service-row {
    flex-direction: column;
  }
}
.service-section .service-row .service-col {
  flex-basis: 45%;
}
@media (max-width: 991px) {
  .service-section .service-row .service-col {
    flex-basis: 48%;
  }
}
.service-section .service-row .service-col .service-name {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 2.5em;
}
@media (max-width: 1399px) {
  .service-section .service-row .service-col .service-name {
    font-size: 2.2em;
  }
}
@media (max-width: 1099px) {
  .service-section .service-row .service-col .service-name {
    font-size: 2em;
  }
}
@media (max-width: 676px) {
  .service-section .service-row .service-col .service-name {
    font-size: 1.4em;
  }
}
.service-section .service-row .service-col .service-detail {
  color: #000;
  line-height: 1.8;
  font-size: 18px;
}
.service-section .service-row .service-col .service-img {
  border: 1px solid #b8e2f2;
  border-radius: 10px;
}
.service-section .service-row .service-col .service-img:hover img {
  scale: 1;
}
.service-section .service-row .service-col .service-img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.2s;
  scale: 0.9;
}
.service-section .ex-mt {
  margin-top: 10rem;
}
@media (max-width: 1399px) {
  .service-section .ex-mt {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .service-section .ex-mt {
    margin-top: 2rem;
  }
}

.quality-parameters .parameter-row {
  position: relative;
}
.quality-parameters .parameter-row:hover .parameter-col-right {
  animation: show 0.5s forwards;
}
.quality-parameters .parameter-row:hover .parameter-count {
  color: #000 !important;
}
@keyframes show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(-8deg);
  }
}
.quality-parameters .parameter-row .parameter-coll-left {
  flex-basis: 70%;
  font-family: "Plus Jakarta Sans";
  color: #000;
}
@media (max-width: 767px) {
  .quality-parameters .parameter-row .parameter-coll-left {
    flex-basis: 100%;
  }
}
.quality-parameters .parameter-row .parameter-coll-left .parameter-count {
  font-size: 4rem;
  margin-right: 4rem;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-count {
    font-size: 5rem;
  }
}
@media (max-width: 1099px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-count {
    font-size: 4.2rem;
  }
}
@media (max-width: 991px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-count {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-count {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.quality-parameters .parameter-row .parameter-coll-left .parameter-name {
  font-size: 2.5rem;
}
@media (max-width: 1399px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-name {
    font-size: 2.2rem;
  }
}
@media (max-width: 1099px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-name {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-name {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .quality-parameters .parameter-row .parameter-coll-left .parameter-name {
    font-size: 1.2rem;
  }
}
.quality-parameters .parameter-row .parameter-col-right {
  position: absolute;
  right: 0;
  max-width: 400px;
  opacity: 0;
  z-index: -1;
  transition: 0.2;
}
@media (max-width: 1299px) {
  .quality-parameters .parameter-row .parameter-col-right {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .quality-parameters .parameter-row .parameter-col-right {
    max-width: 250px;
  }
}
.quality-parameters .parameter-row .parameter-col-right .parameter-img img {
  border-radius: 10px;
  width: 100%;
}

.process-section {
  position: relative;
  overflow-x: clip;
  background-color: #051629;
}
.process-section .heading {
  color: #fff;
}
.process-section .process-content {
  color: #fff;
  font-size: 18px;
}
.process-section .process-img {
  overflow: hidden;
}
.process-section .process-img:hover {
  border: 1px solid rgba(25, 173, 228, 0.3);
  border-radius: 10px;
}
.process-section .process-img:hover img {
  scale: 0.9;
}
.process-section .process-img img {
  transition: 0.2s;
  width: 100%;
}

.client-section {
  position: relative;
  overflow-x: clip;
  background-color: #eaf6fe;
}
.client-section .client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  place-items: baseline;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .client-section .client-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .client-section .client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 1.5rem;
  }
}
.client-section .client-logo {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .client-section .client-logo {
    padding: 0.8rem;
  }
}
.client-section .client-logo img {
  opacity: 0.6;
  max-width: 100%;
}
.client-section .client-logo:hover img {
  opacity: 1;
}

.team-section .founder-wrapper {
  background-color: #19ade4;
  border-radius: 10px;
}
.team-section .founder-wrapper:hover {
  background: rgba(25, 174, 228, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
}
.team-section .founder-wrapper:hover .founder-name {
  color: #000000;
}
.team-section .founder-wrapper:hover .founder-designation {
  color: #000000;
}
.team-section .founder-img img {
  border-radius: 10px;
  width: 100%;
}
.team-section .founder-name {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 1399px) {
  .team-section .founder-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .team-section .founder-name {
    font-size: 1rem;
  }
}
.team-section .founder-designation {
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 1399px) {
  .team-section .founder-designation {
    font-size: 1rem;
  }
}

.cta .cta-wrapper {
  color: #000;
  background-color: #19ade4;
  background-image: url("../images/home/cta2.jpg");
  background-size: cover;
  background-position: 90%;
  padding: 2rem;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .cta .cta-wrapper {
    padding: 1rem;
  }
}
.cta .cta-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #19ade4;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 0;
  opacity: 0.8;
}
.cta .cta-wrapper .cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cta .cta-wrapper h2 {
  font-family: "Plus Jakarta Sans";
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cta .cta-wrapper h2 {
    font-size: 2rem;
  }
}
.cta .cta-wrapper p {
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cta .cta-wrapper p {
    font-size: 1rem;
  }
}

.blog-section .blog-wrapper {
  color: #000;
  border: 1px solid rgba(25, 173, 228, 0.3);
  border-radius: 10px;
  transition: 0.2s;
}
.blog-section .blog-wrapper:hover {
  border-color: #000;
  background: rgba(25, 174, 228, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
}
.blog-section .blog-wrapper .blog-img {
  border-radius: 10px;
  height: 26rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-section .blog-wrapper .blog-img {
    height: 15.5rem;
  }
}
.blog-section .blog-wrapper .blog-img img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-wrapper .blog-category {
  color: #19ade4;
  font-size: 0.9rem;
  font-weight: 600;
}
.blog-section .blog-wrapper .blog-name {
  font-family: "Plus Jakarta Sans";
  font-size: 1.5rem;
  line-height: 1.3;
  height: 3.85rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .blog-section .blog-wrapper .blog-name {
    font-size: 1.4rem;
  }
}
.blog-section .blog-wrapper .blog-date {
  font-size: 0.8rem;
}
.blog-section .blog-wrapper .blog-description {
  height: 3rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

footer {
  background-color: #051629;
  color: #fff;
}
footer .container {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  footer .container {
    padding-top: 4rem;
  }
}
footer .logo a {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  color: #000;
}
footer .footer-menu li {
  margin: 1rem 0;
}
footer .footer-menu li a {
  color: #fff;
}
footer .footer-menu li a:hover {
  color: #19ade4;
}
footer .footer-menu-title {
  font-size: 1.2rem;
  font-weight: bold;
}
footer .mt {
  margin-top: 1.2rem;
}
footer .mt i {
  color: #fff;
  margin-right: 7px;
}
@media (max-width: 767px) {
  footer .mt i {
    margin-right: 5px;
  }
}
footer .social-links ul li {
  display: inline-block;
  margin-right: 0.3rem;
}
footer .social-links ul li a {
  color: #fff;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  border-radius: 50px;
  font-size: 1.2rem;
}
footer .social-links ul li a:hover {
  color: #19ade4;
  border: 1px solid;
}
footer .copyright {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  margin-top: 5rem;
}
footer .copyright a {
  color: #19ade4;
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding-top: 3rem;
  }
}
.page-header .inner-wrapper {
  position: relative;
  display: grid;
  place-items: center;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-header .inner-wrapper {
    height: 200px;
  }
}
.page-header .inner-main-heading {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .page-header .inner-main-heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .page-header .inner-main-heading {
    font-size: 2rem;
  }
}
.page-header .inner-banner {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.page-header .inner-banner img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header .inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #19ade4;
  z-index: 0;
  opacity: 0.5;
}

.image-with-text .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.image-with-text .image-wrapper:hover img {
  scale: 1.2;
}
.image-with-text .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  transition: 0.2s;
}
.image-with-text .content-wrapper .caption {
  color: #19ade4;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.image-with-text .content-wrapper .caption span {
  width: 20px;
  height: 2px;
  background-color: #19ade4;
  display: inline-block;
  margin-right: 0.5rem;
}
.image-with-text .content-wrapper .content {
  margin-top: 1rem;
  line-height: 1.8;
}

.card-section {
  background-color: #eaf6fe;
}
.card-section .card-wrapper {
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
  transition: 0.2s;
}
.card-section .card-wrapper img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.card-section .card-wrapper:hover {
  background-color: #051629;
  color: #fff;
}
.card-section .card-wrapper .card-content {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .card-section .card-wrapper .card-content {
    font-size: 1.2rem;
  }
}

.steps-section .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.steps-section .image-wrapper:hover img {
  transform: scale(1.1);
}
.steps-section .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  transition: 0.2s;
}
.steps-section .card-content {
  background: rgba(25, 174, 228, 0.15);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
  padding: 1rem;
}

.founder-message .founder-image-wrapper:hover .founder-detail {
  background-color: #051629;
  color: #fff;
}
.founder-message .founder-image-wrapper .image-wrapper {
  border-radius: 10px 10px 0 0 !important;
}
.founder-message .founder-image-wrapper .image-wrapper img {
  border-radius: 10px 10px 0 0 !important;
}
.founder-message .founder-image-wrapper .founder-detail {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  transition: 0.2s;
}
.founder-message .founder-image-wrapper .founder-detail .founder-name {
  font-size: 1.5rem;
  font-weight: bold;
}
.founder-message .founder-image-wrapper .founder-detail:hover {
  background-color: #051629;
  color: #fff;
}

.about-text-section {
  background-color: #051629;
  color: #fff;
}
.about-text-section .heading {
  color: #fff;
}
.about-text-section .content {
  font-size: 1.2rem;
}

.counter-section {
  background-color: #051629;
  color: #fff;
}
.counter-section .counter-col:hover .counter {
  color: #19ade4;
}
.counter-section .counter {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .counter-section .counter {
    font-size: 3rem;
  }
}
.counter-section .counter-value {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .counter-section .counter-value {
    font-size: 1.2rem;
  }
}

.about-blobs {
  position: relative;
  overflow-x: clip;
}
.about-blobs::before {
  position: absolute;
  right: -15%;
  top: 30%;
  content: "";
  width: 700px;
  height: 700px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: -1;
}
.about-blobs::after {
  position: absolute;
  left: -15%;
  top: 130%;
  content: "";
  width: 700px;
  height: 700px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: -1;
}

.about-blobs2 {
  position: relative;
  overflow-x: clip;
}
.about-blobs2::before {
  position: absolute;
  right: -15%;
  top: 30%;
  content: "";
  width: 700px;
  height: 700px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: -1;
}

.product-blobs {
  position: relative;
  overflow-x: clip;
}
.product-blobs::before {
  position: absolute;
  left: -15%;
  top: -20%;
  content: "";
  width: 700px;
  height: 700px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .product-blobs::before {
    display: none;
  }
}
.product-blobs::after {
  position: absolute;
  right: -15%;
  top: 40%;
  content: "";
  width: 700px;
  height: 700px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .product-blobs::after {
    display: none;
  }
}

.service-blob .content-wrapper .content {
  font-size: 1.1rem !important;
}
.service-blob .content-wrapper .content .types .type-heading {
  font-size: 1.5rem;
  font-weight: bold;
}
.service-blob .content-wrapper .content .types .type-name {
  border-color: #000;
  background: rgba(25, 174, 228, 0.15);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
  padding: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.check {
  color: #19ade4;
  font-size: 1.4rem;
}

.founder-message {
  background-color: #eaf6fe;
}

.process-steps-wrapper .process {
  position: relative;
}
.process-steps-wrapper .process::after {
  content: "";
  position: absolute;
  height: 94%;
  border: 1px dotted #000;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.process-steps-wrapper .step-row {
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .process-steps-wrapper .step-row {
    margin: 3rem auto;
    gap: 1rem;
  }
}
.process-steps-wrapper .step-row .step {
  border-color: #000;
  background: rgba(25, 174, 228, 0.15);
  border-radius: 50px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "Plus Jakarta Sans";
  font-size: 1.2rem;
  transition: background 0.5s;
}
@media (max-width: 991px) {
  .process-steps-wrapper .step-row .step {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .process-steps-wrapper .step-row .step {
    font-size: 0.8rem;
    padding: 0.5rem 0.6rem;
    border-radius: 10px;
  }
}
.process-steps-wrapper .step-row .step:hover {
  background: #19ade4;
  color: #fff;
}
.process-steps-wrapper .step1 .step-content, .process-steps-wrapper .step7 .step-content, .process-steps-wrapper .step4 .step-content {
  position: relative;
}
.process-steps-wrapper .step1 .step-content::after, .process-steps-wrapper .step7 .step-content::after, .process-steps-wrapper .step4 .step-content::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  border-radius: 100%;
  top: 50%;
  right: -7.5%;
  transform: translateY(-50%) translateX(7.5%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .process-steps-wrapper .step1 .step-content::after, .process-steps-wrapper .step7 .step-content::after, .process-steps-wrapper .step4 .step-content::after {
    transform: translateY(-50%) translateX(8.5%);
    right: -8.5%;
  }
}
@media (max-width: 1199px) {
  .process-steps-wrapper .step1 .step-content::after, .process-steps-wrapper .step7 .step-content::after, .process-steps-wrapper .step4 .step-content::after {
    transform: translateY(-50%) translateX(10.5%);
    right: -10.5%;
  }
}
@media (max-width: 991px) {
  .process-steps-wrapper .step1 .step-content::after, .process-steps-wrapper .step7 .step-content::after, .process-steps-wrapper .step4 .step-content::after {
    transform: translateY(-50%) translateX(14%);
    right: -14%;
  }
}
@media (max-width: 767px) {
  .process-steps-wrapper .step1 .step-content::after, .process-steps-wrapper .step7 .step-content::after, .process-steps-wrapper .step4 .step-content::after {
    transform: translateY(-50%) translateX(10px);
    right: -10px;
    width: 25px;
    height: 25px;
  }
}
.process-steps-wrapper .step2 .step-content, .process-steps-wrapper .step6 .step-content {
  position: relative;
}
.process-steps-wrapper .step2 .step-content::after, .process-steps-wrapper .step6 .step-content::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  border-radius: 100%;
  top: 50%;
  left: -8%;
  transform: translateY(-50%) translateX(8%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .process-steps-wrapper .step2 .step-content::after, .process-steps-wrapper .step6 .step-content::after {
    left: -9.5%;
    transform: translateY(-50%) translateX(9.5%);
  }
}
@media (max-width: 1199px) {
  .process-steps-wrapper .step2 .step-content::after, .process-steps-wrapper .step6 .step-content::after {
    transform: translateY(-50%) translateX(11.5%);
    left: -11.5%;
  }
}
@media (max-width: 991px) {
  .process-steps-wrapper .step2 .step-content::after, .process-steps-wrapper .step6 .step-content::after {
    transform: translateY(-50%) translateX(16%);
    left: -16%;
  }
}
@media (max-width: 767px) {
  .process-steps-wrapper .step2 .step-content::after, .process-steps-wrapper .step6 .step-content::after {
    transform: translateY(-50%) translateX(-10px);
    left: -10px;
    width: 25px;
    height: 25px;
  }
}
.process-steps-wrapper .step5 .step-content:first-child {
  position: relative;
}
.process-steps-wrapper .step5 .step-content:first-child::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #19ade4 0%, rgba(50, 15, 133, 0) 100%);
  border-radius: 100%;
  top: 50%;
  right: -7.5%;
  transform: translateY(-50%) translateX(7.5%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .process-steps-wrapper .step5 .step-content:first-child::after {
    transform: translateY(-50%) translateX(8.5%);
    right: -8.5%;
  }
}
@media (max-width: 1199px) {
  .process-steps-wrapper .step5 .step-content:first-child::after {
    transform: translateY(-50%) translateX(10.5%);
    right: -10.5%;
  }
}
@media (max-width: 991px) {
  .process-steps-wrapper .step5 .step-content:first-child::after {
    transform: translateY(-50%) translateX(14%);
    right: -14%;
  }
}
@media (max-width: 767px) {
  .process-steps-wrapper .step5 .step-content:first-child::after {
    transform: translateY(-50%) translateX(10px);
    right: -10px;
    width: 25px;
    height: 25px;
  }
}
.process-steps-wrapper .step-row-3 {
  grid-template-columns: repeat(3, 1fr);
}
.process-steps-wrapper .step-row-3 .step-content-border {
  position: relative;
}
.process-steps-wrapper .step-row-3 .step-content-border::before {
  content: "";
  position: absolute;
  border: 1px dotted #000;
  width: 45%;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  z-index: -1;
}
.process-steps-wrapper .step-row-3 .step-content-border::after {
  content: "";
  position: absolute;
  border: 1px dotted #000;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
}

.grades .table-wrapper {
  border-radius: 50px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
  padding: 2rem;
  transition: 0.5s;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .grades .table-wrapper {
    padding: 1.5rem;
  }
}
.grades .table-wrapper table {
  margin-bottom: 0rem;
}
.grades .table-wrapper table thead {
  background-color: #19ade4;
  color: #fff;
}
.grades .table-wrapper table thead span {
  background-color: #fff;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
}
.grades .table-wrapper table thead th {
  background-color: #19ade4;
  color: #000000;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .grades .table-wrapper table thead th {
    font-size: 1rem;
  }
}
.grades .table-wrapper table tbody .fa-circle-check {
  color: #5fa703;
}
.grades .table-wrapper table tbody td {
  border-right: 1px solid #e3e1d6;
}
.grades .table-wrapper table tr, .grades .table-wrapper table th, .grades .table-wrapper table td {
  padding: 0.8rem 1.2rem !important;
  border-style: none;
}
@media (max-width: 767px) {
  .grades .table-wrapper table tr, .grades .table-wrapper table th, .grades .table-wrapper table td {
    padding: 1rem !important;
  }
}
.grades .table-wrapper table th {
  font-weight: 600;
  border-left: 1px solid #e3e1d6;
  border-right: 1px solid #e3e1d6;
}
.grades .table-wrapper table tr:nth-child(even) {
  background: rgba(25, 174, 228, 0.081);
}
.grades .table-wrapper table tr:nth-child(odd) {
  background-color: #fff !important;
}
.grades .table-wrapper .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #19ade424 !important;
  background: rgba(25, 174, 228, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 173, 228, 0.3);
}
.grades .table-wrapper .table > :not(:first-child) {
  border-top: 1px solid currentColor;
}
.grades .grades-list {
  background-color: #b8e2f2;
  padding: 1rem;
  border-radius: 10px;
}

.service-page-header .inner-main-heading {
  color: #000;
}
@media (max-width: 767px) {
  .service-page-header .inner-main-heading {
    font-size: 2rem;
  }
}

.contact-section .contact-row {
  border-radius: 10px;
  border: 1px solid rgba(25, 174, 228, 0.5490196078);
  box-shadow: 0px 0px 5px #b8e2f2;
  padding: 2rem;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .contact-section .contact-row {
    padding: 1.5rem;
  }
}
.contact-section .contact-row p {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .contact-section .contact-row p {
    font-size: 22px;
    line-height: 30px;
  }
}
.contact-section .contact-row .contact-form-wrapper .contact-form {
  display: flex;
  flex-direction: column;
}
.contact-section .contact-row .contact-form-wrapper .contact-form label {
  margin-bottom: 6px;
  margin-top: 1rem;
  display: inline-block;
}
.contact-section .contact-row .contact-form-wrapper .contact-form input, .contact-section .contact-row .contact-form-wrapper .contact-form textarea {
  padding: 0.5rem;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(25, 174, 228, 0.5490196078);
  width: 100%;
}
.contact-section .contact-row .contact-form-wrapper .contact-form input:focus, .contact-section .contact-row .contact-form-wrapper .contact-form textarea:focus {
  outline: none;
  background-color: #b8e2f2;
}
.contact-section .contact-row .contact-info-wrapper {
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3960784314);
  background-color: #19ade4;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-section .contact-row .contact-info-wrapper {
    padding: 1.5rem;
  }
}
.contact-section .contact-row .contact-info-wrapper .contact-info .mt {
  margin-top: 1.2rem;
}
.contact-section .contact-row .contact-info-wrapper .contact-info .mt i {
  color: #FFF;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .contact-section .contact-row .contact-info-wrapper .contact-info .mt i {
    margin-right: 5px;
  }
}
.contact-section .contact-row .contact-info-wrapper .contact-info .social-links ul li {
  display: inline-block;
  margin-right: 0.3rem;
}
.contact-section .contact-row .contact-info-wrapper .contact-info .social-links ul li a {
  color: #fff;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  border-radius: 50px;
  font-size: 1.2rem;
}
.contact-section .contact-row .contact-info-wrapper .contact-info .social-links ul li a:hover {
  color: #000;
  border: 1px solid;
}

@media (max-width: 767px) {
  .contact-number-wrapper {
    justify-content: center;
  }
}

.error-msg {
  font-size: 14px;
  font-family: "poppins";
  color: #e03531;
  margin-top: 2px;
}

#success-msg {
  font-weight: bold;
  font-size: 18px;
}

.content-page h5 {
  font-weight: 700;
  margin-top: 2rem;
}
.content-page a {
  color: #19ade4;
}
.content-page a:hover {
  color: #051629;
}
.content-page ul {
  list-style-type: circle;
  margin-left: 1rem;
}/*# sourceMappingURL=style.css.map */