* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	font-family: Montserrat, Arial, sans-serif !important;
	background: #000970;
	background: linear-gradient(146deg, rgba(0, 9, 112, 1) 0%, rgba(10, 4, 122, 1) 6%, rgba(3, 0, 0, 1) 27%, rgba(8, 4, 64, 1) 52%, rgba(13, 1, 61, 1) 80%, rgba(10, 4, 122, 1) 96%, rgba(0, 9, 112, 1) 100%);
}
.page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#site-navigation {
	display: none;
}
.homeLeft {
  color: gray;
  width: 50%;
  float: left;
}
.homeRight {
  color: gray;
  width: 50%;
  float: left;
}
.homeLeft .customInside {
  background: #151d32;
  max-width: 90%;
  padding: 30px;
  border: 1px solid #2d3447;
  border-radius: 5px;
  padding-top: 10px;
}
input,
select {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #444a5b;
  border-radius: 5px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
input[type="checkbox"] {
	width: auto;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item-label {
  font-size: 14px;
  color: #fff;
}
.homeLeft p {
  margin: 5px 0;
}
.customLabel {
  color: #a0a9be;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px !important;
  margin-bottom: 9px !important;
}
input[type="submit"] {
  background: #0577da;
  border: 0;
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
}
select {
	margin-bottom: 20px;
}
input:focus,
select:focus {
  border-color: #1199fa;
  outline: none;
}
.wpcf7-acceptance label {
	cursor: pointer;
}
.customTerms p {
  font-size: 13px;
  margin-top: 20px;
  color: #ccc;
  font-weight: 500;
}
.customTerms a {
	color: #1379fa;
	text-decoration: none;
}
.customTerms a:hover {
	text-decoration: underline;
}
.header-container {
  padding-top: 10px;
  margin-bottom: 70px;
}