
body {
  margin: 0;
  padding: 0;
  top:0 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  background: #000000;
}

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  */
.header_area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.logo {
  text-align: right;
}

/* Hero Section Css  */
.hero_section {
  background: url(../images/bg/herobg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 526px;
  padding-bottom: 348px;
  position: relative;
}

.hero_content h2 {
  font: normal normal 900 41px/40px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-left: 55px;
}
.hero_content h1 {
  font: normal normal 900 260px/253px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}


p {
  font: normal normal normal 16px/20px Arial;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.tradespace_content {
  max-width: 912px;
  margin: auto;
  width: 100%;
}
.tradespace_content h3 {
  color: #fff;
  font-size: 41px;
  padding-bottom: 12px;
}
.tradespace_content {
  padding-bottom: 90px;
}
.establishing_content_area {
  max-width: 1003px;
  margin: auto;
  width: 100%;
}
.establishing_content h3 {
  font: normal normal 900 20px/31px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-bottom: 24px;
}
.establishing_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #3C3838;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.establishing_icon {
  min-width: 310px;
  text-align: center;
}


.title_contact h3 {
  font: normal normal 900 41px/40px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-bottom: 24px;
  text-align: center;
}
.contact_form_area {
  max-width: 581px;
  width: 100%;
  margin: auto;
}
.copyright p {
  font-size: 13px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.establishing_content {
  max-width: 520px;
  width: 100%;
}


.f_logo_contact {
  margin: 70px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
}

.f_address p {
  padding-bottom: 0px;
  font-size: 15px;
}
textarea{
  outline: none !important;
}
.single_input_item input, textarea {
  width: 100%;
  padding: 9px 15px;
 box-shadow: 0px 3px 6px #00000029;
border-radius: 5px;
border: none;
  margin-bottom: 15px;
  background: #FFF;
  opacity: 1;
  letter-spacing: 0px;
  color: #000000 !important;
font: normal normal normal 15px/17px Gill Sans;

}
.single_input_item textarea{
  height: 172px;
}
.input_submit input {
  padding: 4px 27px;
  border: transparent;
  width: 265px;
  color: #000;
  background: #FFF;
  font: normal normal 900 20px/31px Roboto;
  border-radius: 28px;
  opacity: 1;
  text-align: center;
}
.input_submit {
  text-align: center;
  padding-top: 50px;
}
.establishing_item:last-child{
  border-bottom: 0px transparent;
}

.tradespace_content h3 b {
  font-weight: 900;
}


.scroll_tab_area {
  position: fixed;
  top: 25%;
  left: 120px;
  z-index: 6;
}
.scroll_tab_area ul {
  position: relative;
}
.scroll_tab_area ul li {
  margin: 8px 0px;
}
.scroll_tab_area ul li a {
  color: #7F6F56;
  padding: 2px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 6px solid transparent;
  font: normal normal normal 18px/23px "Futura PT", sans-serif;
  border-radius: 3px;
}
.scroll_tab_area ul::after {
  background: #000;
  border-radius: 3px;
  opacity: 0.41;
  position: absolute;
  content: "";
  height: 130px;
  width: 6px;
  top: -14px;
  left: 0px;
  z-index: 6;
}

.scroll_tab_area ul li a.active {
  color: #FFF;
  border-left: 6px solid #FFF;
  border-radius: 3px;
  padding: 2px 15px;
}

.single_input_item p {
    padding-bottom: 0 !important;
}