@media all and (min-width: 2000px) {

	.hero_section {
	  padding-top: 626px;
	  padding-bottom: 448px;
	}
}
@media all and (min-width: 1400px) {
	.tradespace_section {
		position: relative;
	}
.tradespace_section::after {
	position: absolute;
	content: "";
	background: url(../images/icon/left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 400px;
	width: 162px;
	left: 0;
	top: 250px;
}

.tradespace_section::before {
	position: absolute;
	content: "";
	background: url(../images/icon/right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 557px;
	width: 252px;
	right: 0;
	bottom: 96px;
}




}

@media all and (max-width: 1199px) {

.hero_section {
	padding-top: 379px;
	padding-bottom: 80px;
}
.logo a img {
	width: 317px;
}

.scroll_tab_area {
	left: 30px;
}
.scroll_tab_area {
	display: none !important;
}



}

@media all and (max-width: 991px) {

.hero_content h1 {
	font-size: 134px;
	line-height: 1;
}
.hero_content h2 {
	padding-left: 0;
	font-size: 28px;
	line-height: 1.3;
}
p {
	font-size: 14px;
}
.establishing_icon {
	min-width: 220px;
	text-align: center;
}
.establishing_content h3 {
	font-size: 18px;
	padding-bottom: 11px;
	line-height: 1.3;
}
.establishing_item {
	padding-bottom: 30px;
}

.f_address p {
	padding-bottom: 0px;
	font-size: 14px;
}







}
@media all and (max-width: 767px) {

.logo a img {
	width: 215px;
}

.hero_content h1 {
	font-size: 95px;
	line-height: 1;
}
.hero_content h2 {
	padding-left: 0;
	font-size: 22px;
	line-height: 1.3;
}
.tradespace_content h3 {
	font-size: 28px;
}

.establishing_icon {
	min-width: 185px;
	text-align: center;
}
.title_contact h3 {
	font-size: 35px;
}
.establishing_icon img {
	width: 97px;
}



}

@media all and (max-width: 575px) {

.hero_section {
	padding-top: 320px;
	padding-bottom: 40px;
}
.hero_content h1 {
	font-size: 65px;
	line-height: 1;
}

.hero_content h2 {
	font-size: 18px;
}
.establishing_item {
	padding-bottom: 30px;
	flex-direction: column;
}
.establishing_icon {
	min-width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.establishing_content {
	max-width: 90%;
	width: 100%;
	text-align: center;
}
.input_submit {
	text-align: center;
	padding-top: 10px;
}
.single_input_item textarea {
	height: 130px;
}

.f_logo_contact {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}
.f_address p {
	text-align: center;
}


}

