.nav-dropdown1 {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background:#fff;
  padding:0;
}

nav ul {
  list-style: none;  
}

nav ul li {
  float: left;
  position: relative;
}
a:hover{
	color:#0056b3;
}

nav ul li ul li:hover{
	background:#ddd;
}

nav  ul li a:not(:only-child):after,
nav  ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 200px;
  padding:10px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-light .navbar-nav .nav-link{
	color:#fff;
	Cursor:pointer;
	padding:8px;
}

.navbar-nav .nav-link{
	font-size:13px;
	font-weight:600 !important;
}

.nav-light .navbar-nav .active .nav-link, .nav-light .navbar-nav .active .nav-link:hover, .nav-light .navbar-nav .nav-item:hover > a, .nav-light .navbar-nav .nav-link:hover{
	background:linear-gradient(to bottom right, #00b6ff, #00606e);
}

.header-one{
	background:#0a93bf;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  padding-top:30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #47b2e4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

p span{
	color:#47b2e4;
}

.tech-architecture {
  background: #ffffff;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #0f172a;
}

.tech-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.tech-label {
  font-weight: 600;
  color: #004b56;
  font-size: 15px;
}

.tech-items {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .tech-row {
	grid-template-columns: 1fr;
	gap: 8px;
  }

  .tech-label {
	font-size: 14px;
  }
}




.tech-category {
  margin: 60px 0 25px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #004b56;
  border-left: 4px solid #00b6ff;
  padding-left: 14px;
  text-align:left;
}

.service1 {
  margin-bottom: 12px;
  transition: 0.3s ease;
  color:
}

.service1 i, .service1 h4, .service1 .cta{
	margin-top:8px;
}

.row .service1 {
	Cursor: unset;
}