.btn-primary {
  background-color: #0066b2;
  --bs-btn-border-color: #1070b8a6 !important;
  --bs-btn-hover-bg: #104066 !important;
  --bs-btn-hover-border-color: #ffffff !important;
}
#topnav .navigation-menu > li .submenu.megamenu {
  background-color: #ffffff !important;
  border-radius: 25px !important;
  width: 50% !important;
  /* transform: scale(0.6) !important; */
}
.randomclass {
  width: 33.33% !important;
}
.bg-secondary {
  background-color: #ffffff !important ;
}
.app-feature-shape-left:after,
.app-feature-shape-right:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: none !important;
}
.mb-0 {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
.back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  line-height: 33px;
  border-radius: 6px;
  text-align: center;
  background: #555555 !important;
  color: white;
}
/* .text-muted {
  color: rgb(0, 0, 0) !important;
} */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important ;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  justify-content: space-evenly !important;
}
