/* Basic reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
}

header {
  background-color: #003366; /* Dark Blue */
  color: white;
  padding: 10px 20px;
  text-align: center;
}

nav {
  background-color: #004080; /* Medium Blue */
  color: white;
  padding: 5px 20px;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 0 10px;
}

.main-content {
  display: flex;
}

.left-sidebar, .right-sidebar {
  width: 20%; /* Adjust as necessary */
  background-color: #f0f0f0; /* Light Grey */
  padding: 10px;
}


.left-sidebar a, .right-sidebar a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
  background-color: white;
  border-left: 5px solid #003366; /* Adjust to match link highlight color */
}

.central-content {
  width: 60%; /* Adjust as necessary */
  padding: 20px;
  text-align: center;
  margin-right: 200px;
}

.central-content img {
  width: 100%;
  height: auto;
}

footer {
  background-color: #003366;
  color: white;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#nav {
	display: block;
	font-size:12px;
	width: 100%;
}
#nav > li i {
	font-size: 14px;
	padding-right: 4px;
}
#nav > li > a {
	border-radius: 3px;
	color: #3e474c;
	display: block;
	margin-bottom: 4px;
	padding: 10px 20px;
	transition:all 0.2s;
}
#nav > li > a {
	background:rgba(226, 234, 242, 1);
	background-position:96% center;
}
#nav > li > a:hover {
	background:#63b2f5;
	color: #fff;
}


#nav li a.static {
	background:#63b2f5;
	color: #fff;
}
#nav > li > ul {
	background:rgba(226, 234, 242, 1);
	border-radius:3px;
	display: none;
	margin-bottom: 4px;
	overflow:hidden;
}
#nav li ul li a {
	display: block;
	padding: 10px 45px 10px 30px;
}
#nav li ul li a:before {
	color: #63b2f5;
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: -20px;
	padding-right: 10px;
}
.submenu > ul > li > ul > li a {
	padding:10px 45px 10px 40px !important;
}
.submenu > ul > li > ul > li a:before {
	color:#FFBB00 !important;
}
.submenu > ul > li > ul > li > ul > li a {
	padding:10px 45px 10px 45px !important;
}
.submenu > ul > li > ul > li > ul > li a:before {
	color:#FF4B4B !important;
}
#nav li ul .open:before, #nav li ul .active a:before, #nav li ul li a:hover:before {
	color:#fff;
}
#nav ul ul {
	border:none;
	padding: 0;
}
#nav li.static {
	border-radius: 3px;
	color: #fff;
	display:block;
	margin-bottom: 4px;
	padding:10px 20px;
	background:#63b2f5;
}
#nav > li > ul > li > ul > li > a:before, #nav > li > ul > li > ul > li > ul > li > a:before {
	color: #63b2f5;
}
ul {
  list-style-type: none; /* Removes the dots */
}

.top-bar {
	width:100%;
	background:url(../css/images/top-bg.jpg) center top;
	height:130px;
	color:#fff;
}
.top-bar .left-bar {
	float:left;
}
.top-bar .right-bar {
	float:right;
}
.top-bar .right-bar > ul > li:first-child, .top-bar .left-bar > ul > li:first-child {
	border-left:1px solid rgba(251, 251, 251, 0);
}
.top-bar .right-bar > ul > li:last-child, .top-bar .left-bar > ul > li:last-child {
	border-right:1px solid rgba(251, 251, 251, 0);
}
.top-bar .right-bar > ul > li, .top-bar .left-bar > ul > li {
	position:relative;
	float:left;
	border-right:1px solid rgba(251, 251, 251, 0.5);
	cursor:pointer;
	font-size:12px;
	box-shadow:inset 0 0 5px rgba(151, 151, 151, 0);
	padding:5px 10px;
	line-height:17px;
	transition:all 0.5s;
}
.top-bar .right-bar > ul > li:hover, .top-bar .left-bar > ul > li:hover {
	color:#fff;
	box-shadow:inset 0px 0px 0px 20px rgba(0, 120, 250, 1);
}
.logo > ul > li.landing_head {
	padding:5px 0px!important;
	width:100% !important;
	color:#fff !important;
	position:relative;
	margin:auto !important;
	margin-top:0px !important;
}
.logo > ul > li.landing_head h2 {
	font-size:25px;
	line-height:25px;
	font-weight:400;
	text-shadow:1px 0px 2px #000;
}
.logo > ul > li.landing_head h3 {
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	clear:both;
}
.logo > ul > li.landing_head span {
	font-size:11px;
	line-height:14px;
	padding:8px 0px;
	font-weight:normal;
	display:block;
}
.wrapper {
	max-width:1000px;
	margin:auto;
	position:relative;
}

#wrapper {
	width:100%;
	position:relative;
	overflow-y:hidden;
}
.wrapper {
	max-width:1000px;
	margin:auto;
	position:relative;
}
#main_wrapper {
	width:100%;
	max-width:1000px;
	padding:10px 0px;
	display:block;
	margin:auto;
	min-height:380px;
	clear:both;
	overflow:hidden;
}
.top-left {
	float: left;
}
.city {
	float: left;
	margin-right: 10px;
	color: #fff;
}
.city > li {
	float: left;
	line-height:35px;
	padding: 0px 8px;
}
.city > li:nth-child(2) {
 cursor:default !important;
}
.city > li i {
	margin-right:5px;
}
.guest {
	float: left;
	color: #fff;
}
.guest > li {
	float: left;
	line-height: 35px;
	padding: 0px;
	height: 30px;
}
.guest > li > span {
	float: left;
	color: #f2be3e;
	max-width: 80px;
	text-overflow: ellipsis; /* will make [...] at the end */
	white-space: nowrap; /* paragraph to one line */
	overflow: hidden; /* older browsers */
}
.guest > li span {
	float: left;
	margin-right: 5px;
}
.guest > li > span > i {
	color: #ccc;
	margin-right:5px;
}
.top-right {
	float: right;
	padding-right: 5px;
}
.skip {
	float: left;
	margin-right: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 37px;
	cursor: pointer;
}
.font_size {
	float: left;
	color: #ccc;
	position: relative;
	margin: 0 10px;
}
.font_size:after {
	position: absolute;
	right: -8px;
	top: 11px;
	content: "|";
	color: #fff;
}
.font_size ul li {
	float: left;
	padding: 0px 5px;
	line-height: 36px;
	font-weight: 600;
}
.font_size ul li:nth-child(1) {
font-size: 13px;
}
.font_size ul li:nth-child(2) {
font-size: 14px;
}
.font_size ul li:nth-child(3) {
font-size: 15px;
}
.language_switcher {
	float: left;
	color: #fff;
}
.language_switcher > li {
	cursor: pointer;
	float: left;
	line-height: 36px;
	padding: 0px 5px;
}
.current {
	color: #63b2f5;
}
.sitemap {
	float: left;
	color: #ccc;
	padding: 0px 5px;
	line-height: 36px;
}
.sitemap i {
	padding-right: 4px;
}
.logo > ul > li:nth-child(1) {
position:absolute;
left:5px;
top:10px;
}
.logo > ul > li:nth-child(3) {
position:absolute;
right:5px;
top:10px;
}
.logo > ul > li:nth-child(2) {
width:100%;
padding-top:20px;
margin:auto;
text-align:center;
font-size: 36px;
font-weight: 400;
color: #fff;
text-shadow:2px 2px 2px rgba(0, 0, 0, 0.99);
}
.logo > ul > li img {
	width: 81px;
	height:81px;
}
.logo > ul > li:last-child {
	float: right;
}

.slider {
	position:relative;
	width:100%;
	height:218px;
	overflow: hidden;
	border-radius: 3px
}
.slider img {
	max-height:218px;
}

#middle_right {
	float: right !important;
	width: 75%;
}
#middle_right h1 {
	width: 100%;
	color:#274472;
	text-shadow:1px 1px 0px rgba(39, 68, 114, 0.1);
	font-weight:600;
	padding: 5px 0 5px;
	clear: both;
	font-size:14px;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.wrapper {
	max-width:1000px;
	margin:auto;
	position:relative;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	background:#f6f6f6;
	box-shadow:inset 0 0 10px 5px #dee0e5;
}
#cssmenu ul {
	max-width:1000px;
	margin:auto;
}
#cssmenu > ul > li {
	float:left;
}
#cssmenu.align-left> ul {
	font-size: 0;
	text-align: left;
}

#cssmenu.align-right> ul {
	font-size: 0;
	text-align: right;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding:10px 33px;
	font-size: 14px;
	line-height:24px;
	color: #3e474c;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#cssmenu.align-center > ul > li:first-child > a {
	border-radius: 0;
}
#cssmenu > ul > li > a:hover,#cssmenu > ul > li > a.active {
	background:#63b2f5;
	color: #fff !important;
}
#cssmenu > ul > li:after {
	content: '';
	position: absolute;
	top:0px;
	right: 0;
	display: block;
	height:auto;
	width: 1px;
	background: #dee0e5;
}
#cssmenu.align-right > ul > li:after {
	right: auto;
	left: -1px;
}
#cssmenu > ul > li:before {
	content: '';
	position: absolute;
	top: 18px;
	right: -1px;
	display: block;
	height: 20px;
	width: 1px;
}
#cssmenu.align-right > ul > li:before {
	right: auto;
	left: 0px;
}
#cssmenu > ul > li:last-child:after, #cssmenu > ul > li:last-child:before {
	display: none;
}
#cssmenu > ul > li:first-child {
	float:right;
	margin-top: 7px;
}
#cssmenu > ul > li:first-child:after {
	float:right;
	margin-top: 7px;
	background:none;
}
#cssmenu.small-screen > ul > li:first-child {
	text-align:center;
}
#cssmenu.small-screen {
	width: 100%;
}
#cssmenu.small-screen > ul, #cssmenu.small-screen.align-center > ul {
	width: 100%;
	text-align: left;
}
#cssmenu.small-screen > ul > li, #cssmenu.small-screen.align-center {
	float: none;
	display: block;
	border-top: 1px solid rgba(102, 102, 102, 0.1);
}
#cssmenu.small-screen > ul > li > a {
	padding: 15px 20px;
}
#cssmenu.small-screen > ul > li:after, #cssmenu.small-screen > ul > li:before {
	display: none;
}
#cssmenu.small-screen #menu-button {
	display: block;
	padding: 15px 25px;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	color: #3e474c;
	font-weight:600;
}
#cssmenu.small-screen #menu-button.menu-opened {
	color: #3e474c;
}
#cssmenu.small-screen #menu-button:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 17px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-top: 2px solid #3e474c;
	border-bottom: 2px solid #3e474c;
	width: 18px;
	height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
	border-top: 2px solid #63b2f5;
	border-bottom: 2px solid #63b2f5;
}
#cssmenu.small-screen #menu-button:before {
	content: "";
	position: absolute;
	right: 25px;
	top: 27px;
	display: block;
	width: 18px;
	height: 2px;
	background: #3e474c;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
	background: #63B2F5;
}
 @media only screen and (max-width: 886px) {
#cssmenu ul li:first-child{
	padding:10px 0;	
}
.search {
	width:80%;
}
#cssmenu ul li .css_btn {
	float:none;
	padding:0 1%;
}
}
@media only screen and (max-width: 479px) {
.search {
	width:60%;
}
#cssmenu ul li .css_btn {
	float:none;
	padding:0 1%;
}
}

/* Style for the pop-up box */
.popup {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Pop-up content */
.popup-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* Close button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	/* Ensures equal column width */
}

thead th {
	background-color: #f2f2f2;
	padding: 10px;
	text-align: left;
}

tbody td {
	padding: 10px;
}

th,
td {
	border: 1px solid black;
	text-align: left;
	word-wrap: break-word;
	/* Ensures text wraps within the cell */
}

.about-fix-div {
	height: 170px;
	padding: 10px;
	overflow: hidden;
}

.boxes {
	position: relative;
	margin: 10px 0px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 2px rgba(51, 51, 51, 0.1);
	border-radius: 4px;
}

.boxes .nav a {
	position: relative;
	padding: 2px 7px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 3px;
	box-shadow: 0px 1px 0px #ced5e0;
	margin-right: 4px;
	float: left;
	background: #e2eaf2;
	color: #808ca4;
	font-family: 'FontAwesome';
}

.boxes .nav a.prev_com:before {
	content: "\f0d9";
}

.boxes .nav a.next_com:before {
	content: "\f0da";
}

.circle {
	width: 200px;
	/* Adjust the width as needed */
	height: 200px;
	/* Adjust the height as needed */
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle img {
	width: auto;
	height: 100%;
	max-height: none;
}

.item {
	display: none;
	text-align: center;
}

.item.active {
	display: block;
}

.container {
	text-align: center;
}

.next-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
}

/* Grid Layout for 3x3 Image Grid */
.photo-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 equal columns */
	grid-gap: 10px;
	/* Spacing between the grid items */
	margin: 20px auto;
	max-width: 900px;
	/* Maximum width of the grid */
}

.photo-gallery-grid img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.2s;
}

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

/* Lightbox Modal Styles */
.lightbox-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox-content {
	max-width: 100%;
	max-height: 90vh;
	/* Increase the height to take up more vertical space */
	width: auto;
	/* Ensure the image scales proportionally */
	height: auto;
	object-fit: contain;
	/* Make sure the entire image fits within the modal */
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.lightbox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.lightbox-navigation {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.lightbox-prev,
.lightbox-next {
	color: #fff;
	font-size: 60px;
	cursor: pointer;
	padding: 16px;
	user-select: none;
	transition: color 0.2s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	color: #ddd;
}
p{
	margin-bottom: 20px;
}

form {
	max-width: 400px;
	margin: auto;
}

label {
	display: block;
	margin-top: 10px;
}

input,
textarea,
button {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
}

button {
	background-color: #4CAF50;
	color: white;
	border: none;
	cursor: pointer;
}

button:hover {
	background-color: #45a049;
}

.success,
.error {
	max-width: 400px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}