@charset "utf-8";
/* CSS Document */


.wrapinner{
	position:relative;
	margin: 0 auto;
}
.wrapinner img{
	max-width:100%;
}
#grtngftr{
	margin: 0 auto;
}
.ovtext{
	position:absolute;
	bottom: 16.5%;
	left: 51%;
	right: 17%;
	min-height:1em;
	line-height: 1em;
	color:#FFF;
	text-align:center;
}
.ovtext.al-fitr-greeting{
	color: #00175A;
	font-weight: 700;
}
.ovtext.founding-day{
	color:#231f20;
}
.ovtext.ramadan{
	/* color: #172B75; */
	color: #ffffff;
	font-weight: 700;
}
.ovtext.adha{
	color: #ffffff;
}
.inptcont{
	width:70%;
	float:left;
}
.btncont{
	width:30%;
	float:right;
}
.cmninpt{
	width:100%;
	font-size:20px;
	box-sizing:border-box;
	padding:10px;
	border-width:1px;
}
.clr{
	clear:both;
}
.hiddenwrap{
	width:1px;
	height:1px;
	overflow:hidden;
}
.hiddencont{
	padding:10px;
}
.gmt-3{
	margin-top: 1em;
	margin-bottom: 1em;
}
.cont-ar .inptcont{
	float:right;
}
.cont-ar .btncont{
	float:left;
}

@media (max-width: 768px) {
	.cont-ar .inptcont,
	.inptcont{
		float:none;
		width:100%;
	}
	.cont-ar .btncont,
	.btncont{
		float:none;
		width:40%;
		margin:20px auto;
	}
}