/* cmsms stylesheet: cc2022 modified: 02/06/26 22:53:20 */
/* Overrides */

a {
  color: #ffc107;
}

a:hover {
  color: #eeb006;
}

.navbar .menu_nav .nav-item .nav-link {
font-size: 16px;
}

.navbar .menu_nav .nav-item:hover .nav-link, .navbar .menu_nav .nav-item.active .nav-link {
  color: #ffc107;
}

.last_child .button {
background-color: #ffc107;
border-radius: 4px;
}


.last_child {
padding-top: 30px;
}

.last_child .button {
color: #fff !important;
padding: 8px 12px;
}
.last_child .button a:hover {
color: #fff;
}

.banner_area .bg-parallax {
  background: url("/uploads/cc2022/images/banner_bg.jpg") no-repeat scroll center 0/cover;
  opacity: 0.8;
}

.facilities_area .bg-parallax {
  background: url("/uploads/cc2022/images/facilites_bg.jpg") no-repeat scroll center 0/cover;
  opacity: 0.15;
}

.breadcrumb_area .bg-parallax {
  background: url("/uploads/cc2022/images/about_banner.jpg") no-repeat scroll center 0/cover;
  opacity: 0.60;
}

.hotel_booking_table ul {
  color: #fff;
  list-style-type: none;
}

.hotel_booking_table ul li {
  line-height: 100%;
  margin-bottom: 10px;
}

.hotel_booking_table strong {
  color: #ffc107;
}

.facilities_item .sec_h4 { 
  padding-bottom: 0;
}

.facilities_item ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.facilities_item ul li {
  margin-bottom: 10px;
}

.facilities_item .badge {
  font-size: 100%;
  color: #333;
}

.menu_row {
color:#000;
font-size:120%;
}

.about_content p {
padding: 8px 0;
}
