/* common */
::-moz-selection { background: #03c7b8; color: #fff;}
::selection { background: #03c7b8; color: #fff;}


/* pre-loader */  
.pre-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.89) url(../../files/images/pre-loader.gif) center no-repeat;}

	 
/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #0d3946;
        background: transparent;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}


/* bg animate */
body {
  -webkit-font-smoothing: antialiased;}
canvas {
  height: 100vh;
  z-index: -10;
  background: linear-gradient(to bottom, #1e5799 0%, #0472f1 100%);
  position: fixed;
  top: 0px;}
	


/* header */
header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	box-shadow: #ccc 0 0 5px;
    background: #fff;}
header .logo {
	max-width: 100%;
	height: 50px;
	margin-top: 5px;}
	
/* main-div */
.main-div {
	padding-top: 70px;}


html, body {
  transition:all .3s ease;}

/* form */
form {
	width: 320px;
	height: 500px;
	background: #fff;
	padding:65px 25px 15px 25px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	text-align: center;
	box-shadow: #494b4c 0 0px 10px 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;}
form h3 {
	 font-size: 15px;
	 margin: 0;
	 color: #ff1b1b;}
form img {
    margin-bottom: 15px;}	 
form div {
    position: relative;
    margin-bottom: 25px;}
input{
	color:#0c475a;
	display: block;
	width: 100%;
	height: 44px;
	padding: 5px 5% 5px 25px;
	border:1px solid #ccc;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	font-size: 105%;
	letter-spacing: .8px;
	transition: all .2s ease;}
form div input[type="text"] {
	margin-top: 30px;}
form div input:focus{
	outline: none; 
	border:1px solid #58bff6; 
	color:#000;}
form div label {
	position: absolute;
	left:26px;
	top:12px;
	transition:all .4s ease;
	color:#bbb;
	letter-spacing: 1px;}	
.form-label {
    top: -22px !important;
    left: 12px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 12px;
    color: #328aa7 !important;
    font-weight: normal;}
button {
	width: 100%;
	height: 42px;
	-moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	background-color: #52b9d8;
    border: none;
    color: #fff;
    font-weight: bold;
    box-shadow: #a4b5bb 0 0 5px;}
button:hover{
	background-color: #fff; 
    border:1px solid #55b1df; 
	color:#55b1df;}
button:focus{outline: none;}
form .whatsapp-contact {
	text-decoration: none;
    color: #4ca951;
    margin-top: 70px;
    display: inline-block;}
form .whatsapp-contact .fa {
	font-size: 20px;
    position: relative;
    top: 2px;}
form .whatsapp-contact span {
	font-size: 12px;}
form .footer_clone_t {
	margin-top: 30px;
    margin-bottom: 12px;}
form .footer_clone_t p {
	font-size: 10px;
    margin-bottom: 0;
	color: #c3c8ce;}
form .footer_clone_t p a {
    color: #fff;}
@media (max-width: 767px) {
form .whatsapp-contact .fa {
	font-size: 24px;}
form .whatsapp-contact span {
	font-size: 14px;}
}

/* privacy_policy */
#privacy_policy h1 {
	text-transform: capitalize;
    font-weight: normal;
    font-size: 40px;
    padding-bottom: 24px;
    padding-top: 20px;}
#privacy_policy h2 {
    font-size: 18px;
    font-weight: bold;}
#privacy_policy p,
#privacy_policy ul li {
    font-size: 15px;}
#privacy_policy p {
    padding-bottom: 20px;}
#privacy_policy p span {
    display: block;}
#privacy_policy ul li {
    padding-bottom: 12px;}
@media (max-width: 767px) {
#privacy_policy h1 {
	font-size: 30px;}
}


/* footer */
footer {
	background: #ececec;
    margin-top: 30px;
    text-align: center;
	font-size: 12px;
    padding: 15px;
    color: #6f7779;}
footer p {
	margin-bottom: 0;}
footer p span:first-of-type {
	color: #0a4f65;}
footer p a {
	color: #6f7171;}
footer p a:hover {
	color: #2285a5;
	text-decoration: none;}	