.header-blue .navbar .navbar-nav > li > .dropdown-menu a {
  width: 100%;
}

.header-blue .navbar .navbar-nav > li > .dropdown-menu a:hover {
  background-color: rgb(184,122,162);
  color: #4a0f34 !important;
}

#hero {
  margin-top: initial;
}

#hero {
  /*margin-top: 72px;*/
  margin-top: 64px;
  color: rgb(74,15,52)4;
}

.nav-dropdown a:hover {
  color: #8fb54c!important;
  /*pointer-events: none;*/
}

.nav-breadcrumbs a {
  /*color: #1c2567;*/
  padding-bottom: 2px;
  border-bottom: 1px dotted #6a7396;
}

.nav-breadcrumbs p {
  margin-top: 93px;
  /*color: #rgb(74,15,52) !important;*/
  font-family: 'Montserrat';
  font-size: 14px !important;
}

.shape {
  /*color: #313437;*/
  position: relative;
  overflow: hidden;
  height: 80px;
}

.shape::before {
  border-radius: 100%;
  position: absolute;
  background: rgb(77,61,61);
  right: 200px;
  left: 200px;
  top: 200px;
  content: '';
  bottom: 0;
}

h2 {
  font-size: 40px;
}

.bg-footer {
  background-color: #4a0f34;
  color: #ffffff;
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.nav-link:focus, .nav-link:hover {
  color: #83b031;
}

.nav-link:focus, .nav-link {
  color: #ffffff;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.nav-breadcrumbs {
  color: #2c4304;
}

#hero p {
  color: rgb(44,67,4);
}

.externlink {
  color: #47b8be;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

