@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
html {
  scroll-behavior: smooth;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}
a:link {
	text-decoration: none;
	color: #ACACAC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.spacer_30 {
	height: 30px;
}
.spacer_60 {
	height: 60px;
}
.red {
	color: #B70003;
}
.breaker {
	background-image: url(../images/breaker.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 235px;
	height: 15px;
	padding: 20px 0;
}

/* For PC */
@media (min-width: 768px) {
.more-btn {
	background-color: #111e6c; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	letter-spacing: 3px;
}
.inquiry-btn {
	background-color: #b70002;
	color: white;
	padding: 6px 50px;
	border: 1px solid #b70002;
}
.inquiry-btn:hover {
	background-color: white;
	color: #434343;
	border: 1px solid #ffffff;
}
.learn-btn {
	background-color: white;
	color: #434343;
	padding: 6px 70px;
		border: 1px solid #ffffff;
}
.learn-btn:hover {
	background-color: #b70002;
	color: white;
	border: 1px solid #b70002;
}
.banner_bg {
	background-image: url(../images/egs_bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 100%;
	height: 650px;
	background-size: cover;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lastdayontower {
}
.expertise {
	background-image: url("../images/our-expertise.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 761px;
	height: 66px;
}
.vr-banner {
	background-image: url(../images/vr-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 500px;
	background-size: contain;
}
.social li {
	list-style: none;
	display: inline;
	color: #ACACAC;
	padding-right: 10px;
	font-size: 24px;
}
.logo {
	background-image: url(../images/egs_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 122px;
}
.expertise-text {
	color: #707070;
	line-height: 30px;
	font-size: 22px;
	padding-top: 30px;
	width: 80%;
}
}
/* For Mobile */
@media (max-width: 767px) {
.banner_bg {
	background-image: url(../images/egs_bg_mob.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 650px;
	margin-bottom: 80px;
}
.expertise {
	background-image: url(../images/our_expertise_mob.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 482px;
	background-size: contain;
}
.expertise-text {
	color: #707070;
	line-height: 35px;
	font-size: 24px;
	width: 90%;
}
.lastdayontower {
	background-image: url("../images/last-day-on-tower/mob/last-day-on-tower-banner-mob.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	background-size: contain;
}
.aliensattack {
	background-image: url("../images/aliens-attack-banner/mob/aliensattack_mob.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	background-size: contain;
}	
.more-btn {
	background-color: #111e6c; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 3px;
}
.inquiry-btn {
	background-color: #b70002;
	color: white;
	padding: 6px 20px;
	border: 1px solid #b70002;
}
.inquiry-btn:hover {
	background-color: white;
	color: #434343;
	border: 1px solid #ffffff;
}
.learn-btn {
	background-color: white;
	color: #434343;
	padding: 6px 20px;
		border: 1px solid #ffffff;
}
.learn-btn:hover {
	background-color: #b70002;
	color: white;
	border: 1px solid #b70002;
}
}
