@charset "UTF-8";
body {
  font-family: "Inter", "Montserrat", "Open Sans", sans-serif;
}

.navbar {
  padding: 25px 0px;
}

main {
  padding-top: 81px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 115px;
}
.breadcrumb li {
  text-transform: capitalize;
}

.prtop figure {
  margin: 0 0 1rem;
  border: 1px solid #eff3f8;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 999999999;
}

.breadcrumb-nav {
  background-color: #eff3f8;
  padding: 1rem 0;
}

.breadcrumb-nav .breadcrumb {
  margin: 0;
}
.breadcrumb-nav .breadcrumb a {
  color: #070786;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Inter", sans-serif;
}

li.nav-item.nlast a {
  background: #0909B7;
  border-radius: 0.5rem;
  padding: 8px 15px !important;
  color: #fff !important;
}
li.nav-item.nlast a:hover {
  color: #fff !important;
  background: #0707a4;
}

a.navbar-brand {
  width: 100px;
  position: absolute;
  padding: 10px;
  background: #fff;
  top: -14px;
  border-radius: 10px;
  left: 25px;
}

.head {
  text-align: center;
  margin-bottom: 40px;
}
.head h2 {
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.head h2:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #422e2e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

header .dropdown-menu {
  background-color: #003b80;
  background-color: #eff3f8;
  border: 0px;
}
header .dropdown-menu a {
  color: #252929 !important;
  font-weight: 600;
}
header .dropdown-menu a:hover {
  background-color: #fff;
}
header .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 25px;
}

#megaMenuOutside .tab-pane ul {
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-auto-rows: 1fr;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.emailinfo {
  text-transform: unset !important;
}

section {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #422e2e;
  box-shadow: none;
  color: #fff;
  border-color: #422e2e;
}

.head h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 30px;
}
.head h2 img.borderbx {
  width: 15%;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #272935;
}

.p-r-0 {
  padding-right: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999999;
  background-color: #0909B7;
  color: #fff;
  padding: 10px 15px;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

.menuButton {
  position: fixed;
  top: 25%;
  right: -44px;
  background: rgba(35, 25, 11, 0.35);
  color: white;
  padding: 3px 10px;
  cursor: pointer;
  z-index: 999;
  transform: rotate(270deg);
  text-transform: capitalize;
  border-radius: 5px 5px 0px 0px;
  height: 33px;
  width: 117px;
  text-align: center;
  animation: effect1 0.8s infinite;
  top: 47%;
  background: linear-gradient(45deg, rgb(234, 180, 21), rgb(229, 121, 8));
  width: 155px;
  right: -62px;
  animation: effect1 0.8s infinite;
}

/* Optional Custom Styles */
.navbar {
  background-color: #fff;
}

.dropdown-menu {
  background-color: #003b80;
}

.dropdown-item {
  color: white !important;
}

.dropdown-item:hover {
  background-color: #004a99;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 73px;
  right: 30px;
  z-index: 99999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 127px;
  right: 30px;
  z-index: 9999999;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@keyframes slideIn {
  from {
    right: -100px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.dskimg {
  display: block;
}

.mblimg {
  display: none;
}

div#mmsl .carousel-control-prev-icon {
  background: url("../img/ARLEFT111.png");
  background-size: contain;
  background-repeat: no-repeat;
}

div#mmsl .carousel-control-next-icon {
  background: url("../img/ARright111.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.abssc-1 .about-container {
  display: flex;
  max-width: 100%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.abssc-1 .about-content {
  padding: 30px 40px;
  flex: 1;
  position: relative;
  z-index: 99999;
  background-color: #fff;
}
.abssc-1 .about-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.abssc-1 .about-content h3 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 600;
}
.abssc-1 .about-content p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 15px;
}
.abssc-1 .values-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}
.abssc-1 .values-list li {
  background-color: #001a5b;
  color: white;
  padding: 6px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 700px) {
  .abssc-1 .about-container {
    flex-direction: column;
  }
  .abssc-1 .about-sidebar {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    min-width: auto;
    padding: 20px;
    font-size: 22px;
  }
}

.sliderm {
  margin-top: 20px;
  background: linear-gradient(45deg, #31ceca, #743ca9);
  border-radius: 16px;
}
.sliderm .carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 30px;
  overflow: hidden;
  min-height: 565px;
}
.sliderm .carousel-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.sliderm .carousel-text {
  flex: 1 1 50%;
  padding: 15px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-in-out;
  margin-top: -70px;
}
.sliderm .carousel-item.active .carousel-text {
  opacity: 1;
  transform: translateX(0);
}
.sliderm .carousel-image img {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-in-out;
}
.sliderm .carousel-item.active .carousel-image img {
  opacity: 1;
  transform: translateX(0);
}
.sliderm .carousel-text h1 {
  font-size: 2.4rem;
  /* font-weight: 700; */
  margin-bottom: 15px;
  color: #fff;
}
.sliderm .carousel-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.sliderm .carousel-text p {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 15px;
}
.sliderm .carousel-text ul {
  list-style: none;
  padding: 0;
}
.sliderm .carousel-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #fff;
}
.sliderm .carousel-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.sliderm .carousel-image {
  flex: 1 1 45%;
  text-align: center;
}
.sliderm .carousel-image img {
  max-width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  max-width: 100%;
  border-radius: 10px;
}
.sliderm .carousel-control-prev-icon,
.sliderm .carousel-control-next-icon {
  border-radius: 50%;
  padding: 10px;
  background-size: 50%;
  opacity: 1;
}
.sliderm .btn {
  color: #323235;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #fff;
  border-radius: 5px;
  height: 56px;
  text-align: center;
  align-items: center;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  min-width: 148px;
}
.sliderm .btn:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media (max-width: 768px) {
  .sliderm .carousel-content {
    flex-direction: column;
    text-align: center;
  }
  .sliderm .carousel-text,
  .sliderm .carousel-image {
    flex: 1 1 100%;
  }
}

.wsbxinner {
  background-color: #fff;
  padding: 50px 20px;
  text-align: left;
}
.wsbxinner .section-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.wsbxinner .section-description {
  font-size: 16px;
  margin-bottom: 40px;
}
.wsbxinner .benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
.wsbxinner .benefit {
  background-color: #eff3f8;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.wsbxinner .benefit:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.wsbxinner .benefit i {
  font-size: 25px;
  color: #021b5c;
  margin-bottom: 15px;
}
.wsbxinner .benefit img {
  width: 40px;
  margin-bottom: 12px;
}
.wsbxinner .benefit h3 {
  font-size: 1.5rem;
  color: #020202;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.wsbxinner .benefit p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .wsbxinner .section-title {
    font-size: 2rem;
  }
  .wsbxinner .section-description {
    font-size: 1rem;
  }
}

.servced {
  padding: 50px 50px;
  border-radius: 16px;
  background: linear-gradient(45deg, rgb(4, 96, 129), rgba(116, 60, 169, 0.746)), url(../img/dsds.jpg);
  color: #fff;
  line-height: 1.6;
}
.servced .mnhj p {
  color: #fff;
  font-size: 21px;
  text-transform: capitalize;
}
.servced .mnhj svg {
  width: 33px;
}
.servced .section-container {
  padding: 80px 20px;
}
.servced .container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.servced .tabs-nav {
  flex: 1 1 90px;
  margin-right: 40px;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.servced .tabs-nav ul {
  list-style: none;
}
.servced .tabs-nav li {
  margin-bottom: 20px;
}
.servced .tabs-nav a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 0px 15px 0px 0px;
  border-left: 4px solid transparent;
  transition: background 0.3s, border-left 0.3s;
}
.servced .tabs-nav ul li a.active,
.servced .tabs-nav ul li a:hover {
  color: #97e3ff;
}
.servced .tabs-nav ul li a {
  font-size: 1.9rem;
}
.servced #activeserv {
  margin-top: 40px;
}
.servced #activeserv a {
  color: #97e3ff;
  background: transparent;
  border-left: 0px solid #97e3ff;
  letter-spacing: 0.02em;
}
.servced .tabs-nav .progress-track {
  position: absolute;
  right: -20px;
  top: 10px;
  bottom: 10px;
  width: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.servced .tabs-nav .progress-fill {
  position: absolute;
  left: 0;
  width: 100%;
  background: #97e3ff;
  border-radius: 2px;
  transition: top 0.3s, height 0.3s;
}
.servced .tab-content {
  flex: 3 1 0;
}
.servced .tab-section {
  display: none;
  animation: fadeIn 0.5s ease;
}
.servced .tab-section.active {
  display: block;
}
.servced .tab-section__title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.servced .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.servced .card-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.3s;
}
.servced .card-item a {
  display: block;
  width: 100%;
  color: #97e3ff;
}
.servced .card-item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.servced .card-item h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.02em;
}
.servced .card-item p {
  color: #d9e3f0;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}
.servced .card-item__footer {
  margin-top: 20px;
}
.servced .card-item__footer a {
  color: #97e3ff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.servced .stack-link {
  margin-top: 40px;
  text-align: left;
}
.servced .stack-link a {
  color: #97e3ff;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s;
  letter-spacing: 0.02em;
}
.servced .stack-link a:hover {
  border-bottom: 1px solid #97e3ff;
}

.sdxsprgsd {
  background-color: #97e3ff;
  padding: 90px;
  border-radius: 16px;
}
.sdxsprgsd h2 {
  font-weight: 600;
  font-size: 36px;
  color: #001a5b;
  margin-bottom: 20px;
}
.sdxsprgsd p {
  font-size: 16px;
  color: #001a5b;
  margin-bottom: 35px;
  max-width: 600px;
}
.sdxsprgsd .btn-primary {
  background-color: #0909b7;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-weight: 500;
  transition: 0.3s;
}
.sdxsprgsd .btn-primary:hover {
  background-color: #06069f;
}
.sdxsprgsd .stat-item {
  text-align: left;
  padding: 0px 10px;
}
.sdxsprgsd .stat-item .number {
  font-size: 45px;
  font-weight: 700;
  color: #001a5b;
  line-height: 1.1;
  display: inline-block;
}
.sdxsprgsd .stat-item .suffix {
  font-size: 32px;
  color: #002855;
  font-weight: 500;
  margin-left: 4px;
  font-size: 45px;
  font-weight: 700;
  color: #001a5b;
}
.sdxsprgsd .stat-item p {
  font-size: 17px;
  color: #000;
  margin-top: 8px;
}

.casesd .btn {
  border-radius: 8px;
  font-size: 15px;
  padding: 13px 16px;
  background: #0909B7;
  color: #fff;
}
.casesd h2 {
  color: #001a5b;
  font-size: 35px;
  font-size: 2.5rem;
}
.casesd .case-image {
  padding-right: 30px;
}
.casesd .case-image img {
  border-radius: 16px;
  overflow: hidden;
}
.casesd ul {
  padding-left: 20px;
}
.casesd ul li {
  margin-bottom: 15px;
}

.newx {
  padding: 40px 20px 10px 20px;
  background: #eff3f8;
  border-radius: 16px;
}

.stack {
  display: block;
}

.stack__item {
  width: 100%;
  margin-bottom: 20px;
}

.insights-text a {
  color: #001a5b;
  font-weight: 500;
  text-decoration: none;
  font-weight: bold;
}
.insights-text a i {
  position: relative;
  margin-left: 5px;
  top: 1px;
}

@media (min-width: 768px) {
  .cols-3-from-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .stack__item.insights-text {
    grid-column: 1;
  }
  .stack__item.span-2-from-medium {
    grid-column: span 2;
  }
}
h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.field__item {
  color: #001a5b;
  font-size: 35px;
  font-size: 2.5rem;
}

.arrow-link::after {
  content: " →";
}

.horizontal-slider {
  position: relative;
  overflow-x: hidden;
}

.carouselSlider {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0px 0px 77px 0px;
}

.horizontal-slider__child {
  flex: 0 0 250px;
  margin-right: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.horizontal-slider__child img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.insight-card__main {
  padding: 15px;
}

.insight-card__heading {
  font-size: 15px;
  margin: 0 0 10px;
  min-height: 110px;
  color: #2a2a2a;
  line-height: 19px;
}

.field__itemtext {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.insight-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.insight-card__footer a {
  color: #001a5b;
  text-decoration: underline;
}

.pill {
  background: linear-gradient(45deg, #97e3ff, #b797ff);
  color: #ffffff;
  padding: 3px 20px;
  border-radius: 8px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 8px;
  font-size: 12px;
  display: inline-block;
}

.carousel-button {
  position: absolute;
  bottom: 2%;
  background: #fff;
  border: none;
  font-size: 15px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
  z-index: 10;
  width: 48px;
  height: 48px;
  color: #1709b7;
  border: 1px solid;
}

.carousel-button.prev {
  right: 70px;
}

.carousel-button.next {
  right: 10px;
}

@media (max-width: 767px) {
  a.callbtn {
    right: 10px;
  }
  .abssc-1 .about-content {
    padding: 0px 0px;
    flex: 1;
    position: relative;
    z-index: 99999;
    background-color: #fff;
  }
  .breadcrumb-nav {
    padding-top: 72px;
  }
  .horizontal-slider__child {
    width: 200px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer .footer-full-width {
  background-color: #fff;
  color: #001A5B;
  border-top: 1px solid #eff3f8;
}
footer .contact-section {
  border-radius: 10px;
}
footer .contact-section h6 {
  font-weight: 700;
  color: #001a5b;
  margin-bottom: 1rem;
}
footer .contact-section p {
  margin-bottom: 0.5rem;
  color: #2a2a2a;
}
footer .contact-btn {
  background-color: #001a5b;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-weight: 500;
  transition: 0.3s;
}
footer .contact-btn:hover {
  background: #0909b7;
}
footer .footer-full-width .site-logo img {
  width: 95px;
  margin-bottom: 1rem;
}
footer .footer-cta .h4 {
  font-weight: 600;
  color: #001A5B;
  font-size: 16px;
}
footer .footer-cta a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #001A5B;
  text-decoration: underline;
  font-weight: 500;
}
footer .social-icons a svg circle {
  fill: #001A5B;
}
footer .social-icons a svg path {
  fill: #fff;
}
footer .social-icons a {
  margin-right: 10px;
  display: inline-flex;
  background: #001a5b;
  color: #fff;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100px;
}
footer .footer-nav h6 {
  font-weight: 700;
  color: #001A5B;
  margin-bottom: 0.75rem;
}
footer .footer-nav ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-nav ul li a {
  color: #001A5B;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 35px;
}
footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
footer .footer-bottom {
  background-color: #eff3f8;
  color: #001a5b;
  padding: 0.75rem 0;
  font-size: 0.9rem;
}
footer .footer-bottom a {
  color: #001a5b;
  text-decoration: none;
}
footer a {
  color: #001a5b;
}
footer .footer-bottom a:hover {
  text-decoration: underline;
}
footer .wechat-qr {
  margin-top: 1rem;
  width: 120px;
}
@media (max-width: 991px) {
  footer .footer-nav {
    margin-top: 2rem;
  }
}

.btnss .btn-primary {
  color: #fff;
  background-color: #070786;
  border-color: #070786;
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  border-radius: 5px !important;
  border-radius: 8px;
  font-size: 15px;
  padding: 13px 16px;
  background: #0909B7;
}

.tsybx {
  background: #fff;
  padding: 30px 0px;
}
.tsybx .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.tsybx .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px;
  color: #001a5b;
  font-size: 35px;
  font-size: 2.5rem;
}
.tsybx .testimonial {
  background: #eff3f8;
  padding: 25px;
  transition: transform 0.3s ease;
  min-height: 201px;
}
.tsybx .testimonial:hover {
  transform: translateY(-5px);
}
.tsybx .testimonial p {
  font-size: 1rem;
  color: #212529;
  margin-top: 15px;
  min-height: 95px;
}
.tsybx .testimonial .author {
  font-weight: 600;
  margin-top: 20px;
  color: #212529;
}
.tsybx .testimonial .position {
  font-size: 0.9rem;
  color: #212529;
}
.tsybx .carousel-wrapper {
  position: relative;
}
.tsybx .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.tsybx .owl-nav button {
  pointer-events: all;
  background: #0909B7;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.tsybx .owl-nav button:hover {
  background: #0056b3;
}
.tsybx .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.tsybx .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 5px;
}
.tsybx .owl-dot.active span {
  background: #0909B7;
}
.tsybx .owl-theme .owl-dots .owl-dot.active span, .tsybx .owl-theme .owl-dots .owl-dot:hover span {
  background: #070786;
}
.tsybx .owl-theme .owl-nav [class*=owl-]:hover {
  background: #0909b7;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 768px) {
  .tsybx .testimonial {
    padding: 20px;
  }
  .tsybx .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.clientsm .owl-theme .owl-dots .owl-dot.active span, .clientsm .owl-theme .owl-dots .owl-dot:hover span {
  background: #070786;
}
.clientsm .owl-theme .owl-nav [class*=owl-]:hover {
  background: #0909b7;
  color: #FFF;
  text-decoration: none;
}
.clientsm .clinner {
  padding: 40px 20px 10px 20px;
  background: #eff3f8;
  border-radius: 16px;
  padding-bottom: 35px;
}
.clientsm .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.clientsm .owl-nav button {
  pointer-events: all;
  background: #0909B7;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.clientsm .owl-nav button:hover {
  background: #0056b3;
}
.clientsm .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.clientsm .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 5px;
}
.clientsm .owl-dot.active span {
  background: #0909B7;
}

.clientsm .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px;
  color: #001a5b;
  font-size: 35px;
  font-size: 2.5rem;
}

.csrtprt h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 30px 20px 30px 20px;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
}
.csrtprt .nav-tabs .nav-link {
  color: #0e0f0f !important;
  font-weight: 500;
}
.csrtprt .nav-tabs .nav-link.active {
  color: #0e0f0f !important;
  border-color: #fff;
}
.csrtprt .tab-content {
  background: transparent;
  padding: 30px;
  border: 0px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.csrtprt .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  /* background: #ebeef4; */
  padding: 10px;
}
.csrtprt figure {
  margin: 0 0 1rem;
  text-align: center;
}
.csrtprt figure img {
  border-radius: 36px;
}
.csrtprt .tab-pane h2 {
  font-size: 1.6rem;
  color: #222;
}
.csrtprt .nav-tabs .nav-link:focus,
.csrtprt .nav-tabs .nav-link:hover {
  border-color: UNSET;
}
.csrtprt .nav-item {
  margin-right: 10px;
}
.csrtprt .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #eff3f8;
  position: relative;
  background-size: cover;
  BORDER: 0PX;
}
.csrtprt .tab-pane p {
  color: #555;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .csrtprt .nav-tabs {
    flex-direction: column;
  }
}

.prtop h4 {
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  background: #eff3f8;
  padding: 10px;
}

.tyuiop {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
.tyuiop .page-title {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 30px 20px 30px 20px;
  margin-bottom: 30px;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 30px 20px 30px 20px;
  /* margin: 0; */
  font-size: 2.5rem;
  font-weight: 600;
}
.tyuiop .page-title h1 {
  margin: 0;
  font-size: 2.5rem;
  text-transform: capitalize;
  font-weight: 600;
}
.tyuiop .page-title p {
  margin-top: 10px;
  font-size: 1.1rem;
  opacity: 0.9;
  color: #fff;
}
.tyuiop .team-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 20px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  top: -76px;
}
.tyuiop .person {
  background: #eff3f8;
  /* border-left: 5px solid #e7f0ff; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  flex: 1 1 23%;
  max-width: 23%;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.tyuiop .person:hover {
  transform: scale(0.9);
}
.tyuiop .person h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #001a5b;
}
.tyuiop .person p {
  margin-top: 5px;
  font-size: 1rem;
  color: #555;
}
@media (max-width: 768px) {
  .tyuiop .person {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .tyuiop .page-title h1 {
    font-size: 2rem;
  }
}

.concx .contact-wrapper {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  flex-wrap: wrap;
}
.concx .map-container {
  flex: 1 1 50%;
  min-height: 400px;
}
.concx iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.concx .contact-content {
  flex: 1 1 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.concx .contact-content h1 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.concx .contact-content p {
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
}
.concx .info-item {
  margin-bottom: 20px;
}
.concx .info-item h3 {
  color: #0909B7;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.concx .info-item a, .concx .info-item p {
  color: #333;
  text-decoration: none;
  font-size: 1em;
}
.concx .info-item a:hover {
  color: #0909B7;
  text-decoration: underline;
}
.concx .locations {
  margin-top: 30px;
  background: #f0f4ff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}
.concx .locations h3 {
  color: #0909B7;
  margin-bottom: 8px;
}
.concx .locations p {
  color: #333;
}
@media (max-width: 768px) {
  .concx .contact-wrapper {
    flex-direction: column;
  }
  .concx .map-container, .concx .contact-content {
    flex: 1 1 100%;
  }
  .concx .contact-content {
    padding: 25px;
  }
}

.glfnl figure img {
  width: 100%;
}

.abtn {
  padding: 0px 10px;
}
.abtn .sdxsprgsd .stat-item {
  text-align: center;
  padding: 0px 10px;
}
.abtn .sdxsprgsd {
  background-color: #97e3ff;
  padding: 30px;
  border-radius: 16px;
}

.career-content .btn {
  border-radius: 0px;
  border-radius: 8px;
  font-size: 15px;
  padding: 13px 16px;
  background: #0909B7;
  color: #fff;
}

.cnsld .consultancy-section {
  background-color: #fff;
  padding: 100px 0;
}
.cnsld .consultancy-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}
.cnsld .consultancy-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.cnsld .consultancy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cnsld .consultancy-list li {
  display: flex;
  align-items: flex-start;
  background: #f4f8ff;
  padding: 15px 20px;
  border-left: 4px solid #0909B7;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.cnsld .consultancy-list li:hover {
  background: #eaf3ff;
  transform: translateX(5px);
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.15);
}
.cnsld .consultancy-list i {
  color: #0909B7;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 3px;
}
.cnsld .consultancy-list strong {
  color: #003366;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cnsld .consultancy-content {
    margin-top: 40px;
  }
  .cnsld .consultancy-content h2 {
    font-size: 28px;
  }
}

.timelinesd .horizontal-slider__child {
  flex: 0 0 250px;
  margin-right: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 0px;
}
.timelinesd .insight-card__heading {
  font-size: 15px;
  margin: 0 0 10px;
  min-height: 65px;
  color: #2a2a2a;
  line-height: 19px;
}

@media only screen and (max-width: 1023px) {
  .carouselSliders.cols-3-from-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .horizontal-slider__child {
    width: auto;
  }
  .career-image {
    margin-bottom: 25px;
  }
  .carerpage h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .row.dswcgv {
    flex-direction: column-reverse;
  }
  .row.dswcgv figure {
    margin-top: 15px;
  }
  .abssc-1 .about-content h2 {
    font-size: 25px;
  }
  .tyuiop .person p {
    font-size: 14px;
    margin: 0px;
  }
  .tyuiop .person h2 {
    font-size: 18px;
  }
  .csrtprt h2, .tyuiop .page-title h1 {
    font-size: 25px;
    margin-top: 30px;
  }
  .tyuiop .team-section {
    top: -50px;
  }
  .concx .contact-content h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .tyuiop .page-title {
    margin-bottom: 0px;
  }
  .concx .map-container {
    min-height: auto;
  }
  .concx .locations {
    margin-top: 0px;
  }
  .concx iframe {
    width: 100%;
    height: 400px;
    border: 0;
  }
  .concx .contact-wrapper {
    flex-direction: column-reverse;
  }
  .progress-section h2 {
    font-size: 30px;
  }
  .stat-item {
    margin-bottom: 30px;
  }
  .servced .container {
    flex-direction: column;
  }
  .servced .tabs-nav {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .servced .tabs-nav .progress-track {
    display: none;
  }
  .mega-menu {
    display: none !important;
  }
  .navbar-dark .navbar-toggler {
    color: #673AB7;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .sliderm {
    margin-top: 60px;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  .sthead {
    padding-bottom: 8px;
  }
  ul.navbar-nav.ms-auto {
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: transparent;
  }
  .btns {
    margin-bottom: 15px;
  }
  a.whatsapp,
  .totop {
    right: 10px;
    font-size: 14px;
    color: #fff;
  }
  a.whatsapp {
    font-size: 22px;
  }
  .navbar-toggler {
    right: 0px;
    left: unset;
    position: absolute;
  }
  a.navbar-brand {
    width: 73px;
    position: absolute;
    padding: 10px;
    background: #fff;
    top: -21px;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  ul.navbar-nav.ms-auto {
    margin-top: 77px;
  }
  .navbar-toggler {
    right: 5px;
    left: unset;
    position: fixed;
    top: 6px;
  }
  .mega-menu {
    margin-top: -9rem;
  }
  #megaMenuOutside .nav-item {
    position: relative;
    width: 50%;
    display: inline-block;
  }
  ul#megaMenuTabs {
    flex-direction: row !important;
  }
  #megaMenuOutside a.mnklp {
    color: #0909B7 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .navbar-dark .navbar-toggler {
    border: 0px;
  }
  section.sliderm {
    padding-top: 40px;
  }
  header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
  }
  a.whatsapp,
  .totop {
    right: 10px;
  }
  .sliderm .carousel-text p {
    font-size: 14px;
  }
  a.site-logo {
    display: inline-block;
    width: 115px;
    float: left;
  }
  .container.mclints.py-5 {
    padding-top: 0rem !important;
  }
  section.casestudy.case-section.py-5.casesd {
    padding-bottom: 1rem !important;
  }
  .wsbxinner .section-description {
    margin-bottom: 20px;
  }
  .sliderm .carousel-text h1 {
    font-size: 25px;
  }
  .sliderm .carousel-text p {
    font-size: 14px;
  }
  .sliderm .carousel-text h2 {
    font-size: 15px;
  }
  .sliderm .carousel-item {
    padding: 111px 15px 111px 15px;
  }
  .sliderm .carousel-text ul li {
    text-align: left;
  }
  .sliderm .carousel-image img {
    border-radius: 2.25em 0;
  }
  .wsbxinner .section-title {
    font-size: 1.5rem;
  }
  .wsbxinner {
    padding: 30px 20px;
  }
  .servced {
    padding: 15px;
  }
  .servced .tabs-nav ul li a {
    font-size: 1rem;
  }
  .servced .tabs-nav ul li a {
    font-size: 16px;
  }
  .servced .tabs-nav li {
    margin-bottom: 7px;
    width: 49%;
    display: inline-block;
  }
  .field__item, .casesd h2, .clientsm .section-title h2, .tsybx .section-title h2, .progress-section h2 {
    font-size: 1.5rem;
  }
  .sdxsprgsd p {
    margin-bottom: 10px;
  }
  .carouselSlider {
    padding: 5px 0px 73px 0px;
  }
  .sdxsprgsd {
    padding: 20px;
  }
  button.navbar-toggler {
    top: 15px;
  }
  .tsybx {
    padding: 10px 0px;
  }
  .tsybx .section-title {
    margin-bottom: auto;
  }
  .sdxsprgsd .stat-item .number, .sdxsprgsd .stat-item .suffix {
    font-size: 26px;
  }
  .stat-item {
    margin-bottom: 0px;
  }
  .stats {
    margin-top: 15px;
  }
  .casesd h2 {
    margin: 15px 0px;
  }
  .casesd .case-image {
    padding-right: 0px;
  }
  .wsbxinner .benefits {
    grid-template-columns: repeat(auto-fill, minmax(48%, 2fr));
    gap: 10px;
  }
  .servced .tabs-nav {
    flex: 1 1 0px;
    margin-right: 40px;
    margin-bottom: 20px !important;
  }
  .servced .tabs-nav {
    margin-bottom: 0px;
  }
  .servced .tabs-nav a {
    padding: 0px 0px 0px 0px;
  }
  .servced #activeserv {
    margin-top: 10px;
  }
  .servced #activeserv a {
    font-size: 1rem;
  }
  .sliderm .btn {
    color: #323235;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #fff;
    border-radius: 5px;
    height: 49px;
    text-align: center;
    align-items: center;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    min-width: 148px;
    margin: auto;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .casestd .card {
    padding: 15px;
  }
  section.services {
    margin: 0px 10px 0px 10px;
    padding-top: 20px !important;
  }
  .cxtim .timeline-container {
    padding: 0 0px;
  }
  .wsbxinner {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .mega-menu {
    max-height: 438px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 413px) {
  #megaMenuOutside .nav-link {
    min-height: 42px;
  }
  .mega-menu.show {
    height: 332px;
  }
  #megaMenuOutside .nav-link {
    font-size: 13px;
  }
  .servced .tabs-nav ul li a {
    font-size: 13px;
  }
  .sdxsprgsd .stat-item .number, .sdxsprgsd .stat-item .suffix {
    font-size: 20px;
  }
  .servced .card-item h3 {
    font-size: 17px;
  }
  .servced {
    padding: 15px 0px;
  }
  .servced .card-item p {
    font-size: 14px;
  }
  section.casestudy.case-section.py-5.casesd {
    padding-top: 15px !important;
  }
  .servced .stack-link {
    margin-top: 10px;
  }
  .abssc-1 .values-list li {
    padding: 6px 7px;
    font-size: 12px;
  }
  .tyuiop .person {
    padding: 10px;
  }
  .tyuiop .person h2 {
    font-size: 14px;
  }
  .tyuiop .person {
    flex: 1 1 46%;
    max-width: 46%;
  }
  .highlight .facilities li i {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
}
div#navbarNav {
  display: none;
}

.mhide {
  display: block !important;
}/*# sourceMappingURL=style.css.map */