body{
	overflow-x:hidden;
}
.color{
	color:#88b50d;
	color:#24303e;;
}
.font_h{
	font-family: 'Lato', sans-serif;
}
#fone_bg{
	position: fixed;
	width:100%;
	height: 100vh;
	background-color: black;
	z-index: 2000;
	opacity: 0.3;
	display: none;
}
#request_bg{
	position: fixed;
	width:100%;
	min-height: 100vh;
	z-index: 3000;
	display: none;
}
.request_form_style{
	height: 550px; 
	background-color: black; 
	margin-top: -500px;
	padding: 20px;
}
.request_form_close_style{
	width:100%;
	height: 40px;
}
nav{
	width:100%;
	height: 80px;
	position: fixed;
	background:#24303e;
	z-index: 1000;
}
.nav_log_block{
	width:20%;
	height: 100%;
	float:left;
	padding-left: 5%;
}
.nav_menu_block{
	width:80%;
	height: 100%;
	float:left;
}
.menu_min{
	float:right;
	margin-right: 7%;
	margin-top: 25px;
}
.menu_min a{
	color:white;
	font-weight: bold;
}
.menu_min a:hover{
	text-decoration: none;
}
.menu_min_lists{
	position: absolute;
	display: none;
	margin-left: -50px;
	margin-top: 16px;
	background: red;
	width:200px;
	padding: 20px;
	border-radius: 0 0 5px 5px;

}
.menu_moblie{
	display: none;
}
.menu_mobile_style{
	width:100%;
	background-color: #24303e;
	margin-top: 81px;
	padding-left:5%;
	padding-top: 30px;
	padding-bottom: 20px;
	display: none;
}
.menu_mobile_style p{
	font-weight: bold;
	margin-top: -10px;
}
.menu_mobile_style a{
	color:white;
}
.menu_mobile_style a:hover{
	color:white;
	text-decoration: none;
}



.home_section_style{
	position: relative;
	width:100%;
	min-height:100vh;
	height:auto;
	background-image: url("/images/home1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home_section_fone{
	position: absolute;
	width:100%;
	min-height:100%;
	height:auto;
	background-image: url("/images/home_fone.png");
	opacity: 0.5;
}
.home_section_content{
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 120px;
	color:white;
	padding-bottom: 20px;
}
.home_section_content h1{
	font-size: 55px;
	font-weight: bold;
	color:#88b50d;
	text-shadow: 1px 1px black;
}
.home_section_content h3{
	font-weight: bold;
	color:white;
	margin-top: 5%;
	margin-bottom: 7%;
	line-height: 1.4;
}
.home_section_content a{
	font-size: 20px;
	color:#88b50d;
	border:solid 2px #88b50d;
	border-radius: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.home_section_content a:hover{
	text-decoration: none;
	color:white;
	background-color:#88b50d;
}
.subscribe_block{
	width:100%;
	border:solid 2px #88b50d;
}
.subscribe_block input{
	background:none;
	border:solid 2px white;
	width:60%;
	height: 40px;

}
.subscribe_block button{
	background:none;
	border:solid 2px white;
	height: 40px;
	color:white;

}




.markets_section_style{

}
.markets_header{
	margin-top: 40px;
	text-align: center;
}
.markets_header h1{
	width:auto;
	font-weight: bold;
}
.markets_body{
	margin-top: 3%;
}
.markets_body a{
	font-size: 20px;
	color:#88b50d;
	border:solid 2px #88b50d;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.markets_body a:hover{
	text-decoration: none;
	color:white;
	background-color:#88b50d;
}
.markets_body h3{
	margin-top: 10px;
}

.services_section_style{
	position: relative;
	width:100%;
	min-height:100vh;
	height: auto;
	background-image: url("/images/home.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.services_section_fone{
	position: absolute;
	width:100%;
	height: 100%;
	background-color:black;
	opacity: 0.6;
}
.services_section_content{
	position: relative;
	width:100%;
	height: 100%;
	z-index: 200;
	padding-top: 10%;
	padding-bottom: 5%;
}
.service_media_show{
	display: none;
}
.service_min_btn{
	width:100%;
	height: 60px;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 0 50px 50px 0;
	border: 1px solid #88b50d;
}
.service_min_btn_style{
	background-color: #88b50d;
	color:white;
}
.service_min_btn img{
	float:left;
}
.service_min_btn p{
	float:left;
	color:white;
	font-weight: bold;
	margin-left: 20px;
	font-size: 17px;
}
.service_min_btn a:hover{
	text-decoration: none;
}
.service_big_block{
	padding-left: 10%;
	padding-right: 10%;
}
.service_big_block h1{
	color:white;
	text-transform: uppercase;
}
.service_big_block p{
	color:white;
	font-size: 17px;
}
.service_big_block a{
	font-size: 20px;
	color:white;
	background-color: #88b50d;
	border:solid 2px #88b50d;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: right;
	margin-top: 3%;
}
.service_big_block a:hover{
	text-decoration: none;
}

.why_section_style{
	position: relative;
	width:100%;
	height:auto;
}
.how_min{
	margin-top: 3%;
}
.how_min div{
	width:100px;
	height: 100px;
	margin: auto;
	border-radius: 200px;
	padding-top: 20px;

}
.how_min h2,h3{
	color:#24303e;
	font-weight:bold;
}
.how_section_style{
	position: relative;
	width:100%;
	height:auto;
	background-image: url("/images/how1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.how_section_fone{
	position: absolute;
	width:100%;
	min-height:100%;
	height:auto;
	background-color: black;
	opacity: 0.7;
}
.how_section_content{
	position: relative;
	width:100%;
	height:auto;
	z-index: 200;
	padding-top: 40px;
	padding-bottom: 40px;
	color:white;
}
.btn_color{
	font-size: 20px;
	color:white;
	border:solid 2px white;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.btn_color:hover{
	color:white;
	text-decoration: none;
}

.clients_section_style{
	position: relative;
	width:100%;
	height:auto;
}

.review_section_style{
	position: relative;
	width:100%;
	height:auto;
	background-image: url("/images/reviews.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 40px;
	padding-bottom: 20px;
}
.btn_color_green{
	font-size: 20px;
	color:#88b50d;
	border:solid 2px #88b50d;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.btn_color_green:hover{
	color:#88b50d;
	text-decoration: none;
}
.blog_min{
	padding-top: 10px; 
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.blog_min_author{
	color:grey;
	font-size: 14px;
	font-weight: bold;
}
.client_min{
	width:100%;
	border-radius: 10px;
	border:solid 1px #88b50d;
	padding: 10px;
}
footer{
	position: relative;
	width:100%;
	height:auto;
	background-color: #24303e;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_services{
	font-weight: bold;
	color:white
}
.footer_services h5{
	font-weight: bold;
}
.footer_services p{
	font-weight: bold;
	font-size: 12px;
	margin-top: -10px;
}
.footer_services a{
	color:white;
}
.footer_services a:hover{
	color:white;
	text-decoration: none;
}
.footer_services i{
	font-size: 18px;
	margin-left: 20px;
}

.service_section_style{
	position: relative;
	width:100%;
	min-height:100vh;
	height:auto;
}
.service_section_content{
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sourcing_section_style{
	position: relative;
	width:100%;
	min-height: 90vh;
	height:auto;
	padding-bottom: 10%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.services_section_fone{
	position: absolute;
	width:100%;
	min-height:100%;
	height:auto;
	/*background-image: url("/images/home_fone.png");*/
	opacity: 0.4;
}
.services_section_content{
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 100px;
	color:white;
	padding-bottom: 20px;
}
.services_section_content h1{
	font-size: 55px;
	font-weight: bold;
	color:white;
	text-shadow: 1px 1px black;
}
.services_section_content h3{
	font-weight: bold;
	color:white;
	line-height: 1.4;
}
.service_section_content p{
	font-size: 16px;
}
.services_section_content_a a{
	color:white;
}
.services_section_content_a a:hover{
	text-decoration: none;
}
.services_section_content_a i{
	font-size: 24px;
}
.service_min_col{
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
.service_min_col div{
	position: absolute;
	color:#88b50d;
	width:50px;
	height: 50px;
	font-weight: bold;
}
.service_min_col i{
	color:#88b50d;
	font-size: 24px;
}

.service_section_style_fone{
	position: absolute;
	height: 120%;
	width:150%;
  	right:-25%;
  	left:-25%;
  	top:-10%;
  	transform:rotate(-2deg);
	background: #24303e;
	overflow:hidden;
}

.logistic_min_col{
	margin-top: 20px;
}
.logistic_min_col i{
	color:#88b50d;
}
.logistic_min_col img{
	margin-top: 10px;
}
.logistic_min_col p{
	margin-top: 20px;
}

/*Request Block */
.request_block{
	width:100%;
	border:solid 1px #88b50d;
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.request_block p{
	color:white;
	color:#88b50d;
	font-weight: bold;
}
.request_input{
	margin-top: 10px;
}
.request_input span{
	width:100%;
	color:white;
	font-size: 12px;
}
.request_input input{
	width:100%;
	background:none;
	color:white;
	border:solid 1px white;
	padding-left: 5px;
	outline: none;
}
.request_input textarea{
	width:100%;
	background:none;
	color:white;
	border:solid 1px white;
	padding-left: 5px;
	outline: none;
}
.request_input button{
	width:100%;
	background:#88b50d;
	color:white;
	border:none;
	height: 40px;
	cursor: pointer;
}
.logistic_calculate{
	width: 100%;
	height: 200px;
	background-color: white;
}
.logistic_calculate_fone{
	position: absolute;
	height: 120%;
	width:150%;
  	right:-25%;
  	left:-25%;
  	top:-10%;
  	transform:rotate(-2deg);
	background: white;
	overflow:hidden;
}

.subscibe_blog input{
	background:none;
	height: 40px;
	width:200px;
	border:solid 2px #88b50d;
	padding-left: 10px;
	color:white;
	outline: none;
}
.subscibe_blog input::placeholder{
	color:white;
}
.subscibe_blog button{
	background:#88b50d;
	height: 40px;
	border:none;
	color:white;
	border:solid 2px #88b50d;
	margin-top: -2px!important;
	cursor: pointer;
}
.about_c{
	font-size: 16px;
	font-weight: bold;
}
.about_c i{
	color:#88b50d;
}
.about_r{
	padding-top: 40px;
}
.about_r i{
	font-size: 60px;
	color:white;
}
.d_CC_c{
	margin-top: 25px; 
	display: flex;
	align-items: center;
	justify-content: center
}