/*!
Theme Name: Smart Tradzt
Theme URI: smart-tradzt.com
Author: doroshev.art
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smart-tradzt

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}


dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index: 99999;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .dropdown-menu {
  position: relative;
  z-index: 99999;
	color: black;
    text-align: left;
}

.dropdown-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  background-color: #fff; /* Replace #fff with the color you want */
	z-index: 99999;
}

.text-white {
	color: #fff !important; 
}

.main-navigation .dropdown-menu ul li {
  display: block;
	z-index: 99999;
}

.main-navigation .dropdown-menu ul li {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
	z-index: 99999;
}

.main-navigation .dropdown-menu ul li a{
	color: black;
    text-align: left;
}

.main-navigation .dropdown-menu ul li a:hover{
	
	color: 69bf4a;
}

.main-navigation .dropdown-menu li:hover > ul {
  display: block;
	z-index: 99999;
	color: 69bf4a;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

#content{
	position: sticky;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



@import url('c:\Users\21_ba\Desktop\My pack\Upwork\Oksana Kovalenko\Smart Tradzt\app\libs\normalize-css\normalize.css');
@import url('c:\Users\21_ba\Desktop\My pack\Upwork\Oksana Kovalenko\Smart Tradzt\app\libs\selectize\dist\css\selectize.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap&subset=latin-ext');


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;

  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: 'Aller', sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #000000;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.container {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}


.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-family: 'Aller';
  src: url("fonts/Aller_Rg.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'Aller';
  src: url("fonts/Aller_Bd.ttf") format("truetype");
  font-weight: bold;
}
.site-header .main-navigation{
  align-items: center;
  justify-content: space-between;
}
.site-header {
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 25px;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

.site-header a {
  color: #000000;
  font-size: 17px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.site-header a:hover {
  color: #69bf4a;
}

.sub-menu .current-menu-item a[aria-current="page"]::after{
	content: url("");
}

#menu-item-4706 a[aria-current="page"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4801 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4802 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4803 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4804 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4805 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4806 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4807 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-4808 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-5097 a[aria-current="page"]::after {
  content: url("");
  position: absolute;
  top: 18px;
  left: 35%;
}
#menu-item-886 a[aria-current="page"]::after{
  top: 28px;
  left: 44%;
}
#menu-item-368 a[aria-current="page"]::after{
  left: 37%;
}
#menu-item-369 a[aria-current="page"]::after{
  top: 28px;
}
.site-header a[aria-current="page"]::after {
  content: url("img/shevron_menu.png");
  position: absolute;
  top: 18px;
  left: 35%;
}

.site-header li {
  margin-left: 50px;
}
header .d-flex{
  align-items: center;
}
.toggle-mnu{
  display: none;
  border: none;
  background: transparent;
  color: transparent;
  outline: none
}
.site-header .menu-menu-2-container li {
  margin-left: 39px;
  margin-right: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.button {
  color: #69bf4a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
}

.button::after {
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  width: 30%;
}

.button:hover::after {
  width: 100%;
}

.main_header {
  position: relative;
  background-size: cover;
  background-position: center center;	
}

.header_content {
  height: 95vh;
  position: relative;
}

.header_slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.header_slider h1 {
  font-size: 55px;
  line-height: 70px;
  font-weight: normal;
  margin-bottom: 0px;
  max-width: 682px;
  margin-left: auto;
  color: #ffffff;
}

.header_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.header_bottom span {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  color: #ffffff;
}

.header_bottom img {
  max-width: 24px;
}

.header_slider {
  width: 682px;
  right: -18%;
}

.header_slider .owl-dots {
  width: 100%;
  text-align: left;
}

.header_slider button.owl-dot {
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 10em;
  display: inline-block;
  margin: 6px;
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
  outline: none;
}

.header_slider button.owl-dot.active {
  background-color: #000000;
}
.extra_table .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  position: absolute;
	top: -10px;
}
.modules_page .extra_table button.owl-dot {
  width: 9px;
  height: 9px;
  background-color: #000000;
  border-radius: 10em;
  display: inline-block;
  margin: 6px;
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
  outline: none;
}

.extra_table button.owl-dot.active {
  background-color: #69bf4a;
}

h3 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}

h3 img {
  vertical-align: middle;
  margin-right: 12px;
}

h2 {
  margin: 0;
  font-size: 42px;
  line-height: 55px;
  font-weight: normal;
}

h2 span {
  color: #69bf4a;
}

.solutions {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.solutions p {
  margin: 40px 0;
  font-size: 20px;
  line-height: 36px;
}

.solutions .button {
  margin-bottom: 60px;
  display: none;
}

.solutions .solutions_grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}

.solutions .solutions_grid p {
  margin: 0;
  margin-bottom: 45px;
}


.solutions .solutions_grid img {
  margin-top: 55px;
  margin-bottom: 30px;
}

.solutions .solutions_grid .grid-item {
	height: 250px;
  grid-gap: 25px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
}

.solutions .solutions_grid .grid-item p {
  font-size: 18px;
  line-height: 25px;
}

.solutions .solutions_grid .grid-item:last-child {
  background: linear-gradient(47deg, #36963a, #69bf4a);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 15px 17px;
}

.solutions .solutions_grid .grid-item:last-child p {
  margin: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solutions .solutions_grid .grid-item:last-child p img {
  margin-left: 25px;
  height: 35px;
  max-width: 16px;
	
}

.solutions .solutions_grid .grid-item:last-child img {
  margin: 0;
  vertical-align: middle;
}

.solutions_list_title {
	text-transform: uppercase;font-weight:800; font-size:50px; color: #36963A;
}
.solutions_list_title_wht {
	text-transform: uppercase;font-weight:800; font-size:50px; color: #fff;
	text-align: right;
}

.solutions_list_title_center {
	text-transform: uppercase;font-weight:800; font-size:50px; color: #36963A;
	text-align: center;
}

.solutions_list_title_center_wht {
	text-transform: uppercase;font-weight:800; font-size:50px; color: #fff;
	text-align: center;
}

.solutions_list_sub_title_wht {
	text-transform: uppercase;font-weight:800;
	text-align: center;
	text-align: right;font-size: 30px; color: #C4EEC5
}
.solutions_list_description {
	font-weight:600;
	text-align: left;font-size: 18px; color: #000;
	margin-bottom: 1rem;
}
.solutions_list_description_wht {
	font-weight:600;
	text-align: left;font-size: 18px; color: #fff;
	margin-bottom: 1rem;	
}

.solutions_item .solutions_desc_list{
	width: fit-content;
}

.solutions_item:nth-child(2) .solutions_list_title, .solutions_item:nth-child(4) .solutions_list_title, 
.solutions_item:nth-child(6) .solutions_list_title, .solutions_item:nth-child(8) .solutions_list_title {
  color: white;
}

.solutions_item:nth-child(2) .solutions_list_description, .solutions_item:nth-child(4) .solutions_list_description, 
.solutions_item:nth-child(6) .solutions_list_description, .solutions_item:nth-child(8) .solutions_list_description {
  color: white;
}

.solutions_item:nth-child(2) .list_item, .solutions_item:nth-child(4) .list_item, 
.solutions_item:nth-child(6) .list_item, .solutions_item:nth-child(8) .list_item {
  color: white;
}

.solutions_item:nth-child(2) .solutions_capabilities, .solutions_item:nth-child(4) .solutions_capabilities, 
.solutions_item:nth-child(6) .solutions_capabilities, .solutions_item:nth-child(8) .solutions_capabilities {
  color: white;
}

.rcorners2 {
			border-radius: 30px;
			height: 100px;
			display: flex;
			margin-left:0.5rem;
			margin-right:0.5rem;
			width: 180px;
			margin-top: 4rem;
			padding-left: 0.5rem;
			padding-right: 0.5rem;
			padding-bottom: 0.5rem;
			background-image: linear-gradient(#5CCA5F, #149001);
		}
.nav-menu-icon {
	margin-top: calc(35% - 100px);
	min-width:160px;
}
.nav-menu-text {
	align-self: flex-end; text-align: center; position: relative;margin-left: -160px;min-width:160px;
}

.col-2-ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.col-3-ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.col-grid {
	display: grid;
	grid-auto-flow: column;
}

.solutions_hr {
  border: none;
  border-top: 3px dashed #e2e2e2;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 80%;
}

.customers {
  background-size: cover;
  background-position: center;
  padding-top: 115px;
  padding-bottom: 130px;
  text-align: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
}

.customers:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
}

.customers:after {
  content: url(img/bg_3.png);
  position: absolute;
  right: 0;
  z-index: 1;
  top: 15px;
}

.customers h3 {
  position: relative;
  z-index: 2;
}

.customers_slider_container {
  padding: 0 90px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
}

.customers_slider_container .owl-carousel .owl-nav.disabled{
  display: block;
}

.customers_slider_container img {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  width: 100%;
}

.customers_slider_container .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customers_slider_container .owl-nav {
  color: #69bf4a;
  font-size: 60px;
}

.customers_slider_container .owl-nav button.owl-prev, .customers_slider_container .owl-nav button.owl-next {
  top: 35%;
  font-weight: normal;
  position: absolute;
  outline: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 100px;
}

.customers_slider_container .owl-nav button.owl-prev {
  left: -60px;
}

.customers_slider_container .owl-nav button.owl-next {
  right: -60px;
}

.resources {
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#ffffff));
  background: linear-gradient(to top, #eeeeee, #ffffff);
  padding-top: 50px;
  text-align: left;
}

.resources .button {
  margin-top: 50px;
}

.resources .resources_grid_big {
  -ms-grid-columns: 1fr 360px;
      grid-template-columns: 1fr 360px;
  grid-gap: 45px;
}

.resources .resources_grid_small {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.resources .resources_grid_small .grid-item {
  position: relative;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.resources .resources_grid_small .grid-item p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  width: 83%;
  color: #000;
}

.resources .resources_grid_small .grid-item img {
  position: absolute;
  right: 0px;
  opacity: 0;
}

.resources .resources_grid_small .grid-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  box-shadow: 0px 0px 40px 0px rgba(100, 187, 73, .8);
}
.resources .resources_grid_small .grid-item:hover p{
  color: #ffffff;
}

.resources .resources_grid_small .grid-item:hover img {
  opacity: 1;
}

.resources .resources_slider_item {
  position: relative;
  padding: 10px;
  background-color: #fff;
}

.resources .resources_slider{
	top: -50px;
}

.resources .resources_slider .owl-stage-outer {
  -webkit-box-shadow: 10px 10px 40px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px 5px rgba(0, 0, 0, 0.2);
}

.resources .resources_slider .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.resources .resources_slider .owl-dots button.owl-dot {
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 10em;
  display: inline-block;
  margin: 6px;
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
  outline: none;
}

.resources .resources_slider .owl-dots button.owl-dot.active {
  background-color: #000000;
}

.commerce {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 29%;
}

.commerce .commerce_item {
  border-bottom: 2px solid #69bf4a;
  padding-bottom: 30px;
  margin-bottom: 32px;
}

.commerce .commerce_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 20px;
  text-align: left;
}

.commerce .commerce_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.commerce_container {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 70px 160px;
}

.commerce_container img {
  height: 50px;
  margin-right: 15px;
}

.commerce_container .commerce_arrow {
  margin: 0;
  height: 36px;
  width: 36px;
  margin-left: auto;
}

.buyers {
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
}

.buyers:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
}

.buyers:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 100px;
}

.buyers_grid {
  width: 100%;
  text-align: center;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 100px;
}

.buyers_grid .grid_item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding-top: 45px;
  height: 440px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.buyers_grid .grid_item h3 {
  margin-bottom: 20px;
}

.buyers_grid .grid_item .button {
  margin-top: 20px;
}

.buyers_grid .grid_item li {
  margin-bottom: 10px;
  font-size: 18px;
}

.buyers_grid .grid_item li:last-child {
  margin-bottom: 0;
}

.potential {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 75px;
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#ffffff));
  background: linear-gradient(to top, #eeeeee, #ffffff);
}

.potential p {
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 36px;
  max-width: 915px;
}

.advantages {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.advantages h3 {
  text-align: left;
  margin-bottom: 60px;
}

.advantages .advantages_grid {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
  text-align: left;
}

.advantages .advantages_grid .grid_item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding-bottom: 60px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 45px;
  height: 270px;
}

.advantages .advantages_grid .grid_item p {
  font-size: 18px;
  line-height: 22px;
}
.advantages .advantages_grid .grid_item img{
	height: 70px;
}
.advantages .button {
  margin-top: 50px;
}

.solutions_title {
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.margin_left_ex_sm {
	margin-left: -1rem;
}

.solutions_title h2 {
  margin-bottom: 50px;
}

.solutions_title p {
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  margin: 0;
  
}

.solutions_title h1 {
	font-size: 250px;
	color: #A4B4A5; 
	z-index: -1;
	opacity: 0.07;
	letter-spacing: -10px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
	line-height: 0.3;
	margin: 0;
}		
.solutions_title h3 {
	color: #36963A;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
}
.solutions_title h5 {
	color: #36963A;
	font-size: 20px;
	font-weight: 600;
	margin-bottom:5px;
}

.solutions_page p,.solutions_page img{
	animation-duration: initial;
}

.solutions_item {
  position: relative;
}

.solutions_item .container {
  padding: 80px 0;
  position: relative;
}

.solutions_item .container .img_sol{
	max-width: 70%;
}

.solutions_item .bg {
  position: absolute;
  width: 85%;
  right: 0;
  height: 100%;
}

.solutions_item:first-child .bg {
  background-image: url("http://www.smarttradzt.com/wp-content/uploads/2023/03/RowBgAlt.png");
  background-repeat: no-repeat;
}

.solutions_item:nth-child(2) .bg, .solutions_item:nth-child(4) .bg, .solutions_item:nth-child(6) .bg, .solutions_item:nth-child(8) .bg {
  background-image: url("http://www.smarttradzt.com/wp-content/uploads/2023/03/RowBg.png");
	background-color: #36963A;
  background-repeat: no-repeat;
}

.solutions_item:nth-child(3) .bg, .solutions_item:nth-child(7) .bg, .solutions_item:nth-child(5) .bg, .solutions_item:nth-child(9) .bg {
  background-image: url("http://www.smarttradzt.com/wp-content/uploads/2023/03/RowBgAlt.png");
  background-repeat: no-repeat;
}

.solution-header {
			margin: auto;width: 50%;padding: 27px;
		display: flex;
		justify-content: center;
/* 		align-items: center; */
		}
		.solution-header-img {
			width:110px; height:100px;margin-right: 12px;
		}
		.solution-header-h1 {
			color: white; font-size: 54px; font-weight: 600; line-height: 1.2;
		}
		.solution-header-h2 {
			color: white; font-size: 29px; font-weight: 600; letter-spacing: 6px;
		}

.solutions_section_4_list {
	display: flex; justify-content: space-between;
}

/* 
.solutions_item:nth-child(3) .bg, .solutions_item:nth-child(7) .bg, .solutions_item:nth-child(11) .bg, .solutions_item:nth-child(15) .bg {
  background: -webkit-gradient(linear, left top, right top, from(#69bf4a), to(#36963a));
  background: linear-gradient(to right, #69bf4a, #36963a);
  left: 0;
  right: initial;
}

.solutions_item:nth-child(5) .bg, .solutions_item:nth-child(9) .bg, .solutions_item:nth-child(13) .bg, .solutions_item:nth-child(17) .bg {
  background: -webkit-gradient(linear, left top, right top, from(#69bf4a), to(#36963a));
  background: linear-gradient(to right, #69bf4a, #36963a);
  right: 0;
  left: initial;
} */

.solutions_item:first-child h3:first-child, .solutions_item:nth-child(3) h3:first-child, .solutions_item:nth-child(7) h3:first-child, .solutions_item:nth-child(11) h3:first-child, .solutions_item:nth-child(15) h3:first-child, .solutions_item:nth-child(5) h3:first-child, .solutions_item:nth-child(9) h3:first-child, .solutions_item:nth-child(13) h3:first-child, .solutions_item:nth-child(17) h3:first-child, .solutions_item:first-child .solutions_list_item img:first-child, .solutions_item:nth-child(3) .solutions_list_item img:first-child, .solutions_item:nth-child(7) .solutions_list_item img:first-child, .solutions_item:nth-child(11) .solutions_list_item img:first-child, .solutions_item:nth-child(15) .solutions_list_item img:first-child, .solutions_item:nth-child(5) .solutions_list_item img:first-child, .solutions_item:nth-child(9) .solutions_list_item img:first-child, .solutions_item:nth-child(13) .solutions_list_item img:first-child, .solutions_item:nth-child(17) .solutions_list_item img:first-child {
  display: none;
}
.solutions_item:first-child h3:nth-child(2), .solutions_item:nth-child(3) h3:nth-child(2), .solutions_item:nth-child(7) h3:nth-child(2), .solutions_item:nth-child(11) h3:nth-child(2), .solutions_item:nth-child(15) h3:nth-child(2), .solutions_item:nth-child(5) h3:nth-child(2), .solutions_item:nth-child(9) h3:nth-child(2), .solutions_item:nth-child(13) h3:nth-child(2), .solutions_item:nth-child(17) h3:nth-child(2), .solutions_item:first-child .solutions_list_item img:nth-child(2), .solutions_item:nth-child(3) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(7) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(11) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(15) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(5) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(9) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(13) .solutions_list_item img:nth-child(2), .solutions_item:nth-child(17) .solutions_list_item img:nth-child(2) {
  display: block;
}
.solutions_item h3:nth-child(2){
	display: none;
}
.solutions_item  .solutions_list_item img:nth-child(2){
	display: none;
}
.solutions_item .solutions_list img {
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
}
.solutions_list_item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.solutions_list_items_container {
  display: flex;
  flex-wrap: wrap;
}

.solutions_list_items_row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.solutions_list_items_row > .solutions_list_item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-right: 10px;
}

.solutions_list_item:last-child{
	margin-bottom: 0;
}

.solutions_item .solutions_list p {
  font-size: 20px;
  line-height: 36px;
  margin: 0px;
}

.solutions_item #section1 .solutions_list p {
	  margin: 70px 0px 0px 0px;
}

.solutions_item #section2 .solutions_list p {
	  margin: 135px 0px 0px 0px;
}

.solutions_item #section3 .solutions_list p {
	  margin: 65px 0px 0px 0px;
}

.solutions_item #section6 .solutions_list p {
	  margin: 132px 0px 0px 0px;
}

.list_item {
	font-size: 20px;
	font-weight: 400;
}

.solutions_item .solutions_list a {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-end;
  transition: .3s ease;
}
.solutions_item .solutions_list a:hover{
	color: #000;
}
.solutions_item .solutions_link a:before{
  content: url(img/solutions_list_a.png);
  margin-right: 10px;
} 


.solutions_item .solutions_list a img {
  vertical-align: middle;
  margin-right: 10px;
}

.solutions_item_1_video {
	margin-top: -30rem;
	display: block;
}

@media only screen and (max-width: 992px) {
	.solutions_item_1_video {
		margin-top: 0rem;
		display: block;
	}
}

.customers_page {
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 30px;
}

.customers_page .button {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  padding: 16px 50px;
  border-radius: 12px;
}

.customers_page .button:after {
  display: none;
}

.customers_page h2 {
  text-align: center;
  margin-bottom: 0;
}

.customers_page .customers_item {
  position: relative;
}
.customers_page .customers_item:nth-child(2){
  z-index: 3;
}
.customers_page .customers_item:nth-child(even) .customers_item_grid .customers_item_text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.customers_page .customers_item:nth-child(even) .customers_item_grid img {
  -ms-grid-column: 1;
  grid-column: 1;
}

.customers_page .customers_item:nth-child(even) .bg {
  background: #f9f9f9;
  position: absolute;
  width: 85%;
  right: 0;
  height: 100%;
}

.customers_page .customers_item_grid {
  padding: 60px 0;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 135px;
  position: relative;
}
.customers_page .customers_item:nth-child(3)::before{
  position: absolute;
  content: url(img/cuctomers_bg.png);
  right: 0;
  bottom: -20px;
  display:none;
}


.customers_page .customers_item_grid .customers_item_text p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 35px;
}

.customers_page .customers_item_grid .customers_item_text h4 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px;
}

.customers_page #clients_section .first_row_img{
	margin: 0 auto;
	width: 130px;
	height: 115px; 
}

.customers_page #clients_section .second_row_img{
	margin: 0 auto; 
	width: 250px; 
	height: 70px;
}

.customers_page #clients_section .thrid_row_img{
	margin: 0 auto; 
	width: 130px; 
	height: 115px;
}

.back {
  font-size: 18px;
  color: #888888;
  margin-top: -25px;
}

.back img {
  margin-right: 10px;
}

.customers_inner {
  padding-top: 30px;
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: -12vw top;
}

.customers_inner h2 {
  text-align: center;
  margin-bottom: 50px;
}

.customers_inner .section_img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.customers_inner .section_slider {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.customers_inner .section_slider .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.customers_inner .section_slider button.owl-dot {
  width: 9px;
  height: 9px;
  background-color: #69bf4a;
  border-radius: 10em;
  display: inline-block;
  margin: 6px;
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
  outline: none;
}

.customers_inner .section_slider button.owl-dot.active {
  background-color: #000000;
}

.customers_inner .section_slider .owl-nav {
  color: #69bf4a;
  font-size: 60px;
}

.customers_inner .section_slider .owl-nav button.owl-prev, .customers_inner .section_slider .owl-nav button.owl-next {
  top: 30%;
  font-weight: normal;
  position: absolute;
  outline: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 100px;
}

.customers_inner .section_slider .owl-nav button.owl-prev {
  left: -60px;
}

.customers_inner .section_slider .owl-nav button.owl-next {
  right: -60px;
}



.customers_inner .section_text p {
  font-size: 20px;
  line-height: 36px;
}

.customers_inner .section_mark_list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.customers_inner .section_mark_list h3 {
  margin-bottom: 40px;
}

.customers_inner .section_mark_list .mark_list {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.customers_inner .section_mark_list .mark_list img {
  margin-right: 15px;
  vertical-align: middle;
	margin-top: 6px;
}

.customers_inner .section_mark_list .mark_list p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}

.customers_inner .section_accent_text {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customers_inner .section_accent_text img {
  margin-right: 20px;
}

.customers_inner .section_accent_text p {
  color: #69bf4a;
  font-size: 26px;
  line-height: 36px;
}

.customers_inner .section_mark_list_green {
  padding: 40px 0;
  margin-top: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
}

.customers_inner .section_mark_list_green:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

.customers_inner .section_mark_list_green:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -5px;
}

.customers_inner .section_mark_list_green h3 {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.customers_inner .section_mark_list_green .mark_list {
  position: relative;
  z-index: 2;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.customers_inner .section_mark_list_green .mark_list img {
  margin-right: 15px;
  vertical-align: middle;
  margin-top: 6px;
}

.customers_inner .section_mark_list_green .mark_list p {
  font-size: 20px;
  line-height: 36px;
	margin: 0;
}

.customers_inner .section_img_text_accent {
  margin-top: 10px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.customers_inner .section_img_text_accent img {
  margin-bottom: 40px;
  position: relative;
}
.customers_inner .section_img_text_accent .container {
  position: relative;
}
.customers_inner .section_img_text_accent .img-title{
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  padding-right: 40px;
  background: #fff;
}

.customers_inner .section_img_text_accent .img-title h3{
	margin: 0;
	font-size: 26px;
    line-height: 1;
}

.customers_inner .section_img_text_accent .accent_row img {
  margin-bottom: 0;
}

.customers_inner .section_img_text_accent p {
  font-size: 20px;
  line-height: 36px;
}

.accent_row {
/*   -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}

.accent_row img {
  margin: 0;
  margin-right: 20px;
}

.accent_row .accent {
  line-height: 36px;
  color: #69bf4a;
  font-size: 26px;
}

.section_cases {
  padding-top: 40px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: right;
}

.section_cases h3 {
  margin-bottom: 40px;
}

.section_cases p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}

.section_cases .button {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  padding: 16px 50px;
  border-radius: 12px;
  margin-right: 10px;
  margin-top: 45px;
}

.section_cases .button:after {
  display: none;
}

.media_page{
  padding-top: 30px;
  padding-bottom: 65px;
  background-repeat: no-repeat;
  background-size: 100% 70%;
}

.media_page .container{
  max-width: 960px;
}
.media_page h2{
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.media_page h3{
  margin-bottom: 10px;
}

.media_page h4{
  text-align: center;
  margin: 0;
  font-size: 36px;
}

.media_page select{
  background-color: white;
	color:gray;
  border: 1px solid lightgray;
  padding: 8px 8px;
  border-radius: 5px;
}

.about_us_page {
  background-repeat: no-repeat;
  position: relative;
	z-index:-1;
}

/* .about_us_page .bg_top{
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 14%;
} */

.about_us_page h3 img {
  margin: 0;
  margin-right: 12px;
}

.about_us_page h2 {
  text-align: center;
  margin-bottom: 50px;
}

.about_us_page p {
  font-size: 20px;
  line-height: 36px;
  margin: 10px auto;
}

.about_us_page img {
  margin: 10px auto;
}

.about_us_page .accent_row img {
  margin: 50px auto;
  margin-right: 20px;
}

.about_us_page .accent:before,.customers_inner .section_img_text_accent .accent:before{
  content: url(img/accent.png);
  margin-right: 20px;
} 

.about_us_page .accent p,.customers_inner .section_img_text_accent .accent p{
  line-height: 36px;
  color: #69bf4a;
  font-size: 26px;
}

.about_us_page .accent,.customers_inner .section_img_text_accent .accent{
  align-items: center;
  margin: 10px auto;
}

.about_us_page .about_us_page_part_1 {
  background-color: #f0f0f0;
  padding-bottom: 50px;
  padding-top: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#ffffff));
  background: linear-gradient(to top, #eeeeee, #ffffff);
}

.about_us_page_part_1 .container{
  position: relative;
  z-index: 2;
}

.about_us_page .about_us_page_part_2 {
  border-top: 20px solid #69bf4a;
}

.about_us_page .team_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_us_page .team_section_grid {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin-top: 35px;
}

.about_us_page .team_section_grid .grid_item {
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #ffffff;
  background: linear-gradient(430deg, #36963a, #69bf4a 50%, white 50%);
  background-size: 300%;
  background-position: right;
  margin-left: 10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

.about_us_page .team_section_grid .grid_item h4 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.about_us_page .team_section_grid .grid_item img {
  margin: 0;
  border: solid #eeeeee;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.about_us_page .team_section_grid .grid_item p {
  padding: 0 1vw;
  color: #888888;
  font-size: 18px;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.about_us_page .team_section_grid .grid_item a {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #69bf4a;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  left: 32.5%;
}

.about_us_page .team_section_grid .grid_item:hover {
  background-position: left;
  background-size: 300%;
	 -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.about_us_page .team_section_grid .grid_item:hover h4, .about_us_page .team_section_grid .grid_item:hover p, .about_us_page .team_section_grid .grid_item:hover a {
  color: #ffffff;
}

.about_us_page .success_section {
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_us_page .success_section:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 400px;
  z-index: 1;
}

.about_us_page .success_section:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 150px;
}

.about_us_page .success_section h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.about_us_page .success_section h3 img {
  margin: 0;
  margin-right: 12px;
}

.about_us_page .success_section img {
  margin: 0;
}

.about_us_page .success_section .cases {
  margin-top: 50px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 40px 100px;
  position: relative;
  z-index: 2;
}

.about_us_page .success_section .cases .best_case {
  padding-bottom: 40px;
  border-bottom: 3px solid #69bf4a;
  margin-bottom: 50px;
}

.about_us_page .success_section .cases h3 {
  font-weight: normal;
  margin-bottom: 25px;
}

.about_us_page .success_section .cases .case_item, .about_us_page .success_section .cases .best_case{
	-ms-grid-columns: 1.2fr 0.8fr;
    grid-template-columns: 1.2fr 0.8fr;
	grid-gap: 70px;
  margin-bottom: 60px;
}

.about_us_page .success_section .cases .best_case img, .about_us_page .success_section .cases .case_item img{
	width: 100%;
}
.about_us_page .success_section .cases .case_item:last-child {
  margin-bottom: 0px;
}



.about_us_page .success_section .cases .case_item .descrition h4, .about_us_page .success_section .cases .best_case .descrition h4 {
  font-size: 20px;
  color: #000000;
  -webkit-transform: .5s ease;
          transform: .5s ease;
  margin: 0;
}

.about_us_page .success_section .cases .case_item .descrition p,.about_us_page .success_section .cases .best_case .descrition p {
  font-size: 20px;
  line-height: 36px;
  color: #888888;
  -webkit-transform: .5s ease;
          transform: .5s ease;
  margin: 0;
}

.about_us_page .success_section .cases .case_item .descrition:hover p, .about_us_page .success_section .cases .case_item .descrition:hover h4,.about_us_page .success_section .cases .best_case .descrition:hover h4,.about_us_page .success_section .cases .best_case .descrition:hover p {
  color: #69bf4a;
}
.about_us_page .success_section .cases .case_item span{
  color: #69bf4a;
	margin-top: 10px;
}
.about_us_page .partners_section {
  padding: 50px 0;
}

.about_us_page .partners_section .partners_grid {
  -ms-grid-columns: 0.5fr 1.5fr;
      grid-template-columns: 0.5fr 1.5fr;
  grid-gap: 70px;
  margin-top: 60px;
  padding-bottom: 75px;
  border-bottom: 3px solid #69bf4a;
  margin-bottom: 80px;
}

.about_us_page .partners_section .partners_grid:last-child {
  margin-bottom: 0;
}



.about_us_page .partners_section .partners_grid .title img {
  margin: 0;
  margin-left: auto;
  height: 11px;
  vertical-align: top;
}

.about_us_page .partners_section .partners_grid .title h4 {
  margin: 0;
  font-size: 20px;
  padding-right: 1vw;
  margin-top: -10px;
}

.about_us_page .partners_section .partners_grid .sub_grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.about_us_page .partners_section .partners_grid .sub_grid .grid_item {
  border-radius: 12px;
}

.about_us_page .partners_section .partners_grid .sub_grid .grid_item .box {
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  height: 245px;
  display: flex;
  align-items: center;
}

.about_us_page .partners_section .partners_grid .sub_grid .grid_item h5 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 3px;
}

.about_us_page .partners_section .partners_grid .sub_grid .grid_item p {
  font-size: 16px;
  line-height: 25px;
  color: #888888;
  margin: 0;
}

.about_us_team {
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 100px;
}

.about_us_team h2 {
  text-align: center;
  margin-bottom: 50px;
}

.about_us_team .about_us_team_header {
  padding-bottom: 45px;
  border-bottom: 5px solid #69bf4a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.about_us_team .about_us_team_header img {
  margin-right: 50px;
}

.about_us_team .about_us_team_header h4 {
  font-size: 30px;
  margin: 0;
}

.about_us_team .about_us_team_header p {
  color: #69bf4a;
  font-size: 24px;
  margin: 0;
}

.about_us_team p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
}

.resources_page {
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px 0;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
}

.resources_page:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 1;
}

.resources_page:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 35%;
}

.resources_page .container {
  max-width: 960px;
  position: relative;
  z-index: 2;
}

.resources_page h2 {
  margin-bottom: 50px;
  color: #ffffff;
}

.resources_page .resources_grid {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 25px 20px;
}

.resources_page .resources_grid .grid_item {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 53px;
  padding-right: 53px;
  position: relative;

}

.resources_page .resources_grid .grid_item .button {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  padding: 11px 20px;
  border-radius: 12px;
  
  bottom: 35px;
  left: 34%;
}

.resources_page .resources_grid .grid_item .button:after {
  display: none;
}

.resources_page .resources_grid .grid_item .button img {
  vertical-align: middle;
}

.resources_page .resources_grid .grid_item p {
  margin: 0;
  font-size: 23px;
  line-height: 29px;
  animation-duration: initial;
  padding-bottom: 15px;
}

.collaborative_page {
  position: relative;
  height: 650px;
}

.collaborative_page .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 100;
}

.collaborative_page .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 10em;
  display: inline-block;
  margin: 8px;
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
  outline: none;
}

.collaborative_page .owl-dots button.owl-dot.active {
  background-color: #69bf4a;
}

.collaborative_page .owl-nav {
  font-size: 80px;
  position: absolute;
  top: 280px;
  right: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97.5%;
  margin: 0 auto;
  left: 1%;
  color: #ffffff;
}

.collaborative_page .owl-nav button.owl-next {
  margin-left: auto;
  outline: none;
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 100px;
}

.collaborative_page .owl-nav button.owl-prev {
  margin-right: auto;
  outline: none;
  position: relative;
 font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 100px;
}

.collaborative_page .slider_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  background-size: cover;
  background-position: right;
}

@-webkit-keyframes fadeInDown {
  0% {
     opacity: 0;
     -webkit-transform: translateY(-150%);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(-150%);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
     opacity: 0;
     -webkit-transform: translateY(150%);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
     opacity: 0;
     transform: translateY(150%);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
     opacity: 0;
     -webkit-transform: translateX(150%);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
     opacity: 0;
     transform: translateX(150%);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
     opacity: 0;
     -webkit-transform: translateX(-150%);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
     opacity: 0;
     transform: translateX(-150%);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}


.site-header{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
.logo{
  animation-duration: initial;
}
.header_slider{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s;
}

.header_bottom{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 2.5s;
}

h2{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
.collaborative_page .box_box{
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}

.collaborative_page .cp_slider_img{
  max-width: 85%;
  margin: 0 auto;
  margin-top: 2vw;
  align-self: flex-start;
}

.collaborative_page h4 {
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  color: #69bf4a;
  margin: 0;
  margin-bottom: 40px;
}
.collaborative_page p{
  animation-duration: initial;
  -webkit-animation-name: initial;
  animation-name: initial;
}
.collaborative_page img{
  animation-duration: initial;
  -webkit-animation-name: initial;
  animation-name: initial;
}
.collaborative_page .col-h4{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
}
.collaborative_page .point {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.collaborative_page .point-box{
  margin-bottom: 20px;
}
.collaborative_page .point-box:last-child{
	margin-bottom:0;
}

.collaborative_page .point:last-child {
  margin-bottom: 0;
}
.item-table h3{
	display: flex;
	align-items: center;
}
.owl-carousel .owl-item .item-table h3 img{
	width: 20px;
	display: none;
}
.collaborative_page p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.collaborative_page .point p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;

}
.collaborative_page .col-p{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: .05s;
}

.collaborative_page .point p span {
  color: #69bf4a;
  border-bottom: 1px solid #69bf4a;
}

.collaborative_page img {
  max-width: 33px;
  margin-right: 20px;

}
.collaborative_page .col-img{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
}
.collaborative_page .box_box .box_item .col-img{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  max-width: 33px;
  margin-top: 0;
  align-self: flex-start;
}
.collaborative_page .box_box .col-img{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.collaborative_page .box_item {
  max-width: 775px;
  background: linear-gradient(-70deg, #69bf4a 50%, white 50%);
  background-size: 210%;
  background-position: left;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;

}
.collaborative_page .box_end{
	background-size: 205%;
}
.collaborative_page .top_grid{
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 60px;
}
.collaborative_page .top_grid p{
	margin:0
}
.collaborative_page .slider_item{
	height: 650px
}
.collaborative_page .box_item .line {
  background-color: #69bf4a;
  height: 80%;
  width: 8px;
  position: absolute;
  left: 0;
}
.slider_grid{
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 40px;
}
.slider_grid .box_mini{
  border: 1px solid #69bf4a;
  border-radius: 8px;
  padding: 15px 1.5vw;
  padding-bottom: 10px;
  position: relative;
  margin-top: 30px;
}
.collaborative_page .slider_grid .bef_p{
  color: #69bf4a;
  font-size: 16px;
}
.collaborative_page .buyers_point {
  margin-top: 45px;
}
.collaborative_page .box_mini .point{
  align-items: center;
}
.collaborative_page .box_mini_title{
  margin-bottom: 5px;
}
.collaborative_page .slider_grid img{
  max-width: 23px;
  margin-right: 13px;
}
.Region input{
	width: 100% !important;
}
.collaborative_page .slider_grid .icon{
  max-width: 81px;
  margin-right: initial;
  margin-top: 15px;
}

.box_item .benefit{
  margin-bottom: 0px;
}
.slider_grid .top_box{
  background-color: #69bf4a;
  border-radius: 8px;
  color: #ffffff;
  font-size: 23px;
  padding: 7px 28px;
  position: absolute;
  top: -25px;
  left: 0;
}

.faq_page {
  padding-top: 30px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 170px;
}

.faq_page h2 {
  text-align: center;
  margin-bottom: 50px;
}

.faq_page li:first-child {
  border-top: 2px solid #69bf4a;
}

.faq_page li:hover .uk-accordion-title, .faq_page li:hover span {
  color: #69bf4a;
}

.faq_page .uk-accordion-title {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 33px;
  border-bottom: 2px solid #69bf4a;
  position: relative;
  padding-right: 6vw;
}

.faq_page .uk-accordion-title span {
  color: #eeeeee;
  font-size: 40px;
  
}
body{
  counter-reset: section;
}
.faq_page .uk-accordion-title span::before{
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

.faq_page .uk-accordion-title img {
  height: 50px;
  margin: 0 17px;
}

.faq_page p {
  color: #888888;
  padding: 0 135px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}
.uk-accordion-content{
  padding-top: 40px;
  padding-bottom: 40px;
}

.uk-accordion-title::after {
  content: "";
  width: 36px;
  height: 37px;
  margin-left: 10px;
  float: right;
  background-image: url(img/plus.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 0;
}

.uk-open > .uk-accordion-title{
  padding-right: 12vw;
}

.uk-open > .uk-accordion-title::after {
  background-image: url(img/minus.png);
  margin-right: 40px;

}

.uk-open {
  border: 2px solid #69bf4a;
}

.uk-open > .uk-accordion-title {
  padding-left: 40px;
}

.uk-open > .uk-accordion-title span {
  color: #69bf4a;
}

.buyers_page {
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.buyers_page h2 {
  text-align: center;
  margin-bottom: 30px;
}

.buyers_page .buyers_page_grid {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin-bottom: 40px;
  grid-gap: 20px;
}

.buyers_page .buyers_page_grid p {
  font-size: 20px;
  line-height: 36px;
  color: #69bf4a;
  position: relative;
  margin: 0;
}

.buyers_page .buyers_page_grid p::after {
  content: url(img/shevron_opa.png);
  position: absolute;
  top: 40px;
  left: 45%;
}

.buyers_page .buyers_page_grid .grid_item {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
  border-radius: 12px;
  -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, -webkit-transform .5s ease;
  transition: background-color .5s ease, transform .5s ease;
  transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);

}



.buyers_page .buyers_page_grid .grid_item p {
  color: #ffffff;
}

.buyers_page .buyers_page_grid .grid_item p::after {
  content: url(img/shevron_wt.png);
}

.buyers_page .buyers_page_grid .grid_item:hover p{
	color: #69bf4a;
	
}
.buyers_page .button_case{
	text-align: center;
}
.buyers_page .buyers_page_grid .grid_item:hover{
  background: #fff;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
}
.buyers_page .buyers_page_grid .grid_item:hover p::after {
  content: url(img/shevron_menu.png);
}
.buyers_page .buy_features_section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.buyers_page .buy_features_section h3 {
  margin: 0;
  margin-bottom: 50px;
}

.buyers_page .buy_features_section .buy_features_grid {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
}

.buyers_page .buy_features_section .buy_features_grid .grid_item {
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.buyers_page .buy_features_section .buy_features_grid .grid_item p {
  margin: 0;
  margin-top: 25px;
  font-size: 18px;
  line-height: 22px;
}

.buyers_page .buy_features_section .buy_features_grid .grid_item img{
  height: 75px;
}

.buyers_page .how_work_section {
  padding: 50px 0;
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
}

.buyers_page .how_work_section:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 300px;
  z-index: 1;
}

.buyers_page .how_work_section:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 200px;
}

.buyers_page .how_work_section .box {
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 70px;
  padding-bottom: 40px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.buyers_page .how_work_section .box h3 {
  margin: 0;
  margin-bottom: 40px;
  font-weight: normal;
}

.buyers_page .how_work_section .box .how_work_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.buyers_page .how_work_section .box .how_work_item img {
  margin-right: 12px;
  vertical-align: middle;
  margin-top: 5px;
}

.buyers_page .how_work_section .box .how_work_item p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.buyers_page .how_work_section .box .how_work_item:last-child {
  margin-bottom: 0;
}

.buyers_page .how_work_section .box h4 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 20px;
  color: #69bf4a;
}

.buyers_page .procedure_section {
  padding-top: 25px;
  padding-bottom: 100px;
}

.buyers_page .procedure_section h3 {
  margin: 0;
  margin-bottom: 30px;
}

.buyers_page .procedure_section .big_img {
  margin-bottom: 50px;
  max-width: 100%;
}

.buyers_page .procedure_section .button {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  padding: 14px 40px;
  border-radius: 12px;
  left: 34%;
  margin-right: 10px;
  letter-spacing: normal;
}

.buyers_page .procedure_section .button:after {
  display: none;
}

.buyers_page .procedure_section .button_2 {
  background: none;
  color: #69bf4a;
  border: 1px solid #69bf4a;
}

.box {
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.benefits_page {
  padding-bottom: 170px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.benefits_page .first_section {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

.benefits_page .first_section:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 800px;
  z-index: 1;
}

.benefits_page .first_section:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 300px;
}

.benefits_page .first_section h3 {
  position: relative;
  z-index: 2;
}

.benefits_page .first_section h2 {
  color: #ffffff;
  margin-bottom: 50px;
}

.benefits_page .first_section h3 {
  margin-bottom: 35px;
}

.benefits_page .container .box2 {
  border: 1px solid #69bf4a;
  padding-bottom: 80px;
  margin-top: 130px;
}

.benefits_page .box {
  margin-top: 55px;
  padding: 60px 100px;
  text-align: left;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.benefits_page .box .top_box {
  background-color: #000000;
  border-radius: 8px;
  color: #ffffff;
  font-size: 23px;
  padding: 7px 28px;
  position: absolute;
  top: -25px;
  left: 0;
}

.benefits_page .box h4 {
  font-size: 23px;
  margin: 0;
  margin-bottom: 20px;
}

.benefits_page .box p {
  font-size: 20px;
  line-height: 38px;
  margin: 0;
}

.benefits_page .box .description{
  margin-left: 60px;
}

.benefits_page .box .benefit_item {
  padding: 40px 0;
  border-top: 2px solid #eeeeee;
}

.benefits_page .box .benefit_item:nth-child(3) {
  border: none;
  padding-top: 40px;
}

.benefits_page .box .benefit_item:last-child {
  padding-bottom: 0;
}

.benefits_page .box .benefit_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  margin-top: 18px;
}

.benefits_page .box .benefit_list_item:nth-child(2) {
  margin-top: 0;
}

.benefits_page .box .benefit_list_item img {
  margin-right: 12px;
  margin-top: 10px;
}

.potential_page {
  background-size: cover;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.potential_page .container {
  background: #f9f9f9;
  padding-top: 115px;
  padding-bottom: 100px;
  text-align: center;
}

.potential_page .container h3 {
  font-weight: normal;
}

.potential_page .container p {
  font-size: 20px;
  line-height: 36px;
  max-width: 780px;
  margin: 0 auto;
}

.potential_page .button {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  padding: 14px 40px;
  border-radius: 12px;
  left: 34%;
  margin-right: 10px;
  letter-spacing: normal;
  margin-top: 55px;
}

.potential_page .button:after {
  display: none;
}

.advantages_page {
  background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a);
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

.advantages_page:before {
  content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 1;
}

.advantages_page:after {
  content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 100px;
}

.advantages_page h3 {
  position: relative;
  z-index: 2;
}

.advantages_page img{
	height: 70px
}

.advantages_page .advantages_page_grid {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  position: relative;
  z-index: 2;
}

.advantages_page .advantages_page_grid .grid_item {
  height: 290px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 45px;
}

.advantages_page .advantages_page_grid .grid_item p {
  font-size: 18px;
  line-height: 22px;
}

.advantages_page .advantages_page_grid .grid_item span, .buyers_page .buy_features_section .buy_features_grid .grid_item span{
  font-size: 14px;
  line-height: 18px;
}
.agrotradzt_page {
	background-color:#f8f9fa;
	font-family: 'Aller', sans-serif;
/*   background: -webkit-gradient(linear, right top, left top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to left, #36963a, #69bf4a); */
  position: relative;
  padding-top: 20px;
/*   padding-bottom: 60px; */
}

.agrotradzt_page .container{
	padding:10px
}

.agrotradzt_page:before {
/*   content: url(img/bg_1.png);
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 1; */
}

.agrotradzt_page:after {
/*   content: url(img/bg_2.png);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 100px; */
}

.agrotradzt_page select{
  background-color: white;
	color:gray;
  border: 1px solid lightgray;
  padding: 8px 8px;
  border-radius: 5px;
}

.agrotradzt_page .top_section .agro_video{
	text-align:center;
	width:70%;
	height:520px;
	margin:auto;
}

.agrotradzt_page .title_deisign{
	font-size:25px;
}

.agrotradzt_page .agratradzt_green_section{
  background: -webkit-gradient(linear, right top, left top, from(#69bf4a), to(#36963a));
  background: linear-gradient(to left, #69bf4a, #36963a);
  border-radius: 15px
}

.agrotradzt_page h3 {
  position: relative;
  z-index: 2;
}

.agrotradzt_page .agrotradzt_page_grid_proposition_buyer .agrotradzt_page_grid_become_buyer .agrotradzt_page_grid img{
	height: 90px;
}

.agrotradzt_page .grid_item img{
	height: 90px;
}

.agrotradzt_page .grid_item_seller img{
	height: 90px;
}

.agrotradzt_page .why_st {
	margin: 7px 60px; 
	text-align:left; 
	padding:10px 30px;
}

.agrotradzt_page .agrotradzt_page_grid_proposition_buyer {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 27px;
  position: relative;
  z-index: 2;
}

.agrotradzt_page .agrotradzt_page_grid_proposition_buyer .grid_item {
  height: 270px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  text-align:center; 
  border:1px solid black; 
  border-radius:50px
	
}

.agrotradzt_page .agrotradzt_page_grid_proposition_buyer .grid_item div p{
	padding:0px; 
	margin:0px;
}

 .agrotradzt_page .agrotradzt_page_grid_proposition_buyer .card_border:hover{
  border:1px solid lightgray; 
  }

.agrotradzt_page .proposition_seller .agrotradzt_page_grid .card_border:hover{
  border:1px solid lightgray; 
  }

.agrotradzt_page .agrotradzt_page_grid_become_buyer{
	-ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 27px;
  position: relative;
  z-index: 2;
}

.agrotradzt_page .agrotradzt_page_grid_become_buyer .grid_item {
  height: 250px;
	width:250px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.agrotradzt_page .agrotradzt_page_grid {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  position: relative;
  z-index: 2;
}

.agrotradzt_page .agrotradzt_page_grid .grid_item_seller {
  height: 170px;
  padding:10px;
}

.agrotradzt_page .agrotradzt_page_grid .grid_item p {
  font-size: 18px;
  line-height: 22px;
}

.agrotradzt_page .agrotradzt_page_grid .grid_item span, .buyers_page .buy_features_section .buy_features_grid .grid_item span{
  font-size: 14px;
  line-height: 18px;
}

.agrotradzt_page .grid_item_seller .botton_btn_container{
   padding:20px;
}

.agrotradzt_page .become_buyer{
	padding:0px 20px 10px 20px; 
	margin:auto;
	width:700px;
}

.agrotradzt_page .become_buyer .grid_item_seller{
	border: 1px solid black; 
	text-align:center; 
	border-radius: 30px; 
	padding:10px;
/* 	width:300px; */
/* 	text-align:right; */
}

.agrotradzt_page .become_buyer .grid_item_seller a p{
	color: #0da9ef;
}

.agrotradzt_page .proposition_seller .sub_title{
	font-size:20px; 
	text-align:center;
}

.agrotradzt_page .proposition_seller .agrotradzt_page_grid{
	padding:20px 20px; 
	margin:auto;
	margin-left: 20px;
	margin-right:20px;
	
}
.agrotradzt_page .proposition_seller .agrotradzt_page_grid .grid_item_seller{
	border: 1px solid black; 
	text-align:center; 
	border-radius: 40px; 
}

.agrotradzt_page .proposition_seller .proposition_seller_video{
	text-align:center;
	width:50%;
	height:350px;
	margin:auto;
}

.agrotradzt_page .grid_item_seller .why_st_content_title{
	color:rgb(50, 187, 50);
	padding:10px;
}
.agrotradzt_page .grid_item_seller .why_st_content_title img{
	margin-top: 5px; 
	height:10px;
}

.agrotradzt_page .agrotradzt_page_grid ul{
   padding:10px;
}

.agrotradzt_page .agrotradzt_page_grid .botton_btn{
	padding:6px; 
	margin-left:20px; 
	margin-right:20px; 
	text-align:center; 
	background: -webkit-gradient(linear, right top, left top, from(#69bf4a), to(#36963a));
    background: linear-gradient(to left, #69bf4a, #36963a);
	height: 70px;
}

.agrotradzt_page .agrotradzt_page_grid .botton_btn p{
	text-decoration:none; 
	color: white;
}


footer{
  background-color: #222222;
  padding-top: 70px;
  padding-bottom: 25px;
  color: #ffffff;
}

footer .contact_button{
    background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
    background: linear-gradient(to right, #36963a, #69bf4a);
    padding: 14px 60px;
    border-radius: 12px;
    margin-right: 10px;
    letter-spacing: normal;
	display: inline-flex;
}
footer .contact_button h4{
	color: #ffffff;
	padding: 0;
}
footer .contact_button h4:after{
	display: none;
}
footer h4{
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding-bottom: 12px;
  color: #69bf4a;
  text-transform: uppercase;
}

footer h4:after{
  display: block;
  content: "";
  height: 3px;
  margin-top: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
  background: linear-gradient(to right, #36963a, #69bf4a);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  width: 20px;
  border-radius: 1.5px;
}

footer .grid-sizer,
footer .grid-item { width: 28.5%; }
footer .grid-gutter{
	width: 7%;
}
footer .grid-item{
  margin-top: 45px;
}

.solutions_page .grid-sizer,
.solutions_page .grid-item { width: 48%; }
.solutions_page .grid-gutter{
  width: 2%;
}
.solutions_page .grid-item{
  margin-top: 0px;
  display: flex;
  align-items: flex-start;
}

footer .grid-item:nth-child(3),footer .grid-item:nth-child(4),footer .grid-item:nth-child(5){
  margin-top: 0;
}
footer .grid-item:nth-child(4) li{
  margin-left: 20px;
}
footer .grid-item:nth-child(4) li:first-child{
  margin-left: 0;
}
.bottom_footer{
  margin-top: 25px;
  border-top: 1px solid #555555;
  padding-top: 25px;
  text-align: center;
}

.bottom_footer p{
  margin: 0;
  font-size: 12px;
  color: #aaaaaa;
}

footer a{
  color: #ffffff;
}
footer a:hover{
  color: #69bf4a;
}
.contact_page{
  padding-top: 30px;
  padding-bottom: 65px;
  background-repeat: no-repeat;
  background-size: 100% 70%;
}

.contact_page .container{
  max-width: 960px;
}
.contact_page h2{
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.contact_page .contact_grid{
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	grid-gap: 50px;
} 

.contact_page .contact_grid .grid-item{
  margin-top: 50px;
}
.contact_page .contact_grid .grid-item{
  max-width: 470px;
}
/*
.contact_page .contact_grid .grid-item:nth-child(odd){
	margin-left: auto;
}*/
.contact_page .contact_grid .grid-item p{
  font-size: 20px;
  margin: 0;
}

.contact_page h3{
  margin-bottom: 10px;
}

.contact_page h4{
  text-align: center;
  margin: 0;
  font-size: 36px;
}

.contact_page .contact_grid a{
  color: #000000;
}

.contact_page .contact_grid .mail{
  color: #69bf4a;
}

.contact_page .box{
  padding-top: 60px;
  padding-bottom: 50px;
}

.contact_form_container{
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.contact_form_container span{
	text-align: left;
}

.contact_form_container .d-flex{
  justify-content: space-between;
}
.contact_page input, .mfp-content input{
  padding-left: 18px;
  margin-top: 0px;
  height: 50px;
  border-radius: 12px;
  width: 400px;
  outline: none;
}
.mfp-content .d-flex{
	justify-content: space-between;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.mfp-content .d-flex input{
	width: 190px;
	
}
.contact_page input{
	margin-top: 25px;
}
.contact_page textarea{
  padding-top: 17px;
  padding-left: 18px;
  border-radius: 12px;
  margin-top: 16px;
  outline: none;
}
.contact_page select{
  padding-left: 18px;
  margin-top: 30px;
  height: 50px;
  border-radius: 12px;
  width: 100%;
  outline: none;
  color: #69bf4a;
  background: url(img/new_arrow.png) no-repeat right #fff;
  background-position: 97%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding-right: 34px;
}

.contact_page button, input[type="button"], input[type="reset"], input[type="submit"]{
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#36963a), to(#69bf4a));
    background: linear-gradient(to right, #36963a, #69bf4a);
    width: initial;
    padding: 16px 50px;
    border-radius: 12px;
    margin-top: 16px;
	    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
}

.mfp-wrap .mfp-container .mfp-content {
    position: fixed;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    bottom: 50%;
    left: 50%;
    margin-bottom: -240px;
    margin-left: -375px;
    z-index: 1045;
}

.mfp-content{
  max-width: 750px;
  text-align: center;
  padding: 65px 3vw;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  background: linear-gradient(430deg, #36963a, #69bf4a 50%, white 50%);
  background-size: 190%;
  background-position: right;
  margin-left: 10px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;

}
.mfp-close-btn-in .mfp-close {
  color: #ffff;
  font-size: 60px;
  top: -60px;
  right: -50px;
}
.mfp-content .line{
  height: 10px;
  width: 100%;
  left: 0;
  background: linear-gradient(to right, #36963a, #69bf4a 50%);
  position: absolute;
  top: 0px;
  border-radius: 5px 5px 0 0;
}
.mfp-content p{
  font-size: 18px;
}

.mfp-content span{
  color: #69bf4a;
}

.mfp-content button, input[type="button"], input[type="reset"], input[type="submit"]{
  margin-top: 10px;
}

span.wpcf7-not-valid-tip{
	color: #f00;
  font-size: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.toggle-mnu span:after{
	top: 18px;
}
.toggle-mnu span{
	position: relative;
	display: block;
	margin-left: auto;
}
.table_right{
  align-items: center;
}
.bottom_table .item3{
  grid-column: 6/12;
}

.table .table_mini {
  grid-template-columns: repeat(11, 1fr);
}
.table_mini .content-table-content{
  grid-column: 1/6;
}
.table_mini .item1{
	display: none;
}
.table_mini .content-header .item1{
	display: block;
}
.table_mini .table_right{
  grid-column: 6/12;
  text-align: center;
}

.table_mini .content-table-content .row{
  text-align: left;
  justify-content: flex-start;
  padding: 14px;
}

.table_small .content-table-content{
 border: none;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before{
	width: 40px;
	height: 3px;
	background-color: #000000;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
.toggle-mnu.on span {
	background-color: transparent;
}
.toggle-mnu.on span:before{
	transform: rotate(45deg) translate(1px, 0px);
}
.toggle-mnu.on span:after {
	transform: rotate(-45deg) translate(6px, -7px)
}
.toggle-mnu.on + #menu{
	opacity: 1;
	visibility: visible;
}
.dt{
  display: none;
}
.modules_page{
  padding-top: 30px;
}
.table_other:last-child{
	margin-bottom: 150px;
}
.modules_page h2{
  text-align: center;
  margin-bottom: 55px;
}
.modules_page h3{
  margin: 0;
}
table{
  text-align: center;
  font-size: 14px;
}
th:nth-child(2){
  text-align: left;
  width: 45%;
}
.plans-description{
	border-right: 1px solid #69bf4a;
}
.table {
  /**border: 1px solid #69bf4a;*/
  border-top: none;
  border-left:none;
  margin-top: 60px;
}
.table .row{
  grid-template-columns: repeat(11, 1fr);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.modules_page .container .table_mobile{
	display: none;
}
.table_mobile .row{
  grid-template-columns: 10px repeat(6, 1fr);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.table_mobile .item1{
  padding: 0;
}
.table_mobile .content-header .item1 h3{
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.table_mobile .content-sub-header .item2{
  grid-column: 1/8;
}
.table_mobile .item2{
  grid-column: 1/8;
}
.item-plan1,.item-plan2,.item-plan3{
  background-color: #000000;
  color: #ffffff;
}
.item-table{
  border: 1px solid #69bf4a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  max-width: 100%;
  border-collapse: collapse;
}
.item-table {
    border-right: none !important;
    border-right: none;
    border-right-color: transparent !important;
}
.content-table .item1{
  background-color: #69bf4a;
  justify-content: flex-start;
	display: none;
}
.content-header .item1{
  grid-column: 1/13;
  display: block;
}
.content-header .item1 h3{
  text-align: left;
  font-size: 23px;
}
.content-header .item1 sup{
  color: #fff;
  margin-left: 10px;
}
.content-sub-header .item2{
  grid-column: 1/3;
  border-bottom: 4px solid #69bf4a;
}
.content-sub-header .item3{
  grid-column: 3/6;
  border-bottom: 4px solid #69bf4a;
}
.content-sub-header .item4{
  grid-column: 6/9;
  border-bottom: 4px solid #69bf4a;
}
.content-sub-header .item5{
  grid-column: 9/12;
  border-bottom: 4px solid #69bf4a;
}
.table_slide2 .content-sub-header .item2,.table_slide2 .content-sub-header2 .item2{
  grid-column: 1/12;
  border-bottom: 4px solid #69bf4a;
}
.table_slide2 .content-sub-header .item2{
  grid-column: 1/4;
}
.content-sub-header2 .item2{
  border: none;
  grid-column: 1/12;
}
.table_desktop .content-table{
	border-right: 10px solid #69bf4a;
	border-left: 10px solid #69bf4a;
}
.item-table h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
}
.item2{
  grid-column: 1/3;
  text-align: left;
  justify-content: flex-start;
}
.item2 img{
  margin-right: 12px;
}
.item3{
  grid-column: 3/6;
}
.table_slide2 .item3{
  grid-column: 4/8;
}
.table_slide2 .item4{
  grid-column: 8/12;
}
.table_slide2 .item2{
	grid-column: 1/4;
}
.item4{
  grid-column: 6/9;
}
.table .item5{
  grid-column: 9/14;
}
.table_mobile{
  display: none;
}
.table-title{
	display: none;
}
.table_mobile .table-plans .item3,.table_mobile .plans-description .item3{
  grid-column: 1/4;
}
.table_mobile .plans-description .item-table:first-child{
  background-color: #fdfbed;
}
.table_mobile .item-table,.table_mobile .content-table-content .item-table:nth-child(2){
  border-left: 1px solid #69bf4a;
}
.table_mobile .item3, .item-plan1{
  grid-column: 1/4;
  grid-row: 2;
}
.table_mobile .content-table-content .item-plan1{
  border: none;
}
.table_other .content-table-content .item-table:nth-child(2){
  border: none;
  grid-column: 1/6;
}
.table_mobile .plans-description .item-table:first-child{
  display: block;
}
.table_mobile  .item4, .item-plan2{
  grid-column: 4/6;
  grid-row: 2;
}
.table_mobile .item5, .item-plan3{
  grid-column: 6/8;
  grid-row: 2;
}
.table_mobile .item3, .table_mobile .item4, .table_mobile .item5{
  grid-row: 3;
}
.table_slide2mob .item3, .table_slide2mob .item-plan1{
  grid-column: 2/4;

}
.table_slide2mob .item3, .table_slide2mob .item-plan1{
  grid-column: 1/5;

}
.table_slide2mob .item3, .table_slide2mob .item-plan2{
  grid-column: 5/8;

}
.table_slide2mob .table-plans .item3, .table_slide2mob .plans-description .item3{
	grid-column: 1/5;
}
.table_slide2mob .table-plans .item4, .table_slide2mob .plans-description .item4{
	    grid-column: 5/8;
}
.table_slide2mob .content-table .item4{
	     grid-column: 1/5;
}
.table_mobile .item2{
	font-weight: bold;
}
.table-plans .item3,.table-plans .item4,.table-plans .item5,.content-sub-header .item3,.content-sub-header .item4,.content-sub-header .item5{
  background: #000;
  color: #ffffff;
  font-size: 18px;
}
.table-plans .item-table{
  border: none;
  padding: 15px 0;
}
.plans-description .item-table{
  padding: 45px 15px;
  background-color: #fdfbed;
  justify-content: center;
}
.plans-description .item-table:first-child{
  background-color: transparent;
	display: none;
}
.table-title .item2{
  grid-column: 2/12;
}
.content-table-content .item-table{
  border: none;
  border-left: #69bf4a 1px solid;
}
.content-table-content{
  border-bottom: 4px solid #69bf4a;
}
.table_mobile .content-table-content .item-table:nth-child(2){
  border: none;
  border-top: 1px solid #69bf4a;
  border-left: 1px solid #69bf4a;
}
.table_other .item-table{
  border: none;
}
.benefits_page .box .descrition p{
  margin-left: 30px;
}
textarea{
	resize: none;
}
.contact_page p,.faq_page p{
	animation-duration: initial;
}
.red_text{
	color: #69bf4a;
}
.mfp-content p, .mfp-content .d-flex{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2.5s;
}
.mfp-wrap .mfp-content{
	text-align: center;
}

.mfp-close-btn-in button.mfp-close {
    color: #ffff;
}

.mfp-wrap .mfp-container{
	position: fixed;
}

.collaborative_page .box_end{
	max-width: 100%;
	padding-left: 70px;
	padding-right: 70px;
}
.box_mini_grid{
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	grid-gap: 10px;
}
.slider_grid .top_box{
	left:50%;
	margin-left: -85px;
}
.slider_grid .box_mini:first-child .top_box{
	left:50%;
	margin-left: -100px;
}

.collaborative_page .slider_grid .icon_end{
	margin-left: 35px;
	margin-top: 10px;
	height: 68px;
	
}
.collaborative_page .slider_grid .box_mini_grid-item:nth-child(2) .icon_end{
	max-width: 87px !important;	
}

.collaborative_page .box_mini_title_end{
	margin-left: 35px;
}
.customers_slider_container .owl-nav button.owl-prev:after, .customers_inner .section_slider .owl-nav button.owl-prev:after{
	content: url("img/prev.png");
}
.customers_slider_container .owl-nav button.owl-next:after, .customers_inner .section_slider .owl-nav button.owl-next:after{
	content: url("img/next.png");
}
.collaborative_page .owl-nav button.owl-prev:after{
	content: url("img/prevw.png");
}
.collaborative_page .owl-nav button.owl-next:after{
	content: url("img/nextw.png");
}
.contact_page button, input[type="button"], input[type="reset"], input[type="submit"], .mfp-content input[type="submit"]{
	border:none;
}
.owl-carousel .owl-item .small{
	width: 80%;
    margin: 0 auto;
}
.mfp-content button.mfp-close:active,.mfp-content button.mfp-close:focus,.mfp-content button.mfp-close:hover{
	top: -60px;
}
.mobile{display: none;}

.main-navigation .logo{
	max-width: 240px;
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .5s;
}
.about_us_page .accent p, .customers_inner .section_img_text_accent .accent p,.resources_page .resources_grid .grid_item p,.benefits_page .box .top_box,.benefits_page .box h4,.about_us_team .about_us_team_header p{
	font-size: 20px;
}
.collaborative_page h4,.customers_page .customers_item_grid .customers_item_text h4,.contact_page h4,.about_us_team .about_us_team_header h4{
	font-size: 28px;
}

.resources .resources_grid_small .grid-item p, .solutions p,.solutions .solutions_grid .grid-item p, .commerce .commerce_item a,.buyers_grid .grid_item li,.potential p, .advantages .advantages_grid .grid_item p,.about_us_page p,.collaborative_page .point p,.collaborative_page p,.solutions_title p, .solutions_item .solutions_list p,.solutions_item .solutions_list a,.customers_page .customers_item_grid .customers_item_text p,.customers_inner .section_img_text_accent p,.customers_inner .section_mark_list .mark_list p,.customers_inner .section_mark_list_green .mark_list p,.section_cases p,.customers_inner .section_img_text_accent p,.customers_inner .section_mark_list_green .mark_list p,.customers_inner .section_text p, .contact_page .contact_grid .grid-item p,.buyers_page .buy_features_section .buy_features_grid .grid_item p,.buyers_page .how_work_section .box .how_work_item p,.faq_page p ,.benefits_page .box p,.advantages_page .advantages_page_grid .grid_item p,.potential_page .container p,.about_us_team p,.customers_page .customers_item_grid .customers_item_text .agrotradzt_page .agrotradzt_page_grid p{
	font-size: 16px;
	line-height: 26px;
}
.about_us_page h2, .solutions_title h2,.customers_page h2,.customers_inner h2,.resources_page h2,.contact_page h2,.buyers_page h2,.faq_page h2,.benefits_page .first_section h2,.modules_page h2,.about_us_team h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.solutions,.customers,.commerce,.buyers_grid,.potential,.advantages{
	padding: 48px 0;
}
.solutionspage_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.solutions_item .container .img_sol{
	max-width: 100%;
	position: relative;
}
.solutions_item .container .img_sol_section3{
	max-width: 100%;
	position: absolute;
    top: 50%;
    right: 60%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	color: #f00;
  text-align: center;
  margin-top: 10px;
}
.wpcf7-form-control-wrap span{
	text-align: left;
}
@media only screen and (max-height: 650px) {
	.header_content{
		height: 690px;
	}
}
@media only screen and (max-width: 480px) and (max-height: 650px) {
		.header_content{
		height: 95vh;
	}
}

@media only screen and (max-width: 2000px) {
		.customers_page{
		background-size: 100%;
	}
	.customers_page .customers_item:nth-child(3)::before{
		width: 60%;
	}
		.mfp-wrap .mfp-container .mfp-content{
	   padding: 0vw 3vw;
			padding-bottom: 10px;
	   margin-bottom: -240px;
  }
  .mfp-auto-cursor .mfp-content p{
    margin-top: 15px;
    margin-bottom: 0;
  }
	.customers_inner {
  background-size: 42%;
  background-position: -12vw top;
}
	.about_us_page .bg_top{
		left: -20vw;
	}
.customers_page .customers_item:nth-child(even) .bg{
  width: 1700px;
}

.solutions_item .container .img_sol_section3{
	max-width: 100%;
	position: absolute;
    top: 50%;
    right: 60%;
}
}
/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1500px) {
	.mfp-wrap .mfp-container .mfp-content{
		margin-bottom: -240px;
	}
	.header_content .container{
		bottom: -10vh;
	}
	.customers_page .customers_item:nth-child(even) .bg, .solutions_item .bg{
		width: 100%;
	}

  .commerce, .customers_inner{
    background-size: 50%;
  }
	.solutions{
		 background-size: 60%;
	}
  .about_us_page .bg_top{
    width: initial;
  }
	

.solutions_title h1 {
	font-size: 250px;
	color: #A4B4A5; 
	z-index: -1;
	opacity: 0.07;
	letter-spacing: -10px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
	line-height: 0.5;
	margin: 0;
}		
.solutions_title h3 {
	color: #36963A;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
}
.solutions_title h5 {
	color: #36963A;
	font-size: 20px;
	font-weight: 600;
}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.collaborative_page .cp_slider_img{
		max-width: 100%;
	}
	.customers_page{
		background-size: initial;
	}
	.customers_page .customers_item:nth-child(3)::before{
		width: initial;
	}
	.solutions_item .container .img_sol{
	max-width: 100%;
}
	.collaborative_page{
		bottom: -2px;
	}
		.advantages{
		height: initial;
	}
  .customers_page .customers_item:nth-child(3)::before{
    width: 70%;
  }
  .site-header li{
    margin-left: 3vw;
  }
  .site-header .menu-menu-2-container li{
    margin-left: 2vw;
  }
  .site-header a{
    font-size: 14px;
  }

  .about_us_page .team_section_grid .grid_item a{
    left: 30%;
  }
  .advantages_page .advantages_page_grid .grid_item {
    height: auto;
    padding: 30px 3vw;
  }
  .buyers_page {
    background-size: 30%;
  }
  .header_content .container {
    width: 600px;
    right: -20%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0;
	height: 50vh;
	bottom: -15vh;
  }
  .header_content h1 {
	font-size: 50px;
    margin-right: 0;
    line-height: 55px;
    width: initial;
  }
  .buyers .container, .customers .container, .resources .container {
    width: 100%;
  }
  .potential_page .container {
    margin: 6vw auto;
  }
  .collaborative_page .box_item {
    max-width: 100%;
    margin: 80px 2vw;
    padding: 40px 3vw;
    padding-left: 4vw;
  }
  .collaborative_page .owl-dots {
    bottom: 20px;
  }
  img {
    max-width: 100%;
  }
  .about_us_page .partners_section {
    padding: 100px 3vw;
  }
  .about_us_page .partners_section .partners_grid .title h4 {
    line-height: 24px;
  }
  .container {
    width: initial;
    padding: 0 4vw;
  }
  .solutions_item .container {
    padding: 80px 4vw;
  }
  .solutions_item img {
    max-width: 100%;
  }
  .customers_page .customers_item_grid {
    padding: 40px 3vw;
    grid-gap: 80px;
  }
  .customers_page .customers_item_grid img {
    max-width: 100%;
  }
	
  .agrotradzt_page .why_st {
	margin: 10px 10px; 
	padding:10px 15px;
 }
	  .agrotradzt_page .agrotradzt_page_grid_proposition_buyer {
		 -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
		  
	}
 .agrotradzt_page .agrotradzt_page_grid_proposition_buyer .grid_item div{
	padding-top:20px; 
 }
 .agrotradzt_page .agrotradzt_page_grid_proposition_buyer {
	margin-left:30px; 
	margin-right:30px; 
 }
	
.solutions_title h1 {
	font-size: 200px;
	color: #A4B4A5; 
	z-index: -1;
	opacity: 0.07;
	letter-spacing: -10px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
	line-height: 0.5;
	margin: 0;
}		
.solutions_title h3 {
	color: #36963A;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
	
}
.solutions_title h5 {
	color: #36963A;
	font-size: 20px;
	font-weight: 600;
}
	
	.solutions_item:first-child .bg {
  background-image: url("http://www.smarttradzt.com/wp-content/uploads/2023/03/RowBgAltShort.png");
  background-repeat: no-repeat;
		background-position: top;
}

.solutions_item:nth-child(2) .bg, .solutions_item:nth-child(4) .bg, .solutions_item:nth-child(6) .bg, .solutions_item:nth-child(8) .bg {
  background-image: url("http://www.smarttradzt.com/wp-content/uploads/2023/03/RowBgShort.png");
	background-color: #36963A;
  background-repeat: no-repeat;
	background-position: top;
}

.solutions_item:nth-child(3) .bg, .solutions_item:nth-child(7) .bg, .solutions_item:nth-child(5) .bg, .solutions_item:nth-child(9) .bg {
  background-image: url("http://www.smarttradzt.com/wp-content/uploads/2023/03/RowBgAltShort.png");
  background-repeat: no-repeat;
	background-position: top;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px){
	.section_2_title {
		font-size: 40px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.buyers_page .procedure_section .big_img{
max-width: 100%;
}
	.solutionspage_grid{
		grid-template-columns: 1fr;
	}
	.resources{
		padding-bottom: 50px;
	}
	  .header_content h1 {
		  font-size: 35px;
	}
	.about_us_page .bg_top{
		height: initial;
	}
	.resources .resources_slider{
		top: 0px;
	}
	.customers_slider_container{
		height: initial;
	}
	.customers_page .customers_item:nth-child(2),.resources_page .container{
		z-index: initial;
	}
	.customers_page .customers_item:nth-child(even) .customers_item_grid .customers_item_text{
		grid-row: 2;
		-ms-grid-row: 2;
	}
	.customers_page .customers_item_grid .customers_item_text{
		grid-row: 2;
		-ms-grid-row: 2;
	}
	.section_cases{
		background-size: cover;
	}
		.customers:after,.customers:before,.buyers:before,.about_us_page .success_section:before,.resources_page:before,.resources_page:after,.buyers_page .how_work_section:before,.customers_page .customers_item:nth-child(3)::before,#menu-item-368 a::after,.benefits_page .first_section:before, .customers_inner .section_mark_list_green:before,.advantages_page:before,.advantages_page:after, agrotradzt_page:before,.agrotradzt_page:after{
			display:none;
		}
	.customers_inner .section_mark_list_green:after{
		bottom: initial;
		top: -18px;
	}
	.buyers_page .buyers_page_grid .grid_item{
		padding-top:15px;
		padding-bottom:20px;
	}
	.customers_inner h2{
		margin-bottom: 0;
	}
	.about_us_page h2,.solutions_title h2,.customers_page h2,.resources_page h2,.contact_page h2,.buyers_page h2,.buyers_page h2,.buyers_page .buyers_page_grid,.faq_page h2,.benefits_page .first_section h2{
		margin-bottom: 35px;
	}
	.customers_inner .section_img_text_accent{
		margin-top:20px;
		margin-bottom: 20px;
	}
	.about_us_page .about_us_page_part_1,.solutions_title,.customers_page,.resources_page,.contact_page,.buyers_page,.customers_inner,.faq_page,.buyers_page .how_work_section,.buyers_page .procedure_section,.benefits_page .first_section{
		padding-top: 50px;
	}
	.site-header, .buyers_page .procedure_section{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	#wpadminbar{
		position: initial;
	}
	.benefits_page .first_section,.benefits_page{
		padding-bottom: 50px;
	}
	.benefits_page .first_section h3{
		z-index: initial;
	}
	.benefits_page .container .box2{
		margin-top: 80px;
	}
	.customers_inner .section_mark_list_green{
		padding: 50px 0;
	}
	header .d-flex{
		justify-content: space-between;

	}
  .main-navigation ul{
    display: block;
	text-align: left;
  }
  .toggle-mnu,.dt{
    display: block;
  }
  .toggle-mnu{
	  order: 1;
	  padding: 0;
      margin-top: -6px;
	}
	.toggle-mnu #text{
	position: absolute
	}
  .dt{
    width: 70%;
    text-align: left;
  }
  .main-navigation li{
    float: initial;
  }
  .main-navigation{
	right: 4vw;
	top: 0px;
    z-index: 999;
    max-width: 235px;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 30px;
    bottom: -390px;
    background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  }
  .about_us_page_part_1 .container{
    z-index: initial;
  }
  .site-header li{
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .site-header .current_page_item{
    border-bottom: 1.5px solid #69bf4a;
  }
  .site-header a[aria-current="page"]::after{
    display: none;
  }
  .site-header .menu-menu-2-container li{
    margin: 0;
  }
  .main-navigation, .main-navigation .logo{
    display: none;
  }

  .potential_page {
    height: initial;
  }
  .about_us_page .team_section_grid .grid_item a{
    position: initial;
  }
  .contact_page h4{
    margin-bottom: 0;
  }
  .contact_page .box{
    padding: 5vw 3vw;
    padding-top: 50px;
  }
  .contact_page .box .d-flex{
    display: block;
  }
  .contact_page .box input{
    width: 100%;
  }
  .potential_page .container {
    margin: 6vw 4vw;
  }
  .about_us_team {
    background-size: 12%;
  }
  .about_us_team h2 {
    margin-top: 40px;
  }
  .commerce_container {
    padding: 70px;
  }
  .customers_slider_container .owl-nav button.owl-prev, .customers_slider_container .owl-nav button.owl-next {
    top: -10%;
  }
  .header_content .container {
    margin-bottom: -100px;
  }
  .header_content h1 {
    margin-bottom: 20px;
  }
  .advantages_page .advantages_page_grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .agrotradzt_page .agrotradzt_page_grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .agrotradzt_page .agrotradzt_page_grid_proposition_buyer {
		 -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
	}
  .faq_page p {
    padding: 0 70px;
  }
  .buyers_page .buy_features_section .buy_features_grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .collaborative_page .owl-nav {
    display: none;
  }
  .resources_page .resources_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .resources_page .resources_grid .grid_item {
    padding-left: 3vw;
    padding-right: 3vw;
    height: initial;
  }
  .resources_page .resources_grid .grid_item .button {
    margin-top: 40px;
    position: relative;
    bottom: initial;
    left: initial;
  }
  .about_us_page .team_section_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .about_us_page .partners_section .partners_grid .sub_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .about_us_page .success_section .cases {
    padding: 6vw 3vw;
  }
  .about_us_page .success_section .cases .case_item, .about_us_page .success_section .cases .best_case {
    grid-gap: 60px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 25px;
  }
  .resources .resources_grid_small {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
	text-align: left;
  }
	.resources .resources_grid_left{
		text-align: center;
	}
  .solutions .solutions_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .advantages .advantages_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
		.advantages_page h3,.advantages_page .advantages_page_grid{
    z-index: 1;
}
	.agrotradzt_page h3,.agrotradzt_page .agrotradzt_page_grid{
    z-index: 1;
}
	.agrotradzt_page .become_buyer{
	width:none;
}
	
.solutions_title h1 {
	font-size: 150px;
	color: #A4B4A5; 
	z-index: -1;
	opacity: 0.07;
	letter-spacing: -10px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
	line-height: 0.5;
	margin: 0;
}		
.solutions_title h3 {
	color: #36963A;
	font-size: 60px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
  	grid-row: 1;
}
.solutions_title h5 {
	color: #36963A;
	font-size: 20px;
	font-weight: 600;
}
	
	.solutions_list_title {
			text-transform: uppercase;font-weight:800; font-size:50px; color: #36963A;
		text-align: center;
		}
		.solutions_list_title_wht {
			text-transform: uppercase;font-weight:800; font-size:50px; color: #fff;
			text-align: center;
		}
	.solutions_list_sub_title_wht {
			text-transform: uppercase;font-weight:800;
			text-align: center;
			font-size: 30px; color: #C4EEC5
		}
	.solutions_img {
		display: flex;
		justify-content: center;
	}
	
	.solutionspage_grid .row_a {
	  order:0;
	}
	.solutionspage_grid .row_b {
	  order:-1;
	}
	
	.solutions_item #section1 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

.solutions_item #section2 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

.solutions_item #section3 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

.solutions_item #section6 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contact_page .contact_grid .grid-item:first-child{
    margin-left: 0;
  }
	.collaborative_page .slider_item,.collaborative_page{
		height: initial;
	}
	.box_mini_grid{
		grid-template-columns: 1fr;
	}
	.customers_inner {
    background-size: 90%;
    background-position: 45vw top;
}
	.mobile{display: block;}
	.desktop{display: none;}
	.collaborative_page .owl-dots{
		bottom: 20px;
	}
	.collaborative_page .box_item{
		margin-bottom: 60px;
	}
	.collaborative_page .box_box .box_item{
		margin-bottom: 0;
	}
		.about_us_page .team_section_grid .grid_item{
		margin-left: 0;
	}
	.customers_inner .section_slider{
		margin: 0;
	}
	.customers_inner .section_text p{
		margin: 0;
	}
	.customers_inner .section_mark_list_green{
		margin-top: 50px;
	}
	.customers_inner .section_slider .owl-nav {
		display: none;
	}
.header_bottom,.header_slider,.site-header,p,img{
	animation-duration: initial;
}
	.mfp-content .wpcf7-form{
		margin: 0;
	}
	.mfp-content{
		padding: 0px 3vw;
		padding-top: 10px;
	}
	.mfp-content p {
    margin: 10px 0;
}

	.collaborative_page .cp_slider_img{
		padding-bottom: 10vh;
		max-width: 100%;
		
	}
	.customers{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.modules_page .container .table_mobile{
	display: block;
}
	footer{
		padding-top: 20px;
	}
	.customers_slider_container img{
		padding-left: 20px;
		padding-right: 20px;
	}
  .uk-open > .uk-accordion-title{
    padding-right: 14vw;
  }
  .faq_page .uk-accordion-title{
    padding-right: 8vw;
  }
  .collaborative_page .box_box{
    grid-template-columns: 1fr;
  }
  .table_small .table_mini{
    grid-template-columns: 10px repeat(10, 1fr);
  }
  .modules_page .table_desktop.owl-loaded{
display: none;
  }
  .table_mobile{
    display: block;
  }
  .main-navigation{
        bottom: -390px;
  }
  .mfp-wrap .mfp-container .mfp-content{
    max-width: 450px;
	  margin-left: -225px;
    background-size: 222%;
    padding-bottom: 15px;
  }
  .mfp-close-btn-in .mfp-close{
    right: -40px;
  }
  .collaborative_page .top_grid,.slider_grid{
    grid-template-columns: 1fr;
  }
	
  .solutions_page .grid-sizer, .solutions_page .grid-item{
    width: 100%;
  }
  .solutions_page .grid-gutter{
    width: 0;
  }
  .contact_page .contact_grid{
    grid-template-columns: 1fr;
	padding: 0 4vw;
  }
  .contact_page{
    background-size: 200%;
  }
  footer .grid-sizer,
footer .grid-item { width: 43%; }
footer .grid-gutter{
	width: 7%;
}
footer .grid-item:nth-child(3),footer .grid-item:nth-child(4),footer .grid-item:nth-child(5){
  margin-top: 45px;
}
footer .grid-item{
  margin-top: 45px;
}
  .customers_slider_container .owl-carousel .owl-nav.disabled{
    display: none;
  }
  .collaborative_page .box_item {
    padding-left: 6vw;
  }
  .commerce_container {
    padding: 6vw 3vw;
  }
  .commerce_container .commerce_item a {
    font-size: 18px;
  }
  .resources_slider {
    width: 92vw;
  }
  .customers_slider_container {
    padding: 3vw;
  }
  .customers_slider_container .owl-dots {
    width: 100%;
  }
  .customers_slider_container .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    background-color: #69bf4a;
    border-radius: 10em;
    display: inline-block;
    margin: 6px;
    -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, transform .5s ease;
    transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    outline: none;
  }
  .customers_slider_container .owl-dots button.owl-dot.active {
    background-color: #000000;
  }
  .customers_slider_container .owl-nav button.owl-prev, .customers_slider_container .customers_slider_container .owl-nav button.owl-next {
    top: -40%;
  }
  .header_content .container {
    width: 450px;
    right: 0;
  }
  .potential_page .container {
    padding: 5vw 4vw;
  }
	.agrotradzt_page .agrotradzt_page_grid .grid_item_seller {
  height: auto;
}
	
  .advantages_page .advantages_page_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .agrotradzt_page .agrotradzt_page_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }	
  .agrotradzt_page .agrotradzt_page_grid_proposition_buyer {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
	
  .benefits_page .box {
    padding: 10vw 3vw;
  }
  .uk-open > .uk-accordion-title {
    padding-left: 3vw;
  }
  .uk-open > .uk-accordion-title::after {
    margin-right: 2vw;
  }
  .faq_page #text {
    max-width: 90%;
  }
  .faq_page .uk-accordion-title img {
    margin: 0;
    margin-right: 2vw;
  }
  .faq_page p {
    padding: 0 5vw;
    margin: 8vw 0;
  }
  .buyers_page .how_work_section .box {
    padding: 40px 3vw;
  }
  .buyers_page .buyers_page_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .buyers_page .buyers_page_grid .grid_item:nth-child(2), .buyers_page .buyers_page_grid .grid_item:nth-child(4) {
    border-right: none;
    border-bottom: 2px solid #eeeeee;
  }
  .buyers_page .buyers_page_grid .grid_item:nth-child(3) {
    border-right: 2px solid #eeeeee;
  }
  .buyers_page .buy_features_section .buy_features_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .buyers_page .buy_features_section .buy_features_grid .grid_item {
    padding: 3vw;
  }
  .collaborative_page h4 {
    font-size: 26px;
  }
  .about_us_page .team_section_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_us_page .team_section_grid .grid_item {
    background-size: 205%;
  }
  .about_us_page .success_section .cases .case_item, .about_us_page .success_section .cases .best_case {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_us_page .partners_section .partners_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_us_page .partners_section .partners_grid .sub_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .customers_inner .section_mark_list .mark_list, .customers_inner .section_mark_list_green .mark_list {
    padding: 5vw 3vw;
  }

  .customers_page .customers_item_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px 0px;
	padding: 50px 3vw;
  }
	.customers_page h3{
		margin-bottom: 30px;
	}
  .customers_page .customers_item_grid img {
    margin: 0 auto;
  }
  .customers_page .customers_item:nth-child(even) .customers_item_grid img {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .resources {
    padding: 70px 0;
  }
  .resources .resources_grid_big {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .solutions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .solutions .solutions_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .advantages {
    padding: 70px 0;
  }
  .advantages .advantages_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .buyers_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .solutions_item .solutions_list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .commerce, .buyers_grid, .potential {
    padding: 70px 0;
  }
	
 .agrotradzt_page .why_st {
	margin: 10px 15px; 
	padding:10px 15px;
 }
	
 .agrotradzt_page .top_section .agro_video{
	width:100%;
	height:300px;
}
	
.agrotradzt_page .proposition_seller .proposition_seller_video{
	width:100%;
	height:200px;
}
	.agrotradzt_page .become_buyer{
	width:600px;
 }

	.no-bottom-padding {
		padding-bottom: 0px;
	}
	
.solutions_title {
	padding-top: 0px;
	max-width: 100vw;
	margin-bottom: 0px;
	display: flex;
    justify-content: center;
}

.solutions_title h1 {
	font-size: 65px;
	color: #36963A;
	z-index: -1;
	opacity: 0.07;
	letter-spacing: 0px;
	font-weight: 800;
	grid-column: 1;
	grid-row: 1;
	line-height: 0.5;
	margin: 0;
}

.solutions_title h3 {
	color: #36963A;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0px;
}

.solutions_title h5 {
	color: #36963A;
	font-size: 10px;
	font-weight: 600;
}

.solution-header {
	margin: auto;
	padding: 10px;
	width: 100%
}

.solution-header-img {
	width: 80px;
	height: 80px;
	margin-right: 0px;
}

.solution-header-h1 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

.solution-header-h2 {
	color: white;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

.rcorners2 {
	width: 150px;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.nav-menu-icon {
	margin-top: calc(35% - 100px);
	min-width: 150px;
}

.nav-menu-text {
	align-self: flex-end;
	text-align: center;
	position: relative;
	margin-left: -150px;
	min-width: 150px;
}

.solutions_item .container {
	max-width: 100vw;
}

.solutions_list_title {
	font-size: 30px;
}

.solutions_list_title_wht {
	font-size: 30px;
}

.solutions_list_title_center_wht {
	font-size: 30px;
}

.solutions_list_sub_title_wht {
	font-size: 18px;
}

.list_item {
	font-size: 16px;
}

.col-2-ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

.col-3-ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
	
	
.solutions_center_content_md {
	display: flex;
	justify-content: center;
}

.solutions_desc_list {
	display: flex;
	justify-content: center;
}

.col-grid {
	display: grid;
	grid-auto-flow: initial;
}
	
.solutions_section_4_list {
	flex-direction: column;
}

.solutions_section_4_list_reverse {
	flex-direction: column-reverse;
}
	
.solutions_section_4_list_gap {
	margin-top: 2rem;
}
.margin_left_ex_sm {
	margin-left: 0px;
}
	
.solutions_item #section1 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

.solutions_item #section2 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

.solutions_item #section3 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

.solutions_item #section6 .solutions_list p {
	  margin: 10px 0px 0px 0px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {
	.red_text{
	color: #000;
}
	.solutions_item .container{
		padding: 40px 4vw;
	}
	.about_us_page .team_section_grid .grid_item{
		background: #fff;
	}
	.about_us_page .team_section_grid .grid_item:hover h4 {
  color: #000;
}
	.about_us_page .team_section_grid .grid_item:hover p{
		color: #888888;
	}
	.about_us_page .team_section_grid .grid_item:hover a{
		color: #69bf4a;
	}
	.benefits_page .box .description{
		margin-left: 40px;
	}
	.buyers_page .procedure_section .big_img{
		margin-bottom: 15px;
	}
	  .about_us_page .success_section .cases .case_item, .about_us_page .success_section .cases .best_case {
    grid-gap: 0px;
  }
	.faq_page{
		padding-bottom: 100px;
	}
	.contact_page .container{
		padding: 0;
	}
	.contact_page .box{
		border-radius: 0;
	}
	.mfp-content input[type="submit"], .contact_page .box input[type="submit"]{
		width: initial;
	}

	.solutions p{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.solutions .button{
		margin-bottom: 50px;
	}
	.mfp-close-btn-in .mfp-close {
    right: -20px;
}
		.header_content .container{
		bottom: initial;
	    height: initial;
		padding-top: 0px;
	}

	.uk-accordion-title::after{
		top: 38%;
	}
  .faq_page .uk-accordion-title {
    padding-right: 12vw;
    font-size: 18px;
}
	.main_header .header_content{
		height: 100vh;
	}
  .main_header .header_content h1{
    font-size: 29px;
    line-height: 40px;
	  
  }
  .main-navigation{
    bottom: -390px;
  }
  .mfp-content input{
    width: 100%;
  }
	.mfp-content .d-flex input{
		width: 95%;
	}
	.mfp-content .d-flex{
		width: 102%;
		margin-left: -1%;
	}
.mfp-wrap .mfp-container .mfp-content{
    max-width: 310px;
	  margin-left: -155px;
	top: 55px;
  bottom: initial;

  }
  .header_content{
    left: 0%;
  }
  footer .grid-sizer,
  footer .grid-item { width: 100%;}
  footer .grid-gutter{
    width: 0;
  }
  .collaborative_page .box_item {
    background-size: 280%;
  }
  .advantages {
    background-size: 30%;
  }
  .top_header {
    height: initial;
  }
  .header_bottom {
    padding-bottom: 20px;
  }

  .header_content .container {
    margin: auto;
    margin-bottom: -70px;
    width: 310px;
  }
  .advantages_page .advantages_page_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
	.agrotradzt_page .agrotradzt_page_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
		  grid-gap: 20px;
  }
	
	.agrotradzt_page .agrotradzt_page_grid_proposition_buyer {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
		
  }
	.last-box{
		grid-column-start: 1;
  grid-column-end: 3;

	}
	
	.agrotradzt_page .agrotradzt_page_grid_become_buyer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
	
	.agrotradzt_page .agrotradzt_page_grid_proposition_buyer .grid_item {
  	height: 320px;
    padding:20px;
 }
	
	.agrotradzt_page .agrotradzt_page_grid_proposition_buyer .last-box{
		height: 220px;
	}
	
		
	.agrotradzt_page .agrotradzt_page_grid_proposition_buyer{
		margin:0px;
	}
	
	.agrotradzt_page .agrotradzt_page_grid .botton_btn{
		margin:0px;
		height: auto;
	}
	
	.agrotradzt_page .grid_item_seller p{
	padding:0px;
	margin:0px;
	}

	.agrotradzt_page .grid_item_seller img{
	height:70px;
	}
	
  .uk-open > .uk-accordion-title::after {
    margin-right: 2vw;

  }

  .buyers_page .procedure_section .button {
    padding: 14px 20px;
  }
  .buyers_page .buyers_page_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .buyers_page .buyers_page_grid .grid_item:nth-child(odd), .buyers_page .buyers_page_grid .grid_item:nth-child(even) {
    border-right: none;
    border-bottom: 2px solid #eeeeee;
  }
  .buyers_page .buyers_page_grid .grid_item:last-child {
    border-bottom: none;
  }
  .buyers_page .buy_features_section .buy_features_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_us_team .about_us_team_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .about_us_team .about_us_team_header img {
    margin: 0;
  }
  .agrotradzt_page .why_st {
	margin: 10px 15px; 
	padding:10px 15px;
  }
	.agrotradzt_page .become_buyer{
	width:300px;
 }
	
	.no-bottom-padding {
		padding-bottom: 0px;
	}
	
.solutions_title {
	padding-top: 0px;
	max-width: 100vw;
	display: flex;
    justify-content: center;
	margin-bottom: 0px;
}

.solutions_title h1 {
	font-size: 65px;
	color: #36963A;
	z-index: -1;
	opacity: 0.07;
	letter-spacing: 0px;
	font-weight: 800;
	grid-column: 1;
	grid-row: 1;
	line-height: 0.5;
	margin: 0;
}

.solutions_title h3 {
	color: #36963A;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0px;
}

.solutions_title h5 {
	color: #36963A;
	font-size: 10px;
	font-weight: 600;
}

.solution-header {
	margin: auto;
	padding: 10px;
	width: 100%
}

.solution-header-img {
	width: 80px;
	height: 80px;
	margin-right: 0px;
}

.solution-header-h1 {
	color: white;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

.solution-header-h2 {
	color: white;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
}

.rcorners2 {
	width: 150px;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.nav-menu-icon {
	margin-top: calc(35% - 100px);
	min-width: 150px;
}

.nav-menu-text {
	align-self: flex-end;
	text-align: center;
	position: relative;
	margin-left: -150px;
	min-width: 150px;
}

.solutions_item .container {
	max-width: 100vw;
}

.solutions_list_title {
	font-size: 30px;
}

.solutions_list_title_wht {
	font-size: 30px;
}

.solutions_list_title_center_wht {
	font-size: 30px;
}

.solutions_list_sub_title_wht {
	font-size: 18px;
}

.list_item {
	font-size: 16px;
}

.col-2-ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

.col-3-ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

.solutions_desc_list {
	display: flex;
	justify-content: center;
}

.col-grid {
	display: grid;
	grid-auto-flow: initial;
}
	
.solutions_section_4_list {
	flex-direction: column;
}

.solutions_section_4_list_reverse {
	flex-direction: column-reverse;
}
	
.solutions_section_4_list_gap {
	margin-top: 2rem;
}
.margin_left_ex_sm {
	margin-left: 0px;
}
	
	.solutions_item #section1 .solutions_list p {
	  margin: 0px;
}

.solutions_item #section2 .solutions_list p {
	  margin: 0px;
}

.solutions_item #section3 .solutions_list p {
	  margin: 0px;
}

.solutions_item #section6 .solutions_list p {
	  margin: 0px;
}

	
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/* control height */
@media screen and (min-width: 1000px) and (max-device-height: 736px) {
  /* Styles for devices with a maximum height of 736px */
  	.main_header{
    	height: 150px;
  	}
	.solutions_title {
		padding-top: 0px;
		max-width: 100vw;
		display: flex;
    	justify-content: center;
		margin-bottom: 0px;
	}

	.solutions_title h1 {
		font-size: 35px;
	/* 	color: #36963A;
		z-index: -1;
		opacity: 0.07;
		letter-spacing: 0px;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
		line-height: 0.5; */
		margin: 0;
	}

	.solutions_title h3 {
		color: #36963A;
		font-size: 25px;
		letter-spacing: 1px;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
		margin-bottom: 15px;
	}

/* .solutions_title h5 {
	color: #36963A;
	font-size: 10px;
	font-weight: 600;
} */

	.solution-header {
		margin: auto;
		padding: 10px;
		width: 100%;
		display: flex;
		justify-content: center;
/* 		align-items: center; */
	} 

	.solution-header-img {
		width: 50px;
		height: 50px; 
	    justify-content: center;
	
/* 	margin-right: 0px; */
	} 

 .solution-header-h1 {
/* 	color: white; */
	font-size: 30px;
/* 	font-weight: 600;
	line-height: 1.2; */
}

	.solution-header-h2 {
		color: white;
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 2px;
	} 
	
	.solutions_title h1 {
		font-size: 100px;
		color: #A4B4A5; 
		z-index: -1;
		opacity: 0.07;
		letter-spacing: -10px;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
		line-height: 0;
		margin: 0;
	}	
	
	.solutions_title h3 {
	color: #36963A;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
	line-height: 0;
  	grid-row: 1;
	}
	
	.solutions_title h5 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
	.solutions_page .navigator-menu{
		margin-top:0px;
		
	}
	
/* 	b2c ecommerce section */
	.solutions_items{
		margin-top: 0px;
	}
	
	.solutions_items .solutions_list_title{
		font-size: 40px;
	}
	
	.solutions_items .solutions_list_description{
		font-size: 15px;
	}
	.solutions_items .list_item {
		font-size: 16px;
	}
	.solutions_items .list_item {
		font-size: 13px;
	}
	
/* 	SUPPLY CHAIN VISIBILITY */
	.solutions_items .solutions_list_title_center_wht{
		font-size:40px;
	}

	.solutions_items .solutions_list_description_wht{
		font-size:15px;
		margin-bottom: 0px;
	}

	.solutions_items .solutions_list_item p {
		font-size:13px;
	}
	
	.solutions_item .container .img_sol{
		width: 70%;
	}
	
	.solutions_item .solutions_desc_list{
		display: flex;
    	justify-content: center;
    	align-items: center
	}
	
	.solutions_item .col-grid{
		margin: 12px 0px;
	}
	
	.solutions_item .container .section5 .img_sol{
		width: 50%;
	}
	
}

@media screen and (min-device-height: 736px) and (max-device-height: 970px) {
  /* Styles for devices with a minimum height of 768px and a maximum height of 1024px */
  .main_header{
    height: 250px;
  }
	.solutions_title {
		padding-top: 0px;
		margin-bottom: 0px;
	}

/* 	.solutions_title h1 {
		font-size: 45px; */
	/* 	color: #36963A;
		z-index: -1;
		opacity: 0.07;
		letter-spacing: 0px;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
		line-height: 0.5; */
/* 		margin: 0; */
/* 	} */

/* 	.solutions_title h3 {
		color: #36963A;
		font-size: 95px;
		letter-spacing: 1px;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
		margin-bottom: 15px;
	}
 */
	.solution-header {
		margin: auto;
		padding: 10px;
		width: 100%;
		display: flex;
		justify-content: center;
/* 		align-items: center; */
	} 

	.solution-header-img {
		width: 80px;
		height: 80px; 
	    justify-content: center;
	
/* 	margin-right: 0px; */
	} 

 .solution-header-h1 {
	font-size: 40px;
}

	.solution-header-h2 {
		color: white;
		font-size: 19px;
		font-weight: 600;
		letter-spacing: 2px;
	} 
	
	.solutions_title h1 {
		font-size: 150px;
		color: #A4B4A5; 
		z-index: -1;
		opacity: 0.07;
		letter-spacing: -10px;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
		line-height: 0;
		margin: 0;
	}	
	
	.solutions_title h3 {
	color: #36963A;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 800;
	grid-column: 1;
	line-height: 0;
  	grid-row: 1;
	}
	
	.solutions_title h5 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	.solutions_page .navigator-menu{
		margin-top:0px;
		
	}
	
/* 	b2c ecommerce section */
	.solutions_items{
		margin-top: 0px;
	}
	
	.solutions_items .solutions_list_title{
		font-size: 50px;
	}
	
	.solutions_items .solutions_list_description{
		font-size: 18px;
	}
	.solutions_items .solutions_list p{
		font-size: 20px;
	}
	.solutions_items .list_item {
		font-size: 20px;
	}
	
	.solutions_items #section2 .list_item {
		font-size: 17px;
	}
	
/* 	SUPPLY CHAIN VISIBILITY */
	.solutions_items .solutions_list_title_center_wht{
		font-size:40px;
	}

	.solutions_items .solutions_list_description_wht{
		font-size:18px;
		margin-bottom: 0px;
	}

	.solutions_items .solutions_list_item p {
		font-size:16px;
	}
	
	.solutions_item .container .img_sol{
		width: 70%;
	}
	
	.solutions_item .solutions_desc_list{
		display: flex;
    	justify-content: center;
    	align-items: center
	}
	
	.solutions_item .col-grid{
		margin: 12px 0px;
	}
	
	.solutions_item .container .section5 .img_sol{
		width: 50%;
	}
	
	.about_us_page .team_section {
		padding-top: 20px;
	}

	.about_us_page .team_section h3 {
		margin-bottom: 0;
	}

	.about_us_page .team_section_grid {
		margin-top: 0;
	}

	.about_us_page .team_section_grid .grid_item {
		padding-top: 15px;
		padding-bottom: 15px
	}
	
	.about_us_page .team_section_grid .grid_item img {
		width: 120px;
		height: 120px;
	}
	
	.about_us_page .team_section_grid .grid_item p {
		padding: 0;
	}
}

@media screen and (min-device-height:970px) and (max-device-height: 1024px) {
  /* Styles for devices with a minimum height of 768px and a maximum height of 1024px */
  .main_header{
    height: 322px;
  }
	.solutions_items .solutions_list p{
		font-size: 20px;
	}
}

@media screen and (min-device-height: 1025px) {
  /* Styles for devices with a minimum height of 1025px */
  .main_header{
    height: 322px;
  }
	.solutions_items .solutions_list p{
		font-size: 20px;
	}
}