body {margin:0;font-family:Arial}

/*.dropdown:hover .dropdown-menu {
display: block;
background-color:#FFA500;	
}*/	

/* Base Gallery Styles */

.gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Grid Layout */
.gallery.grid .gallery-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* Masonry Layout (Requires JS) */
.gallery.masonry .gallery-items {
    columns: 3 300px;
    column-gap: 1.5rem;
}
.gallery.masonry .gallery-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

/* Image & Video Styling */
.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.02);
}
.gallery-item img, 
.gallery-item video {
    width: 100%;
    height: auto;
    display: block;
}

/* Caption Styling */
.gallery-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-item:hover .caption {
    opacity: 1;
}


.nav-link-custom:hover {
  color: #add8e6 !important; /* Light blue */
  /* Optional: Add transition for smooth effect */
  transition: color 0.3s ease;
}    


.navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
    height: 32px !important;
}
.navbar-nav > .nav-item > .nav-link{
	font-size: 0.8rem !important;
}
.navbar.navbar-dark {
        color: white !important;
    }

.topnav1 {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.topnav1 li {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  
  text-decoration: none;
  font-size: 17px;
}


.active {
  background-color: #04AA6D;
  color: white;
}

.topnav1 .icon {
  display: none;
}


.topnav1 a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1000px) {
  
  .topnav1 a.icon {
    float: right;
    display: block;
  }
}



@media screen and (max-width: 1000px) {
  .topnav1.responsive {position: relative;}
  .topnav1.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav1.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav1.responsive .dropdown {float: none;}
  .topnav1.responsive .dropdown-content {position: relative;}
  .topnav1.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
       
#topBar {
    background: #ffffff;
    border-color: #e6e6e6;
}
#topBar {
    border-bottom: 1px solid #c2c0c1;
}
#topBar {
    background: #ffffff;
}


.open-button {
  background-color: #41d7c6;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 140px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}
.form-container input {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
   
}
/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

img{ max-width:100%;}

.gallery_box li{ padding:2px;width:9.333333%; max-width: 100% ; display:inline-block; float: left; text-align: center; overflow: hidden;    position: relative;}
.gallery_box{ padding:0;display: flow-root;}

.gallery_box li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box li img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}
.gallery_box li:nth-child(even) {
    height: 100px;
}
.gallery_box li:nth-child(odd) {
    height: 100px; 
}
.gallery_box li:nth-child(odd) .box_data{ background:rgba(0,0,0,0.17) }
.gallery_box li:nth-child(even) .box_data{ background:rgba(0,44,255,0.27) }
.gallery_box .box_data{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#fff;}
.gallery_box .box_data span{ position:absolute; top: 50%; transform: translateY(-50%); left:0 ; right:0; font-size:24px;}
.gallery_box li:hover .box_data{ background:rgba(255,0,39,0.55)}



.photoGallery-style3{display: inline-block;width: 80%;background: #f6f6f6;padding: 15px;border-radius: 5px;box-shadow: 0 0 5px 0 #dcdbdb;}
.gallery_boxsummary li{ padding:2px;width:50%; max-width: 100% ; display:inline-block; float: left; text-align: center; overflow: hidden;    position: relative;}
.gallery_boxsummary{ padding:0;display: flow-root;}

.gallery_boxsummary li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_boxsummary li img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}
.gallery_boxsummary li:nth-child(even) {
    height: 100px;
}
.gallery_boxsummary li:nth-child(odd) {
    height: 100px; 
}
.gallery_boxsummary li:nth-child(odd) .box_data{ background:rgba(0,0,0,0.17) }
.gallery_boxsummary li:nth-child(even) .box_data{ background:rgba(0,44,255,0.27) }
.gallery_boxsummary .box_data{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#fff;}
.gallery_boxsummary .box_data span{ position:absolute; top: 50%; transform: translateY(-50%); left:0 ; right:0; font-size:24px;}
.gallery_boxsummary li:hover .box_data{ background:rgba(255,0,39,0.55)}




.gallery_boxperson li{ padding:2px;width:50%; max-width: 50% ; display:inline-block; float: left; text-align: center; overflow: hidden;    position: relative;}
.gallery_boxperson{ padding:0;display: flow-root;}

.gallery_boxperson li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_boxperson li img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}
.gallery_boxperson li:nth-child(even) {
    height: 400px;
    width:350px;
}
.gallery_boxperson li:nth-child(odd) {
    height: 400px; width:350px;
}
.gallery_boxperson li:nth-child(odd) .box_data{ background:rgba(0,0,0,0.17) }
.gallery_boxperson li:nth-child(even) .box_data{ background:rgba(0,44,255,0.27) }
.gallery_boxperson .box_data{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#fff;}
.gallery_boxperson .box_data span{ position:absolute; top: 50%; transform: translateY(-50%); left:0 ; right:0; font-size:24px;}
.gallery_boxperson li:hover .box_data{ background:rgba(255,0,39,0.55)}




#menu-outer {
	height: 84px;
	background: url(images/bar-bg.jpg) repeat-x;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
	}
	ul#horizontal-list li {
		display: inline;
	}
	
	
/* News Ticker starts here*/	
.news {
    width: 300px;
	border-radius:0px 10px 10px 0px; 
	display:flex;
	position: relative;
	overflow: hidden;
}
.white
{
    height:300px;
    overflow:hidden;
}

.scroll{
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding: 0;
	z-index: 999;
	animation:vertical-up 15s ease-in-out infinite;
}
.scroll li
{
    border-top: 1px solid #ccc;
    /*list-style: none;*/
    display: flex;
	width: 100%;
	line-height: 20px;
	align-items: justify;
	padding-top: 5px;
	padding-left: 1px;
	
}

.scroll li a {
    text-decoration: none;
	color:#323232;
	font-weight:500;
	
}
.scroll a:hover
 {
	color:#0d6efd;
}

.scroll:hover{animation-play-state: paused; }

.dot {
    height: 7px;
    width: 7px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    /*display: inline-block;*/
}

@keyframes vertical-up 
{
	0%   {margin-top: 0;}
	10%  {margin-top: -20px;}
	20%  {margin-top: -40px;}
	30%  {margin-top: -60px;}
	40%  {margin-top: -80px;}
	50%  {margin-top: -100px;}
	60%  {margin-top: -110px;}
	70%  {margin-top: -120px;}
	80%  {margin-top: -140px;}
	90%  {margin-top: -160px;}
	100% {margin-top: 0;}
	
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */






