@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.text-muted {
  color: #b6b6b6 !important;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

h1,
h2 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

a {
  transition: all 0.3s ease 0s;
  display: inline-block;
  color: #291d5d;
  text-decoration: none;
  font-size: 1rem;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #a67203;
  outline: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
}

p {
  margin-bottom: 0.3em;
  font-size: 1rem;
}

.font-small {
  font-size: 0.9rem;
}

section {
  padding: 3em 0;
}

.text-white {
  color: #fff !important;
}

.navbar > .container {
  display: block;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.unodered-list {
  list-style: none;
  padding-left: 0;
  padding-left: 2rem;
}
.unodered-list li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.unodered-list li i {
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  color: #a67203;
  font-size: 1.4rem;
}

.very-thin {
  font-weight: 300 !important;
}

.text-bigger {
  font-size: 1.4rem;
}

.img-extra-border {
  border-radius: 1.5rem;
}

.form-control {
  min-height: 3rem;
  border-radius: 1.5rem;
}

.chat {
  font-size: 1.6rem !important;
}

.btn-outline-primary {
  border-color: #fff;
}

.btn-cta {
  background-color: #a67203;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #a67203;
  transition: all 0.7m;
}
.btn-cta :hover {
  color: #a67203;
  background-color: transparent;
}

.btn-main {
  background-color: #291d5d;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #291d5d;
  transition: all 0.7s;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.btn-main:hover {
  color: #291d5d;
  background-color: transparent;
}

.btn-main-reverse {
  background-color: transparent;
  color: #291d5d;
  border-radius: 10px;
  border: 1px solid #291d5d;
  transition: all 0.7s;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.btn-main-reverse:hover {
  color: #291d5d;
  background-color: #291d5d;
  color: #fff;
}

.section-heading {
  text-align: center;
  margin-bottom: 1em;
}
.section-heading h1 {
  position: relative;
  margin-bottom: 1em;
}
.section-heading h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #291d5d;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading h2 {
  font-size: calc(1.375rem + 1vw);
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  color: #291d5d;
}
.section-heading h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #291d5d;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
.section-heading p {
  font-size: 1.4rem;
}

.navbar {
  padding: 0.3rem;
  width: 100%;
  min-height: 5rem;
  max-width: 100%;
  background: #000020 !important;
  box-shadow: -1px 6px 5px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 6px 5px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 6px 5px -3px rgba(0, 0, 0, 0.15);
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  margin: 0 0.8rem;
}

.navbar-brand img {
  width: 100%;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  position: fixed;
  border-top: 2px solid #a67203;
}
.navbar-nav li:hover > ul.dropdown-menu li {
  padding: 0.5em 0.6em;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: fontawesome;
  border: none;
  margin-left: 0.05em;
  vertical-align: 0;
  font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-item.dropdown ul li a {
  color: #fff;
  padding: 0 0.3em;
}

.navbar-light .navbar-nav li {
  padding-right: 0.3em;
  text-transform: capitalize;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #a67203;
}

.nav-link.active {
  color: #a67203 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #a67203;
}

.dropdown-menu {
  border: 1px solid #291d5d;
  padding: 0.6rem 1rem;
  background: #291d5d;
  transition: all 0.5s;
}

.dropdown-item {
  font-size: 1rem;
  font-weight: 500;
}

.fixed-top.scrolled {
  background-color: #000020 !important;
  transition: background-color 500ms linear;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #a67203 !important;
}

.form-inline {
  border: 1px solid #a67203;
  background: #a67203;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin-left: 1.5em;
}
.form-inline a {
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
}

section.slider-section {
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
}
section.slider-section a {
  width: 100%;
}
section.slider-section a img {
  width: 100%;
  border-radius: 0;
}

.owl-dots {
  position: absolute;
  top: calc(90% - 20px);
  width: 107%;
  left: -21px;
}
.owl-dots .owl-dot span {
  background: #f1fdd2 !important;
}
.owl-dots .owl-dot.active span {
  background: #a67203 !important;
}

.owl-nav button {
  position: absolute;
  top: calc(50% - 21px);
  border: 1px solid #512da8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-prev {
  left: 0;
  display: flex;
  background: #fff;
}
.owl-prev i {
  margin: auto;
  font-size: calc(1.375rem + 1vw);
  background: #fff;
  color: #a67203;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-next {
  right: 1.8rem;
  display: flex;
  background: #fff;
}
.owl-next i {
  margin: auto;
  font-size: calc(1.375rem + 1vw);
  background: #fff;
  color: #a67203;
  padding: 0.2em 0.4em;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 8px -6px;
}

.owl-theme .owl-nav :hover {
  background: #fff;
  color: #291d5d !important;
}

section.home-banner-icon {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 999;
}
section.home-banner-icon .banner-icons-wrapper {
  position: absolute;
  top: -9rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
section.home-banner-icon .banner-icons-wrapper li {
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 10rem;
  max-width: 10rem;
  padding: 0.3rem 0.5rem;
  min-height: 24vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
section.home-banner-icon .banner-icons-wrapper li h3 {
  font-size: 1.24rem;
  color: #280f28;
  margin: 0.5rem 0;
  font-family: "Poppins", sans-serif;
}
section.home-banner-icon .banner-icons-wrapper li h3:hover {
  color: #a67203;
}
section.home-banner-icon .banner-icons-wrapper li img {
  max-width: 64px;
  transform: scale(1);
}
section.home-banner-icon .banner-icons-wrapper li img:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

section.main-about .special-image img {
  position: relative;
  z-index: 1;
  border-radius: 2rem;
}
section.main-about .special-image img:after {
  border: 5px solid #62d2a2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  z-index: -1;
}

.about-content .content-sub {
  font-size: 1.2rem;
  color: #a67203;
  position: relative;
}
.about-content .content-sub span {
  color: #291d5d;
  font-weight: 600;
  margin-right: 0.3rem;
}
.about-content .content-sub::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #291d5d;
  bottom: 0px;
  transform: translate(-77%, -48%);
  border-radius: 30px;
}
.about-content p {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.about-content h3 {
  color: #291d5d;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.3rem;
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
  border: 1px solid #291d5d;
  text-align: center;
}

h2 {
  margin-bottom: 0.8rem;
  color: #280f28;
}

/* Home Banner Section */
.home-banner-sec .banner-image img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 0.8s;
}
.home-banner-sec img:hover {
  transform: scale(1.02);
  border-radius: 10px;
}

section.home-category {
  padding: 3rem 0 3rem;
}
section.home-category .events-section .nav li {
  font-size: 1.3rem;
}
section.home-category .events-section .nav li .nav-link {
  color: #280f28;
  font-weight: 600;
}
section.home-category .events-slider .category-box {
  position: relative;
}
section.home-category .events-slider .category-box .date {
  position: absolute;
  top: 0.3rem;
  left: 0.5rem;
  background-color: #a67203;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
section.home-category .events-slider h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding-top: 0;
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

section.home-notice {
  padding: 3rem 0 3rem;
}

.notice-board {
  background-color: #ffd67d;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
}
.notice-board h3 {
  color: #280f28;
  margin-bottom: 1rem;
  font-weight: 600;
}
.notice-board ul {
  max-height: 30rem;
  overflow-y: auto;
  scrollbar-width: thin; /* for Firefox */
  scrollbar-color: #a67203 transparent;
  border-radius: 8px;
  padding: 10px;
}
.notice-board ul li {
  margin: 0.6rem 0;
  display: flex;
  border-bottom: 1px dashed #280f28;
  padding-bottom: 0.5rem;
}
.notice-board ul li a {
  font-size: 1.1rem;
  color: #000;
  align-items: center;
  justify-content: start;
}
.notice-board ul li a span {
  color: #a67203;
}
.notice-board ul li a:hover {
  color: #291d5d;
}
.notice-board ul li a img {
  max-width: 2rem;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.notice-board::-webkit-scrollbar {
  width: 6px;
}

.notice-board::-webkit-scrollbar-track {
  background: transparent;
}

.notice-board::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.notice-board.laws {
  background-color: #e6e0ff;
}

.notice-board.laws ul {
  scrollbar-color: #291d5d transparent;
}

section.why-choose-us {
  background-color: #f3f6f5;
}

section.main-cta {
  background-color: #291d5d;
  color: #fff;
}
section.main-cta h3 {
  font-size: 2.2rem;
}
section.main-cta .btn-cta {
  font-size: 2rem;
  padding: 0.3rem 1.2rem;
}
section.main-cta .btn-cta:hover {
  background-color: #fff;
  color: #a67203;
}

.ec-member-wrapper {
  background-color: #f2f2f2;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  margin: 1.5rem 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 2fr;
}
.ec-member-wrapper h3 {
  color: #a67203;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.ec-member-wrapper p {
  font-size: 1.2rem;
}
.ec-member-wrapper .designation {
  font-size: 1.1rem;
  color: #291d5d;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.ec-member-wrapper img {
  width: 100%;
}
.ec-member-wrapper ul {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
}
.ec-member-wrapper ul li {
  font-size: 1.1rem;
  list-style-type: disc;
}

.below-member-section {
  background-color: #a67203;
  padding: 3rem 0;
}
.below-member-section .ec-member-box {
  background-color: #ffd67d;
  border-radius: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}
.below-member-section .ec-member-box figure img {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}

section.contact-us {
  padding: 5.5rem 0;
}

.contact-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-cards li {
  background: #a67203;
  padding: 0.8rem 1.1rem;
  list-style: none;
}
.contact-cards li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  gap: 0.5rem;
}
.contact-cards li a i {
  font-size: 3rem;
}
.contact-cards li:nth-child(2) {
  background: #72893a;
}
.contact-cards li:nth-child(3) {
  background: #637830;
}

.form-row {
  background-color: #a67203;
  color: #fff;
}
.form-row button {
  font-size: 1.2rem;
}

.map-iframe {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}

section.contact-us-sec h2 {
  color: #291d5d;
}
section.contact-us-sec ul li {
  margin: 0.4rem 0;
}
section.contact-us-sec ul li a {
  font-size: 1.4rem;
}
section.contact-us-sec .social-media-icons ul li {
  margin: 0.2rem 0.5rem;
}
section.contact-us-sec .social-media-icons ul li a i {
  font-size: 2rem;
}

.testimonial-slider .item .card {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}
.testimonial-slider .item .card img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 3rem;
}
.testimonial-slider .item .card .card-body {
  text-align: left;
}
.testimonial-slider .owl-dots {
  top: calc(100% - 10px);
}

section.page-header {
  padding: 6rem 0 2rem;
  background-color: #ffd67d;
  text-align: center;
}
section.page-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #a67203;
  margin-bottom: 1rem;
}
section.page-header p {
  font-size: 1.2rem;
}
section.page-header .page_breadcrumbs {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page-header .page_breadcrumbs .page_breadcrumbs-item {
  font-size: 1rem;
  color: #000;
}
section.page-header .page_breadcrumbs .page_breadcrumbs-item:not(.current) {
  margin-right: 1rem;
}
section.page-header .page_breadcrumbs .page_breadcrumbs-item:not(.current) .link {
  position: relative;
  font-weight: 600;
  color: #a67203;
}
section.page-header .page_breadcrumbs .page_breadcrumbs-item:not(.current) .link:after {
  content: "/";
  margin-left: 10px;
}
section.page-header .page_breadcrumbs .page_breadcrumbs-item:not(.current) .link:hover {
  color: #291d5d;
}

section.main-page-sec {
  padding: 3rem 0;
}
section.main-page-sec table {
  font-size: 1rem;
}

section.our-team {
  padding: 6rem 0;
}
section.our-team .team-slider .item .team-member img {
  border-radius: 1.5rem;
  margin-bottom: 1.2rem;
}
section.our-team .team-slider .item .team-content {
  text-align: center;
}
section.our-team .team-slider .item .team-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #a67203;
  margin-bottom: 0.5rem;
}

.accordion {
  border-radius: 1.5rem;
}
.accordion .accordion-item:first-of-type {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.accordion .accordion-item .accordion-header {
  background: transparent;
}
.accordion .accordion-item .accordion-header button {
  background: transparent;
  color: #291d5d;
  font-weight: 700;
  font-size: 1.4rem;
}
.accordion .accordion-item .accordion-header button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  font-size: 1.2rem;
}

.small-width {
  max-width: 70rem;
  margin: 0 auto;
}

.small-width-2 {
  max-width: 45rem;
  margin: 0 auto;
}

section.product {
  padding: 7rem 0 3rem !important;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

section.vision-mission {
  padding: 5rem 0;
  background-color: #ffd67d;
}
section.vision-mission .vision-content {
  background-color: #291d5d;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
}
section.vision-mission .vision-content h2 {
  color: #fff;
}
section.vision-mission .mission-content {
  background-color: #a67203;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
}
section.vision-mission .mission-content h2 {
  color: #fff;
}
section.vision-mission .small-width p {
  font-size: 1.4rem;
}

footer {
  padding: 3em 1em 0;
  background-color: #a67203;
  color: #fff;
}
footer h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.7em;
  color: #fff;
}
footer .footer-logo {
  margin: 0 auto;
}
footer p {
  color: #fff !important;
}
footer ul li {
  line-height: 2.4;
  font-size: 1.2rem;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #ffd67d;
}
footer .footer-bottom {
  border-top: 1px solid #9b919b;
  padding: 1.5em 0;
}
footer .footer-bottom ul.footer-menu {
  display: flex;
  gap: 20px;
  float: right;
}

.social-media-icons {
  margin-top: 2em;
}
.social-media-icons ul {
  display: flex;
  gap: 10px;
}
.social-media-icons li i {
  font-size: 1.4rem;
  color: #280f28;
}
.social-media-icons li i:hover {
  color: #ffd67d;
}

.login-register .modal-title {
  font-size: 1.5rem;
}
.login-register .nav .nav-link {
  font-size: 1.2rem;
  color: #291d5d;
}

.announcement-table table {
  background-color: rgba(230, 224, 255, 0.431372549);
  border-radius: 0.3rem;
}
.announcement-table table td img {
  max-width: 4rem;
}
.announcement-table table td i {
  color: #72893a;
}

.announcement-table.legal table {
  background-color: #def7ec;
  border-radius: 0.3rem;
}

section.contact-home .item-wrapper {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  margin: 0.5rem 0;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8rem;
}
section.contact-home .item-wrapper h3 {
  color: #a67203;
  margin-bottom: 0.6rem;
  font-weight: 700;
}
section.contact-home .item-wrapper i {
  font-size: 3rem;
  color: #a67203;
}

.weather-icon {
  max-width: 300px !important;
  position: absolute;
  top: 60px;
  right: 24px;
  z-index: 99999999;
}

.page-content .article-list {
  border-radius: 0.8rem;
}
.page-content .article-list h3 a {
  font-size: 1.7rem;
}

.blog-content-inner h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
}
.blog-content-inner .blog-meta-details ul {
  display: flex;
  align-items: center;
}
.blog-content-inner .blog-meta-details ul li {
  margin-right: 0.8rem;
  font-size: 1rem;
}
.blog-content-inner .blog-meta-details ul li i {
  margin-right: 0.2rem;
}
.blog-content-inner img {
  margin: 1.5rem 0;
}
.blog-content-inner ul {
  margin: 0.5rem 0;
}
.blog-content-inner ul li {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.blog-content-inner .blog-main-content {
  margin-bottom: 1.5rem;
}

.page-content-main h2, .page-content-main h1 {
  font-family: "Poppins", sans-serif;
}
.page-content-main .wp-block-heading {
  margin: 0.8rem 0 0.5rem;
}
.page-content-main .wp-block-list {
  padding-left: 2rem;
}
.page-content-main .wp-block-list li {
  font-size: 1.1rem;
  list-style-type: disc;
  margin-bottom: 0.4rem;
}
.page-content-main p {
  font-size: 1.2rem;
}

.user-dropdown {
  position: relative;
}

.user-toggle {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000;
}
.user-toggle i {
  margin-right: 0.3rem;
}

/* Dropdown menu */
.user-menu {
  position: absolute;
  top: 100%; /* Fix gap issue */
  right: 0;
  background: #fff;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  display: none;
  z-index: 9999;
}

/* Menu items */
.user-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

.user-menu a:hover {
  background: #f2f2f2;
}

.user-menu hr {
  margin: 5px 0;
  border: none;
  border-top: 1px solid #eee;
}

/* KEEP DROPDOWN OPEN WHILE HOVERING MENU */
.user-dropdown:hover .user-menu,
.user-menu:hover {
  display: block;
}

.facility-header {
  display: flex;
  align-items: center;
}
.facility-header img {
  max-width: 4rem;
  margin-right: 0.3rem;
}

.facility-photos .item img {
  min-height: 9rem;
}

.photos .item img {
  min-height: 12rem;
  max-height: 12rem;
}
.photos .item p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */