.pageicons {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  border: 3px solid #540707;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin: 0 auto;
}
.pageicons img {
  width: 100px;
  height: 100px;
  margin-top: -10px;
}

.pagetitle__heading {
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    width: 80%;
  }
  .navbar .nav__item .nav__item-link {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.mainslider h2, .mainslider h1, .mainslider p {
  color: white !important;
}

.navbar .navbar-toggler .menu-lines::before {
  top: -2px;
  width: 30px;
  height: 4px;
}
.navbar .navbar-toggler .menu-lines span {
  width: 30px;
  height: 4px;
}
.navbar .navbar-toggler .menu-lines::after {
  width: 30px;
  height: 4px;
  top: 14px;
}

.nav__item-link {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.nav__item-link:hover svg path {
  fill: aquamarine !important;
}
.nav__item-link svg {
  width: 14px !important;
  height: 14px !important;
}

.navbar .navbar-brand {
  margin-right: 15px;
}/*# sourceMappingURL=include.css.map */