/* FONTS */
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}
@font-face {
  font-family: Aldrich-Regular;
  src: url('../fonts/Aldrich/Aldrich-Regular.ttf'); 
}
/* FONTS */

/* LOGO */
@font-face {
	font-family: 'GegaByte';
	src: url('../fonts/stacc222-webfont.eot');
	src: url('../fonts/stacc222-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/stacc222-webfont.woff') format('woff'),  url('../fonts/stacc222-webfont.ttf') format('truetype'),  url('../fonts/stacc222-webfont.svg#staccato222_btregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.GegaByteLogo{
	font-family: 'GegaByte';
	font-size: 50px;
	color: #fff;
	margin: 20px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
}
.GegaByteLogo:hover{
	color: #fff;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.6);
	transition: all 0.8s;
}
.TextShadow:hover .LogoSlogan{
	text-shadow: 4px 4px 3px rgba(0,0,0,0.6);
	transition: all 0.8s;
}
.LogoSlogan{
	font-family: 'GegaByte';
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	left: -134px;
	position: relative;
	top: 27px;
}
.TextShadow{
	transition: all 0.8s;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.6);
}
.TextShadow:hover{
	text-shadow: 4px 4px 3px rgba(0,0,0,0.6);
	transition: all 0.8s; 
}
/* LOGO */

/* HEADING AND INFO */
.my_cnt{
	width: 100%;
	min-height: calc(100vh - 160px);
}
.main_heading{
	color: #fff;
	text-align: center;
	font-size: 76px;
	font-weight: bold;
	text-decoration: underline;
}
.msg_box{
	background: linear-gradient(180deg,rgba(0, 102, 0, 1) 0%, rgba(0, 102, 0, 0.6) 5%, rgba(0, 102, 0, 0.6) 95%, rgba(0, 102, 0, 0.8) 100%);
}
.msg{
	font-family: Poppins-Regular;
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	max-width: 60%;
	margin: auto;
	text-transform: none;
}
.sub_heading{
	font-family: Poppins-Bold;
	font-size: 60px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	text-transform: capitalize;
}
/* HEADING AND INFO */

/* SOCIAL ICONS */
.sicon_cnt{
	display: flex;
	justify-content: flex-end;
	margin: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.sicons{
	color: #fff;
	font-size: 22px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	width: 36px;
	height: 36px;
	margin-right: 6px;
	text-decoration: none;
	text-align: center;
}
.sicons:hover {
	background-color: #006600;
	color: #fff;
}
/* SOCIAL ICONS */

/* BACKGROUND */
.bg-img1 {
	width: 100%;
	min-height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/Pakistan-Flag.jpg);
}
/* BACKGROUND */


/*//////////////////////////////////////////////////////////////////
[ RS Flip Clock ]*/
.flip-clock-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	margin: 0;
	margin-bottom: 20px;
	justify-content: center;
}
.flip-clock-wrapper .flip {
	box-shadow: none;
	margin-bottom: 50px;
}
.flip-clock-wrapper ul {
	position: relative;
	float: unset;
	margin: 2px;
	width: 41px;
	height: 54px;
	font-size: 36px;
	font-weight: unset;
	line-height: unset;
	border-radius: 3px;
	background: #006600;
}
.flip-clock-wrapper ul li {
	line-height: unset;
}
.flip-clock-wrapper ul li a div {
	outline: none;
}
.flip-clock-wrapper ul li a div div.inn {
	font-family:  Aldrich-Regular;
	color: #fff;
	font-size: 35px;
	font-weight: unset;
	text-align: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	text-shadow: 0 0px 0px #006600;
	background-color: #006600;
	border-radius: 3px;
}
.flip-clock-wrapper ul li a div .shadow {
	border-radius: 3px;
}
.flip-clock-wrapper ul li a div.up:after {
	display: none;
}
.flip-clock-divider {
	display: block;
	float: unset;
	position: relative;
	width: 26px;
	height: 54px;
}
.flip-clock-divider span {
	display: none;
}
.flip-clock-divider::before {
	content: ":";
	font-family: Aldrich-Regular;
	color: #fff;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.flip-clock-divider.days::before {
	display: none;
}
.flip-clock-divider::after {
	font-family: Poppins-Regular;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 90px;
	position: absolute;
	left: 100%;
	top: 100%;
	padding-top: 16px;
}
.flip-clock-divider.days::after {
	content: "days";
}
.flip-clock-divider.hours::after {
	content: "hrs";
}
.flip-clock-divider.minutes::after {
	content: "min";
}
.flip-clock-divider.seconds::after {
	content: "sec";
}

@media (max-width: 1200px) {
	.flip-clock-wrapper {
		justify-content: center;
	}
}
@media   ( max-width: 768px ) {
	.main_heading{
		font-size: 56px;
	}
	.msg{
		font-size: 30px;
		max-width: 90%;
	}
	.sub_heading{
		font-size: 36px;
	}
	.flip-clock-divider.days{
		width: unset;
	}
	.flip-clock-wrapper {
		max-width: 95%;
		margin: 6px;
	}
	.flip-clock-wrapper ul {
		margin: 2px;
		width: 31px;
		height: 44px;
		font-size: 30px;
	}
}
@media (max-width: 576px) {
	.flip-clock-wrapper {
		max-width: 240px;
		margin-right: 26px;
	}
	.flip-clock-divider.days {
		width: 26px;
	}

	.flip-clock-divider.minutes::before {
		display: none;
	}
}
@media   ( max-width: 475px ) {
	.main_heading{
		font-size: 56px;
	}
	.msg{
		font-size: 30px;
		max-width: 90%;
	}
	.sub_heading{
		font-size: 36px;
	}
	.flip-clock-divider.days{
		width: unset;
	}
	.flip-clock-wrapper {
		max-width: 95%;
		margin: 6px;
	}
	.flip-clock-wrapper ul {
		margin: 2px;
		width: 31px;
		height: 44px;
		font-size: 30px;
	}
}
@media   ( max-width: 425px ) {
	.main_heading{
		font-size: 56px;
	}
	.msg{
		font-size: 28px;
		max-width: 95%;
	}
	.sub_heading{
		font-size: 36px;
	}
	.flip-clock-divider.days{
		width: unset;
	}
	.flip-clock-wrapper {
		max-width: 95%;
		margin: 6px;
	}
	.flip-clock-wrapper ul {
		margin: 2px;
		width: 31px;
		height: 44px;
		font-size: 30px;
	}
}
@media   ( max-width: 375px ) {
	.main_heading{
		font-size: 45px;
	}
	.msg{
		font-size: 25px;
		max-width: 95%;
		text-align: justify;
	}
	.sub_heading{
		font-size: 30px;
	}
	.flip-clock-divider.days{
		width: unset;
	}
	.flip-clock-wrapper {
		max-width: 93%;
		margin: 6px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.flip-clock-wrapper ul {
		margin: 2px;
		width: 31px;
		height: 44px;
		font-size: 30px;
	}
}
@media   ( max-width: 320px ) {
	.main_heading{
		font-size: 56px;
	}
	.msg{
		font-size: 28px;
		max-width: 95%;
	}
	.sub_heading{
		font-size: 36px;
	}
	.flip-clock-divider.days{
		width: unset;
	}
	.flip-clock-wrapper {
		max-width: 93%;
		margin: 6px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.flip-clock-wrapper ul {
		margin: 2px;
		width: 31px;
		height: 44px;
		font-size: 30px;
	}
}
