/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
::selection {
  background: #218ecc; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #218ecc; /* Gecko Browsers */
  color: #fff;
}
body {
	overflow-x: hidden;
	background: #303030;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul li {
	list-style-type: none;
}
header, section {
	position: relative;
}
a, button {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
	outline: none !important;
}
.double-margin {
	margin-right: -30px;
	margin-left: -30px;
}
.double-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.strong {
	font-weight: 700;
}

/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
.top-wrapper {
	position: relative;
}
.top-bar {
	padding: 10px 0;
	background: #222;
}
header {
	position: relative;
	text-align: center;
	color: #fff;
}
header h1 {
	font-size: 1.4em;
	margin: 0;
	line-height: 1;
	font-weight: 900;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
header h1 span {
	color: #ef4200;
}
.top-content {
	background: #202020;
	padding: 60px 0 80px 0;
	position: relative;
	box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -3px 3px 0 rgba(0, 0, 0, 0.3);
}
.sub-header {
	text-align: center;
}
.sub-header h2 {
	font-size: 3em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.text-line-1 {
	margin-bottom: 30px;
}
.status-wrapper {
	position: absolute;
	width: 100%;
	bottom: -47px;
	left: 0;
}
.status-inner-wrapper {
	background: #fff;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 20px;
	color: #000;
	padding: 15px 10px;
	border-bottom: 3px solid #ccc;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.status-label {
	font-weight: 700;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.status-val {
	font-weight: 900;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fc4349;
}
/*--------------------------------------------------------------
# Right Window
--------------------------------------------------------------*/
.bottom-wrapper {
	position: relative;
	padding: 200px 0 100px 0;
}
.bottom-wrapper .container {
	max-width: 1200px;
}
.bottom-content-wrapper {
	background: #222;
	padding: 70px 50px 30px 50px;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
}
.sub-header-img-holder {
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
}
.sub-header-img-wrapper {
	background: #222;
	width: 200px;
	height: 170px;
	line-height: 120px;
	padding-top: 10px;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto 10px auto;
	position: relative;
}
.app-icon-img {
	max-width: 150px;
	max-height: 150px;
	display: table;
	margin: 0 auto;
}
.bottom-title h3 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
}
.bottom-content {
	text-align: justify;
	text-align-last: center;
}
.cta-button-wrapper {
	position: relative;
	margin: 0 0 30px 0;
}
.cta-button, .cta-button:visited {
	height: 90px;
	width: 100%;
	display: block;
	cursor: pointer;
	border-radius: 20px;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom: 3px solid rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 90px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 2em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.cta-button:hover {
	-webkit-filter: saturate(150%);
    filter: saturate(150%);
	color: #fff;
}
.corner-button {
	height: 80px;
	width: 80px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 50%;
	line-height: 85px;
	color: #000;
	text-align: center;
	font-size: 2em;
	cursor: pointer;
}
.corner-button span.lnr.lnr-cross {
	transform: rotate(-45deg);
	display: block;
	line-height: 85px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.corner-button.opened span.lnr.lnr-cross {
	transform: rotate(0deg);
}
.inner-buttons {
	position: absolute;
	top: 0;
	right: 15px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden;
	transform: scale(0);
}
.inner-buttons a {
	display: block;
	color: #000;
}
.inner-button {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 55px;
	color: #000;
	text-align: center;
	font-size: 28px;
	float: right;
	cursor: pointer;
}
.white-secondary-button {
	padding: 10px 15px 8px 15px;
    border-radius: 4px;
    background: #fff;
    color: #333;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	margin-left: -125px;
	display: block;
	top: 9px;
	line-height: 1;
}
.corner-button.opened .inner-buttons {
	top: -60px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation-delay-1200 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animation-delay-1400 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animation-delay-1600 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animation-delay-1800 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width:993px) { 
	.sub-header h2 {
		font-size: 2.4em;
	}
}
@media screen and (max-width:767px) { 
	.top-content {
		padding-top: 30px;
	}
	.corner-button {
		height: 60px;
		width: 60px;
		line-height: 65px;
		right: 10px;
		bottom: 10px;
	}
	.corner-button span.lnr.lnr-cross {
		line-height: 65px;
	}
	.inner-buttons {
		right: 6px;
	}
}
@media screen and (max-width:550px) { 
	body {
		font-size: 15px;
	}
}
@media screen and (max-width:460px) { 
	.top-content {
		padding: 15px 0 55px 0;
	}
	.app-icon-img {
		max-width: 100px;
		max-height: 100px;
	}
	.bottom-title h3 {
		font-size: 1.6em
	}
	.sub-header-img-holder {
		top: -65px;
	}
	.sub-header-img-wrapper {
		width: 150px;
		height: 120px;
	}
	.bottom-wrapper {
		padding-top: 130px;
	}
	.status-wrapper {
		bottom: -37px;
	}
	.status-label {
		font-size: 12px;
	}
	.status-inner-wrapper {
		padding: 10px 15px;
	}
	.status-val {
		font-size: 14px;
	}
}
@media screen and (max-width:400px) { 
	.bottom-content-wrapper {
		padding: 70px 30px 30px 30px;
	}
	.bottom-title h3 {
		font-size: 1.4em
	}
}
@media screen and (max-width:350px) { 
	.sub-header h2 {
		font-size: 2em;
	}
	.cta-button, .cta-button:visited {
		font-size: 1.7em;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/