
abbr,
address,
article,
aside,
audio,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #737373;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
}

html, bod{    background-color: #e1ebf4;}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
input,
select,
textarea {
  outline: 0;
  width: 100%;
  padding: 3% 4.5%;
  border: 0;
  color: #929292;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.clear {
  clear: both;
}
.wrap {
  width: 85%;
  min-width: 255px;
  margin: 0 auto;
  max-width: 1200px;
}

.lft {
  float: left;
}
.rgt {
  float: right;
}
strong {
  font-weight: 700;
}
article,
article.wrap {
  margin: 4.5% auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 36px;
  font-weight: 700;
  color: #525252;
  line-height: 48px;
  margin: 6% 0% 3%;
}

h2 {
    font-size: 22px;
    line-height: 32px;
    color: #525252;
}

h1 strong {
    color: #ff6a00;
}
p {
  font-size: 17px;
  color: #28548a;
  line-height: 29px;
  text-align: left;
  font-weight: 400;
}

p.mobile {
    /* display: none; */
}

.bnr {
    background: url(../images/bg.jpg) no-repeat center top;
    padding: 70px 0%;
    background-size: cover;
    /* height: 89%; */
    /* position: absolute; */
    /* width: 100%; */
}

.bnr .lft {
    width: 47%;
    margin-top: 5%;
    /* float: right; */
}

.logo {
    max-width: 496px;
    width: 90%;
}

.logo img {
    width: 100%;
}

.bnr .rgt {
    width: 51%;
    /* float: left; */
}

.mobile {
    display: none;
}

.bnr .rgt img {
    max-width: 100%;
}

.soon p {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 20px 2%;
    line-height: 48px;
}

.soon {
    background-color: #ffffff;
}
footer {
  width: 100%;
  background-color: #28548a;
  padding: 30px 0 10px;
  /* margin-top: 3%; */
  /* position: absolute; */
  /* bottom: 0; */
}
footer h2 {
  font-size: 20px;
  color: #6a9bd7;
  font-weight: 500;
  text-align: left;
}
footer .lft p {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 29px;
  margin-top: 10px;
}
footer .lft p a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
footer h3 {
  font-size: 19px;
  color: #fff;
  margin-top: 15px;
  font-family: Lato, Arial, sans-serif;
}
footer .lft p.mbl {
  display: none;
}
footer .rgt ul li {
  background: url(../images/social-icon.png)    no-repeat left top;
  width: 37px;
  height: 37px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
footer .rgt ul li.icn2 {
  background-position: -43px top;
}
footer .rgt ul li.icn3 {
  background-position: -86px top;
}
footer .rgt ul li.icn4 {
  background-position: -128px top;
}
footer .rgt ul li.icn5 {
  background-position: -171px top;
}
footer .rgt ul li.icn6 {
  background-position: -214px top;
}
footer .rgt ul li a {
  text-indent: -10000px;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
}
footer .cpyRgt {
  border-top: 1px solid rgb(58, 102, 157);
  padding-top: 10px;
  margin-top: 15px;
}
footer .cpyRgt p {
  color: rgb(90, 141, 204);
  text-align: center;
}

@media (max-width:960px){
  footer{position:inherit;}
.lft, .rgt{width: 100%!important;}

h1, h2 {
    text-align: center;
}

.dsktp {
    display: none;
}

.mobile {
    display: block;
}

.logo {
    margin: 0 auto;
    margin-bottom: 30px;
}	
	
	
	.bnr{
    padding: 10% 0% 10%;
    position: inherit;
}
	
	}

@media (max-width:640px){

h1{
    font-size: 7vw;
    line-height: 8vw;
}

.soon p {
    font-size: 5.5vw;
}

h2 {
    font-size: 4.5vw;
    line-height: 7vw;
}
  
}