@font-face {
	font-family: 'lucida';
	src: url('../fonts/LucidaCalligraphyItalic.eot');
	src: url('../fonts/LucidaCalligraphyItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/LucidaCalligraphyItalic.woff') format('woff'),
		 url('../fonts/LucidaCalligraphyItalic.ttf') format('truetype'),
		 url('../fonts/LucidaCalligraphyItalic.svg#sanspro') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**************************************************************************
Reset
**************************************************************************/
* {
	margin: 0;
	padding: 0;
	outline: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}
html {
	font-size: 100%; /* IE trick to allow proper resizing of text */
}
a,
a:hover,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
label {
	font-weight: normal;
}
textarea {
	resize: none !important;
}
fieldset {
	position: relative;
}
button,
input,
textarea {
	outline: none !important;
}
*:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none !important;
}
button:focus,
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
::selection {
	background: #008bfe !important;
	color: #fff !important;
}
::placeholder {
  color: #bdbdd5 !important;
}
:-ms-input-placeholder {
  color: #bdbdd5 !important;
}
::-ms-input-placeholder {
  color: #bdbdd5 !important;
}
.text-center {
  text-align: center !important;
}
.text-upper {
  text-transform: uppercase !important;
}
/**************************************************************************
Custom
**************************************************************************/
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #0c0c23;
  background: linear-gradient(rgba(18, 18, 35, 0.65),
              rgba(18, 18, 35, 0.85)),
              url('../images/wimlit-lifestyle-background.png') no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.container header {
  margin-top: 30px;
}
.container header .logo {
  text-align: center;
}
.container header .logo img {
  max-height: 160px;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.container .main-title h1 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 42px;
	margin-top: 30px;
	text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.container .main-title h2 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 36px;
	margin-top: 30px;
	text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.container .sub-title {
  margin-top: 30px;
  margin-bottom: 50px;
}
.container .sub-title h3 {
  font-weight: 800;
  font-size: 24px;
	text-align: center;
  background-image: linear-gradient(to right, #e61d62, #ffb352);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
.container .tagline h2 {
  font-weight: normal;
	font-family: 'lucida';
	text-align: center;
  font-size: 22px;
	color: #fff;
	margin-top: 50px;
	line-height: 32px;
	margin-bottom: 30px;
}
.container ul.bullets {
  list-style: none;
	padding: 0;
	padding-left: 10px;
}
.container ul.bullets li {
  text-align: left;
	padding: 0;
	padding-left: 10px;
  list-style: none;
	letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 25px;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
.container ul.bullets li:before {
	font-size: 16px;
	background-image: linear-gradient(to right, #e61d62, #ffb352);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: 'FontAwesome';
  content: '\f00c';
  margin-left: -25px;
}
.container .mobile {
  font-weight: 800;
	text-align: left;
  font-size: 22px;
	background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
	text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
.container .mobile .fa-volume-control-phone:before {
	background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.container .email {
  font-weight: 800;
	text-align: right;
  font-size: 22px;
	background-image: linear-gradient(to right, #e61d62, #ffb352);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
	text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
@media (max-width: 649px) {
	.container .mobile,
  .container .email {
		text-align: center;
	}
	.container .mobile {
		margin-bottom: 20px;
		display: block;
	}
	.container ul.bullets li {
		text-align: center;
	}
}
.container .email .fa-envelope-o:before {
	background-image: linear-gradient(to right, #e61d62, #ffb352);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.container .inner-wrapper {
  margin-top: 40px;
	margin-bottom: 30px;
  padding: 30px;
	letter-spacing: 1px;
  font-size: 18px;
	border-radius: 20px;
	/* text-align: justify; */
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
	box-shadow: 0 0 20px rgb(255 255 255 / 15%);
	background: rgba(0,0,0,.30);
}
.container .inner-wrapper ul,
.container .inner-wrapper ol  {
  padding-left: 0px;
  list-style: none;
}
.container .inner-wrapper ul li,
.container .inner-wrapper ol li {
  list-style: none;
  line-height: 24px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.container .inner-wrapper ul li:before,
.container .inner-wrapper ol li:before {
  font-family: 'FontAwesome';
  content: '\f054';
	background-image: linear-gradient(to right, #e61d62, #ffb352);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
  margin: 0 7px 0 -16px;
}
.container a.btn-back {
  width: 100%;
  border: none;
	display: block;
  background: -webkit-linear-gradient(to right, #008bfe, #7cff87);
  background: -o-linear-gradient(to right, #008bfe, #7cff87);
  background: -moz-linear-gradient(to right, #008bfe, #7cff87);
  background: linear-gradient(to right, #008bfe, #7cff87);
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
	text-align: center;
	padding: 10px 0;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  -webkit-box-shadow: 0 0px 10px 0px rgb(18 18 35 / 30%);
  box-shadow: 0 0px 10px 0px rgb(18 18 35 / 30%);
}
.container a.btn-back:hover {
  background: -webkit-linear-gradient(to right, #e61d62, #ffb352);
  background: -o-linear-gradient(to right, #e61d62, #ffb352);
  background: -moz-linear-gradient(to right, #e61d62, #ffb352);
  background: linear-gradient(to right, #e61d62, #ffb352);
}
.container .footer {
  margin-top: 30px;
	margin-bottom: 30px;
  padding: 0 20px;
}
.container .footer .copyright {
  font-weight: 400;
  width: 100%;
  display: block;
  color: #adadbd;
}
.container .footer .copyright span {
  display: inline-block;
  font-weight: 400;
  color: #adadbd;
}
.container .footer .privacy-policy {
  width: 100%;
  display: block;
	/* display: none; */
  text-align: center;
}
.container .footer .privacy-policy ul {
  width: 100%;
	padding: 0;
  text-align: center;
  list-style: none;
  margin-top: 10px
}
.container .footer .privacy-policy ul li {
  display: inline-block;
	padding: 0;
  list-style: none;
  text-align: center;
  margin-right: 10px;
}
.container .partners {
  margin-bottom: 50px;
}
.container .partners .vayu-tech img {
  max-height: 200px;
}
.container .partners .canali-system img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .container .footer .privacy-policy ul li {
    margin-right: 5px;
  }
	.container .footer .copyright span {
    display: block;
  }
}
.container .footer .privacy-policy ul li:last-child {
  margin-right: 0px;
}
.container .footer .privacy-policy ul li a {
  color: #adadbd;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.container .footer .privacy-policy ul li a:hover {
  color: #adadbd;
	cursor: pointer;
}
.container .footer .privacy-policy ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #adadbd;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.container .footer .privacy-policy ul li a:hover:after {
	width: 100%;
  left: 0;
}
