@charset "utf-8";

		
		.carousel-item h4,p {
/*			text-shadow:0 3px 7px rgb(0 0 0 / 80%);*/
		}
		
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  
  height: 15%;
  transition: .5s ease;
	background: linear-gradient(to top,rgba(8,8,8,.7) 0%,rgba(8,8,8,.5) 10%,rgba(8,8,8,.4) 30%,rgba(8,8,8,.3) 60%,rgba(8,8,8,0) 100%);
}

.card:hover .overlay {
  height: 68%;
}
ul.facility {
    text-align: left;
	color: black;
	
	font-family: sans-serif;
	font-size: 17px;
/*	text-align: justify;*/
	color: black
}
.facility li {
    list-style: number;
}
.cardbody {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 0%;
	margin: 5px;
	line-height: 3px;
 }

		.card {
			display: inline-block;
  margin: 10px;
  border:none;
  overflow: hidden;
		}
		
		.card img{
			display: block;
  transition: transform .4s;
		}
		
		.card:hover img{
			transform: scale(1.1);
  transform-origin: 50% 50%;
		}
		.shadow{
			
			
		}
		
		.button {
			text-align: left;
			
			margin-top: 80px;
			text-decoration: none;
			
		}
		h5 {
			font-family:SairaSemiCondensed-SemiBold;
			font-variant-caps: all-small-caps;
			font-weight:500;
			font-size:25px;
			text-align: left;
			text-shadow:0 3px 7px rgb(0 0 0 / 80%);
		}
		.synopsis {
			text-align: left;
			margin-top: 2px;
			text-shadow: 0 3px 7px rgb(0 0 0 / 80%);
		}
		
		.button {
			transition: transform ease 300ms;
		}
		
		.button:hover {
			transform: translate(0, -5px);
		}
		
		.btn {
			
	background-color: white;
    color: black;
    font-weight: 500;
    border-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
		}
		
		
		 #hello1{
			background-color: #343a40; 
		}
		
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
#popup_background {
	width: 100%;
	background-color: red;
}
.popup-content{
   padding: 14px 10px;
   line-height: 1.5;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
margin: 0 auto;
display: block;
position: fixed;
z-index: 101;
	width: 100%;
	height: 1080px;
	background-color: #6c6c6cde;
top: 0%;
left: 0%;
/*
margin-top: -300px;
margin-left: -300px;
*/
}
.cnt223{
min-width: 410px;
width: 410px;
min-height: 150px;
margin: 30px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 0px 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


@media only screen and (max-width: 600px) {
  
.popup-onload{
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
top: 0%;
left: 0%;
/*
margin-top: -300px;
margin-left: -300px;
*/
}
	
.cnt223{
min-width: 350px;
width: 350px;
min-height: 150px;
margin: 30px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 0px 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
}


