.error {color: #FF0000;}
a:link {
  color: navy;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: DimGrey;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
button.specialeffects:hover {
  color: black ;
  background-color: blue;
} 
.k1 {
	
	
}

.bg {
 background-position: center;
 background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), 
                    url('images/cross.jpg');
  background-color: white;
  background-repeat: repeat;
}
img.one {
  height: auto;
  width: auto;
}
.contain {
  object-fit: contain;
}
.flex0 {
max-width: 95%;
min-width:90%;
box-shadow:  0 15px 15px rgba(0, 0, 0, 0.3);
height: auto;
  border: 2px solid black;
border-radius: 25px;
background-image: url(images/bgpap1.gif);
background-repeat: repeat;
background-position: center2
position: static;
margin-left:auto;
margin-right:auto;
  text-align: center;
  line-height: auto;	
  
  
}
.flex1 {
	width: 100%;
}
.flex1 > div {
margin-left:auto;
margin-right:auto;
  text-align: center;
  line-height: auto;	
	font-family: arial;
  font-size:1em;
	
}

.flex2 {
	width: 100%;
}
.flex2 > div {
  width: 75%;
  height: auto;
margin-left:auto;
margin-right:auto;
  text-align: justify;
  line-height: auto;
}
.flex3 {
	width: 100%;
}
.flex3 > div {
  width: 75%;
  border-radius: 25px;
  padding: 1em 1.5em 1em 1.5em;
  height: auto;
  background: url(images/bgpap.gif);
  opacity:0.99;
margin-left:auto;
margin-right:auto;
font-family: arial;
  text-align: justify;
  line-height: auto;
  font-size:1vw;
}

.flex3a {
  width: 65%;
  border-radius: 20px;
  padding: 2%;
  height: auto;
  background: url(images/bgpap.gif);
  opacity:0.85;
margin-left:auto;
margin-right:auto;
font-family: arial;
  text-align: center;
  line-height: 1em;
  font-size:1.7vw;
  font-family: arial;
}


.responsive1 {
  width: 33%;
  height: auto;
  border: 0px;
}

.table {
	width: auto;
	margin-left: auto;
  margin-right: auto;
    text-align: center;
	padding: 4px;	
	font-family: arial;
	background-color:white;
	opacity: 0.82;
}
th, td {
  padding: 2px;
  text-align: center;
  font-family: arial;
    border:solid black 1px;
}
th {
  background-color: #87f88c;
  color: black;
  border-radius:16px;
    -moz-border-radius:16px;
}


.headline {
	width: 50%;
	box-shadow:  0 15px 15px rgba(0, 0, 0, 0.3);
	 padding: .2em .2em .2em .2em;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    margin-top: 1VW;
    margin-bottom: 1VW;
	background-color: #ede9f9; 
	opacity:0.85;
	text-shadow: 2px 2px 2px grey;
	font-family:Macondo; 
	font-size:2.8vw; border: 
	3px solid YELLOW; 
	border-radius:12px;
    -moz-border-radius:12px; 
	text-align:center; 
	color:GREEN;
}



/* Add animation (fade in the fpopup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

#container {
    margin-left: auto;
	margin-right: auto;
   width: 95%;
    filter: url(#threshold) blur(0.6px);
}



.videow {
	position: relative;
	padding-bottom:56.25%;
	height:0;
	opacity:1;
}
.videow iframe {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
}

.grid-slide {
	margin-left:auto;
	margin-right:auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 0;
	padding: 0;
}

.z{
width:100%;
opacity:1;	
}

#slide{
	width:96%;
	}
	
* {
	box-sizing: border-box
}

.mySlides {
	display: none
}

.slideshow-container {
	width: auto;
	position: relative;
	margin: -5px;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: relative;
	top: 200px;
	width: auto;
	padding: 8px;
	margin-top: -8px;
	color: #494B55;
	background-color:white;
	font-weight: bold;
	font-size: 2VW;
	transition: 0.4s ease;
	border-radius: 8px;
	border-style: solid;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 6px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #494B55;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.pics
{
    border:3px solid #494B55;
     width:500px;
	 max-height:800px;
  height: auto;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap");


.container {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding: 10px;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-size: 1.4vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.container .btn {
	position: relative;
	background-color: rgba(255,255,255,0.2);
	top: 0;
	left: 0;
	width: 250px;
	height: 50px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.15);
	box-shadow:  0 15px 15px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	padding: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	color: black;
	font-weight: 400px;
	z-index: 1;
	transition: 0.5s;
	backdrop-filter: blur(15px);
}
.container .btn:hover a {
	letter-spacing: 3px;
}
.container .btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
	transform: skewX(45deg) translate(0);
	transition: 0.5s;
	filter: blur(0px);
}
.container .btn:hover a::before {
	transform: skewX(45deg) translate(200px);
}
.container .btn::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}
.container .btn:hover::before /*lightup button*/ {
	bottom: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}

.container .btn::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}
.container .btn:hover::after /*lightup button*/ {
	top: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}

.container .btn::before, /* 2*/
.container .btn::after {
	background: #87CEFA;
	box-shadow: 0 0 5px #87CEFA, 0 0 15px #87CEFA, 0 0 30px #87CEFA,
		0 0 60px #87CEFA;
}
.gcai {
      display: grid;
	  border: 2px solid black;
border-radius: 25px;
      grid-template-columns: 1fr 1fr; /* Creates two columns of equal width */
      /* Optional: Add space between items */
      grid-gap: 6px;
    }