#gkPageHeader {
	height: 600px;
	background-size: cover !important;
	background-position: center top !important;
	position: relative;
}
#gkPageHeader::after {
	background: rgba(0,0,0,0.31);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top:0;
	left: 0;
}
.main-header-text.gkPage {
	margin-top: 64px !important;
	padding-left: 48px !important;
}
.main-header-title {
	color: #fff !important;
	z-index: 9999;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 62px;
}
.main-subheader-text {
	color: #fff !important;
	z-index: 9999;
	position: relative;
	font-size: 20px;
	width: 100%;
	max-width: 250px;
}
.header-logo-container {
	padding-left: 48px !important;
	padding-top: 32px !important;
}
.header-logo {
	width: 200px;
	height: 50px;
	background: rgba(255,255,255,0.3);
	position: relative;
	text-align: left;
	display: block;
}
.main-welcome-btn a {
	z-index: 9999;
	position: relative;
	color: #fff;
	padding: 12px 24px;
	border: 1px solid #fff;
	border-radius: 12px;
	display: block;
	width: 100% !important;
	max-width: 160px;
	text-align: center;
	margin-top: 32px;
}
.main-welcome-btn a:hover {
	color: #fff !important;
	background: rgba(255,255,255,0.25);
} 

#gkClientsbar {
	background: rgba(241,241,241,1);
	height: 120px;
	text-align: center;
}
.clients-header {
	font-size: 15px;
	color: #484848;
	letter-spacing: 0.25px;
	padding-top: 16px;
}
.welcome-header {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 600;
	padding-top: 32px;
}
.service-name {
	text-transform: uppercase;
}
.welcome-subheader {
	text-align: center;
	font-size: 18px;
	color: #333;
}
.welcome-img1 {
	text-align: center;
}
.welcome-img1 img {
	display: inline-block;
}

#gkContentStage2 {
	background: rgba(241,241,241,1);
}
#gkContentStage2 .welcome-left {
	width: 30%;
	float: left;
	padding: 80px 0;
}
#gkContentStage2 .welcome-header,
#gkContentStage2 .welcome-subheader {
	text-align: left;
}
#gkContentStage2 .welcome-right {
	width: 70%;
	float: right;
}

#gkContentStage2 .welcome-right .welcome-boxes {
	background: #ddd;
	width: 45%;
	height: 190px;
	float: left;
	margin: 20px; 
}
#gkContentStage3 .welcome-left {
	width: 30%;
	float: left;
	padding: 80px 0;
}
#gkContentStage3 .welcome-header,
#gkContentStage3 .welcome-subheader {
	text-align: left;
}
#gkContentStage3 .welcome-right {
	width: 70%;
	float: right;
}

.gkBottomR {
	background: #181818;
	height: 250px;
}
.gkFooterR,
.gkFooterR a {
	color: #777;
}
.gkFooterR a:hover {
	color: #777;
	text-decoration: underline;
}
.gkFooterR {
	background: #fff;
	height: 50px;
	padding: 15px 0 0;
	font-size: 13px;
	box-sizing: border-box;
	text-align: right;
}