*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins','cambria','helvetica', sans-serif;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #f2f4f2;
	color: #5f5f5f;
	font-size: 18px;
}

.top{
	background: #000; 
	padding: 5px 30px; 
	color: #fff; 
	font-size: 15px;
}

.top a{
	color: #fff; 
}

header {
	background: #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 120;
	width: 100%;
	background: #fff;
	padding: 5px 50px 5px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 2px 2px 2px #ccc;
}
	
header .logo{
	display: flex;
	align-items: center;
}

header h1 {
	font-weight: bold; 
}

header h1, header label {
	color: #000;
	font-size: 25px;
	text-decoration: none;
}

header small { 
	font-size: small;
}

header h1, header small{
	color: #000; 
}

header div {
	margin-left: 12px;
}

header img {
	width: 41px;
	height: 41px;
}

header .left-side{
	display: flex;
	justify-content: space-between;
	align-items: center;	
}

header .left-side img {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 0 20px;
}

header nav ul{
	list-style: none;
}

header nav ul li{
	position: relative;
	float: left;
}

header  nav ul li a{
	font-size: 18px;
	padding: 10px 15px;
	color: #000;
	display: block;
	font-weight: normal;
	margin: 0 10px;
	align-items: center;
}

header nav ul li a:hover, header nav ul li .active-page {
	background: #333;
	color: #fff; 
}

header nav ul li .active-page {
	background: #ccc;
	color: #003366; 
}

header nav ul li .active-page-sub {
	background: #333;
	color: #fff; 
}

header  nav ul li ul{
	position: absolute;
	left: 0;
	width: 200px;
	background: #fff;
	display: none;
}

header  nav ul li ul li{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,1);
}

header  nav ul li ul li ul{
	left: 200px;
	top: 0;
}

header  nav ul li:focus-within>ul, header  nav ul li:hover>ul{
	display: initial;
}

#menu-bar {
	display: none;
}

header label {
	cursor: pointer;
	display: none;
}

header form {
	display: flex;
}

header form input[type=text], header form input[type=submit], .searchInput, .searchSub, .loginput{
	padding: 8px 10px;
	border-radius: 5px;
	font-size: 15px;
	border: #ccc 1px solid;
}

header form input[type=text], .searchInput{
	width: 95%;
	margin-right: 5px;
}

header form input[type=submit], .searchSub{
	background: #003366;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.hero {
	width: 100%; 
	height: 450px;
	background-image: url("gximg/show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden; 
	margin-top: 8px;
}

.slide-text{
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 100px;
	align-items: center;
	padding: 0 4%;
}

.sub-txt1-slide, .sub-txt4-slide {
	color: #ffcc00;
	font-size: 20px;
}

.sub-title {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

.sub-txt1 {
	color: red;
	margin: 25px 0;
}

.sub-txt4 {
	margin-bottom: 40px;
}

.h2 {
	color: #000;
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: bold;
}

.h3 {
	color: #fff;
	font-size: 45px;
	margin-bottom: 10px;
}

.h3 a{
	color: #fa8072;
}

.row {
	display: flex;
}

.row .left-col {
	flex-basis: 80%;

}

.row .right-col {
	flex-basis: 20%;
}

.row h2 {
	border-bottom: 1px #000 solid;
	color: #000;
	padding: 10px 0;
	margin-bottom: 12px;
}

.row .contents {
	color: #000;
	line-height: 1.8;
}

.row .contents ul{
	margin-left: 30px;

}

section{
	padding: 35px 8%;
}

/* Apps */
.grid-view {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	padding: 10px;
}

.grid-view .apps {
	margin: 5px;
	background: #fff;
	padding: 10px;
}

.grid-view .apps img{
	width: 100%;
	height: 140px;
	padding: 10px;
	border-radius: 12px;
	margin-bottom: 25px;
}

.grid-view .apps .sub-title {
	text-align: center;
	height: 50px;
}

.grid-view .apps .app-details {
	height: 120px;
	color: #333;
	line-height: 1.5;
}

.app-btn {
	background: #ff5f1f;
	color: #fff;
	border-radius: 25px;
	padding: 10px 24px;
	margin: 15px 12px;
	font-size: 15px;
}

.cont-p {
	border: 1px solid #ccc; 
	padding: 20px;
	line-height: 1.8;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #ddd;
}

.cont-p span{
	color: red;
	font-weight: bold;
	font-size: 21px;
}

.gyinput {
	color: #000;
	width: 100%;
	font-size: 18px;
	padding: 15px;
	background: #f2f4f2;
	margin-bottom: 25px;
	border: 1px #ccc solid;
}

.submit{
	width: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #003366;
	margin-bottom: 30px;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.messageform div{
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

/* Footer */
footer {
	background: #333;
	padding: 18px 5%;
	display: block;
	color: #fff;
}

footer .col {
	flex-basis: 25%;
	margin: 40px 0;
	padding: 0 15px;
}

footer .col div{
	color: #ffcc00;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 15px;
}

footer .col div p{
	margin-bottom: 15px;
}

footer a{
	color: #ffcc00;
	
}

footer a p {
	color: #fff;
	padding: 10px 0;
}

footer .row .col a div{
	text-decoration: none;
}

footer .row .col a div span {
	color: #fff;
	
	font-weight: normal;
}

footer #copyright {
	border-top: 1px #fff solid;
	padding: 25px 0;
}

footer .contact-img {
	width: 30px;
	height: 30px;
	margin-right: 18px;
	border-radius: 50%;
}