@charset "utf-8";
/* CSS Document */
.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 400px;
}
.gallery-header-pic{
	background-color: #DCDCDC;
	height: 400px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.6);
	margin-top: 0px !important;
}
.text-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute!important;
  direction: ltr;
  text-align: center;
  z-index: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
.text-content h2{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 40px;
	margin-top: 20px;
}
.under-line{
	border-bottom: 4px solid #fff;
	width: 100px;
	z-index: 200;
	margin: 0 auto;
}
.text-content h5{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500 !important;
}

#galleries{
	direction:ltr;
	margin-top:-50px;
	margin-bottom: 50px;
}
.gallery-container{
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.gallery{
	height: auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	padding:0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.gallery h3{
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
	color: #fff;
	margin: 0px;
}
.gallery-title-bg-container{
	position: absolute;
	width: 100%;
	right: 0px;
	bottom: 0;
	padding:8px 15px;
	background-color: rgba(0, 0, 0, 0.55);
}

.grid{
	margin:0 auto !important;
	width: 100%;
	display: block;
}

.grid-item { 
    width: 23.7%;
}


.gallery-container{
	display:none;
        min-height: 150px !important;
}
#loading-wait{
    
	margin-top: 100px;
	text-align:center;
	margin-left: auto;
        margin-right: auto;
        display: block;
}