.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:#0080a8;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  padding-top:30px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  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;
}

h4{
	color:#47b2e4;
}

.cta-section {
	background: linear-gradient(135deg, #0082a9, #006f8c26);
	color: white;
	padding: 60px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 2rem;
	margin-left:15px;
	margin-right:15px;
	border-radius:20px;
}

.cta-button {
	background: white;
	color: #0082b0;
	padding: 18px 50px;
	border: none;
	border-radius: 50px;
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.cta-button:hover {
	transform: scale(1.005);
	box-shadow: 0 15px 39px rgb(0 0 0 / 18%);
}
/* Modal Styles */
.modal-content {
	border-radius: 20px;
	border: none;
}

.modal-header {
	background: linear-gradient(to bottom right, #00b6ff, #007b8d);
	color: white;
	border-radius: 20px 20px 0 0;
	border: none;
}

.modal-title {
	font-weight: bold;
}

.lead{
	font-weight: 600;
}

nav ul li ul li{
	padding:0;
}

/* Modal Styles */
.modal-content {
	border-radius: 20px;
	border: none;
}

.modal-header {
	background: linear-gradient(to bottom right, #00b6ff, #007b8d);
	color: white;
	border-radius: 20px 20px 0 0;
	border: none;
}

.modal-title {
	font-weight: bold;
}