﻿@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
		
		html { 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		
.bg {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: white;
}
.bg1
{
clear: both;
background-color: #213752;
width: 100%;
}
.bg2
{
font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
color: #fff;
clear: both;
background-color: #213752;
width: 70%;
margin: 0px auto;
font-size:1.5em;
padding-top:20px;
padding-bottom:20px;
letter-spacing: 0.02em;
}
.bg3
{
clear: both;
background-color: #fff;
width: 100%;
}
.bg4
{
font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
color: #000;
clear: both;
background-color: #ffffff;
width: 70%;
margin: 0px auto;
font-size:1.2em;
padding-top:10px;
padding-bottom:10px;
}
.bg5
{
clear: both;
background-color: #213752;
width: 100%;
padding:10px 0px;
}
.bgf
{
clear: both;
background-color: #213752;
width: 100%;
margin-top:100px;
}
.mainf
{
width: 70%;
margin: 0px auto;
background-color: #213752;
padding-bottom: 30px;
padding-top: 100px;
}

.main
{
width: 70%;
margin: 0px auto;
}
.main1
{
width: 70%;
margin: 0px auto;
background-color: #efefef;
padding-bottom: 30px;
}
.width375
{
width: 48%;
background-color: #efefef;
display:block;
}
.width10
{
width: 4%;
background-color: #efefef;
display:block;
}
.fl{
float:left;
background-color: #efefef;
display:block;
}
.fl1{
float:left;
background-color: #efefef;
display:block;
}

.text
{
font-family:Arial,Helvetica, sans-serif;
color: #000;
clear: both;
background-color: #ffffff;
margin: 0px auto;
text-align:center;
font-size:1.2em;
padding-top:20px;
padding-bottom:20px;
font-weight:bold;
}
.text1
{
font-family:Arial,Helvetica, sans-serif;
color: #000;
background-color: #efefef;
font-size:1em;
font-weight:bold;
padding-bottom: 25px;
}
.text2
{
	font-family:Arial,Helvetica, sans-serif;
	color: #000;
	background-color: #efefef;
	font-size:14px;
	line-height:20px;
	padding-bottom: 10px;
	padding-left:5px;
}
.text3
{
	font-family:Arial,Helvetica, sans-serif;
	color: #000;
	background-color: #efefef;
	font-size:14px;
	line-height:20px;
	padding-left:70px;
	padding-top:25px;
}
.text4
{
font-family:Arial,Helvetica, sans-serif;
color: #000;
clear: both;
margin: 0px auto;
text-align:center;
font-size:0.9em;
padding-top:20px;
}

.form1 {
   padding-left:0px;
   display: block;
    box-sizing: border-box;    
	font-family:Arial,Helvetica, sans-serif;
	background-color: #efefef;
    font-size: 14px;
	line-height: 18px;
	border-radius:5px;
	float:left;
	width: 93%;
}
.font1
{
	font-family:Arial,Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;	
	
}
.footer
{
width: 43%;
background-color: #213752;
}
.footer1
{
width: 44%;
background-color: #213752;
}
.footer2
{
width: 13%;
background-color: #213752;
}

.fr
{
	
float:right;	
}
.input
{
width: 80%;
padding: 10px 15px;
margin: 2px 0;
display: block;
border: 1px solid #ccc;
box-sizing: border-box;
margin-right: 25px;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}
#Mobile
{
width: 100%;
padding: 10px 15px;
margin-top: 20px;
display: block;
border: 1px solid #ccc;
box-sizing: border-box;
margin-right: 25px;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}

.pad
{
padding-left: 15px;
}
.forminner1
{
width:25%;
}
.forminner2
{
width:55%;
}
.2col
{
width:70%;
}

#country
{
width: 85%;
	box-sizing: border-box;
	padding: 1px 15px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(Images/arrow.jpg) no-repeat right center;
	-moz-window-shadow: none;
	border:1px solid #ccc;
	outline: none;
	height: 40px;
	background-position: 85px 2px;
	background-color:#fff;
	margin-right: 36px;
	margin-top: 2px;
}
.button {
  background-color: #29afe8;
  border: none;
  color: white;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font: 16px Arial, Helvetica, sans-serif;
  margin-top: 230px;
  margin-left: -170px;
  cursor: pointer;
  font-weight:bold;
}
.button1 {
  background-color: #cacaca;
  border: none;
  color: white;
  padding: 12px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font: 16px Arial, Helvetica, sans-serif;
  margin-top: 35px;
  margin-left: 485px;
  cursor: pointer;
  font-weight:bold;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.5em;
  padding-top:3px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 1px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
[type=checkbox]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
.vl {
  border-left: 2px solid #213752;
  height: 540px;
  margin-top: 48px;  }
/* hover style just for information */
label:hover:before {
  border: 2px solid #29afe8!important;
}
.content
{
padding-left:70px;
padding-top:30px;
padding-bottom: 20px;
}
.content1
{
padding-left:20px;
padding-top:30px;
}
.padr
{
padding-right:60px;
}
.padrf
{
padding-right:15px;
}
.width20
{
	width:20%;
}
.copy
{
	text-align: center;
	padding-top: 30px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:0.9em;
}
.textf
{
font-family: Arial, Helvetica, sans-serif;
color: #fff;
clear: both;
font-size:0.9em;
}
.texty
{
	text-align:center;
	font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
color: #1c2e46;
clear: both;
font-size: 1.8em;
padding-top: 60px;
padding-bottom: 20px;
font-weight:bold;
font-style:italic;
}
.texty1
{
	text-align:center;
	font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
color: #1c2e46;
clear: both;
font-size: 1.2em;
padding-bottom: 40px;
text-decoration:none;
font-style:italic;
}
.texty2
{
	text-align:center;
	font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
color: #1c2e46;
clear: both;
font-size: 1.2em;
padding-bottom: 40px;
text-decoration:underline;
}
.buttonty {
  background-color: #29afe8;
  border: none;
  color: white;
  font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
  padding: 10px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight:bold;
}
.buttonty1 {
  background-color: #29afe8;
  border: none;
  color: white;
  font-family: "Chronicle SSm", Georgia, Times, "Times New Roman", serif;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 20px 2px;
  cursor: pointer;
  font-weight:bold;
}
.body-height1 {

    height: 683px;

}
@media only screen and (max-width: 1024px) {
	.bg2{ width:100% !important; display:block !important; text-align:center !important;}
	.bg4{ width:100% !important; display:block !important; text-align:center !important;}
	.main{ width:100% !important; display:block !important; text-align:center !important;}
	.main1{ width:100% !important; display:block !important; }
	.width375{width: 48%;background-color: #efefef;float:left !important;}
	.width10{width: 5%;background-color: #efefef;float:left !important;}
    .mobile-hidden{display: none !important;}
    .button { margin:0 auto !important;}
    .button1 { margin:0 auto !important; }
    .fr { text-align: center !important;}
	.fl { width: 100% !important;}
	.fl1 {text-align: center !important; width: 100% !important;}
	.body-height1{
	height:auto;
}
	.texty
	{
	text-align:center;
	padding-top:20px;
}
.texty1
	{
	text-align:center;
	padding-top:10px;
	padding-left: 10px;
padding-right: 10px;
}
.input
{
width: 100%;
padding: 12px 15px;
margin: 8px 0;
display: block;
border: 1px solid #ccc;
box-sizing: border-box;
margin-right: 25px;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}
.font1 {

    font-family: Arial,Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-align:left !important;
	}
	.content {

    padding-left: 20px;
    padding-top: 30px;
    }
    .textf
{
font-family: Arial, Helvetica, sans-serif;
color: #fff;
clear: both;
font-size:0.9em;
}
.text1
{
	text-align:center !important;
}
    #country
{
width: 100%;
float:left;
background-position: 95% 4px;
    }
    #Mobile {
    padding: 12px 15px;
    margin-top: 38px;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    }
    .padrf {
    padding-right: 10px !important;
    }
    .footer2 {
	padding-top: 20px;
    width: 100%;
    background-color: #213752;

}
.mainf {

    width: 100%;
    margin: 0px auto;
    background-color: #213752;
   }
   .buttonm
   {
	margin-left: 30px;
}
.buttonm1
   {
	margin-top: 30px;
}

.padr {

    padding-right: 76px;
    }
    .padb {

    padding-bottom: 26px;
}
.text3{
padding-left:25px !important;
}
.copy {
       padding-top: 80px;
    }
}
	