@charset "utf-8";

/*====limited reset====*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/*====html5 display rule====*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/* Common CSS Start */
html {
	font-size: 10px
}

html, body {
	height: 100%;
	width: 100%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
	color: inherit;
}

a:hover, a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

strong, b {
	font-family: 'FuturaLTHeavy';
}

h1 {
	line-height: 50px;
}

body {
	font-size: 1.6rem;
	line-height: 3rem;
	margin: 0px;
	color: #fff;
	font-family: futura_ltregular;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	background-color: #000;
	letter-spacing: 5px;
}

section {
	padding: 10rem 0;
}

h2, h1 {
	font-size: 2.4rem;
	line-height: 4rem;
	letter-spacing: .8rem;
}

h3 .tech-style,
h2 .tech-style,
h1 .tech-style {
	letter-spacing: inherit;
}

h2.heading-uppercase, h1.heading-uppercase, h3.heading-uppercase {
	text-transform: uppercase;
}

h3 {
	font-size: 2rem;
	line-height: 3.6rem;
	letter-spacing: .5rem;
}

.green-text {
	color: #1caf4b;
}

.tech-style {
	font-family: 'futuraheavyoblique';
}
/* Common CSS End */

/* Header Start */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}

.navbar-brand img {
	width: 110px;
	margin-top: 40px;
}

.navbar-brand {
	height: auto;
}

.header.scroll-nav {
	background: #000;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.scroll-nav .navbar-brand img {
	width: 80px;
	margin-top: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
/* Header End */

/* First Fold Start */
.banner-container {
	background: url('../images/banner.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	position: relative;
	padding: 0;
}

.vertically-center {
	position: relative;
	height: 100vh;
	width: 100%;
	display: table;
	vertical-align: middle;
	padding-top: 12rem;
}

.float-center {
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.banner-caption {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.banner-caption h1 {
	position: relative;
	display: block;
	font-size: 2.8rem;
	line-height: 4.5rem;
	margin-bottom: 8rem;
}

.subtext {
	font-size: 2.2rem;
	margin-bottom: 3rem;
	text-align: center;
}

.search-field form {
	height: 5.5rem;
	width: 80%;
	margin: 0 auto;
}

.search-field .search-input {
	display: inline-block;
	width: 80%;
	height: 100%;
	padding: .6rem 2.5rem;
	float: left;
	font-size: 1.4rem;
	color: #848484;
	background: #fff;
	letter-spacing: .2rem;
}

.button-submit {
	background: #15b04b;
	border: none;
	height: 100%;
	width: 20%;
	display: inline-block;
	transition: linear .2s;
	-webkit-transition: linear .2s;
	-moz-transition: linear .2s;
	letter-spacing: .2rem;
}

.search-input::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #848484;
}

.search-input::-moz-placeholder {

	/* Firefox 19+ */
	color: #848484;
}

.search-input:-ms-input-placeholder {

	/* IE 10+ */
	color: #848484;
}

.search-input:-moz-placeholder {

	/* Firefox 18- */
	color: #848484;
}

.button-submit:hover {
	background: #12913e;
	transition: linear .2s;
	-webkit-transition: linear .2s;
	-moz-transition: linear .2s;
}

.coupon-box {
	border: 2px solid #fff;
	padding: 3.5rem 0;
	display: table;
	margin: 5rem auto 4rem;
}

.box1, .box2 {
	height: 100%;
	padding: 0 5rem;
	position: relative;
	letter-spacing: .4rem;
}

.box1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 1px;
	height: 100%;
}

.big-text {
	font-family: 'FuturaLTHeavy';
	font-size: 4.5rem;
	line-height: 5rem;
	padding: 1.5rem 0;
	display: block;
	letter-spacing: .7rem;
}

.small-text {
	padding: 2rem 0 1.5rem;
}

.box1 .green-text,
.box2 .green-text {
	font-size: 2.4rem;
	letter-spacing: .5rem;
}

.code-wrap {
	border: .2rem dashed #15b04b;
	display: inline-block;
	margin: 5rem auto 0;
	padding: 0 1.5rem;
	letter-spacing: .5rem;
	line-height: 4.5rem;
}

.endtext {
	font-size: 1.6rem;
}
/* First Fold End */

/* Section Two Start */
.section-two {
	background: url('../images/bg2.png') no-repeat center/cover;
	position: relative;
}

.section-two .subtext {
	margin-bottom: 8rem;
}

.logo-showcase {
	padding-left: 10rem;
	padding-right: 10rem;
	text-align: center;
}

.logo-showcase a {
	text-decoration: none;
}

.logo-showcase img {
	width: 22rem;
	max-width: 100%;
}
/* Section Two End */

/* Last Section Start */
.last-fold {
	background: url('../images/bg3.png') no-repeat bottom center/cover;
	position: relative;
	text-align: center;
}

.last-fold .heading {
	color: #000;
	letter-spacing: .5rem;
}

.last-fold .subtext {
	color: #000;
	font-size: 2rem;
	margin-top: 2rem;
	margin-bottom: 0;
}

.heading {
	position: relative;
	display: block;
	margin-bottom: 8rem;
	text-align: center;
}

.heading h2 {
	text-align: center;
	display: inline-block;
}

.logo-col {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 6rem;
}

.logo-box {
	background: #0c0c0c;
}

.logo-box__title {
	background: #15b04b;
	padding: 1.5rem;
}

.logo-box__body {
	padding: 5rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 16rem;
}

.logo-box__body a:not(:hover) img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/* Last Section End */

/* Footer Start */
footer {
	padding: 30px 0;
	position: relative;
}

.footer-logo a.f-logo {
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 20px;
}

.f-logo img {
	width: 70px;
}

.footer-logo p {
	display: inline-block;
	padding: 0 20px;
}

.footer-right {
	float: right;
}

.footer-right,
.footer-left {
	padding-left: 30px;
	padding-right: 30px;
}

ul.social {
	display: inline-block;
	float: right;
}

.social li {
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin: 0 8px;
}

.social li a {
	border: 1px solid #15b04b;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: inline-block;
	line-height: 37px;
	text-align: center;
}

.social svg {
	width: 15px;
	margin: 0 4px;
	fill: #fff;
}

.social svg:hover {
	fill: #15b04b;
}
/* Footer End */