
* {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}
ul li {
	margin-bottom: 10px;
	line-height: 24px;
	font-family: 'open sans';
	font-size: 14px;
}
.cf::before,
.cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * Margins & Padding * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.atm1 {
	margin-top: 1em;
}

.atm2 {
	margin-top: 2em;
}

.abm1 {
	margin-bottom: 1em;
}

.abm2 {
	margin-bottom: 2em;
}


/*
* * * * * * * * * * HOME PAGE STYLES * * * * * * * * * * *
*/
h1	{text-transform: uppercase;font-weight: bold;font-size: 40px;letter-spacing: 3px;}
h2 {text-transform: uppercase;font-size:30px;font-family: 'Montserrat';}
h3 {text-transform: uppercase;font-size: 20px;letter-spacing: 1px;}
h4 {text-transform: uppercase;}
html,body{height:100%;width:100%;}
body{overflow-x: auto;margin:0;}
.white{color:white;}
.home_bg {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home_content {
	text-align:center;
	padding:2em;
	background-image: url(/images/heroBG.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	min-height: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.verification-content {
	text-align:center;
	padding:2em;
	background-image: url(/images/coloredBG.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	min-height: 100%;
  	min-width: 100%;
	scroll-margin-top: 125px;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}
.verification-bg {
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: clip visible;
		background-color: #eff0f5;
}
.verification-wrapper h2 {
	color: #fff;
	letter-spacing: 3px;
}
.verification-wrapper p {
	color: #fff;
  line-height: 30px;
  font-family: 'open sans';
  font-size: 18px;
	max-width:600px;
}
.verification-wrapper {
    text-align: left;
    /* width: 400px; */
	/* margin: 125px 25px 25px 0px; */
}
.about-wrapper {
    text-align: left;
    /* width: 400px; */
	/* margin: 75px 25px 25px 325px; */
	color: white;
	text-align: left;
	max-width: 600px;
	position: relative;
	left: 20%;
}
.about-wrapper p {
	color: white;
  line-height: 30px;
	font-family: 'open sans';
	font-size: 18px;
	max-width:600px;
}
.about-wrapper h2 {
	color: white;
	margin-top: 0;
	letter-spacing: 3px;
}
.about-wrapper .green-btn {
	margin-top: 75px;
}
.home_logo {
	display: inline-block;
}
.home_logo img {
	width: 150px;
}

.home_subtitle {
	font-size: 1.3em;
	color: #fff;
	position: absolute;
	top: 10%;
}

.home_subtitle2 {
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #fff;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.home_largetext {
	font-size: 40px;
  color: #fff;
  margin-top: 1em;
  letter-spacing: 3px;
  font-weight: bold;
}

input[type=email],
input[type=email]:focus {
	font-size: 1em;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	width: 90%;
	max-width: 500px;
	margin-top: 1em;
	color: #fff;
	box-shadow: none;
}

::-webkit-input-placeholder {
  color: grey;
}
::-moz-placeholder {
  color: grey;
}
::-ms-input-placeholder {
  color: grey;
}

.home_subscribe_btn {
	display: block;
	margin: 2em auto;
	border: 2px solid #fff;
	padding: .5em 0;
	font-size: 1.2em;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 8em;
}

.home_subscribe_btn:hover {
	background-color: rgba(255,255,255,0.1);
}
p {
    font-size: 12px;
    max-width: 500px;
    margin: auto;
		color: #fff;
    margin-bottom: 15px;
}
b {
	margin-bottom: 10px;
	font-size: inherit;
}
.main-heading a{
	font-size: inherit;
  font-family: inherit;
  color: #42a5f5;
  text-decoration: none;
}
/* .accord{border-radius: 8px;border:2px solid grey;margin-bottom:10px;} */
.accord-wrap{display:none;width:100%;}
.accord-content{display: none;}
.accord.active .accord-content{display:flex;flex-direction: column-reverse;}
.tab-btn{background-color: #eff0f5;text-align: center;padding:20px;border-radius: 8px;font-size: 20px;font-weight: 500;}
.accord.active .tab-btn{background-color: #4dfbc2;border-radius: 8px;border-radius: 8px 8px 0px 0px;}
/* .accord.active{border: 2px solid #4dfbc2;} */
.table-wrapper img {
	display: none;
}
.lightbox {position: relative;overflow: scroll;}
.close-lightbox {
    font-size: 29px;
    color: white;
    position: absolute;
    right: 20px;
    top: -44px;
	cursor:pointer;
}
.lightbox img {
    max-width:1200px;
    min-width: 400px;
    width: 200%;
    margin: 0px auto;
}
.close-lightbox:hover {color:#dd3a3a;}
.lightbox-container {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9999999;
}
.video-laptop-container {
	position:absolute;
	right:0;
	bottom:0;
	z-index:99999;
	width: 45vw;
	height:26vw;
	background-image: url(/images/Laptop.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
	max-height: 561px;
	max-width: 970px;
}
.video-laptop {
	width: 76%;
	height: 82%;
	background-color: black;
	position: absolute;
	top: 7%;
	left: 12%;
}
@media only screen and (max-width: 600px) {
	.video-laptop-container {
		position:relative;
		bottom:-16px;
		z-index:99999;
		width: 91vw;
		height:58vw;
	}
	.video-laptop {
		top: 10%;
		left: 12%;
	}
	.table-wrapper img {
		display: block;
	}
	.table-wrapper table {
		display: none;
	}
	.table-wrapper {
		padding: 0px !important;
	}
	.table-wrapper p {
		margin: 10px 20px 40px 20px !important;
	}
	.home_logo svg {
		width: 100%;
		/* margin-left: .7em; */
		/* display:none!important; */
	}
	.home_subtitle {
		font-size: 1.2em;
		margin-bottom:0!important;
	}
	.home_subtitle2 {
		font-size: 1.5em;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.feature{
		width:100%!important;
		padding:0!important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.main-info img{
		width:100%;
	}
	.main-info-text{
		width:100%!important;
	}
	.main-info-menu{
		height: fit-content!important;
		justify-content: center!important;
		padding-left: 0!important;
	}
	.verification-wrapper{
		width:100%;
		text-align: center;
	}
	.about-btn{
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0px;
	}
	.about-wrapper{width:100%!important;margin:0!important;text-align: center;left:0!important;}
	.verification-content{padding:1em!important;padding-bottom:0!important;}
	.verification-content div img{
		position: relative!important;
		width: 110%!important;
		right:18px !important;
		bottom:-10px;
		margin-top:15px;
	}
	.menu-btn-wrapper{
		justify-content: center!important;
	}
	.partners-btn a{display: block;width: 100%;}
	#about img{display:none;}
	video{width:100%!important;}
	.main-info-text{text-align:center;padding:0 25px!important;}
	.home_largetext{margin-top:0!important;}
	.scroll-btn{display: none;}
	.nav-menu .menu-btn-wrapper{display:none!important;}
	.nav-menu,.footer-menu{justify-content: start!important;padding:10px;}
	.main-info.active{flex-direction:column-reverse!important;}
	.about-btn .gray{margin:20px 0 0 0 !important;}
	.about-btn a{width:100%;text-align:center;margin:0!important;}
	.home_content{padding:1em!important;}
	.home_subtitle svg{width:100%;}
	.main-content{padding:1em;}
	.form-wrapper{padding:0!important;}
	.verification-content div{margin-left:0!important;}
	.home-text{width: 100%;display: block;}
	.form-btn{width:100%;}
	.home-text a{display: block;width: 100%;}
	.partners-wrapper a{width:100%!important;margin:0!important;}
	.input-half{width:100%!important;}
	.footer-menu,.nav-menu div{width:100%;text-align: center;}
	.green-btn a{display: block;width: 100%}
	.nav-menu{height:fit-content!important;}
	.menu-btn-wrapper.active{display:block!important;}
	.footer-btn{width:100%;}
	.fixed i{
		display: block!important;
		position: fixed;
    right: 10px;
    top: 11px;
	font-size: 18px;
	padding-right: 10px;
	margin: 0 !important;
	}
	.nav-container i{display: block !important;float: right;margin: 11px 20px 0px 0px;font-size: 18px;}
	.nav-menu.active .menu-btn-wrapper{
		display:block!important;
		margin: auto;
	}
	.main-info-wrapper{display:none;}
	.accord-wrap{
		display: block;
	}
	.accord {
		background-color: #ffffff;
		margin: 20px 0px;
		border-radius: 8px;
	}
	.accord.active {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.verification-bg{height:fit-content;}
	 thead {
	  display: flex;
	  flex-shrink: 0;
	  min-width: min-content;
	}
	 tbody {
	    display: flex;
	}
	 tr {
	  display: flex;
	  flex-direction: column;
	  min-width: min-content;
	  flex-shrink: 0;
	}
	td,  th {
	  display: block;
		height:20%;
	}
	#border-fix-left{border-radius: 7px 0px 0px 7px!important;}
	#border-fix-right{border-radius: 0px 7px 7px 0px!important;}
	p{text-align: center;}
	.feature p {
		text-align: center;
	}
	.fa-ul>li {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
		font-weight: 300;
	}
	.fa-ul {
		margin-left: 0 !important;
	}
	.fa-li {
		left: 0 !important;
		position: relative !important;
	}
	.main-info-text h3 {
		font-size: 16px;
		letter-spacing: 3px;
		font-weight: 700;
	}
	.footer-logo {
		margin: auto;
	}
	.menu-btn-wrapper .green-btn{
		padding-left:0px !important;
	}
	.about-wrapper h2 {
		margin-top: 30px;
	}
}

/*
* * * * * * * * * * HEADER STYLES * * * * * * * * * * *
*/



/*
* * * * * * * * * * FOOTER STYLES * * * * * * * * * * *
*/

.green-btn {
    padding: 10px 0px;
}
.green-btn a {
	background-color: #4dfbc2;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
	color: #25252b;
	font-family: 'open sans';
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
}
.home-text a {
	background-color: #4dfbc2;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
	color: #25252b;
  font-family: 'open sans';
  font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
}
.home-text p {
	line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  max-width: 600px;
}
.main-menu-btn {
	background-color: #f0f0f6;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
	margin: 5px;
	width: 175px;
	text-align: center;
	cursor:pointer;
	color: #25252b;
	font-family: 'open sans';
	font-weight: bold;
	font-size: 14px;
}
.fa-li i{
	color: #42a5f5;
}
.main-menu-btn.active {
	background-color: #4dfbc2;
}
.main-menu-btn:hover {
	background-color: #4dfbc2;
}
.about-btn{
	margin: 50px 0px;
}
.about-btn a {
	background-color: #4dfac2;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
	margin: 50px 0px;
	color: #25252b;
	font-family: 'open sans';
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
}
.about-btn .gray {
	background-color: rgba(240, 240, 246, 0.4);
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
	margin: 5px;
	font-family: 'open sans';
	font-weight: bold;
}
.about-btn a:hover {
	background-color: lightgray;
}
/* .about-btn {
	margin: 75px 0px 0px 0px;
} */

.main-info {
	display: none !important;
	padding:20px;
}
.main-info.active {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.main-menu-btn.active {

}
.main-info img {
	float: right;
}
.nav-container{width: 100%;background-color: white;z-index:100000}
.nav-container i{display: none;}
.nav-menu {
	display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}
.main-info-menu {
	display: flex;
	flex-wrap: wrap;
    justify-content: start;
    height: 75px;
    align-items: center;
	padding: 20px;
}
.menu-btn {
	padding: 10px;
}
.main-content {
	display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
	width:100%;
	margin: auto;
	scroll-margin-top: 50px;
}
.main-info-container {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
	width: 100%;
	margin: auto;
	margin-bottom: 75px;
}
.main-info-text {
	padding-left: 75px;
	display: inline-block;
	width: 450px;

}
.main-info-text p {
	color: #25252b;
	font-family: 'open sans';
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.flex-feature{
	display: flex;
	flex-wrap: wrap;
}
.feature i{
	font-size: 40px;
	margin-right: 10px;
	color: #4dfbc2;
	width: 25%;
	margin-bottom: 15px;
}
.feature p {
	color: #25252b;
	line-height: 24px;
	font-size: 14px;
	font-family: 'open sans';
}
.feature {
	width: 33%;
	display: flex;
	padding: 20px;
}
.feature div{
	font-size: 16px;
}
.feature div h3{
	font-size: inherit;
	margin:0;
}
.main-info-wrapper {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	margin: 50px 0px 100px 0px;
	overflow: hidden;
}
.feature-info-wrapper {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	margin: 50px 0px 50px 0px;
	overflow-x: scroll;
}
.main-heading p {
	text-align: center;
	width: 100%;
  font-family: 'open sans';
	font-size: 18px;
	line-height: 30px;
	max-width: 600px;
	color: #626262;
}
.main-heading {
	width: 100%;
	color: #25252b;
}
.main-title {
	width: 100%;
	text-align: center;
}
.main-title h3 {
	margin: 80px 0px 20px 0px;
	letter-spacing: 3px;
}
.main-title h2 {
	margin: 80px 0px 20px 0px;
	letter-spacing: 3px;
	font-size: 30px;
}
td p {
	color: #25252b;
	text-align: center;
	margin: 10px;
	font-family: 'open sans';
	font-size: 14px;
	line-height: 24px;
}
.table-wrapper {
	width: 100%;
	padding: 0px 25px;
}
.partners-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  flex-direction: row;
}
.partners-wrapper a {
	margin: 5px;
	width: calc(20% - 10px);
}
.partners-container {
	color: #25252b;
	padding: 1em;
}
.partners-container p {
	color: #626262;
	text-align: center;
	line-height: 30px;
	font-family: 'open sans';
	font-size: 18px;
	max-width: 600px;
}
.partners-btn {
	margin-top: 50px;
	margin-bottom: 75px;
}
.nav-menu {
    display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
    height: 75px;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}
.menu-btn a {
	text-decoration: none;
	color: #25252b;
	font-family: 'open sans';
}
.menu-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* width: 650px; */
}
.menu-btn-wrapper .green-btn{
	padding-left:30px;
}
.footer-container {
	background-color: #170f39;
	padding-top: 10px;
}
.footer-btn {
	padding: 10px 15px 10px 15px;
}
.footer-btn a {
	text-decoration: none;
	color: white;
	font-family: 'open sans';
}
.footer-text {
	background-color: #130c2e;
	padding: 10px 0px 1px 0px;
	text-align: center;
}
.footer-text p {
	font-size: 10px;
}
.footer-text p a {
	text-decoration:none;
	color:inherit;
	font-size:10px;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
		flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}
.partners-bg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 50px 0px 25px 0px;
	background-color: #eff0f5;
}

.input-half {
	width: 49%;
}
label{display:none!important;}
.error{border: 1px solid red!important;}
.form-container {
	width:800px;
	margin:auto;
}
.form-wrapper {
	margin: 60px 0px 100px 0px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	padding:0 20px;
}
.form-wrapper .fa-drop{
	width:100%;
	overflow: hidden;
	height: 50px;
	position: relative;
	display: block!important;
	margin-bottom: 10px;
}
.form-wrapper .fa-drop:after{
	content:"\f0d7";
  font-family: FontAwesome;
	position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}
.form-wrapper select {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px;
	font-family: 'open sans';
  font-style: italic;
	color: grey;
	padding-left: 25px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-wrapper textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px;
	font-family: 'open sans';
  font-style: italic;
	padding: 25px;
}
.form-wrapper input {
	margin-bottom: 10px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px;
	font-family: 'open sans';
  font-style: italic;
	float: left;
	padding-left: 25px;
}
#email {
	float: right;
}
.form-btn {
	background-color: #4dfbc2;
  margin: auto;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
	cursor: pointer;
	color: #25252b;
	font-family: 'open sans';
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
}
.contact-form {
	text-align: center;
}
.thanks {
	display: none;
}
.thanks p{
	color: #25252b!important;
}
.scroll-btn {
	/* margin: 200px 0px 0px 0px; */
	position: absolute;
	bottom: 10%;
	line-height: 1.5;
}
.scroll-btn a {
	color: white;
	text-decoration: none;
	font-family: 'Open Sans';
	font-size:13px;
}
.fa-mouse-alt {
	font-size: 40px;
	margin-bottom: 10px;
}
.fixed {position:fixed;top:0;filter: drop-shadow(2px 2px 2px lightgrey);}
th p{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #25252b;
}
