
body {
  margin: 0;
  padding: 0;
  top:0 !important;
  font-size: 16px;
  font-weight: 400;
 font-family: 'Letter Gothic Std';

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  margin: 0;
  padding: 0;
  list-style: none; }
h3 {
  margin: 0;
  padding: 0;
  list-style: none; }

h4 {
  margin: 0;
  padding: 0;
  list-style: none; }

h5 {
  margin: 0;
  padding: 0;
  list-style: none; }

h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important; 
}

input {
  outline: none !important; 
}

button {
  outline: none !important; 
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-top {
	overflow-x: hidden !important;
}

/* Header Css  */



/* Hero Section Css  */
.hero_section_area {
  background: #FFF;
  background-image: url(../images/logo/hero-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero_all_content_area {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.logo {
  text-align: center;
  padding-top: 60px;
}
.logo_two {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.title{
  font: normal normal bold 33px/47px Letter Gothic Std;
letter-spacing: 0px;
color: #000000;
opacity: 1;
text-align: center;
padding-bottom: 30px;
}

.input_item input {
  font: normal normal bold 17px/21px Letter Gothic Std;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
  border: 3px solid #AE7A4B;
  border-radius: 60px;
  opacity: 1;
  background: #FFF;
  padding: 18px 31px;
}
.input_item{
  margin-bottom: 12px;
}
.submit_btn input {
  background: #AE7A4B 0% 0% no-repeat padding-box;
  border: 3px solid #AE7A4B;
  border-radius: 60px;
  font: normal normal bold 28px/40px DIN Condensed;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 100%;
  padding: 3px;
  cursor: pointer;
}
.form_area{
  padding-bottom: 80px;
}