@charset "utf-8";
/* CSS Document */


body {
  margin: 0 auto;
  min-height: 100vh;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  
 
}

.dark-mode {
  background-color: black;
  color: white;
}



.uppercase {
	
	text-transform: uppercase;
	 
}


.overflow {
	overflow: hidden;
}

.primary {
	
	color: #000;
}

.secondary {
	color: #265989;
}




.burgundy {
	
	color: #4F1818;

}

.teal {
	color: #003334;
}

.wht{
	
	color: ghostwhite;

}

.red{
	
	color: firebrick;

}


.ylw {
	color: #ebea9b;
}


.opac1 {
filter: opacity(10%);
}

.opac5 {
filter: opacity(50%);
}


.opac8 {
filter: opacity(80%);
}

.txtcenter {
	text-align: center;
}

.txtright {
	text-align: right;
}

.txtleft {
	text-align: left;
}

.txtjustify{
	text-align: justify;
}


.txtcap {
	font-size: 12px;
	letter-spacing: 1px;
}


a {
  color: #265989;
  text-decoration: none;
  background-color: transparent;
}

a:active {
    opacity: .5;
  
}

a:visited {
    color: #3492ea;
	text-decoration: none;
  	background-color: transparent;
	filter: blur(1px);
}


.barrow img {
	
	height: 25px;
	
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0px;
}

p {
  margin-top: 0;

}


.sup { vertical-align: super; }




.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



	
	.txtc {
	
	margin: 0 auto;
	padding: .5em 2.5em 2em 2em;
	margin-bottom: 2em;
	text-align: justify;
	
	columns: 200px;
	column-gap: 3em;
}
	
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-left: 5%;
	padding-right: 5%;
	background-image:
    linear-gradient(to bottom, rgba(200, 180, 180, 0.15), rgba(52, 146, 234, 0.62)),
    url("../img/sunsetbk.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}

.containerpr {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-left: 5%;
	padding-right: 5%;
	background-image:
    linear-gradient(to bottom, rgba(200, 180, 180, 0.15), rgba(52, 146, 234, 0.62)),
    url("../img/clouds.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}


.containerphoto {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-left: 5%;
	padding-right: 5%;
 	background: rgb(38,120,172);
    background: linear-gradient(161deg, rgba(38,120,172,1) 28%, rgba(74,142,187,1) 54%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%, rgba(234,235,244,1) 100%, rgba(76,87,188,1) 100%, rgba(81,116,119,1) 100%); 
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}


.containernews {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
    background: rgb(26,65,206);
    background: radial-gradient(circle, rgba(26,65,206,1) 20%, rgba(70,169,211,1) 100%); 
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}


.containerevent {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background: rgb(218,29,136);
	background-image: linear-gradient(161deg, rgba(218,29,136,.3) 14%, rgba(255,247,108,.3) 32%, rgba(74,255,245,.3) 45%, rgba(252,144,4,.3) 56%, rgba(48,157,47,.6) 71%, rgba(31,47,245,.6) 91%),
    url("../img/clouds2.jpg"); 
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}

.containereventdet {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background: rgb(255,255,255);
    background: linear-gradient(161deg, rgba(255,255,255,1) 4%, rgba(33,63,214,1) 25%, rgba(6,27,136,1) 37%, rgba(29,57,198,1) 40%, rgba(50,84,255,1) 52%, rgba(1,4,34,1) 72%);
	box-sizing: border-box;
	overflow: hidden;
	
	
}

.containerbiz {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background: rgb(6,47,255);
    background: linear-gradient(315deg, rgba(6,47,255,1) 1%, rgba(19,150,209,1) 22%, rgba(80,191,247,1) 31%, rgba(46,80,255,1) 43%, rgba(15,43,184,1) 53%, rgba(11,35,149,1) 60%, rgba(37,110,231,1) 74%, rgba(108,169,250,1) 83%, rgba(0,12,130,1) 96%);
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}


.containerdragons{
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
    background: rgb(26,65,206);
    background: radial-gradient(circle, rgba(19,110,17,1) 20%, rgba(4,62,3,1) 100%); 
	box-sizing: border-box;
	overflow: hidden;
	
	
	
}



.navbar {
	max-width: 1000px;
	height: 10vh;
	margin: auto;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	
	
	
	
}

.navbar  h3 {
	font-size: 40px;
	text-align: center;
	padding: 30px;
	font-family: 'MonteCarlo', cursive;
	font-weight: 500;
	line-height: 48px;
	opacity: .9;
	text-shadow: 2px 2px 4px #265989;
	
	
}



.logo {
	width: 250px;
	cursor: pointer;
	margin: 10px;
	opacity: .8;
	
	
}

.lad
{
	height: 100px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	padding: 1px;
	margin-bottom: 20px;
	
	
}


.boxad
{
	min-height: 400px;
	align-content: center;
	padding: 5px;
	margin-bottom: 10px;
	
	
}

.skyad
{
	min-height: 650px;
	align-content: center;
	padding: 5px;
	margin-bottom: 10px;
	
	
}

.hero {
    margin: 0;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    background-color: #3d4147; /* Optional background color */
}


.full-image {
    padding: 20px; /* Adds padding around the image so it doesn't touch screen edges */
    width: 100%;
    max-width: 800px; /* Prevents the image from scaling larger than 800px */
    box-sizing: border-box; /* Includes padding within the element's total width */
}

.responsive-img {
    width: 100%; /* Scales the image to fill the container */
    height: auto; /* Maintains the original 800x400 aspect ratio */
    display: block; /* Removes the small default gap below inline images */
}


#trigger  {
	position: absolute;
	top: -200px;
}


nav {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 1000;
}

nav .menu1, 
nav .menu2 {
		
		list-style: none;
	}
	
nav .menu1 {
	background: #3492ea;
	background: linear-gradient(to right, #265989, #3492ea);
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50px;
	padding: 4px 0 0 0;
	transition: height 400ms cubic-bezier(0.175,0.885,0.32,1.375);
}	

nav .menu1 img{
	height: 48px;
	margin: 0;
	padding: 8px;
	
	align-content: center;
	align-items: center;
	justify-content: center;
	
	

}	

.trigger {
	cursor: pointer;
	
}

nav .menu1 li  {
	font-size: 20px;
	display: block;
	height: 50px;
	width: 100%;
	margin: 0;
	background: transparent;
	text-align: center;
	margin-bottom: 15px;
	transition: background 600ms cubic-bezier(0.165,0.84,0.44,1);
	line-height: 1.4em;
}






nav .menu1 li a:hover {
	opacity: .5;
	transition: 0.5s;
}

.menu2 {
	position: absolute;
	top: 52px;
	transform: translateX(-2200px);
	transition: transform 400ms cubic-bezier(0.165,0.84,0.44,1);
	cursor: pointer;
	
}


nav .menu2 li  {
	font-size: 20px;
	display: block;
	height: 50px;
	width: 100%;
	margin: 0;
	color: #fff;
	line-height: 2.8em;
	text-align: center;
	margin-top: 15px;
	text-shadow: 2px 2px 8px #265989;
	
	
}

nav .menu2 li a {
	color: #fff;
	transition: 0.5s;
}


nav .menu2 li a:hover {
	
	
	filter: blur(1px);
	
	
	
}


input#trigger:checked  ~  nav .menu1 {
	height: 300px;
	
}

  /* set back to height: 530px;. */


#trigger:checked  ~   nav .menu2{
	transform: translateX(-160px);
	
}





.content {
	color: #fff;
	padding: 50px;
}

.content a {
	color: #88c2f9;
}

.content h1 {
	font-size: 40px;
	text-align: center;
	padding: 10px;
	font-family: 'MonteCarlo', cursive;
	font-weight: 100;
}

.content h2 {
	font-size: 25px;
	text-align: center;
	padding: 10px;
}



.content p {
	font-size: 20px;
	text-align: center;
	padding: 10px;
}


.txtcontent p {
	font-size: 20px;
	text-align: justify;
	padding: 10px;
}



.social {
	transform: rotate(-90deg);
	position: absolute;
	left: -110px;
	top: 25vh;
	z-index: 1;
}

.social img {
	transform: rotate(90deg);
	height: 25px;
	opacity: .5;
	transition: 0.5s;
	
}




.social a {
	text-decoration: none;
	color: #88c2f9;
	padding-right: 20px;
	font-size: 14px;
	
}


.social a:hover img {
	opacity: .2;
	filter: blur(1px);
	
}




.socialfooter {
 	padding: 10px;
}

.socialfooter img {
	height: 25px;
	opacity: .5;
	transition: 0.5s;
	
}




.socialfooter a {
	text-decoration: none;
	color: #88c2f9;
	padding-right: 20px;
	font-size: 14px;
	
}


.socialfooter a:hover img {
	opacity: .2;
	filter: blur(1px);
	
}







.newscont {
			min-width: 1000px;
			height:  45vh;
	        min-height: 425px;
			margin: 100px auto;
			display: flex;
			z-index: 10;
			
			align-content: center;
			justify-content: space-evenly;
			
		
		}


.newscont a {
	     color: #fff;
	   
			
					
		}


.newscont a:hover {
			filter: blur(1px);
			
					
		}




		
.newscont .ncol {
			position: relative;
			height: 100%;
			flex: 1;
			color: #fff;
			box-sizing: border-box;
			box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;
			transition: 0.6s;
		}
 
.newscont .ncol  img {
	
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			opacity: 0.15;
}

.newscont .ncol:hover  img {
	
			display:none;
}

		
.ncol:nth-child(1){
			background: #283491;
			
		}





.ncol:nth-child(2){
			background: #c7b363;
		}


.ncol:nth-child(3){
			background: #830000;
		}
.ncol:nth-child(4){
			background: #065400;
		}
		
		


.newscont .ncol h1{
			text-align:center;
			font-size: 35px;
			font-weight: 600;
			transform: rotate(-90deg);
			
			letter-spacing: 7px;
			margin-top: 50%;
			
		}


.newscont .ncol:hover h1{
			display: none;
			
		}

		
.ncap {
			max-width: 100%;
			height: 100%;
			font-size: 16px;
			margin: 20px;
			display: none;
		}

.newscont .ncap h2{
			
			font-size: 35px;
			font-weight: 600;
			letter-spacing: 7px;
			margin-bottom: 10px;
			
			
		}


.newscont .ncap  h3{
			
			font-size: 18px;
			font-weight: 600;
			
			line-height: 20px;
		}

.newscont .ncap  p{
			
			font-size: 16px;
			
			padding: 1px;
			line-height: 19px;
		}


.newscont .ncap .newsf  {
			display: block;
			transition: 0.6s;
			
			
		}
.newscont .ncap .newsf li {
	color: #fff;
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
	line-height: auto;
	list-style: square;
}


@keyframes moveleft{
	0% {
		transform: translateX(220px);
		visibility: visible;
	}
	100% {
		transform: translateX(0);
		visibility: visible;
	}
}




.newscont .ncap .eventsf {
			
			display: flex;
	        height: 400px;
	        justify-content: space-evenly;
			flex-wrap: wrap;
			margin-top: 10px;
			text-align: center;
	        

			cursor: pointer;
			animation: zoomin 1s linear 1;
			animation-delay: .5s;
			visibility: hidden;
			animation-fill-mode: forwards;
			z-index: 20;
		
		}


.newscont .ncap .eventsf  .evnt{
	min-width: 100px;	
    margin: 2px;
	padding: 2px;
	align-content: center;

}



.newscont .ncap .eventsf  .evnt img {
	        display: block;
			position: relative;
			 height: 115px;
			opacity: 1;  
	       object-fit: contain;
	       border-radius: 5px;
}







.newscont .ncap  .evnt h3{
		
	line-height: 17px;
    font-size: 15px;
	text-shadow: 2px 2px 4px #051130;
	word-wrap: break-all;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	max-width: 120px;
	
}


.newscont .ncap  .evnt p{
	 font-size: 13px;	
	 color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	max-width: 120px;
}


.newscont .ncap  .evntx{
		
			
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
    line-height: 20px;
	text-shadow: 2px 2px 4px #051130;
}


.newscont .noticesf{
			display: block;
			transition: 0.6s;
		}


.newscont .noticesf li{
		
			color: #fff;
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
	list-style: none;
}


.newscont  .noticesf  img {
	        display: block;
			position: relative;
			 height: 100px;
			opacity: 0.99;  
	       object-fit: none;
				cursor: pointer;
			animation: zoomin 1s linear 1;
			animation-delay: .5s;
			visibility: hidden;
			animation-fill-mode: forwards;
}





.newscont .ncap .dragonsf  {
			display: block;
			transition: 0.6s;
 	        

		}






.newscont .ncap .dragonsf li{
		
	color: #fff;
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
	list-style: none;
	
}


.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
 
}



	

.scrollable::-webkit-scrollbar {
		 width: 7px; 
		 padding-right: 10px;
	}

	
.scrollable::-webkit-scrollbar-track {
		 background: #ccc;
		border-radius: 50px;	
		
	}	
	
	
.scrollable::-webkit-scrollbar-thumb {
		 background: #666;
		border-radius: 50px;	
		
	}	


.newscont .material-icons {
	color: #fff;
	transition: 0.6s;
	cursor: pointer;
	opacity: .7;
}

.newscont .material-icons:hover {
	filter: blur(1px);
}



@keyframes zoomin{
	0% {
		transform: scale(0.5);
		visibility: visible;
	}
	100% {
		transform: scale(1);
		visibility: visible;
	}
}


		
.ncap button {
			
			background: transparent;
			outline: none;
			padding: 3px;
			color: #fff;
			font-family: 'Just Another Hand', cursive;
			border-radius: 15px;
			margin: 5px 0 5px 55%;
			cursor: pointer;
			font-size: 20px;
			transition: 0.2s;
			opacity: .3;
			
			
		}

.ncap button:hover {
			border: 2px solid #407eb3;
			background: #004682;
			outline: none;
			padding: 6px;
			color: #fff;
			cursor: pointer;
			font-size: 22px;
			opacity: .9;
			
		}

		
		.ncol img {
			width: 185px;
			
			
			
				background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	
	
	box-sizing: border-box;
	overflow: hidden;
			
		}
		
		.ncol:hover{
			flex-grow: 4;
		}
		
		.ncol:hover .ncap{
		display: block;
			
		
		}


.sponsors{
    background: #a4e6fb;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	align-content: center;
	
	gap: 20px;
	padding: 20px;

}



	.bdayf {
	background: #cfbd74;
	width: 100%;
	height: 100%;
	padding:30px;


}	

.bdaycont {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	column-gap: 10px;

}





.frtadsty {
	padding: 5px;
}

.birthdays  {
	background: #fff;
	width: 40%;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;
	
	
}




.birthdays h2 {
	font-family: 'MonteCarlo', cursive;
	font-size: 3em;
	 background: -webkit-linear-gradient(#5dc8ff, #cd35e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.birthdays h6 {
	text-align: center;
	font-size: .9em;
	color: #042578;
}

.birthdays p {
	
	margin-top: 10px;
	font-size: 1.1em;
	color: #637a8f;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
}


	
	.obitscontainer {
		

	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */	
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	flex-direction: row;
  }	
	
	

.obitsnames {
	margin: 0 auto;
	padding: .5em 2.5em 2.5em 2.5em;
	margin-bottom: 2em;
	text-align: justify;
	
	columns: 300px;
	column-gap: 3em;
}


.obitsf {
	background: #fff;
	width: 40%;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;	
	
}




.obitsf h2 {
	font-family: 'MonteCarlo', cursive;
	font-size: 2.5em;
	color: #1c558a;
	
}


.obitsf p {
	
	margin-top: 10px;
	font-size: 1em;
	color: #637a8f;
	padding: 5px;
	text-align: center;
}

.obitsf a:hover {
	
	opacity: .5;
}


.videosec {
	
	background:  #041c40;
    height: 100%;
	margin: 0; 
	padding: 20px 0px 50px 0px;
	color: #fff;
}


	
	.vidcont {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 15px;
		align-items: flex-start;
		padding: 10px 5%;
	
		
	}
	
	.vidcont .main-video {
		background: #fff;
		border-radius: 5px;
		
	
		
		
	
	}
	
	
		.vidcont .main-video video {
			width: 100%;
  			border-radius: 5px;
	
		
		
	
	}
	

	
			.vidcont .main-video .video iframe {
	 
 			width: 100%;
  			min-height: 550px;
			height: 100%;
				
	}
	
	
	
	
			.vidcont .main-video .video .title {
	 
		color: #000;
		font-size: 23px;
	    padding:  15px;
	    
		
	    
	}

		.vidcont .main-video .video .title .vdate {
		font-size: 14px;
		color: #9eb9d8;
	}


	
		.vidcont .video-list{
	 
		background: #fff;
	    border-radius: 5px;
		height: 585px;
	    overflow-y: scroll;
	}
	
		.vidcont .video-list::-webkit-scrollbar {
		 width: 7px; 
		
	}
	
		.vidcont .video-list::-webkit-scrollbar-track {
		 background: #ccc;
		border-radius: 50px;	
		
	}	
	
	
		.vidcont .video-list::-webkit-scrollbar-thumb {
		 background: #666;
		border-radius: 50px;	
		
	}		
	
	
		.vidcont .video-list .vid video {
		width: 100px;
		border-radius: 5px;
	}
	
			.vidcont .video-list .vid  {
		display: flex;
		justify-content: space-between;
	    align-items: center;
		gap: 15px;
	    background: #f7f7f7;
	    border-radius: 5px;
		margin: 10px;
		padding: 10px;
		border:1px solid rgba(0,0,0 .1);
		cursor: pointer;
		text-align: center;
	}
	
			.vidcont .video-list .vid:hover  {
		background: #eee;
	}	
	
			.vidcont .video-list .vid.active  {
		background: #0864ab;
	}
	
		.vidcont .video-list .vid.active .title  {
		color: #fff;
	}	
	
		.vidcont .video-list .vid .title  {
		color: #333;
		font-size: 17px;
	}

		.vidcont .video-list .vid .title .vdate  {
		font-size: 14px;
		color: #9eb9d8;
	}


		.vidcont .video-list .vid img  {
		width: 180px;
	}


.photocollage{
			display: flex;
			justify-content: space-evenly;
		    flex-wrap: wrap;
			width: 100%;
	 		height: 100%;
	        margin: 0 auto;
		   
	        box-sizing: border-box;
	        overflow: hidden;
		    padding: 1px;
	        vertical-align: middle;
			touch-action: auto;
		
	    
						
		}


.photocollage .mySlides img{
	
			height: 100px;
		
	    
						
		}


.video-shorts {
    position: relative;
    /* For a 9:16 aspect ratio (Shorts), height should be 1.7777 times the width */
    /* If width is 100%, height would be 177.77% of the width. */
    padding-bottom: 177.77%; /* (16 / 9) * 100% = 177.77% */
    height: 0;
    overflow: hidden;
    max-width: 315px; /* Set a max width for the Short if you want to limit its size */
    margin: auto; /* Center the video */
}

.video-shorts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photocont {
			position: relative;
	        display: flex;
	        justify-content: center;
	        align-items: center;
	        width: 100%;
			max-width: 850px;
	 		height: 535px;
	        margin: 0 auto;
	        margin-top: 10px;
		    background-color: #80848e;
		    border:4px solid rgba(0,0,0 .5);
	        padding: 10px;
	        vertical-align: middle;
			touch-action: auto;
			border-radius: 20px;
        	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;
	        
						
		}

.photocont .subhd{
	font-size: 20px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #000;
	margin-left: 35%;
	margin-right: 35%;
	
}



.photocont img {
	   position: relative;
       max-width: 800px;
	   
	   max-height: 500px;
	   height: 100%;
	   border-radius: 10px;
	   transition: 0.5s;
}


/* Hide the images by default */
.photocont  .mySlides {
  display: none;
	 text-align: center;
}

/* Add a pointer when hovering over the thumbnail images */
.photocont  .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.photocont  .prev,
.photocont  .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  border-radius: 0 3px 3px 0;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  align-content: center;
  transition: 0.6s ease;
}

/* Position the "next button" to the right */
.photocont  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.photocont  .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.photocont  .prev:hover,
.photocont  .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.photocont  .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.photocont  .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.photocont .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.photocont .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.photocont .demo {
  opacity: 0.6;
}

.photocont .active,
.photocont .demo:hover {
  opacity: 1;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


	
.about {
	position: relative;
	width: 100%;
	display: flex;
	background-color: #101f47;
	
}

.about .contentBx{
	background:  #101f47;
	color: #fff;
	padding:  30px;
	width:  50%;
}	
	
.about .imgBx {
	background: url("../img/marble.jpg");
	width: 50%;
	background-size: cover;
	background-position: center;
	
  
}	
	
.yt {
	 position: relative;
	 background: transparent;
	 padding-bottom: 56.25%;
	 padding-top: 30px;
	 height: 0;
	 overflow: hidden;
	 margin-bottom: 25px;
	
	  }
	  
	  	 
.yt iframe 
{ 
 	position: absolute;
 	top: 0;
 	left: 0px; 
	margin: 20px;
 	width: 90%;
  	height: 90%;
    
   }



.svideo{
	width: 100%;

	background-color: #465c78;
	text-align: center;
	
	height: 500px;
	
}

.svideo h2 {

	font-size: 30px;
	text-align: center;
	padding: 20px;
	font-family: 'MonteCarlo', cursive;
	font-weight: 100;
	color: #fff;
	padding-top:10px;

}


.svideo .story {
	width: 100%;
	display: flex;
	column-gap: 10px;
	justify-content: space-evenly;
	align-content: center;
	
	padding: 20px;
	margin-bottom: 10px;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	
}

.story img {
	border-radius: 20px;
	cursor: pointer;
	scroll-snap-align: start;
}

.story img:hover {
	opacity: .5;
}



.story::-webkit-scrollbar {
		 width: 7px; 
		
	}



.story::-webkit-scrollbar-track {
		 background: #000;
		border-radius: 50px;	
		
	}	
	
	
.story::-webkit-scrollbar-thumb {
		background: linear-gradient(to right, #265989, #3492ea);
		border-radius: 50px;
	   
		opacity: .5;
		
	}	





.player {
	width: 100%;

	background-color: #065400;
	text-align: center;
	
	height: 500px;
	
}

.player h2 {

	font-size: 30px;
	text-align: center;
	padding: 10px;
	font-family: 'MonteCarlo', cursive;
	font-weight: 100;
	color: #fff;
	padding-top:10px;

}


	
.player h2 a {

	color: #fff;

}		

	
.player h2 a:hover {

	opacity: .5;
	filter: blur(1px);

}


.player h2 a:visited {

	color: #fff;

}


.player p {

	font-size: 16px;
	font-family: 'Oswald', sans-serif;


}

.player p a {

	color: #fff;

}		

	
.player p a:hover {

	opacity: .5;
	filter: blur(1px);

}


.player p a:visited {

	color: #fff;

}




.other {
	width: 100%;
	height: 100%;
	background-color: rgba(99,216,255, 0.6);
	padding: 50px;

}




.pow {
	width: 100%;
	display: flex;
	column-gap: 20px;
	justify-content: space-evenly;
	align-content: center;	
	padding: 20px;
	height: 390px;
	margin-bottom: 10px;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}


.pow img {
	border-radius: 20px;
	scroll-snap-align: start;
}

.pow::-webkit-scrollbar {
		 width: 7px; 
		
	}



.pow::-webkit-scrollbar-track {
		 background: #000;
		border-radius: 50px;	
		
	}	
	
	
.pow::-webkit-scrollbar-thumb {
		background: linear-gradient(to right, #265989, #3492ea);
		border-radius: 50px;
	   
		opacity: .5;
		
	}	


.dnews {
	width: 100%;
	min-width: 900px;

	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content:space-around;
	align-items: center;
	color: #fff;
    margin: 30px;
}

.dhd {
	width: 60%;
	padding: 15px;
	max-height: 600px;
	margin: 10px;

}


.dlinks {
	width: 30%;
	max-width: 350px;
	padding: 20px;
	background: #000;

	
}

.dlinks h2 {
	padding: 5px;
	font-family: 'MonteCarlo', cursive;
	font-size: 2em;
	color: #12ce28;
	
}

.dlinks h4 {
	padding: 5px;
	
	
}


.dnews a {
	color: #fff;

}

.dnews a:hover {
	opacity: .5;
	filter: blur(1px);

}


.qlinks {
	
	background: #C5BE9C;
}



.election {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background-image: url("../img/elections.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;

}

.election h2 {
	
	text-align: center;
	margin-top: 30px;
	
}


.elect {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: space-between;
	text-align: center;
	align-items: flex-start;
	

	
}

.lists li{
		
	color: #000;
	list-style: none;
	text-align: justify;
	padding-bottom: 10px;
}


.electd {
	width: 30%;
	padding: 5px;
	
}

.electd h3 {
	font-size: 1.1em;
	padding: 1px;
}

.electd p {
	font-size: .9em;
	padding: 1px;
}

.electd .canpic p {
	
	padding: 1px;
	
}

.electd .text-indent {
	text-indent: 50px;
	font-size: 12px;
	
}


.electd .canpic img {
	height: 30px;
	width: 30px;
	border-radius: 50%;

	
}

.electd .canpic a {
	color: #fff;
	font-size: 1.1em;
	background: linear-gradient(to right, #265989, #3492ea);
	padding: 2px;
	border-top-right-radius: 60%;
}


.electd a:hover {
	opacity: .5;
}



.electdates {
	background: #000;
	color: #fff;
	padding: 5px;
	font-size: .9em;
	border-radius: 30px;
	margin-top: 30px;
	
	
}

.electdates h3 {
	padding: 5px;
	font-size: 20px;
	letter-spacing: 1;
	
}

.electd .electdates a {
	color: #67a9fa;
	
	background: transparent;
	padding: 2px;
	border-top-right-radius: 60%;
}

	



.halfct {
	position: relative;
	width: 100%;
	display: flex;
	
}


.halfct .contentBx h3{
	
	text-align: center;
}

.halfct .contentBx{
	
	padding:  50px;
	width:  50%;
}



.halfct .imgBx {
	
	width: 50%;

  
}




.sfeeds{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #99c4d9;
	column-gap: 20px;
	justify-content: space-around;
	text-align: center;
	align-items: center;
	padding: 30px;
	height: 700px;
	
}

.facebookfeed {
	
	min-width: 650px;
	
}





.containerevent .content h2 {
	font-weight:  100;
	font-size: 25px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	margin-top: 30px;
	margin-bottom: 20px;

}


.eventcont {
	margin-top: 20px;
	max-width: 80%;
	display: flex;
	justify-content:space-evenly;
	column-gap: 20px;
	align-content: center;
	font-family: 'Oswald', sans-serif;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
    
		}

.content .eventhd{
	margin-top: 50px;
	font-size: 45px;
	padding: 10px;
		}

.content .eventhd h6{
	color: #000;
		}


.evhCardGLS {
	position: relative;
	background-color: rgba(255,255,255,0.1);
	width:  250px;
	height: 300px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(45,55,68, 0.5);
	margin-bottom: 50px;
	overflow: hidden;

}


.evhCardGLS .poster {
	position: relative;
	overflow: hidden;
	
	}

.evhCardGLS .poster::before {
	content: '';
	position: absolute;
	bottom: -100px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000 40%, transparent);
	transition: 0.5s;
	z-index: 1;
}


.evhCardGLS:hover .poster::before {
	bottom: 0px;
}


.evhCardGLS .poster img {
	width: 100%;
	border-radius: 30px;
	transition: 0.5s;
	}


.evhCardGLS:hover .poster img {
	transform: translateY(-70px);
	filter: blur(5px);
	filter: grayscale(1);
	opacity: .5;
	}


.evhCardGLS .details {
	position: absolute;
	bottom: -100px;
	left: 0;
	padding: 10px;
	width: 100%;
	z-index: 2;
	transition: 0.5s;
	
	}


.evhCardGLS:hover .details {
	bottom: 50px;
	
	}

.evhCardGLS .details h3 {
	bottom: 110px;
	text-align: center;
	padding: 0px;
	text-shadow: 5px 5px 5px #000;
	transition: 0.5s;
	
	}

.evhCardGLS .details .detdate {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.5s;
	}

.evhCardGLS .details h2 {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	transition: 0.5s;
	}




.evhCardGLS .details .button a {
	width: 100%;
	padding: 10px;
	color: #fff;
	background: linear-gradient(0deg, #0079ba 50%, transparent);
	text-align: center;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 30%;
    transition: 0.5s;
	cursor: pointer;
	}

.evhCardGLS .details .button:hover a {
	filter: grayscale(1);
	opacity: .5;
	}




.evCardGLS {
	position: relative;
	background-color: rgba(255,255,255,0.1);
	width:  250px;
	height: 300px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(45,55,68, 0.5);
	margin-bottom: 50px;

}



 .eventcont .evCardGLS:hover{
	opacity: .5;
	transition: 0.5s;
}




 .evCardGLS .imgbx {
	position: absolute;
	top: 60px;
	max-width: 200px;
	height: 200px;

}


 .evCardGLS .imgbx img {
	
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s;
	border-radius: 5px;
	padding: 5px;

}


 .evCardGLS .imgbx:hover img {
	filter: grayscale(1);
	transition: 0.5s;
	
	padding: 5px;

}


 .eventcont .evCardGLS   h3 {
	position: absolute;
	color: #000;
	top: 5px;
	margin: 0;
	padding: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 22px;
	letter-spacing: 1px;

}

 .eventcont .evCardGLS  h4 {
	position: absolute;
	top: 260px;
	background-color: #000;
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: 500;
   text-align: center;
   border-radius: 5px;
   width: 200px;
}

 .eventcont .evCardGLS  h5 {
	 
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 100;
   text-align: center;
}

 .eventcont .evCardGLS  p {
	 

	font-size: 12px;

}




 .evCardGLS:hover .eventm {
	visibility: visible;
	position: absolute;
	bottom: 0;

}


.evCardGLS .eventm .evtbtn
{
	
	display: flex;
	background:#1AA0D9;
	border-radius: 20px;
	color: #fff;
	padding: 2px;
}



.eventdet {
	
	margin: 50px auto;
	display: flex;
	justify-content: space-evenly;
	font-family: 'Oswald', sans-serif;
	padding: 20px;
	flex-wrap: wrap;
	background-color: rgba(250,250,250,0.1);
	align-items: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(99,216,255, 0.3);

		}


.eventdet .evtdetail {
    min-width: 50%;
	padding: 10px;
	
	

}

.eventdet .evtdetail h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 35px;
	padding: 10px;
    text-align: center;
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
	
    
}


.eventdet .evtdetail h3 {
	color: #fff;
	margin-top: 20px;
	font-size: 22px;
	padding: 10px;
    
}


.eventdet .evtdetail h4 {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	padding: 10px;
    
}

.eventdet  .eventimage {
    max-width: 40%;
	padding: 10px;
	

}


.eventdet .eventimage .imgbx {
	
	max-width: 500px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	
}


.eventdet .eventimage  .imgbx img {
	
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 15px;
	border-radius: 25px;
	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;  
    animation: zoomin 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
	z-index: 20;

}


.eventdesc{
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(99,216,255, 0.3);
	
	justify-content: space-around;
	text-align: center;
	align-items: center;
	

}



.evdescdet{
	width: 60%;
	height: 100%;
	padding: 10px;
	margin-top: 20px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

	
}


.eventdesc .evdescdet .evtxph .imgbx {
	
	max-width: 500px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	
}



.eventdesc .evdescdet .evtxph .imgbx img {
	
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 15px;
	border-radius: 25px;
	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;  
    animation: zoomin 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
	z-index: 20;

}




.evdescdet p{
	text-align: justify;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 10px;

	
}

.eventdesc .eventboxad
{
	
	min-height: 400px;
	padding: 5px;
	margin-bottom: 10px;
	
	
}

.evtcg {
	
	
	background: #000;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	border-radius: 10px;
	margin: 20px;
}


.evCardB {
	position: relative;
	background: #000;
	width:  250px;
	height: 350px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	border-style: double;
	box-shadow: 10px 10px 40px rgba(138,58,200, 0.5);
	margin-bottom: 50px;

}



 .eventcont .evCardB:hover{
	height: 400px;

}




 .evCardB .imgbx {
	position: absolute;
	top: 60px;
	max-width: 200px;
	height: 220px;

}


 .evCardB .imgbx img {
	
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s;
	
	padding: 5px;

}

.eventcont .evCardB   h3 {
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;

}

 .eventcont .evCardB  h4 {
	position: absolute;
	top: 300px;
	
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
   text-align: center;
}

 .eventcont .evCardB  h5 {
	 
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 100;
   text-align: center;
}

 .eventcont .evCardB  p {
	 

	font-size: 12px;

}




 .evCardB:hover .eventm {
	visibility: visible;
	position: absolute;
	bottom: 0;

}


.evCardB .eventm .evtbtn
{
	
	display: flex;
	background:#1AA0D9;
	border-radius: 20px;
	color: #fff;
	padding: 2px;
}
















.ftev {
	width: 100%;
	background: #fff6ba;
	text-align: center;
	max-height: 400px;
	
}


.ftev h2 {

	font-size: 35px;
	text-align: center;
	
	font-family: 'MonteCarlo', cursive;
	font-weight: 400;
	color: #023789;
	padding:15px;

}



.eventsp {
	
	width: 100%;
	height: 100%;
	background: #055903;
	padding: 10px;

}	
	
.eventsp img {
	
	max-width: 100%;
}


.featuredevents {
	width: 100%;
	display: flex;
	background: #fff6ba;
	column-gap: 20px;
	justify-content: space-between;
	align-content: center;
	padding: 20px;
	height: auto;
	
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}




.featuredevents img {
	border-radius: 5px;
	max-height: 250px;
	scroll-snap-align: start;
	padding-bottom: 10px;
	object-fit: contain;

}




.featuredevents img:hover {
	opacity: .5;
	filter: grayscale(1);
}


.featuredevents::-webkit-scrollbar {
		 width: 7px; 
		
	}



.featuredevents::-webkit-scrollbar-track {
		 background: #000;
		border-radius: 50px;	
		
	}	
	
	
.featuredevents::-webkit-scrollbar-thumb {
		background: linear-gradient(to right, #265989, #3492ea);
		border-radius: 50px;
	   
		opacity: .5;
		
	}


.eventfeeds{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #99c4d9;
	column-gap: 20px;
	justify-content: space-around;
	text-align: center;
	align-items: center;
	padding: 50px;
	height: 700px;
	
}








.blank{
	width: 100%;
	height: 100%;
	min-height: 500px;

	background-color: rgba(99,216,255, 0.3);
    padding:  20px;
	

}

/* Create three equal columns that floats next to each other */
.tcol {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 100%; /* Should be removed. Only for demonstration */

}

/* Clear floats after the columns */
.tricol:after {
  content: "";
  display: table;
  clear: both;
 
}





.newspgcont {
	margin-top: 20px;
	max-width: 80%;
	display: flex;
	column-gap: 10px;
	justify-content:space-around;
	font-family: 'Oswald', sans-serif;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
    
		}




.nwCardGLS {
	position: relative;
	background-color: rgba(255,255,255,0.1);
	width:  250px;
	height: 300px;
	padding: 5px;
	display: flex;
	flex-direction: space-around;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(45,55,68, 0.5);
	margin-bottom: 50px;

}



 .nwCardGLS:hover{
	opacity: .5;
	transition: 0.5s;
}




 .nwCardGLS .imgbx {
	position: relative;
	width: 250px;
	height: 200px;

	
	
}


 .nwCardGLS .imgbx img {
	
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	border-radius: 15px;
	padding: 5px;

}


 .nwCardGLS .imgbx:hover img {
	filter: grayscale(1);
	transition: 0.5s;
	padding: 5px;

}


 .nwCardGLS  h3 {
	position: relative;
	color: #fff;
	top: 5px;
	margin: 0;
	padding: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 23px;
	letter-spacing: 1px;

}





.newsdet {
	min-height: 500px;
	margin: 20px auto;
	display: flex;
	justify-content: space-evenly;
	font-family: 'Oswald', sans-serif;
	padding: 15px;
	flex-wrap: wrap;
	background-color: rgba(250,250,250,0.1);
	align-items: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(99,216,255, 0.3);

		}

.newsdet .newsdetail {
    min-width: 40%;
	padding: 5px;
	

}

.newsdet .newsdetail h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 25px;
	padding: 10px;
    text-align: center;
	margin-right: 20px;
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
}


.newsdet .newsdetail h3 {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	padding: 10px;
    text-align: center;
	
}


.newsdet .newsdetail h4 {
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	padding: 10px;
    
}



.newsdet .newsdetail .author {

	color: rgba(99,216,255, 0.7);
	font-size: 17px;
	padding: 10px;
	text-align: right;
	
}


.newsdet .newsimage {
    max-width: 50%;
	padding: 10px;
	

}



.newsdet .newsimage .imgbx {
	
	max-width: 500px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	
}







.nwphotocont {
	
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    height: auto;

	margin: 0 auto;
	margin-top: 10px;
	border:4px solid rgba(0,0,0 .5);
	padding: 10px;
	flex-wrap: wrap;
	vertical-align: middle;
	touch-action: auto;
	border-radius: 20px;
    box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;
	

}

			





.nwphotocont  img {
	max-width: 100%;
	min-height: 300px;
	max-height: 430px;
	object-fit: contain;
	transition: 0.5s;
	border-radius: 20px;
	padding: 5px;
	align-content: center;

	z-index: 20;
	
}





/* Hide the images by default */
.nwphotocont  .mySlides {
  display: none;
	 text-align: center;
}

/* Add a pointer when hovering over the thumbnail images */
.nwphotocont .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.nwphotocont .prev,
.nwphotocont  .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 35px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  align-content: center;
  transition: 0.6s ease;
  text-shadow: 4px 4px 8px #265989;
  	
}

/* Position the "next button" to the right */
.nwphotocont  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.nwphotocont  .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.nwphotocont .prev:hover,
.nwphotocont .next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Number text (1/3 etc) */
.nwphotocont  .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 8px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.nwphotocont  .caption-container {

  padding: 5px;
  color: white;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 5px;
  word-wrap: break-all;
	text-align: center;
  
}

.nwphotocont  .caption {
	position: relative;
	  padding: 5px;
 

  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  word-wrap: break-all;
	
	color: #fff;
	font-size: 14px;
	
	line-height: 16px;
	
}


.nwphotocont.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.nwphotocont .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.nwphotocont .demo {
  opacity: 0.6;
}

.nwphotocont .active,
.nwphotocont .demo:hover {
  opacity: 1;
}



.newsdesc{
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(99,216,255, 0.3);
	
	justify-content: space-around;
	text-align: center;
	align-items: center;
	

	
}


.newsdescdet{
	width: 60%;
	height: 100%;
	padding: 10px;
	top: 20px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


.newsdescdet p{
	text-align: justify;
	font-size: 18px;
	padding: 10px;

	
}

.newsdesc .newsboxad
{
	
	min-height: 400px;
	padding: 5px;
	margin: 10px;
	
	
}




	
.newsvidcont {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 15px;
		align-items: center;
		padding: 10px 5%;
	
		
	}
	
.newsvidcont .main-video {
		background: #fff;
		border-radius: 5px;
	}
	
	
.newsvidcont .main-video video {
			width: 100%;
  			border-radius: 5px;
	
		
		
	
	}
	

	
.newsvidcont .main-video .video iframe {
	 
 			width: 100%;
  			min-height: 500px;
			height: 100%;
				
	}
	
	
	
	
.newsvidcont .main-video .video .title {
	 
		color: #000;
		font-size: 23px;
	    padding:  15px;
	    
		
	    
	}


	
.newsvidcont .newsvidside{
	 
		background-color: rgba(250,250,250,0.1);
	    backdrop-filter: blur(10px);
	    border: 2px solid transparent;
	    background-clip: padding-box;
	    box-shadow: 10px 10px 10px rgba(99,216,255, 0.3);
	    border-radius: 5px;
		height: 560px;

	}
	
	
	
	
.newsvidcont .newsvidside .newsside  {
		display: flex;
		justify-content: space-around;
	    align-items: center;
		gap: 15px;
	    background-color: rgba(250,250,250,0.1);
	    border-radius: 5px;
	    border: 2px solid rgba(10,10,10,0.1);;
	    margin: 10px;
		padding: 10px;
		cursor: pointer;
		text-align: center;
	}


.newsvidcont .newsvidside .newsside h3 {
		font-size: 25px;
	    
	}

.newsvidcont .newsvidside h4 {
		
	 font-size: 30px;
	text-align: center;
	padding: 30px;
	font-family: 'MonteCarlo', cursive;
	font-weight: 500;
	line-height: 48px;
	opacity: .9;
	text-shadow: 2px 2px 4px #265989;
	
		}

	
.newsvidcont .newsvidside .newsside:hover  {
		background: #eee;
	}	
	
	
.newsvidcont .newsvidside .newsside .title  {
		color: #333;
		font-size: 17px;
	}


.newsvidcont .newsvidside .newsside img  {
		height: 30px;
	    filter: grayscale(80%);
	}


.newsvidcont .newsvidside .newsside .title  {
		color: #333;
		font-size: 17px;
	}


	
.newsvidcont .newsvidside::-webkit-scrollbar {
		 width: 7px; 
		
	}
	
.newsvidcont .newsvidside::-webkit-scrollbar-track {
		 background: #465158;
		border-radius: 50px;	
		
	}	
	
	
.newsvidcont .newsvidside::-webkit-scrollbar-thumb {
		 background: #ccc;
		border-radius: 50px;	
		
	}	


.bizmain {
	margin-top: 10px;
	max-width: 100%;
	display: flex;
	justify-content:space-around;
	font-family: 'Oswald', sans-serif;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
    
		}



.bizmain .bizcontainer {
	margin-top: 10px;
	width: 80%;
	max-width: 1100px;
	display: flex;
	justify-content:space-around;
	font-family: 'Oswald', sans-serif;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
    
		}



.bizmain h1{
	display: block;
  	padding: 15px;
  	color: #fff;
	font-family: 'Oswald', sans-serif;
   	min-width: 700px;
  	text-align: center;
  	border: 2px dotted #fff;
  	margin: 10px;
  	line-height: 25px;
  	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;  

		}


.bizmain .skyad
{ 
	
	min-height: 650px;
	align-content: center;
	padding: 5px;
	margin-bottom: 10px;
	
	
}

.bizmain .skyad p
{ 
	
	text-align: center;
	font-size: 12px;
	opacity: .8;
	
	
}

.bizmain .searchcontainer {
	margin-top: 10px;
	max-width: 80%;
	display: flex;
	justify-content:center;
	font-family: 'Oswald', sans-serif;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
    
		}



.searchdet {
    min-width: 800px;
	height: 100vh;
	margin: 10px auto;
	display: flex;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	padding: 20px;
	flex-wrap: wrap;
	background-color: rgba(250,250,250,0.1);
	align-items: center;
	align-content: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(99,216,255, 0.3);

		}



.bizdet {
	
	width: 100%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	font-family: 'Oswald', sans-serif;
	padding: 10px;
	flex-wrap: wrap;
	background-color: rgba(250,250,250,0.1);
	align-items: center;
	align-content: center;
	border-radius: 30px;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(99,216,255, 0.3);

		}



.bizdet h6 {
	
	
	
	text-align: center;
	font-size: 14px;
	opacity: .8;

		}


.bizdet a {
	
  padding: 5px;
  color: #fff;
  display: flex;
   justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap:wrap;
  width: 100%;
  max-width: 150px;
  height: 70px;
  text-align: center;
  border: 2px dotted #000;
  margin: 5px;
  line-height: 20px;
  box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;  	
		}


.bizdet a:hover {
	
	opacity: .5;
	filter: blur(1px);
    cursor: pointer;
	border: 2px dotted #fff;
	transition: 0.5s;

	 
		}

.bizdet a:visited {
	
	filter: grayscale(1);
	background-color: rgba(200,200,200,0.1); 
	opacity: .3;
		}


.bizmain .bizcatcontainer {
	
	width: 80%;
	max-width: 1100px;
	display: flex;
	justify-content:space-evenly;
	column-gap: 20px;
	align-content: center;
	
	font-family: 'Oswald', sans-serif;
	align-items: center;
	flex-wrap: wrap;
    margin: 30px 0 50px 0;
		}






.bizcatdet {
	
	position: relative;
	background-color: rgba(250,250,250,0.1);
	width:  250px;
	height: 250px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	border-radius: 30px;
	transform-style: preserve-3d;
	transition: all 0.5s ease;
	backdrop-filter: blur(30px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(45,55,68, 0.5);

	

		}

.bizcard {
	
	
	background-color: rgba(250,250,250,0.1);
	width:  250px;
    height: 300px;
	border-radius: 25px;
	border: 2px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(50px);
	box-shadow: 7px 7px 15px rgba(99,216,255, 0.2);
	transform-style: preserve-3d;
	transition: all 0.5s ease;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
    margin: 30px 0 50px 0;
	column-gap: 20px;
		}


.bizcard h2 {
	position: absolute;
	top: 15px;
	font-size: 20px;
	line-height: 22px;
	padding: 1px;
	text-align: center;
	text-transform: uppercase;
	
}

.bizcard h2 a {
	color: #fff;
	cursor: pointer;
	
}


.bizcard .bizhd:hover {
	opacity: .5;
	filter: blur(1px);
	cursor: pointer;
}





.bizcardimB {
	position: absolute;
	top: 15px;
	padding: 10px;
	height: 200px;	
	width: auto;
	

}


.bizcardimB  img {

    width: 100%;
	height: 100%;
	object-fit: contain;
	

	
}

.bizcard img:hover {
	filter: grayscale(1);
	opacity: .5;

	
}


.adrs {
	position: absolute;
	bottom: 40px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	opacity: .8;
	line-height: 22px;
	
}


.bizcardphone  {
	position: absolute;
	letter-spacing: 1px;
	bottom: 7px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #000;
	padding: 2px;
	border-radius: 10px;
	margin: 2px;
	
	
	
}




.bizcardphone a {

	text-align: center;
	color: #fff;

	
}

.bizcardphone a:hover {
	opacity: .5;
	filter: blur(2px);
	
	
}



.bizsocial {
	padding: 10px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	opacity: .8;
	
}

.bizsocial img {
	height: 25px;
	
}


.bizsocial a:hover {
	scale: 1.5;
	opacity: .3;
	transition: all 0.5s ease;

	
	
	
}



.bizlogo {
	display: flex;
	justify-content: center;
	
}

.bizlogo img {
	height: 150px;
	padding: 5px;
    animation: moveup 1s linear 1;
	animation-delay: 2s;
	visibility: hidden;
	animation-fill-mode: forwards;

}



@keyframes moveup{
	0% {
		transform: translateY(80px);
		visibility: visible;
	}
	100% {
		transform: translateY(0);
		visibility: visible;
	}
}




.bizcatdet .bizcardf {
	
	height:  200px;
	padding: 5px;
	line-hight: 5px;


}



.bizcatdet .bizcardf .bizcardimB img {
	
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s;
	
	

}


.bizcatdet .bizcardf p {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 1px;
	line-height: 18px;

	
}




.bizcatdet .bizcardf .adrs {
	font-size: 15px;
	text-align: center;
	padding: 1px;
	line-height: 17px;

	
}




.bizcatdet .bizcardf a {
	color: #fff;


	
}

.bizcatdet .bizcardf a:hover {
	
	opacity: .5;

	
}



.bizcatdet .bizcardf:hover {
	filter: grayscale(1);
	
	
}



.bizcatdet .bizcardb {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	background:  #4F1818;
	color: #fff;
	transform: rotateY(180deg);
	border-radius: 20px;
	padding: 10px;

}


.bizcatdet .bizcardb a {

	color: #ebea9b;
	


}


.bizcatdet .bizcardb a:hover {
	opacity: .5;

}


.bizcatdet .bizcardb h2 {
	font-weight:  100;
	font-size: 25px;
	color: #fff;
	font-family: 'Rye', cursive;
	margin-top: 30px;
	margin-bottom: 20px;

}


.bizdesc{
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(99,216,255, 0.3);
	justify-content: space-around;
	text-align: center;
	align-items: center;
	

	
}


.bizdescdet{
	display: block;
	min-width: 100%;
	
	background-color: rgba(99,216,255, 0.3);
	
	margin: 2px 10px 2px 10px;
	border-radius: 5px;
	

	
}

.bizdescdet:hover {
	filter:grayscale(1);
	
	

	
}


.bizdescdet p {
	text-align: justify;
	font-size: 16px;
	padding: 3px;
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-content: center;
	align-items: center;
	margin: 20px 15px 20px 5px;
}


.bizdescdet a {
	color: #fff;
	
	

	
}


.bizdescdet a:hover {
	opacity: .5;
	filter: blur(1px);
	

	
}




.bizdesc .bizboxad
{
	
	min-height: 400px;
	padding: 5px;
	margin-bottom: 10px;
	
	
}







.bizlist {
	width: 100%;
	margin: 10px auto;
	display: flex;
	justify-content: space-evenly;
	font-family: 'Oswald', sans-serif;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(50px);
	box-shadow: 7px 7px 15px rgba(99,216,255, 0.2);
	transform-style: preserve-3d;
	transition: all 0.5s ease;

		}

.bizlist .bizlistdetail{
    width: 50%;
	padding: 10px;
	

}

.bizlist .bizlistdetail h2 {
	color: #fff;
	margin: 5px;
	font-size: 35px;
	padding: 10px;
    text-align: center;
	
	animation: moveleft 1s linear 1;
	animation-delay: .5s;
	visibility: hidden;
	animation-fill-mode: forwards;
}


.bizlist .bizlistdetail h3 {
	color: #fff;
	margin-top: 10px;
	font-size: 22px;
	padding: 5px;
    text-align: center;
}


.bizlist .bizlistdetail h4 {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
	padding: 10px;
    
}


.bizlistphone {
	background: #000;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 5px 5px 15px rgba(118,215,255, 0.3);
	
}


.bizlistphone a {
	color: #76d9ff;
	
	
}

.bizlistphone a:hover {
	color: #000;
	
	
}


.bizlistphone:hover  {
	background: rgba(118,215,255, 0.3);
	
	
}


.bizlist .bizlistimage {
    max-width: 50%;
	padding: 10px;
	
	

}


.bizlist  .bizlistimage .imgbx {
	
	height: 500px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
		
	   

	
}

.bizlist  .bizlistimage .imgbx img {
	
	    
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 15px;
	border-radius: 25px;
	box-shadow: 15px 15px 50px -15px rgba(0,0,0, 0.4) inset;  
    animation: zoomin 1s linear 1;
	visibility: hidden;
	animation-fill-mode: forwards;
	z-index: 20;

	
}


.bizdesctabs {
	width: 100%;
	height: 100%;
	min-height: 600px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(99,216,255, 0.4);
	justify-content: space-around;
	text-align: center;
	align-items: center;
	padding: 20px;

	
}


.biztabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 60vw;
	height: auto;
	margin: 20px;
	padding: 15px;
	
	
}

.biztabs input[type="radio"] {
	display: none;
}


.biztabs label {
	min-width: 120px;
	padding: 5px;
	font-weight: bold;
	font-size: 25px;
	color: rgba(0,62,131, 0.9);
	border-radius: 15px 15px 0px 0px;
	box-shadow: 15px 0px 50px -15px rgba(0,0,0, 0.1) inset;
	border-top: 2px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(50px);
	transform-style: preserve-3d;
	transition: all 0.5s ease;
	cursor: pointer;
	
}

.biztabs .btab {
	width: 100%;
	min-height: 500px;
	padding:  20px;
	background: #fff;
	order: 1;
	display: none;
	border-radius: 20px;
	box-shadow: 15px 0px 50px -15px rgba(0,0,0, 0.1) inset;
}


.biztabs .btab h2 {
 	font-size: 1.5em;
    color: rgba(4,42,162, 1);
	transition: all 0.5s ease;
	margin-bottom: 10px;
}


.biztabs .btab h3 {
 	font-size: 1.1em;
    color: rgba(4,42,162, 1);
	transition: all 0.5s ease;
	margin-top: 20px;
	
}


.biztabs .btab p {
 	font-size: 1em;
    color: rgba(44,46,48, 1);
	margin: 20px;
	
}



.biztabs input[type="radio"]:checked + label + .btab {
	display: block;

}

.biztabs input[type="radio"]:checked + label {
	background: #fff;

}






.invert {
	filter: invert(1);
}
	



.pagncont  {
    display: flex;
	justify-content: center;
	flex-direction: row;
	column-gap: 20px;
	max-width: 100%;
	flex-wrap: wrap;
	
	

}





.pagnact  {

    font-size: 25px;
	background-color: rgba(0,0,0,0.7);
	backdrop-filter: blur(10px);
	color: #fff;
	border: 2px solid #000;
	background-clip: padding-box;
	box-shadow: 5px 5px 5px rgba(155,200,99, 0.3);
	border-radius: 5px;
	padding: 5px;
    width: 50px;
	text-align: center;
	margin: 10px;
	
	
}


.pagn  {

    font-size: 20px;
	background-color: rgba(250,250,250,0.1);
	backdrop-filter: blur(10px);
	height: 80%;
	
	padding: 5px;
	min-width:25px;
	text-align: center;
	margin: 15px 5px 5px 5px;
	cursor: pointer;
}


.pagn   a{
    
	color: #000;

}

.pagnact   a{
    
	color: #fff;
	
}


.pagn:hover{
    
	opacity: .5;
	
}


.pagnact:hover{
    
	background-color: rgba(0,199,0,0.7);
	cursor: pointer;
}


.eventct {
	 
	color: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 14px;
}


	
footer {
	width: 100%;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 10px;
	overflow: hidden;
}


.note {
	width: 60%;
	padding: 20px;
	
	
}

.signature{
	font-size: 20px;
	padding: 10px;
	font-family: 'MonteCarlo', cursive;
	font-weight: 500;

	
}



.spacel {
	width: 3px;
	height: 80%;
	color: #fff;
}










@media screen and (max-width: 1100px)
{
	
	.navbar {
	max-width: 100%;
    margin-bottom: 20px;
	
	
	
	
}
	

	
	
	

.newscont {
			min-width: 900px;
			height:  45vh;
			margin: 50px auto;
		
			
						
		}


	

	.about {
		flex-direction: column;
	}
	.about .contentBx,
	.about .imgBx
	{
		width: 100%;
		padding: 30px;
		min-height: 400px;
		
	}	
	
	

	nav .menu1 {

	width: 45px;
	height: 45px;
	
}	

nav .menu1 img{
	height: 38px;
	margin: 0;

	
}
	
	
nav .menu1 li  {

	
	height: 27px;
	
	line-height: .75em;
}

.menu2 {
	position: absolute;
	top: 40px;
	transform: translateX(-2200px);
	transition: transform 400ms cubic-bezier(0.165,0.84,0.44,1);
	cursor: pointer;
	
}
	


nav .menu2 li  {
	font-size: 16px;
	display: block;
	height: 27px;
	line-height: 1.5em;
	
	
}
	
	
input#trigger:checked  ~  nav .menu1 {
	height: 220px;
	
}
	
  /* set back to height: 530px;. */	
	

#trigger:checked  ~   nav .menu2{
	transform: translateX(-130px);
	
}	
	
.content {
	color: #fff;
	padding: 10px;
}
	

}

	@media (max-width:991px){
		
		
.sfeeds{
	width: 100%;
	flex-direction: column;
    justify-content: center;
	padding: 20px;
	height: 100%;
	
}			
		
		
		
		.vidcont {
			grid-template-columns: 1.5fr 1fr;
			padding: 20px;
		}
		
		
.containerphoto {

	min-height: 100%;

	
	
}	
	


.newscont {
	        position: relative;
			min-width: 80%;
			height:  auto;
			margin: 30px auto;;
			display: block;
			
			
						
		}
		
		
		
		
	
	
.newscont .ncol {
			position: relative;
			
			flex: 1;
		    padding: 1px;
	
		}
 



.newscont .ncol h1{
			text-align:center;
			font-size: 30px;
			font-weight: 600;
			transform: rotate(0deg);
			
			letter-spacing: 7px;
			margin-top: 1%;
			
		}
	
		
.newscont .ncap {
		
			max-height: 500px;
			font-size: 16px;
			margin: 15px;
			
		}

.newscont .ncap h2{
			
			font-size: 25px;
			font-weight: 600;
			letter-spacing: 7px;
			margin-bottom: 20px;
			
			
		}	
	
.newscont .ncap .eventsf {
			
		
	        height: 100%;
	  		
		
		}




		
.photocont {
			
			max-width: 90%;
						
		}		
		
.photocont img {
        
	    max-width: 100%;
	    max-height: auto;
	    height: auto;
}		
		
	
	
	

.social a {
	
	padding-right: 22px;
	font-size: 14px;
	
}

.social img {
	
	height: 20px;
	
}
		
	
		
		
	
.bdayf {

	padding:15px;


}	

.bdaycont {
	
	flex-direction: column;
	align-items: center;
	justify-content: center;
	column-gap: 0px;

}




.birthdays  {
	
	width: 100%;
	margin-bottom: 30px;
	
	
}

.obitsf {
	
	width: 100%;
	margin-bottom: 30px;
	
}


		
.eventfeeds{
	width: 100%;
	flex-direction: column;
    justify-content: center;
	padding: 15px;
	height: 100%;
	
}	
		
		
.eventdet {
	
	margin: 30px auto;
	justify-content: center;
	padding:5px;


		}		
		


.eventdet  .eventimage {
    max-width: 100%;
	padding: 10px;
	

}

.newsdet .newsdetail {
    width: 100%;
	padding: 10px;

	}		
		

.newsdet .newsimage {
    max-width: 100%;
	padding: 10px;
	

}
	

	
/* Hide the images by default */
 .mySlides {
  display: none;
	 text-align: center;
}		
		


		
		
.bizmain h1{
	display: block;
  	padding: 10px;
   	min-width: 90%;
    font-size: 25px;
	line-height: 30px;

		}	

		

.halfct {
	display: block;
	
}
		
.halfct .contentBx{
	
	padding:  10px;
	width:  100%;
	height: auto;
}


.halfct .contentBx img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	align-content: center;
	padding: 10px;	
		
		
		}
	
		
		
	}
	

@media screen and (max-width: 768px) 
	
	
{
	
.biztabs {

	width: 100vw;
	height: auto;
	margin: 10px;
	padding: 5px;
	
	
}
	
	
	
.bizmain .bizcontainer {
	width: 100%;
	min-width: 100%;
	max-width: 900px;
	padding: 5px;
    
		}	
	
	
.bizdet a {
	

  max-width: 110px;
  height: 60px;
  line-height: 18px;
  font-size: 13px;
  padding: 5px;
		}		
	
	
.bizmain .bizcatcontainer {
	
	width: 100%;

    margin: 10px 0 20px 0;
		}
	

		
	

.eventcont {

	margin-top: 20px;
	max-width: 100%;
	display: flex;
	column-gap: 10px;
	flex-direction: column;

	padding: 10px;
    
		}


.biztabs label {
	min-width: 100px;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;

	
}

.biztabs .btab {
	width: 100%;

	padding:  10px;

}

.navbar  h3 {
	
	font-size: 30px;
	padding: 10px;
	line-height: 30px;

	
	
}	

	
	
.lad
{
	margin-top: 60px;
	height: 80px;
	
	

	
	
	
}
	
	
.electd {
	width: 100%;
	padding: 10px;
}	
	
	
.newspgcont {
	margin-top: 20px;
	max-width: 100%;
	display: flex;
	column-gap: 10px;
	flex-direction: column;

	padding: 10px;
    
		}	
	


 .nwCardGLS  h3 {
	font-size: 16px;
	line-height: 17px;


}
	
.tcol {
  
  width: 100%;
  text-align: center;

}	
	
	
	
.photocont {
			position: relative;
			max-width: 90%;
	 		max-height: 350px;
	        margin-bottom: 20px;

	       
	    
						
		}


.photocont img {
        
	    max-width: 320px;
	    max-height: 325px;
	    height: auto;
}

	
		.vidcont .video-list{
	 
		margin: 20px;
	}

.sponsors{
	width: 100%;
    	
	padding: 10px;
	margin: 20px 0px 20px 0px;
	
}
	


	
	
	
.vidcont .main-video .video iframe {
	 
 			
  			min-height: 300px;
			height: 100%;
			padding: 5px;	
	}
	
	
	
	
			.vidcont .main-video .video .title {
	 
		
		font-size: 19px;
	   
	    
	}


	
		
		

.facebookfeed {
	width: 90%;
	min-width: 90%;
}


.twitterfeed {
	width: 90%;
	min-width: 90%;
}	
	
.boxad
{
	width: auto;
	height: auto;
	min-height: auto;
	
	
	
}	
	
	
	
.birthdays p {
	
	margin-top: 5px;
	font-size: 1em;
	padding: 2px;
	text-align: center;
	line-height: 1.2em;
}	
	
	

	
	
	
.obitsf p {
	
	margin-top: 5px;
	font-size: .9em;
	padding: 2px;
	line-height: 1.2em;
}	
	

	
	
	
.player {

	
	height: 400px;
	
}

.player h2 {

	font-size: 20px;
	padding: 10px;
	padding-top:5px;

}	
	
		
	
	
	
.pow {
	
	height: 320px;

}
	
.pow::-webkit-scrollbar {
		 display: none;
		
	}



.pow::-webkit-scrollbar-track {
		 display: none;	
		
	}	
	
	
.pow::-webkit-scrollbar-thumb {
	 display: none;
		
	}		

	
	
	
.vidcont {
			grid-template-columns: 1fr;
			padding: 20px;
		}	
	



.note {
	width: 90%;
	padding: 5px;
	
	
}


	
	
.evhCardGLS .details {

	bottom: -100px;

	padding: 5px;

	
	}
	
.evhCardGLS .details .button a {
	
	padding: 5px;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 27%;
	}
	
	
.evhCardGLS .details h3 {
	font-size: 16px;
	
	}	



	
	
	
	


	
.evdescdet{
	width: 100%;
	padding: 15px;

	
}
	
	
.evtcg {
	
	display: block;
	width:  100%;
	margin: 10px;
	text-align: center;
}
	
	



.eventdet .evtdetail h2 {
	
	font-size: 20px;
	padding: 5px;
   	text-align: center;

}


.eventdet .evtdetail h3 {
	
	margin-top: 10px;
	font-size: 18px;
	 text-align: center;
}


.eventdet .evtdetail h4 {
	
	margin-top: 10px;
	font-size: 16px;
	
    
}

	
	
	
.newsdet {
	
	margin: 20px auto;
	padding: 15px;


		}	
	
.newsdescdet {
	width: 100%;
	padding: 15px;
		
	}

	

.newsdet .newsdetail h2 {
	
	font-size: 23px;
	padding: 10px;
   	margin-right: 0;

}


.newsdet .newsdetail h3 {
	
	margin-top: 10px;
	font-size: 18px;
}


.newsdet .newsdetail h4 {
	
	margin-top: 10px;
	font-size: 16px;
	
    
}



.dnews {
	width: 100%;
	column-gap: 5px;
	justify-content: center;
	align-items: center;
    margin: 10px;
}


.dhd {
	width: 100%;
	padding: 5px;
	max-height: 100%;
	margin: 5px;
    margin-bottom: 50px;
}


.dlinks {
	width: 100%;
	padding: 10px;
	
	
	
}

.newsvidcont {
			grid-template-columns: 1fr;
			padding: 15px;
		}	
		
.newsvidcont .main-video .video iframe {
	 
 			min-height: 350px;
			
				
	}
	



	


	
	
	
	

	


.bizdescdet p {
	text-align: center;
	font-size: 14px;
	padding: 3px;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-content: center;
	align-items: center;
	margin: 5px;
}	
	
	
	
.bizlist {

	margin: 0px 15px 15px 0px;

		}	
	

.bizlist .bizlistdetail{
    width: 100%;
    

}	
	
	
.bizlist .bizlistimage {
    max-width: 100%;
	padding: 10px;
	
	

}


.bizlist  .bizlistimage .imgbx {
	   
		width: 100%;
        height: auto;
		min-height: 400px;
 

	
}


.bizlist  .bizlistimage .imgbx img {
	
	    

	padding: 5px;


	
}
	


.eventdesc .evdescdet .evtxph .imgbx {
	
	width: 100%;
	height: auto;
min-height: 400px;
	
}	

.pagncont  {
	column-gap: 10px;
	
	}


.pagn  {

    font-size: 18px;
	min-width:25px;

	margin: 5px;

}


.pagnact  {

    font-size: 18px;
    width: 25px;
	margin: 5px;
	
	
}
	

	
		
	
}

