/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 *	Initial values
 *  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */
/* normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px;
/* 3 */
}
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;
/* 4 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px;
/* 3 */
  *width: 13px;
/* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 *	Standard Sizing
 *  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */
html,
body {
  font-size: 14px;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
p,
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
dd:first-child,
p:first-child,
div:first-child {
  margin-top: 0;
}
p {
  margin: 24px 0;
  line-height: 1.4em;
}
a {
  text-decoration: none;
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
fieldset {
  border: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 *	IMPORT CSS
 *  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */
body {
  margin: 0;
}
padding 0,
width 100%,
font-family Lato {
  font-size: 15px;
  color: #808080;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Lato';
  font-style: normal;
  line-height: 1.2em;
  color: #00f;
}
h1 {
  margin: 40px 0;
  font-size: 24px;
}
h2 {
  margin: 60px 0 30px;
  font-size: 18px;
  font-weight: 700;
}
h3 {
  font-size: 16px;
  font-weight: 700;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
p {
  font-family: 'Lato';
  font-style: normal;
  clear: both;
  color: #808080;
  font-weight: 300;
}
p em {
  font-family: 'Lato';
  font-style: normal;
}
a {
  font-family: 'Lato';
  font-style: normal;
  word-break: break-all;
}
li {
  font-family: 'Lato';
  font-size: 15px;
}
li:first-child {
  margin-top: 0;
}
input {
  font-family: 'Lato';
}
table {
  font-family: 'Lato';
  font-style: normal;
  width: 100%;
}
table.center {
  margin: 34px auto;
  width: 70%;
}
table td,
table th {
  text-align: center;
}
span {
  font-family: 'Lato';
  font-style: normal;
}
.ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  text-align: left;
  text-indent: -999px;
  background: url("../images/sprite.png") no-repeat 0 0;
  overflow: hidden;
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .ico {
    background: url("../sprite2x.html") no-repeat 0 0;
    -webkit-background-size: 320px 200px;
    -moz-background-size: 320px 200px;
    background-size: 320px 200px;
  }
}
.ico.skype {
  background: url("../images/sprite.png") no-repeat;
  background-position: 0 0;
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .ico.skype {
    background: url("../sprite2x.html") no-repeat;
    -webkit-background-size: 320px 200px;
    -moz-background-size: 320px 200px;
    background-size: 320px 200px;
  }
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .ico.skype {
    background-position: 0 0;
  }
}
.ico.fb {
  background: url("../images/sprite.png") no-repeat;
  background-position: -41px 0;
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .ico.fb {
    background: url("../sprite2x.html") no-repeat;
    -webkit-background-size: 320px 200px;
    -moz-background-size: 320px 200px;
    background-size: 320px 200px;
  }
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .ico.fb {
    background-position: -41px 0;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-arrows"],
[class*=" icon-arrows"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrowsaccuracy:before {
  content: "\e900";
}
.icon-arrowsarrow:before {
  content: "\e901";
}
.icon-arrowsdata:before {
  content: "\e902";
}
.icon-arrowstransparency:before {
  content: "\e903";
}
.icon-arrowsphone:before {
  content: "\e904";
}
.icon-arrowsmail:before {
  content: "\e905";
}
.icon-arrowsfacebookcircle:before {
  content: "\e906";
}
.icon-arrowstwittercircle:before {
  content: "\e907";
}
.icon-arrowslinkedincircle:before {
  content: "\e908";
}
.icon-arrowsefficiency:before {
  content: "\e909";
}
.icon-arrowstwitter:before {
  content: "\e90a";
}
.icon-arrowslinkedin:before {
  content: "\e90b";
}
.center-container {
  width: 98% !important;
  max-width: 1300px !important;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.center-container:before,
.center-container:after {
  content: "";
  display: table;
}
.center-container:after {
  clear: both;
}
.logo-container {
  float: left;
  width: 30%;
}
.logo-container.white-logo {
  display: none;
}
.logo-container img {
  width: 100%;
  max-width: 280px;
  min-width: 180px;
}
.align-center {
  text-align: center;
}
.navigation-container {
  float: right;
  width: 60%;
}
.hamburguer-container {
  display: none;
}
.top-menu {
  padding-top: 15px;
}
.top-menu ul {
  text-align: right;
}
.top-menu ul,
.menu-container .nav,
.slider-home .slides,
.brands-container .brands-home,
.brands-container-new .brands-home,
.benefits-container .benefits,
.benefits-container-new .benefits,
.products-container .products-home,
.testimonial-container .testimonials-home,
.testimonial-container-new .testimonials-home,
.bloghome-container-new .blog-list-home,
.main-blog .center-container .recent-posts-container .recents,
.main-blog .center-container .blog-sidebar ul,
.newsletter-container .news-cont,
.breadcrumb,
.newsletter-suscribe ul.hs-error-msgs,
.social-footer,
.footer .menu-footer,
.using-container .using-product,
.how-container ol,
.how-container .bnf,
.using-product-tab,
.faqs-list,
.manifesto-content .benefits,
.benefits-channel .benefits-list,
.how-container-list .benefits-how,
.procurement-list .benefits-how,
.contraqer-benefits-container .nav-benefits,
.contraqer-benefits-container .slide-benefits,
.benefits-products .benefits-list,
.mro-list .benefits-how,
.content-header .left-contact ul,
.content-header .form-contact ul,
.menu-container .nav > li:hover .subnav,
.menu-container .nav li:hover .subnav,
.menu-container .nav > li .subnav,
.leadership-container .leaders {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.top-menu ul li a {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 5px;
}
.top-menu ul li a span {
  font-size: 30px;
}
.top-menu ul li a span.icon-arrowstwitter {
  font-size: 18px;
}
.top-menu ul li a span.icon-arrowsyoutube {
  width: 18px;
  height: 18px;
  display: block;
  background: url("../images/yt-icon.png") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-left: 5px;
}
.top-menu ul li.text a:hover {
  text-decoration: underline;
}
.sub-icon {
  display: none;
}
.pin-ico {
  width: 21px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  background: url("../images/nav-pin.png") no-repeat 0 0;
  display: none;
}
.text-cont {
  display: none !important;
}
.menu-container {
  zoom: 1;
}
.menu-container:before,
.menu-container:after {
  content: "";
  display: table;
}
.menu-container:after {
  clear: both;
}
.menu-container .nav {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  float: right;
}
.menu-container .nav > li {
  display: inline-block;
  position: relative;
}
.menu-container .nav > li a,
.menu-container .nav > li p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
}
.menu-container .nav > li a:hover,
.menu-container .nav > li p:hover{
  border-bottom: 3px solid #2c8667;
}
.menu-container .nav > li.active > a,
.menu-container .nav > li.active > p{
  border-bottom: 3px solid #2c8667;
}
.menu-container .nav > li .subnav {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(45,45,45,0.08);
  box-shadow: 0 0 10px rgba(45,45,45,0.08);
  border-radius: 4px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
  margin-top: -1px;
  width: 200%;
  right: 0;
  overflow: hidden;
}
.normal {
  width: 100%;
}
.active .top-menu ul li a {
  color: #414141;
}
.active .menu-container .nav li a,
.active .menu-container .nav li p{
  color: #414141 !important;
  margin: 0 !important;
}
.active .logo-container {
  display: none;
}
.active .logo-container.white-logo {
  display: block;
}
.header {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 100;
  position: fixed;
}
.header.active {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
}
.slider-home .slides img {
  width: 100%;
}
.slider-home .slides li {
  position: relative;
}
.slider-home .slides li .caption-slide {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
}
.slider-home .slides li .caption-slide p,
.slider-home .slides li .caption-slide h2 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li .caption-slide h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 2px 2px 6px #414141;
  padding: 0 10%;
}
.slider-home .slides li .caption-slide p {
  font-style: italic;
  font-size: 16px;
  padding-bottom: 30px;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li .videoFull {
  width: 100%;
}
.slider-home .slides li.video .caption-slide {
  top: 10%;
  margin-top: 110px;
  text-align: center;
}
.slider-home .slides li.video .caption-slide img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.slider-home .slides li.video .caption-slide h3 {
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li.video .caption-slide h2 {
  text-transform: none;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li.video .caption-slide .play-video {
  margin: 60px 0 60px 0;
  cursor: pointer;
}
.slider-home .slides li.video .caption-slide .play-video span {
  display: block;
  margin: 0 auto;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li.video .caption-slide .play-video:hover span {
  text-shadow: none;
  color: #732181;
}
.iframe-youtube {
  padding: 10px 0px;
  padding-top: 70px;
}
.iframe-youtube .center-container {
  position: relative;
  max-width: 60% !important;
}
.iframe-youtube .center-container .intrinsic-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.iframe-youtube .center-container .intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 1px 20px rgba(23,23,23,0.86);
  box-shadow: 0px 1px 20px rgba(23,23,23,0.86);
}
.iframe-youtube .center-container h3 {
  text-align: center;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
}
.iframe-youtube .center-container h3 .quote {
  font-weight: 900;
  font-size: 22px;
}
.slider-home .slides img {
  width: 100%;
}
.slider-home .slides li {
  position: relative;
}
.slider-home .slides li .caption-slide {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
}
.slider-home .slides li .caption-slide p,
.slider-home .slides li .caption-slide h2 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li .caption-slide h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 2px 2px 6px #414141;
  padding: 0 10%;
}
.slider-home .slides li .caption-slide p {
  font-style: italic;
  font-size: 16px;
  padding-bottom: 30px;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li .videoFull {
  width: 100%;
}
.slider-home .slides li.video .caption-slide {
  top: 10%;
  margin-top: 110px;
  text-align: center;
}
.slider-home .slides li.video .caption-slide img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.slider-home .slides li.video .caption-slide h3 {
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li.video .caption-slide h2 {
  text-transform: none;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li.video .caption-slide .play-video {
  margin: 60px 0 60px 0;
  cursor: pointer;
}
.slider-home .slides li.video .caption-slide .play-video span {
  display: block;
  margin: 0 auto;
  text-shadow: 2px 2px 6px #414141;
}
.slider-home .slides li.video .caption-slide .play-video:hover span {
  text-shadow: none;
  color: #732181;
}
.video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  overflow: hidden;
  background: rgba(0,0,0,0.9);
  z-index: 3;
}
.video-player.active {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player .player {
  width: 60%;
  margin: 10% auto;
}
.video-player .player .other {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-player .player iframe {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player .close-player {
  color: #fff;
  float: right;
  margin: -10px 0 10px;
  cursor: pointer;
  font-size: 18px;
}
.video-player .close-player:hover {
  text-decoration: underline;
}
.brands-container {
  background: #f3f3f3;
  position: relative;
}
.brands-container .brands-home {
  text-align: center;
}
.brands-container .brands-home li {
  display: inline-block;
  vertical-align: middle;
}
.brands-container .brands-home li img {
  width: 100%;
  max-width: 120px;
}
.brands-container-new {
  background: #fff;
  padding-bottom: 40px;
}
.brands-container-new .brands-home {
  text-align: center;
}
.brands-container-new .brands-home li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
.brands-container-new .brands-home li:first-child {
  margin-left: 0;
}
.brands-container-new .brands-home li img {
  width: 100%;
  max-width: 90px;
}
.brands-container-new .brands-home li a {
  outline: none;
}
.brands-container-new .brands-home img {
  margin: auto;
  padding: 32px;
  width: 120px;
}
.brands-container-new .brands-home .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.brands-container-new .brands-home .icon-prev,
.brands-container-new .brands-home .icon-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #6a257d;
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  background-size: 20px;
}
.brands-container-new .brands-home .icon-prev {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyNyAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAxNi44OEwyNSAyTDE4Ljk0NzQgMTYuODhMMjUgMzNMMiAxNi44OFoiIGZpbGw9IiM2QTI2N0QiIHN0cm9rZT0iIzZBMjY3RCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
.brands-container-new .brands-home .icon-next {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyNyAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUgMTguMTJMMiAzM0w4LjA1MjYzIDE4LjEyTDIgMkwyNSAxOC4xMloiIGZpbGw9IiM2QTI2N0QiIHN0cm9rZT0iIzZBMjY3RCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
h2 {
  color: #414141;
  font-size: 36px;
}
h3 {
  color: #414141;
  font-size: 24px;
  text-transform: uppercase;
}
.newsletter-suscribe input[type="submit"],
.btn {
  background: #732181;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px;
  border: none;
  text-align: center;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
  border-radius: 2px;
}
.newsletter-suscribe input[type="submit"]:hover,
.btn:hover {
  background: #2c8667;
}
.newsletter-suscribe input[type="submit"].btn-green,
.btn.btn-green {
  background: #2c8667;
}
.newsletter-suscribe input[type="submit"].btn-green:hover,
.btn.btn-green:hover {
  background: #732181;
}
.btn-new-slider {
  background: url("../images/arrow-next.png") no-repeat;
  background-color: #732181;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: 90% center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 11px 40px 11px 20px;
  border: none;
  text-align: center;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 4px;
  border: 2px solid #732181;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn-new-slider:hover {
  background-color: rgba(115,33,129,0.75);
  color: #fff;
}
.form-contact .hs-button.primary.large,
.btn-new {
  background: url("../images/arrowButton.png") no-repeat;
  background-color: transparent;
  -webkit-background-size: 13px;
  -moz-background-size: 13px;
  background-size: 13px;
  background-position: 90% center;
  color: #732181;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  border: none;
  text-align: center;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 4px;
  border: 2px solid #732181;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-contact .hs-button.primary.large:hover,
.btn-new:hover {
  background: url("../images/arrowButtonWhite.png") no-repeat;
  -webkit-background-size: 13px;
  -moz-background-size: 13px;
  background-size: 13px;
  background-position: 91.5% center;
  background-color: rgba(115,33,129,0.75);
  color: #fff;
}
.form-contact .hs-button.primary.large.btn-white,
.btn-new.btn-white {
  background: url("../images/arrowButtonWhite.png") no-repeat;
  background-color: transparent;
  -webkit-background-size: 13px;
  -moz-background-size: 13px;
  background-size: 13px;
  background-position: 90% center;
  color: #fff;
  border: 2px solid #fff;
}
.form-contact .hs-button.primary.large.btn-white:hover,
.btn-new.btn-white:hover {
  background-position: 91.5% center;
  background-color: rgba(115,33,129,0.55);
}
.form-contact .hs-button.primary.large.btn-large,
.btn-new.btn-large {
  padding: 10px 40px 10px 25px;
  background-position: 93% center;
}
.form-contact .hs-button.primary.large.btn-large:hover,
.btn-new.btn-large:hover {
  background-position: 94.5% center;
}
.main-btn {
  padding: 10px 18px !important;
  text-transform: uppercase;
  color: black;
  font-weight: 400 !important;
  display: block;
  transition: all;
  animation-duration: 300s;
  font-size: 13px !important; 
}
.btn-purple {
  background-color: #732181;
  color: #ffffff !important;
}
.btn-purple:hover {
  background-color: #2c8667;
}
.procurement-container {
  background: url("../images/hero-back.png") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 200px 0;
}
.procurement-container h1 {
  font-size: 50px;
  margin-top: 50px;
  margin-bottom: 0;
  color: #4c4b4b;
}
.procurement-container span {
  color: #2c8667;
  margin-right: 7px;
}
.procurement-container h2 {
  margin-bottom: 60px;
}
.procurement-container h2:before {
  content: '';
  position: relative;
  top: 70px;
  display: block;
  width: 100px;
  height: 5px;
  background: #cacaca;
}
.procurement-container .left-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.procurement-container .left-text:before,
.procurement-container .left-text:after {
  content: '';
  display: table;
}
.procurement-container .left-text:after {
  clear: both;
}
.procurement-container .left-text:last-child {
  margin-right: 0%;
}
.procurement-container .left-text p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #414141;
  line-height: 1.3;
}
.procurement-container .left-text p.new {
  max-width: 90%;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 10px;
}
.procurement-container .right-video {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.procurement-container .right-video:before,
.procurement-container .right-video:after {
  content: '';
  display: table;
}
.procurement-container .right-video:after {
  clear: both;
}
.procurement-container .right-video:last-child {
  margin-right: 0%;
}
.intelligent-container {
  padding: 90px 0;
  padding-top: 40px;
}
.intelligent-container .center-container {
  text-align: center;
}
.intelligent-container .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.intelligent-container .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 50px;
  font-size: 50px;
}
.intelligent-container .center-container p {
  margin: 30px auto;
  font-size: 22px;
  color: #414141;
  line-height: 1.3;
  max-width: 50%;
  display: block;
}
.video-container-home {
  position: relative;
}
.video-container-home img {
  width: 100%;
}
.video-container-home .play-video {
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
}
.video-container-home .play-video img {
  max-width: 85px;
}
.video-container-home .play-video span {
  display: block;
  color: #fff;
}
.benefits-container {
  padding: 0 0 70px 0;
}
.benefits-container h2 {
  margin: 50px 0;
  text-align: center;
}
.benefits-container h2:before {
  content: '';
  position: relative;
  top: 70px;
  display: block;
  width: 100px;
  height: 5px;
  background: #cacaca;
  margin: 0 auto;
}
.benefits-container .benefits {
  zoom: 1;
}
.benefits-container .benefits:before,
.benefits-container .benefits:after {
  content: "";
  display: table;
}
.benefits-container .benefits:after {
  clear: both;
}
.benefits-container .benefits h3 {
  min-height: 60px;
}
.benefits-container .benefits li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.benefits-container .benefits li:before,
.benefits-container .benefits li:after {
  content: '';
  display: table;
}
.benefits-container .benefits li:after {
  clear: both;
}
.benefits-container .benefits li:last-child {
  margin-right: 0%;
}
.benefits-container .benefits li p {
  font-size: 18px;
  color: #414141;
  line-height: 1.3;
}
.benefits-container .benefits li span {
  font-size: 80px;
  color: #2c8667;
}
.benefits-container-new {
  padding: 130px 0 20px 0;
  background: #fff url("../images/triangle-back.png") no-repeat center top;
}
.benefits-container-new .center-container {
  text-align: center;
}
.benefits-container-new .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.benefits-container-new .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 50px;
}
.benefits-container-new .benefits {
  zoom: 1;
  margin-top: 50px;
}
.benefits-container-new .benefits:before,
.benefits-container-new .benefits:after {
  content: "";
  display: table;
}
.benefits-container-new .benefits:after {
  clear: both;
}
.benefits-container-new .benefits h3 {
  height: 60px;
  color: #732181;
}
.benefits-container-new .benefits li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.benefits-container-new .benefits li:before,
.benefits-container-new .benefits li:after {
  content: '';
  display: table;
}
.benefits-container-new .benefits li:after {
  clear: both;
}
.benefits-container-new .benefits li:last-child {
  margin-right: 0%;
}
.benefits-container-new .benefits li p {
  font-size: 22px;
  color: #2f2f2f;
  line-height: 1.3;
  font-weight: 400;
}
.benefits-container-new .benefits li span {
  font-size: 60px;
  color: #2c8667;
}
.benefits-container-new .benefits li img {
  width: 100%;
  max-width: 100px;
}
.products-container {
  background: #f3f3f3;
  padding: 100px 0;
}
.products-container h2 {
  margin: 0 0 50px 0;
  text-align: center;
}
.products-container h2:before {
  content: '';
  position: relative;
  top: 70px;
  display: block;
  width: 100px;
  height: 5px;
  background: #cacaca;
  margin: 0 auto;
}
.products-container .products-home li {
  zoom: 1;
  margin-bottom: 50px;
}
.products-container .products-home li:before,
.products-container .products-home li:after {
  content: "";
  display: table;
}
.products-container .products-home li:after {
  clear: both;
}
.products-container .products-home li .content-products,
.products-container .products-home li img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.products-container .products-home li .content-products:before,
.products-container .products-home li img:before,
.products-container .products-home li .content-products:after,
.products-container .products-home li img:after {
  content: '';
  display: table;
}
.products-container .products-home li .content-products:after,
.products-container .products-home li img:after {
  clear: both;
}
.products-container .products-home li .content-products:last-child,
.products-container .products-home li img:last-child {
  margin-right: 0%;
}
.products-container .products-home li img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.products-container .products-home li img:before,
.products-container .products-home li img:after {
  content: '';
  display: table;
}
.products-container .products-home li img:after {
  clear: both;
}
.products-container .products-home li img:last-child {
  margin-right: 0%;
}
.products-container .products-home li p {
  margin-bottom: 50px;
  font-size: 18px;
  color: #414141;
  line-height: 1.3;
}
.products-container .products-home li.inverse .content-products,
.products-container .products-home li.inverse img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.products-container .products-home li.inverse .content-products:before,
.products-container .products-home li.inverse img:before,
.products-container .products-home li.inverse .content-products:after,
.products-container .products-home li.inverse img:after {
  content: '';
  display: table;
}
.products-container .products-home li.inverse .content-products:after,
.products-container .products-home li.inverse img:after {
  clear: both;
}
.products-container .products-home li.inverse .content-products:last-child,
.products-container .products-home li.inverse img:last-child {
  margin-right: 0%;
}
.products-container .products-home li.inverse img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  float: right;
  margin-left: 3%;
  margin-right: 0%;
}
.products-container .products-home li.inverse img:before,
.products-container .products-home li.inverse img:after {
  content: '';
  display: table;
}
.products-container .products-home li.inverse img:after {
  clear: both;
}
.products-container .products-home li.inverse img:last-child {
  margin-right: 0%;
}
.products-container-new {
  padding: 100px 0;
}
.products-container-new .center-container {
  text-align: center;
}
.products-container-new .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.products-container-new .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 80px;
  font-size: 50px;
}
.products-container-new .center-container h3 {
  font-size: 40px;
  color: #2c8667;
}
.products-container-new .center-container h3 span {
  color: #732181;
}
.products-container-new .left-direct {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin: 0;
  width: 50%;
}
.products-container-new .left-direct:before,
.products-container-new .left-direct:after {
  content: '';
  display: table;
}
.products-container-new .left-direct:after {
  clear: both;
}
.products-container-new .left-direct:last-child {
  margin-right: 0%;
}
.products-container-new .right-channel {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin: 0;
  width: 50%;
}
.products-container-new .right-channel:before,
.products-container-new .right-channel:after {
  content: '';
  display: table;
}
.products-container-new .right-channel:after {
  clear: both;
}
.products-container-new .right-channel:last-child {
  margin-right: 0%;
}
.products-container-new .morado-container {
  background: #732181;
  margin-top: 150px;
  padding-bottom: 70px;
  height: 470px;
}
.products-container-new .morado-container img {
  width: 80%;
  max-width: 500px;
  margin-top: -20%;
}
.products-container-new .morado-container p.white {
  margin-bottom: 40px;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  max-width: 70%;
  margin: 30px auto;
  display: block;
}
.testimonial-container {
  background: #2c8667;
  padding: 100px 0;
}
.testimonial-container h2 {
  margin: 0 0 50px 0;
  text-align: center;
  color: #fff;
}
.testimonial-container h2:before {
  content: '';
  position: relative;
  top: 70px;
  display: block;
  width: 100px;
  height: 5px;
  background: #fff;
  margin: 0 auto;
}
.testimonial-container .testimonials-home li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  color: #fff;
}
.testimonial-container .testimonials-home li:before,
.testimonial-container .testimonials-home li:after {
  content: '';
  display: table;
}
.testimonial-container .testimonials-home li:after {
  clear: both;
}
.testimonial-container .testimonials-home li:last-child {
  margin-right: 0%;
}
.testimonial-container .testimonials-home li q {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  display: block;
  margin-bottom: 40px;
  line-height: 1.5;
}
.testimonial-container .testimonials-home li p {
  color: #fff;
  margin: 10px;
}
.testimonial-container .testimonials-home li p.author-testimonial {
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-container .testimonials-home li p.author-name {
  font-size: 18px;
}
.testimonial-container .testimonials-home li p.author-position {
  font-size: 12px;
}
.testimonial-container-new {
  padding: 100px 0;
}
.testimonial-container-new .center-container {
  text-align: center;
}
.testimonial-container-new .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.testimonial-container-new .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 50px;
}
.testimonial-container-new .center-container img {
  width: 100%;
  margin-bottom: 40px;
}
.testimonial-container-new .testimonials-home li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.testimonial-container-new .testimonials-home li:before,
.testimonial-container-new .testimonials-home li:after {
  content: '';
  display: table;
}
.testimonial-container-new .testimonials-home li:after {
  clear: both;
}
.testimonial-container-new .testimonials-home li:last-child {
  margin-right: 0%;
}
.testimonial-container-new .testimonials-home li q {
  font-size: 22px;
  font-weight: 300;
  display: block;
  margin-bottom: 40px;
  line-height: 1.5;
}
.testimonial-container-new .testimonials-home li p {
  margin: 10px;
}
.testimonial-container-new .testimonials-home li p.author-testimonial {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.testimonial-container-new .testimonials-home li p.author-name {
  font-size: 22px;
}
.testimonial-container-new .testimonials-home li p.author-position {
  font-size: 14px;
}
.bloghome-container-new {
  padding: 100px 0;
  background: #fff url("../images/back-blog.jpg") no-repeat center top;
}
.bloghome-container-new .center-container {
  text-align: center;
}
.bloghome-container-new .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.bloghome-container-new .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 60px;
  font-size: 50px;
}
.bloghome-container-new .blog-list-home {
  zoom: 1;
}
.bloghome-container-new .blog-list-home:before,
.bloghome-container-new .blog-list-home:after {
  content: "";
  display: table;
}
.bloghome-container-new .blog-list-home:after {
  clear: both;
}
.bloghome-container-new .blog-list-home > li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.bloghome-container-new .blog-list-home > li:before,
.bloghome-container-new .blog-list-home > li:after {
  content: '';
  display: table;
}
.bloghome-container-new .blog-list-home > li:after {
  clear: both;
}
.bloghome-container-new .blog-list-home > li:last-child {
  margin-right: 0%;
}
.bloghome-container-new .blog-list-home > li ul li {
  font-family: 'Lato';
  font-style: normal;
  clear: both;
  color: #808080;
  font-weight: 300;
  line-height: 1.5;
  width: 70%;
  margin: 30px auto;
}
.bloghome-container-new .blog-list-home > li .image-wrap-blog {
  width: 70%;
  margin: 0 auto;
  height: 250px;
  border-bottom: 6px solid #732181;
  overflow: hidden;
}
.bloghome-container-new .blog-list-home > li .image-wrap-blog a img {
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.bloghome-container-new .blog-list-home > li .image-wrap-blog img {
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.bloghome-container-new .blog-list-home > li h3 {
  width: 70%;
  margin: 30px auto;
  font-size: 30px;
}
.bloghome-container-new .blog-list-home > li p {
  line-height: 1.3;
  width: 70%;
  margin: 30px auto;
  display: block;
  font-size: 20px;
}
.bloghome-container-new .blog-list-home > li a {
  color: #732181;
}
.bloghome-container-new .blog-list-home > li a:hover {
  text-decoration: underline;
}
.blog-hero {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 100px;
  margin-top: 60px;
  min-height: 450px;
}
.blog-hero h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}
.blog-hero p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  margin-top: 20px;
  margin-bottom: 45px;
}
.main-blog .center-container {
  margin-top: 100px;
}
.main-blog .center-container .recent-posts-container {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
  padding-bottom: 40px;
}
.main-blog .center-container .recent-posts-container:before,
.main-blog .center-container .recent-posts-container:after {
  content: '';
  display: table;
}
.main-blog .center-container .recent-posts-container:after {
  clear: both;
}
.main-blog .center-container .recent-posts-container:last-child {
  margin-right: 0%;
}
.main-blog .center-container .recent-posts-container .wrap-post h4 {
  color: #2c8667;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 80%;
  font-size: 36px;
}
.main-blog .center-container .recent-posts-container .wrap-post p {
  font-size: 20px;
  font-weight: 400;
  color: #2f2f2f;
  margin-top: 0;
  clear: none;
  text-decoration: none;
}
.main-blog .center-container .recent-posts-container .wrap-post p.data-date-author {
  color: #2f2f2f;
}
.main-blog .center-container .recent-posts-container .wrap-post p span {
  font-weight: 900;
  color: #000;
}
.main-blog .center-container .recent-posts-container .wrap-post p.excerpt {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 40px;
}
.main-blog .center-container .recent-posts-container .wrap-post p a {
  font-size: 20px;
  font-weight: 400;
  color: #2f2f2f;
  margin-top: 0;
  clear: none;
  text-decoration: none;
}
.main-blog .center-container .recent-posts-container .recents {
  zoom: 1;
  margin-bottom: 40px;
  padding-right: 20px;
}
.main-blog .center-container .recent-posts-container .recents:before,
.main-blog .center-container .recent-posts-container .recents:after {
  content: "";
  display: table;
}
.main-blog .center-container .recent-posts-container .recents:after {
  clear: both;
}
.main-blog .center-container .recent-posts-container .recents li {
  margin-bottom: 90px;
}
.main-blog .center-container .recent-posts-container .recents li img.featured {
  width: 100%;
  margin: 20px auto;
  margin-bottom: 0;
}
.main-blog .center-container .recent-posts-container .recents li a {
  text-decoration: none;
}
.main-blog .center-container .recent-posts-container .recents li a h3 {
  color: #2c8667;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 80%;
  font-size: 36px;
  text-decoration: none;
}
.main-blog .center-container .recent-posts-container .recents li a p {
  font-size: 20px;
  font-weight: 400;
  color: #2f2f2f;
  margin-top: 0;
  clear: none;
  text-decoration: none;
}
.main-blog .center-container .recent-posts-container .recents li a p.data-date-author {
  float: left;
}
.main-blog .center-container .recent-posts-container .recents li a p span {
  font-weight: 900;
  color: #000;
}
.main-blog .center-container .recent-posts-container .recents li a p.excerpt {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 40px;
}
.main-blog .center-container .recent-posts-container .recents li a p a {
  font-size: 20px;
  font-weight: 400;
  color: #2f2f2f;
  margin-top: 0;
  clear: none;
  text-decoration: none;
}
.main-blog .center-container .recent-posts-container .recents li a .comments-count {
  float: right;
}
.main-blog .center-container .recent-posts-container .recents li a .comments-count p,
.main-blog .center-container .recent-posts-container .recents li a .comments-count img {
  display: inline-block;
  margin: 0;
}
.main-blog .center-container .recent-posts-container .recents li a .comments-count img {
  width: 21px;
}
.main-blog .center-container .recent-posts-container .recents li a a {
  font-size: 16px;
  font-weight: 400;
  color: #722182;
}
.main-blog .center-container .recent-posts-container .recents li a a:hover {
  text-decoration: underline;
}
.main-blog .center-container .blog-sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.main-blog .center-container .blog-sidebar:before,
.main-blog .center-container .blog-sidebar:after {
  content: '';
  display: table;
}
.main-blog .center-container .blog-sidebar:after {
  clear: both;
}
.main-blog .center-container .blog-sidebar:last-child {
  margin-right: 0%;
}
.main-blog .center-container .blog-sidebar .form-contact {
  margin: 20px auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 450px;
  text-align: left;
  float: left;
}
.main-blog .center-container .blog-sidebar .form-contact .contact-text {
  border: none;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  font-family: 'Lato';
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #a9a9a9 !important;
}
.main-blog .center-container .blog-sidebar .form-contact .single-input {
  zoom: 1;
  margin: 20px 0 0 0;
}
.main-blog .center-container .blog-sidebar .form-contact .single-input:before,
.main-blog .center-container .blog-sidebar .form-contact .single-input:after {
  content: "";
  display: table;
}
.main-blog .center-container .blog-sidebar .form-contact .single-input:after {
  clear: both;
}
.main-blog .center-container .blog-sidebar h2 {
  color: #545454;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
.main-blog .center-container .blog-sidebar h2.violet {
  color: #732181;
  line-height: 1;
}
.main-blog .center-container .blog-sidebar h5 {
  color: #545454;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}
.main-blog .center-container .blog-sidebar ul {
  zoom: 1;
  margin-bottom: 40px;
}
.main-blog .center-container .blog-sidebar ul:before,
.main-blog .center-container .blog-sidebar ul:after {
  content: "";
  display: table;
}
.main-blog .center-container .blog-sidebar ul:after {
  clear: both;
}
.main-blog .center-container .blog-sidebar ul li {
  margin-top: 0;
  line-height: 1.2;
  margin: 25px auto;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #238869;
}
.main-blog .center-container .blog-sidebar ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #238869;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.newsletter-container {
  background: #272727;
  padding: 45px 0;
}
.newsletter-container h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.newsletter-container img {
  padding-top: 20px;
}
.newsletter-container .news-cont {
  zoom: 1;
}
.newsletter-container .news-cont:before,
.newsletter-container .news-cont:after {
  content: "";
  display: table;
}
.newsletter-container .news-cont:after {
  clear: both;
}
.newsletter-container .news-cont > li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.newsletter-container .news-cont > li:before,
.newsletter-container .news-cont > li:after {
  content: '';
  display: table;
}
.newsletter-container .news-cont > li:after {
  clear: both;
}
.newsletter-container .news-cont > li:last-child {
  margin-right: 0%;
}
.newsletter-container .news-cont > li p {
  margin: 0;
  padding: 0;
}
.newsletter-container .news-cont > li a {
  color: #ccc;
}
.newsletter-container .news-cont > li.contact-news-footer span {
  font-size: 30px;
  color: #2c8566;
  vertical-align: middle;
  margin-right: 5px;
}
.newsletter-container .news-cont > li.contact-news-footer p {
  vertical-align: middle;
  margin: 5px;
}
.newsletter-container .news-cont > li.contact-news-footer a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin-top: 50px;
  margin-bottom: 20px;
}
.breadcrumb li {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  font-weight: 300;
  color: #414141 !important;
}
.breadcrumb li a {
  font-size: 12px;
  font-weight: 300 !important;
  color: #414141 !important;
}
.breadcrumb li a:hover {
  text-decoration: underline;
  font-weight: 300 !important;
  color: #732181;
}
.newsletter-suscribe form {
  background: #fff;
  border-radius: 50px;
  height: 35px;
  max-width: 290px;
  overflow: visible;
  position: relative;
}
.newsletter-suscribe label {
  display: none;
}
.newsletter-suscribe input[type="text"],
.newsletter-suscribe input[type="email"] {
  border: none;
  width: 70%;
  max-width: 250px;
  padding: 8px;
  vertical-align: center;
  color: #3b3b3b;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  outline: none;
}
.newsletter-suscribe ul.hs-error-msgs li label {
  display: block;
  color: #f00;
  margin-top: 10px;
}
.newsletter-suscribe .submitted-message {
  font-size: 15px;
  font-weight: 500;
  color: #238869;
  line-height: 1.3;
  margin-top: 10px;
}
.newsletter-suscribe .news {
  border: none;
  width: 56%;
  padding: 8px;
  vertical-align: top;
  color: #dfdfdf;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsletter-suscribe input[type="submit"],
.newsletter-suscribe .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 15px;
  float: right;
  border-radius: 50px;
  border: 1px solid #fff;
}
.message-element div {
  color: #fff;
  font-weight: 100;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
}
.message-element div.error-response {
  color: #e91212;
}
.social-footer {
  zoom: 1;
}
.social-footer:before,
.social-footer:after {
  content: "";
  display: table;
}
.social-footer:after {
  clear: both;
}
.social-footer li {
  display: inline-block;
}
.social-footer li span {
  font-size: 40px;
}
.social-footer li span.icon-arrowstwittercircle {
  color: #28aae1;
  font-size: 43px;
}
.social-footer li span.icon-arrowslinkedincircle {
  color: #136d9d;
}
.social-footer li span.icon-arrowsyoutubecircle {
  width: 34px;
  height: 34px;
  border-bottom: 2px solid transparent;
  display: block;
  background: url("../images/yt-icon-red.png") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin-left: 5px;
  margin-top: -13px;
}
.footer {
  background: #000;
  color: #717171;
  padding: 25px 0;
  zoom: 1;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .legal-container {
  float: left;
}
.footer .legal-container p {
  margin: 0;
}
.footer .menu-footer-container {
  float: right;
}
.footer .menu-footer li {
  display: inline-block;
  margin: 0 5px;
}
.footer .menu-footer li a {
  color: #fff;
  font-size: 16px;
}
.using-container {
  background: #f3f3f3;
  padding: 45px 0;
}
.using-container h2 {
  margin: 50px 0;
  text-align: center;
}
.using-container h2:before {
  content: '';
  position: relative;
  top: 70px;
  display: block;
  width: 100px;
  height: 5px;
  background: #cacaca;
  margin: 0 auto;
}
.using-container h4 {
  font-style: italic;
  color: #414141;
  font-size: 18px;
}
.using-container .using-product {
  max-width: 80%;
  margin: 0 auto;
}
.using-container .using-product > div {
  text-align: center;
}
.using-container .using-product > div span {
  font-size: 80px;
  color: #732181;
}
.using-container .using-product > div h3 {
  font-size: 22px;
  color: #414141;
  line-height: 2;
  margin: 0;
  font-weight: 600;
  padding: 0;
}
.using-container .using-product > div img {
  max-width: 85px;
  margin: 0 auto 20px auto;
}
.using-container .using-product > div p {
  font-size: 18px;
  color: #616161;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
.how-container {
  padding: 45px 0;
}
.how-container.act {
  background: #f7f7f7;
}
.how-container.act.wht {
  background: #fff !important;
}
.how-container h2 {
  margin: 50px 0;
  text-align: center;
  font-size: 36px;
}
.how-container .center-container > h2 {
  margin: 50px 0;
  text-align: center;
  font-size: 36px;
}
.how-container ol {
  max-width: 60%;
  list-style-type: decimal;
  margin: 0 auto;
  text-align: left;
}
.how-container ol li {
  color: #295143;
  font: 'Lato';
}
.how-container ol li h2 {
  font-size: 24px;
  text-align: left;
  margin: 0;
  padding-left: 30px;
}
.how-container ol li h2:before {
  content: '';
  width: 40px;
  height: 40px;
  border: 2px solid #295143;
  border-radius: 37px;
  position: absolute;
  margin-left: -62px;
  margin-top: -4px;
}
.how-container .lstabt {
  text-align: center;
}
.how-container .bnf {
  width: 70%;
  margin: 0 auto;
}
.how-container .bnf li {
  zoom: 1;
  margin: 40px 0;
}
.how-container .bnf li:before,
.how-container .bnf li:after {
  content: "";
  display: table;
}
.how-container .bnf li:after {
  clear: both;
}
.how-container .bnf li h2 {
  font-size: 36px;
  padding: 0;
  margin-left: 30px;
  text-align: left;
  margin: 10px 30px;
}
.how-container .bnf li span {
  display: inline-block;
  padding: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #295143;
  text-align: center;
  vertical-align: middle;
  border-radius: 60px;
  color: #295143;
  font-size: 24px;
}
.how-container .bnf li p,
.how-container .bnf li .smp {
  display: inline-block;
  font-size: 18px;
  width: 80%;
  vertical-align: middle;
  margin-left: 30px;
  color: #414141;
}
.how-container .bnf li p p,
.how-container .bnf li .smp p {
  display: block;
}
.procurement-container-products {
  background: #f3f3f3;
  padding: 45px 0;
  text-align: center;
  background: #0ff;
}
.procurement-container-products h2 {
  margin: 30px 0;
  text-align: center;
}
.procurement-container-products h2:before {
  content: '';
  position: relative;
  top: 70px;
  display: block;
  width: 100px;
  height: 5px;
  background: #cacaca;
  margin: 0 auto;
}
.procurement-container-products p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  max-width: 40%;
  margin: 0px auto;
}
.procurement-container-products div {
  margin-bottom: 30px;
}
.circle-tabs {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}
.circle-tabs:hover,
.circle-tabs.active {
  border: 1px solid #2c8667;
}
.circle-tbs {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 7px;
  background: #cacaca;
  vertical-align: top;
  margin-top: 4px;
}
.using-product-tab {
  text-align: center;
  margin: 30px 0;
}
.using-product-tab li {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  border-right: 2px solid #cacaca;
  padding-right: 20px;
}
.using-product-tab li:last-child {
  border: none;
}
.using-product-tab li h3 {
  text-transform: uppercase;
  color: #cacaca;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.using-product-tab li.active h3,
.using-product-tab li:hover h3 {
  color: #732181;
}
.faq-header,
.career-header {
  background: url("/web/20230426062904im_/https://www.contraqer.com/assets/images/faqs/faqs-hero.png") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  min-height: 600px;
  margin-top: 100px;
}
.faq-header h1,
.career-header h1 {
  text-align: center;
  color: #2c8667;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
}
.faq-header h2,
.career-header h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.faq-header p,
.career-header p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  margin-top: 20px;
  margin-bottom: 45px;
}
.career-header {
  background: url("/web/20230426062904im_/https://www.contraqer.com/assets/images/faqs/career-hero.png") no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.search-faq {
  margin: 60px 0;
  text-align: center;
}
.search-faq .in-faq {
  max-width: 312px;
  height: 52px;
  border: 1px solid #732181;
  padding: 0 20px;
  margin-right: -5px;
}
.faq-container {
  margin-top: 60px;
}
.faqs-list {
  width: 100%;
  margin: 50px auto;
}
.faqs-list li {
  padding: 20px 0;
  zoom: 1;
}
.faqs-list li:before,
.faqs-list li:after {
  content: "";
  display: table;
}
.faqs-list li:after {
  clear: both;
}
.faqs-list li h2 {
  font-size: 22px;
  width: 45%;
  margin: 0 auto;
  clear: none;
  text-transform: uppercase;
}
.faqs-list li h3 {
  font-size: 18px;
  color: #2f2f2f;
}
.faqs-list li p {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 17px;
}
.faqs-list li .header-fl {
  cursor: pointer;
}
.faqs-list li .header-fl span {
  font-size: 30px;
  color: #cacaca;
  float: left;
  margin-left: 23%;
  display: none;
}
.faqs-list li .header-fl span img {
  width: 40px;
}
.faqs-list li .header-fl span.pls {
  display: block;
}
.faqs-list li .arrow-indicator {
  background: #fff url("../images/triangle-back.jpg") no-repeat center top;
  padding-top: 10px;
  margin-top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.45s all;
  -moz-transition: 0.45s all;
  -o-transition: 0.45s all;
  -ms-transition: 0.45s all;
  transition: 0.45s all;
}
.faqs-list li .content-fl {
  clear: both;
  display: none;
  width: 45%;
  margin: 0 auto;
}
.faqs-list li .content-fl ul li {
  color: #2f2f2f !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}
.faqs-list li.active {
  padding-bottom: 40px;
}
.faqs-list li.active span.pls {
  display: none;
}
.faqs-list li.active span.mns {
  display: block;
}
.faqs-list li.active .arrow-indicator {
  margin-top: 20px;
  padding-top: 140px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.faqs-list li.active .content-fl {
  display: block;
}
.faqs-list li.active .content-fl ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 10px;
}
.faqs-list li.active .content-fl ul li {
  font-family: 'Lato';
  font-style: normal;
  clear: both;
  color: #808080;
  font-weight: 300;
  border-bottom: none;
  padding: 10px 0;
}
.faqs-list li.active .content-fl ul li:after,
.faqs-list li.active .content-fl ul li:before {
  content: '';
  display: none;
}
.about-header {
  text-align: center;
  padding: 50px 0px;
  padding-bottom: 70px;
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about-header h1 {
  text-align: center;
  color: #2c8667;
  font-size: 80px;
  font-weight: 700;
  margin: 0;
}
.about-header h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 80%;
  margin: 10px auto;
}
.about-header p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  max-width: 75%;
  margin: 20px auto;
  margin-bottom: 45px;
}
.about-our-company,
.contraqer-channel {
  padding: 70px 0;
  padding-top: 80px;
}
.about-our-company .center-container,
.contraqer-channel .center-container {
  text-align: center;
}
.about-our-company .center-container h1,
.contraqer-channel .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.about-our-company .center-container h2,
.contraqer-channel .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 50px;
}
.about-our-company .center-container h3,
.contraqer-channel .center-container h3 {
  font-weight: 500;
  width: 60%;
  margin: 20px auto;
  color: #2f2f2f;
  line-height: 1.4;
  font-size: 40px;
}
.about-our-company .center-container h3 span,
.contraqer-channel .center-container h3 span {
  color: #732181;
}
.about-our-company .center-container p,
.contraqer-channel .center-container p {
  margin: 30px auto;
  font-size: 22px;
  color: #414141;
  line-height: 1.3;
  width: 70%;
  display: block;
  font-weight: 500;
}
.about-our-company .center-container img,
.contraqer-channel .center-container img {
  width: 300px;
}
.manifesto-content {
  padding: 150px 0 90px 0;
  background: #fff url("../images/triangle-back.jpg") no-repeat center top;
}
.manifesto-content .center-container {
  text-align: center;
}
.manifesto-content .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.manifesto-content .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 80px;
  font-size: 50px;
}
.manifesto-content .benefits {
  zoom: 1;
}
.manifesto-content .benefits:before,
.manifesto-content .benefits:after {
  content: "";
  display: table;
}
.manifesto-content .benefits:after {
  clear: both;
}
.manifesto-content .benefits li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.manifesto-content .benefits li:before,
.manifesto-content .benefits li:after {
  content: '';
  display: table;
}
.manifesto-content .benefits li:after {
  clear: both;
}
.manifesto-content .benefits li:last-child {
  margin-right: 0%;
}
.manifesto-content .benefits li h3 {
  min-height: 40px;
  color: #732181;
  margin-top: 40px;
  font-size: 30px;
}
.manifesto-content .benefits li p {
  font-size: 22px;
  color: #656565;
  line-height: 1.3;
  font-weight: 300;
}
.manifesto-content .benefits li img {
  width: 100%;
  max-width: 130px;
  max-height: 130px;
  margin-bottom: 1px;
}
.all-you-need {
  background: #732181;
  padding: 80px 0;
  padding-bottom: 90px;
  text-align: center;
}
.all-you-need h2 {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.leadership-container {
  padding: 100px 0;
}
.leadership-container .center-container {
  text-align: center;
}
.leadership-container .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 80px;
}
.leadership-container .center-container h2 {
  color: #000;
  line-height: 1.5;
  font-size: 30px;
  width: 80%;
  margin: 40px auto;
  text-transform: uppercase;
}
.leadership-container .center-container p {
  color: #2f2f2f;
  font-size: 30px;
  width: 80%;
  margin: 60px auto;
  margin-bottom: 0;
}
.leadership-owners {
  padding: 150px 0;
  padding-top: 0;
  background: #fff url("../images/back-blog.jpg") no-repeat;
  background-position: center 100px;
}
.leadership-owners .left-align-container,
.leadership-owners .right-align-container {
  text-align: left;
  width: 70%;
  min-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.leadership-owners .left-align-container img,
.leadership-owners .right-align-container img {
  width: 150px;
}
.leadership-owners .left-align-container h3,
.leadership-owners .right-align-container h3 {
  color: #732181;
  font-weight: 500;
  margin: 0 auto;
  font-size: 40px;
}
.leadership-owners .left-align-container p,
.leadership-owners .right-align-container p {
  font-size: 22px;
  line-height: 1.3;
  color: #656565;
  font-weight: 300;
}
.leadership-owners .left-align-container p.charge,
.leadership-owners .right-align-container p.charge {
  margin-top: 0;
}
.leadership-owners .right-align-container {
  text-align: right;
}
.tab-content-mani p {
  font-weight: 400;
  color: #414141;
  font-size: 20px;
  line-height: 1.7;
}
.channel-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
}
.channel-header h1 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin: 0;
}
.channel-header p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin: 60px 0 0 0;
}
.benefits-channel {
  padding: 190px 0 90px 0;
  background: #fff url("../images/triangle-back.jpg") no-repeat center top;
}
.benefits-channel .center-container {
  text-align: center;
}
.benefits-channel .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.benefits-channel .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 80px;
}
.benefits-channel .benefits-list {
  zoom: 1;
}
.benefits-channel .benefits-list:before,
.benefits-channel .benefits-list:after {
  content: "";
  display: table;
}
.benefits-channel .benefits-list:after {
  clear: both;
}
.benefits-channel .benefits-list h3 {
  min-height: 50px;
  color: #000;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 900;
}
.benefits-channel .benefits-list li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.benefits-channel .benefits-list li:before,
.benefits-channel .benefits-list li:after {
  content: '';
  display: table;
}
.benefits-channel .benefits-list li:after {
  clear: both;
}
.benefits-channel .benefits-list li:last-child {
  margin-right: 0%;
}
.benefits-channel .benefits-list li p {
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
  font-weight: 300;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.benefits-channel .benefits-list li img {
  width: 100%;
  max-width: 300px;
}
.benefits-channel .benefits-list li .line {
  width: 100%;
  max-width: 300px;
  height: 5px;
  background: #732181;
  margin: 30px auto;
  display: block;
}
.how-container-list {
  padding: 10px 0 90px 0;
}
.how-container-list .center-container {
  text-align: center;
}
.how-container-list .center-container .float-lines {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 60px;
}
.how-container-list .center-container .float-lines .line-thin {
  position: absolute;
  width: 35%;
  background: #ebebeb;
  height: 2px;
  top: 0px;
}
.how-container-list .center-container .float-lines .line-thin.line-left {
  left: 0px;
}
.how-container-list .center-container .float-lines .line-thin.line-right {
  right: 0px;
}
.how-container-list .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.how-container-list .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 60px;
}
.how-container-list .benefits-how {
  zoom: 1;
}
.how-container-list .benefits-how:before,
.how-container-list .benefits-how:after {
  content: "";
  display: table;
}
.how-container-list .benefits-how:after {
  clear: both;
}
.how-container-list .benefits-how li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
  min-width: 1000px;
  padding: 50px 0;
  padding-bottom: 0;
  overflow: auto;
  margin-bottom: 30px;
}
.how-container-list .benefits-how li:first-child {
  margin-left: auto;
}
.how-container-list .benefits-how li:last-child {
  margin-right: auto;
}
.how-container-list .benefits-how li h3 {
  color: #732181;
  font-size: 60px;
  line-height: 0.8;
  font-weight: 300;
  text-align: right;
  float: left;
  width: 10%;
  clear: none;
}
.how-container-list .benefits-how li p {
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
  font-weight: 300;
  width: 60%;
  float: left;
  margin: 0;
  margin-left: 20px;
  clear: none;
}
.how-container-list .benefits-how li p strong {
  font-weight: 900;
  color: #000;
}
.how-container-list .benefits-how li img {
  width: 30%;
  max-width: 160px;
  height: auto;
  float: left;
  margin-left: 40px;
  margin-top: -25px;
}
.procurement-friction-free {
  padding: 60px 0;
  padding-bottom: 150px;
  background: #fff url("../images/back-blog.jpg") no-repeat;
  background-position: center bottom;
}
.procurement-friction-free .center-container .left-picture {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.procurement-friction-free .center-container .left-picture:before,
.procurement-friction-free .center-container .left-picture:after {
  content: '';
  display: table;
}
.procurement-friction-free .center-container .left-picture:after {
  clear: both;
}
.procurement-friction-free .center-container .left-picture:last-child {
  margin-right: 0%;
}
.procurement-friction-free .center-container .left-picture img {
  width: 95%;
  margin-top: 10px;
}
.procurement-friction-free .center-container .right-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.procurement-friction-free .center-container .right-text:before,
.procurement-friction-free .center-container .right-text:after {
  content: '';
  display: table;
}
.procurement-friction-free .center-container .right-text:after {
  clear: both;
}
.procurement-friction-free .center-container .right-text:last-child {
  margin-right: 0%;
}
.procurement-friction-free .center-container .right-text h2 {
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
  font-size: 23px;
  color: #393939;
  width: 90%;
  letter-spacing: 0px;
  margin-bottom: 0;
  margin-top: 10px;
}
.procurement-friction-free .center-container .right-text p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #414141;
  line-height: 1.5;
}
.procurement-list {
  padding: 0;
  padding-bottom: 90px;
}
.procurement-list .center-container {
  text-align: center;
}
.procurement-list .benefits-how {
  zoom: 1;
}
.procurement-list .benefits-how:before,
.procurement-list .benefits-how:after {
  content: "";
  display: table;
}
.procurement-list .benefits-how:after {
  clear: both;
}
.procurement-list .benefits-how li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
  min-width: 1000px;
  padding: 70px 0;
  overflow: auto;
  border-bottom: 1px solid #595959;
}
.procurement-list .benefits-how li:first-child {
  margin-left: auto;
}
.procurement-list .benefits-how li:last-child {
  margin-right: auto;
}
.procurement-list .benefits-how li h3 {
  color: #000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  clear: none;
  width: 60%;
}
.procurement-list .benefits-how li p {
  font-size: 18px;
  color: #2f2f2f;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  line-height: 1.3;
  font-weight: 500;
  width: 60%;
  margin-top: 50px;
  float: left;
  margin: 0;
  clear: none;
}
.procurement-list .benefits-how li img {
  max-width: 200px;
  height: auto;
  float: right;
  margin-top: 40px;
  margin-right: 70px;
}
.procurement-list .benefits-how li.rightLi h3 {
  float: right;
  text-align: right;
}
.procurement-list .benefits-how li.rightLi p {
  float: right;
  text-align: right;
}
.procurement-list .benefits-how li.rightLi img {
  float: left;
  margin-left: 70px;
}
.procurement-list .benefits-how li:first-child {
  padding-top: 0;
}
.procurement-list .benefits-how li:last-child {
  border-bottom: none;
}
.products-home-container {
  background: url("../images/products-hero.png") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-top: 100px;
  min-height: 600px;
  padding: 140px 0;
  padding-bottom: 100px;
}
.products-home-container h1 {
  font-size: 40px;
  margin-bottom: 0;
  color: #4c4b4b;
  margin: 40px auto;
  margin-top: 60px;
}
.products-home-container h1 span {
  color: #2c8667;
}
.products-home-container h3 {
  color: #fff;
  width: 60%;
  margin-top: 45px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 23px;
  margin-bottom: 0;
}
.products-home-container .left-text {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.products-home-container .left-text:first-child {
  margin-left: auto;
}
.products-home-container .left-text:last-child {
  margin-right: auto;
}
.products-home-container .left-text p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  line-height: 1.3;
  line-height: 1.4;
  margin-top: 15px;
}
.procurement-products {
  padding: 90px 0;
  padding-top: 70px;
}
.procurement-products .center-container {
  text-align: center;
}
.procurement-products .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.procurement-products .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 40px;
}
.procurement-products .center-container p {
  margin: 10px auto;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 1.2;
  max-width: 50%;
  font-weight: 500;
}
.contraqer-benefits-container {
  padding: 45px 0;
  background: #fff url("../images/back-blog.jpg") no-repeat;
  background-position: center top;
}
.contraqer-benefits-container .center-container {
  text-align: center;
}
.contraqer-benefits-container .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
  margin-top: 30px;
}
.contraqer-benefits-container .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 100px;
}
.contraqer-benefits-container .nav-benefits {
  text-align: center;
}
.contraqer-benefits-container .nav-benefits li {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
.contraqer-benefits-container .slide-benefits {
  margin: 40px 0;
}
.contraqer-benefits-container .slide-benefits div {
  zoom: 1;
}
.contraqer-benefits-container .slide-benefits div:before,
.contraqer-benefits-container .slide-benefits div:after {
  content: "";
  display: table;
}
.contraqer-benefits-container .slide-benefits div:after {
  clear: both;
}
.contraqer-benefits-container .slide-benefits img {
  width: 100%;
  margin: 0 auto;
}
.contraqer-benefits-container .slide-benefits h3 {
  font-size: 22px;
  font-weight: 600;
  color: #732181;
  text-align: left;
}
.contraqer-benefits-container .slide-benefits p {
  font-size: 17px;
  text-align: left;
  color: #414141;
  font-weight: 500;
}
.contraqer-benefits-container .slide-benefits .left-slide {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
}
.contraqer-benefits-container .slide-benefits .right-slide {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: center;
}
.contraqer-benefits-container .slide-benefits .right-slide .btn-new-slider {
  float: left;
}
.benefits-products {
  padding: 40px 0 90px 0;
}
.benefits-products .center-container {
  text-align: center;
}
.benefits-products .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.benefits-products .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 80px;
}
.benefits-products .benefits-list {
  zoom: 1;
}
.benefits-products .benefits-list:before,
.benefits-products .benefits-list:after {
  content: "";
  display: table;
}
.benefits-products .benefits-list:after {
  clear: both;
}
.benefits-products .benefits-list h3 {
  min-height: 50px;
  color: #000;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}
.benefits-products .benefits-list li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.benefits-products .benefits-list li:before,
.benefits-products .benefits-list li:after {
  content: '';
  display: table;
}
.benefits-products .benefits-list li:after {
  clear: both;
}
.benefits-products .benefits-list li:last-child {
  margin-right: 0%;
}
.benefits-products .benefits-list li p {
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
  font-weight: 300;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.benefits-products .benefits-list li img {
  width: 100%;
  max-width: 180px;
}
.benefits-products .benefits-list li .line {
  width: 100%;
  max-width: 300px;
  height: 7px;
  background: #732181;
  margin: 29px auto;
  margin-bottom: 40px;
  display: block;
}
.how-it-works-products {
  padding: 150px 0 10px 0;
  background: #fff url("../images/triangle-back.jpg") no-repeat center top;
}
.how-it-works-products .center-container {
  text-align: center;
}
.how-it-works-products .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.how-it-works-products .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 30px;
}
.how-it-works-products .center-container img.after-title {
  float: left;
  width: 300px;
  margin-top: -70px;
  margin-left: 150px;
}
.how-it-works-products .making-complex-simple-container,
.how-it-works-products .integrated-container,
.how-it-works-products .newest-best-container {
  position: relative;
  overflow: auto;
  padding: 10px 0;
  height: 400px;
}
.how-it-works-products .making-complex-simple-container .text-items,
.how-it-works-products .integrated-container .text-items,
.how-it-works-products .newest-best-container .text-items {
  z-index: 10 !important;
  display: block;
  overflow: auto;
  position: absolute;
  width: 70%;
  margin-left: 10%;
  margin-top: 90px;
}
.how-it-works-products .making-complex-simple-container .text-items h3,
.how-it-works-products .integrated-container .text-items h3,
.how-it-works-products .newest-best-container .text-items h3 {
  color: #732181;
  font-size: 75px;
  line-height: 0.8;
  font-weight: 300;
  text-align: right;
  float: left;
  width: 10%;
  clear: none;
  padding-right: 25px;
}
.how-it-works-products .making-complex-simple-container .text-items h4,
.how-it-works-products .integrated-container .text-items h4,
.how-it-works-products .newest-best-container .text-items h4 {
  clear: right;
  font-size: 17px;
  font-weight: 900;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.how-it-works-products .making-complex-simple-container .text-items p,
.how-it-works-products .integrated-container .text-items p,
.how-it-works-products .newest-best-container .text-items p {
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
  font-weight: 500;
  width: 70%;
  margin: 0;
  clear: none;
  text-align: left;
}
.how-it-works-products .making-complex-simple-container .text-items p strong,
.how-it-works-products .integrated-container .text-items p strong,
.how-it-works-products .newest-best-container .text-items p strong {
  font-weight: 900;
  color: #000;
}
.how-it-works-products .making-complex-simple-container .complex-frame,
.how-it-works-products .integrated-container .complex-frame,
.how-it-works-products .newest-best-container .complex-frame {
  position: absolute;
  width: 80%;
  overflow: auto;
  padding: 10px 0;
  top: 0;
  left: 15%;
}
.how-it-works-products .making-complex-simple-container .complex-frame img,
.how-it-works-products .integrated-container .complex-frame img,
.how-it-works-products .newest-best-container .complex-frame img {
  width: 90%;
  display: block;
}
.how-it-works-products .integrated-container {
  height: auto;
  min-height: 230px;
}
.how-it-works-products .integrated-container .text-items {
  margin-top: 0;
  margin-left: 15%;
}
.how-it-works-products .integrated-container .text-items h3 {
  color: #2c8667;
  clear: both;
  margin: 0 auto;
  text-align: center;
  float: none;
  margin-bottom: 20px;
}
.how-it-works-products .integrated-container .text-items h4 {
  clear: both;
  font-size: 17px;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.how-it-works-products .integrated-container .text-items p {
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.how-it-works-products .integrated-container .text-items p strong {
  font-weight: 900;
  color: #000;
}
.how-it-works-products .newest-best-container {
  height: 500px;
}
.how-it-works-products .newest-best-container .text-items {
  margin-top: 230px;
}
.mro-contraqer {
  padding: 60px 0;
  padding-bottom: 110px;
}
.mro-contraqer .center-container {
  text-align: center;
}
.mro-contraqer .center-container h2 {
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
  font-size: 23px;
  color: #393939;
  width: 75%;
  letter-spacing: 0px;
  margin: 10px auto;
}
.mro-contraqer .center-container p {
  font-size: 16px;
  color: #414141;
  line-height: 1.5;
  width: 60%;
  margin: 40px auto;
  margin-bottom: 50px;
}
.mro-list {
  background: #fff url("../images/back-blog.jpg") no-repeat;
  background-position: center top;
  padding: 60px 0;
  padding-top: 100px;
}
.mro-list .center-container {
  text-align: center;
}
.mro-list .center-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.mro-list .center-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 80px;
}
.mro-list .benefits-how {
  zoom: 1;
}
.mro-list .benefits-how:before,
.mro-list .benefits-how:after {
  content: "";
  display: table;
}
.mro-list .benefits-how:after {
  clear: both;
}
.mro-list .benefits-how li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
  min-width: 900px;
  padding: 70px 0;
  overflow: auto;
  border-bottom: 1px solid #595959;
}
.mro-list .benefits-how li:first-child {
  margin-left: auto;
}
.mro-list .benefits-how li:last-child {
  margin-right: auto;
}
.mro-list .benefits-how li h3 {
  color: #000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  clear: none;
  width: 60%;
}
.mro-list .benefits-how li p {
  font-size: 18px;
  color: #2f2f2f;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  line-height: 1.3;
  font-weight: 500;
  width: 60%;
  margin-top: 50px;
  float: left;
  margin: 0;
  clear: none;
}
.mro-list .benefits-how li img {
  max-width: 200px;
  height: auto;
  float: right;
  margin-top: 10px;
  margin-right: 70px;
}
.mro-list .benefits-how li.rightLi h3 {
  float: right;
  text-align: right;
}
.mro-list .benefits-how li.rightLi p {
  float: right;
  text-align: right;
}
.mro-list .benefits-how li.rightLi img {
  float: left;
  margin-left: 70px;
}
.mro-list .benefits-how li:first-child {
  padding-top: 0;
}
.mro-list .benefits-how li:last-child {
  border-bottom: none;
}
.contact-home {
  background: url("../images/contact-hero.png") no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 430px;
  margin-top: 100px;
}
.contact-home h1 {
  text-align: center;
  color: #2c8667;
  font-size: 55px;
  font-weight: 500;
  margin: 0;
  margin-top: 30px;
}
.contact-home h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.contact-container {
  margin: 50px auto;
  text-align: center;
}
.contact-container h1 {
  color: #494949;
  font-weight: 300;
  margin: 0 auto;
  font-size: 70px;
}
.contact-container h2 {
  color: #2c8667;
  margin: 0;
  line-height: 1;
  margin-bottom: 0px;
}
.content-header {
  padding-bottom: 30px;
}
.content-header .left-contact {
  margin-top: 50px;
}
.content-header .left-contact h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.content-header .left-contact ul {
  margin-bottom: 70px;
}
.content-header .left-contact ul li {
  font-size: 18px;
  color: #171717;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: 'Lato';
}
.content-header .left-contact ul li a,
.content-header .left-contact ul li strong {
  color: #171717;
  font-weight: 500;
}
.content-header .form-contact {
  width: 55%;
  min-width: 500px;
  margin: 10px auto;
}
.content-header .form-contact label {
  display: none;
}
.content-header .form-contact ul li label {
  display: block;
  color: #f00;
}
.content-header .form-contact input,
.content-header .form-contact textarea,
.content-header .form-contact .contact-text {
  border: none;
  border-bottom: 2px solid #552b75;
  padding: 15px 0;
  margin-bottom: 20px;
  font-family: 'Lato';
  font-size: 17px;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #171717 !important;
}
.content-header .form-contact .hs-form-field,
.content-header .form-contact .single-input {
  zoom: 1;
  margin: 20px 0 0 0;
}
.content-header .form-contact .hs-form-field:before,
.content-header .form-contact .single-input:before,
.content-header .form-contact .hs-form-field:after,
.content-header .form-contact .single-input:after {
  content: "";
  display: table;
}
.content-header .form-contact .hs-form-field:after,
.content-header .form-contact .single-input:after {
  clear: both;
}
.content-header .form-contact .hs-form-field.centered,
.content-header .form-contact .single-input.centered {
  text-align: center;
  margin: 50px 0 0 0;
}
.content-header .form-contact textarea {
  resize: no-resize;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.content-header .form-contact textarea.contact-text {
  padding-bottom: 70px;
  margin-bottom: 0;
}
.content-header .form-contact input[type="submit"] {
  margin-top: 50px;
  float: right;
  color: #552b75 !important;
}
.content-header .form-contact a.btn-new {
  float: right;
}
@media only screen and (min-width: 1050px) {
  .menu-container .nav > li:hover .pin-ico {
    display: block;
    top: 1px;
    left: 50%;
  }
  .menu-container .nav > li:hover .subnav {
    display: block;
    border: 1px solid #edeeed;
  }
  .menu-container .nav > li:hover .subnav li {
    text-align: left;
  }
  .menu-container .nav > li:hover .subnav li a {
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    text-transform: none;
    color: #979696;
    word-break: normal;
    font-weight: 600;
    text-align: left;
  }
  .menu-container .nav > li:hover .subnav li a:hover {
    border-bottom: none;
    color: #414141;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .center-container {
    width: 90%;
  }
  .menu-container .nav li a,
  .menu-container .nav li p{
    font-size: 14px;
  }
  .mro-contraqer {
    padding: 50px 0;
    padding-bottom: 90px;
  }
  .mro-contraqer .center-container h2 {
    width: 85%;
  }
  .mro-contraqer .center-container p {
    width: 80%;
  }
  .mro-list .benefits-how li {
    width: 100%;
    min-width: 100%;
  }
  .mro-list .benefits-how li img {
    max-width: 170px;
    margin-right: 50px;
  }
  .faqs-list li h2 {
    width: 60%;
  }
  .faqs-list li .header-fl {
    cursor: pointer;
  }
  .faqs-list li .header-fl span {
    font-size: 30px;
    color: #cacaca;
    float: left;
    margin-left: 10%;
    display: none;
    height: 100%;
  }
  .faqs-list li .header-fl span img {
    width: 40px;
  }
  .faqs-list li .header-fl span.pls {
    display: block;
  }
  .faqs-list li .content-fl {
    clear: both;
    display: none;
    width: 75%;
    margin: 0 auto;
  }
  .faqs-list li .content-fl ul li {
    color: #2f2f2f !important;
    font-weight: 500 !important;
    font-size: 17px !important;
  }
  .faqs-list li.active span {
    margin-left: 10%;
  }
  .faqs-list li.active span.pls {
    display: none;
  }
  .faqs-list li.active span.mns {
    display: block;
  }
  .procurement-list .benefits-how li {
    width: 100%;
    min-width: 100%;
  }
  .procurement-list .benefits-how li img {
    max-width: 170px;
    margin-right: 50px;
  }
  .products-home-container {
    padding: 70px 0;
    padding-top: 60px;
    margin-top: 100px;
    min-height: 500px;
  }
  .products-home-container h1 {
    margin-top: 50px;
  }
  .products-home-container h3 {
    width: 70%;
    margin-top: 25px;
    font-size: 20px;
  }
  .products-home-container br {
    display: none;
  }
  .products-home-container .left-text p {
    font-size: 17px;
  }
  .contraqer-benefits-container .center-container h2 {
    margin-bottom: 60px;
  }
  .contraqer-benefits-container .slide-benefits h3 {
    text-align: center;
  }
  .contraqer-benefits-container .slide-benefits p {
    text-align: center;
    margin-bottom: 40px;
  }
  .contraqer-benefits-container .slide-benefits .left-slide {
    width: 68%;
  }
  .contraqer-benefits-container .slide-benefits .right-slide {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 70%;
    text-align: center;
  }
  .contraqer-benefits-container .slide-benefits .right-slide .btn-new-slider {
    float: none;
  }
  .benefits-products .benefits-list li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .benefits-products .benefits-list li:before,
  .benefits-products .benefits-list li:after {
    content: '';
    display: table;
  }
  .benefits-products .benefits-list li:after {
    clear: both;
  }
  .benefits-products .benefits-list li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .benefits-products .benefits-list li:nth-child(4n+1) {
    clear: none;
  }
  .benefits-products .benefits-list li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .benefits-products .benefits-list li:nth-child(2n+1) {
    clear: both;
  }
  .how-it-works-products {
    padding-bottom: 50px;
  }
  .how-it-works-products img.after-title {
    display: none;
  }
  .how-it-works-products .making-complex-simple-container,
  .how-it-works-products .integrated-container,
  .how-it-works-products .newest-best-container {
    height: 300px;
  }
  .how-it-works-products .making-complex-simple-container .text-items,
  .how-it-works-products .integrated-container .text-items,
  .how-it-works-products .newest-best-container .text-items {
    width: 85%;
    margin-left: 5%;
    margin-top: 30px;
  }
  .how-it-works-products .making-complex-simple-container .complex-frame,
  .how-it-works-products .integrated-container .complex-frame,
  .how-it-works-products .newest-best-container .complex-frame {
    width: 85%;
    left: 18%;
  }
  .how-it-works-products .making-complex-simple-container .complex-frame img,
  .how-it-works-products .integrated-container .complex-frame img,
  .how-it-works-products .newest-best-container .complex-frame img {
    width: 90%;
  }
  .how-it-works-products .newest-best-container .text-items {
    margin-top: 120px;
  }
  .benefits-container .benefits li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .benefits-container .benefits li:before,
  .benefits-container .benefits li:after {
    content: '';
    display: table;
  }
  .benefits-container .benefits li:after {
    clear: both;
  }
  .benefits-container .benefits li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .benefits-container .benefits li:nth-child(4n+1) {
    clear: none;
  }
  .benefits-container .benefits li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .benefits-container .benefits li:nth-child(2n+1) {
    clear: both;
  }
  .benefits-container-new {
    padding: 130px 0 80px 0;
  }
  .benefits-container-new .benefits li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .benefits-container-new .benefits li:before,
  .benefits-container-new .benefits li:after {
    content: '';
    display: table;
  }
  .benefits-container-new .benefits li:after {
    clear: both;
  }
  .benefits-container-new .benefits li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .benefits-container-new .benefits li:nth-child(4n+1) {
    clear: none;
  }
  .benefits-container-new .benefits li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .benefits-container-new .benefits li:nth-child(2n+1) {
    clear: both;
  }
  .recent-posts-container .recents li .res-img {
    max-height: 200px;
  }
  .about-our-company .center-container p {
    width: 80%;
  }
  .manifesto-content .benefits li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .manifesto-content .benefits li:before,
  .manifesto-content .benefits li:after {
    content: '';
    display: table;
  }
  .manifesto-content .benefits li:after {
    clear: both;
  }
  .manifesto-content .benefits li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .manifesto-content .benefits li:nth-child(4n+1) {
    clear: none;
  }
  .manifesto-content .benefits li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .manifesto-content .benefits li:nth-child(2n+1) {
    clear: both;
  }
  .leadership-owners {
    padding-bottom: 50px;
  }
  .leadership-owners .left-align-container,
  .leadership-owners .right-align-container {
    width: 80%;
    min-width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .leadership-owners .left-align-container img,
  .leadership-owners .right-align-container img {
    width: 130px;
  }
  .benefits-channel .benefits-list li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
    margin-bottom: 60px;
  }
  .benefits-channel .benefits-list li:before,
  .benefits-channel .benefits-list li:after {
    content: '';
    display: table;
  }
  .benefits-channel .benefits-list li:after {
    clear: both;
  }
  .benefits-channel .benefits-list li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .benefits-channel .benefits-list li:nth-child(4n+1) {
    clear: none;
  }
  .benefits-channel .benefits-list li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .benefits-channel .benefits-list li:nth-child(2n+1) {
    clear: both;
  }
  .how-container-list .benefits-how li {
    width: 100%;
    min-width: 100%;
    padding: 50px 0;
    margin-left: 0;
  }
  .how-container-list .benefits-how li h3 {
    width: 8%;
  }
  .how-container-list .benefits-how li p {
    font-size: 17px;
  }
  .how-container-list .benefits-how li img {
    width: 25%;
    max-width: 120px;
    margin-left: 30px;
    margin-top: -25px;
  }
  .main-blog .center-container {
    margin-top: 60px;
  }
  .main-blog .center-container .recent-posts-container {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-blog .center-container .recent-posts-container:first-child {
    margin-left: auto;
  }
  .main-blog .center-container .recent-posts-container:last-child {
    margin-right: auto;
  }
  .main-blog .center-container .blog-sidebar {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-blog .center-container .blog-sidebar:first-child {
    margin-left: auto;
  }
  .main-blog .center-container .blog-sidebar:last-child {
    margin-right: auto;
  }
  .newsletter-container .news-cont > li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: center;
  }
  .newsletter-container .news-cont > li:before,
  .newsletter-container .news-cont > li:after {
    content: '';
    display: table;
  }
  .newsletter-container .news-cont > li:after {
    clear: both;
  }
  .newsletter-container .news-cont > li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .newsletter-container .news-cont > li:nth-child(4n+1) {
    clear: none;
  }
  .newsletter-container .news-cont > li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .newsletter-container .news-cont > li:nth-child(2n+1) {
    clear: both;
  }
  .newsletter-container form {
    margin: 0 auto;
  }
  .newsletter-container form input[type="text"],
  .newsletter-container form input[type="email"] {
    float: left;
  }
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
  .faq-header,
  .career-header {
    padding-top: 80px;
    padding-bottom: 120px;
    min-height: 400px;
  }
  .procurement-products {
    padding: 90px 0;
    padding-top: 50px;
  }
  .procurement-products .center-container {
    text-align: center;
  }
  .procurement-products .center-container h1 {
    font-size: 55px;
  }
  .procurement-products .center-container h2 {
    font-size: 30px;
    color: #2c8667;
    margin-bottom: 30px;
  }
  .procurement-products .center-container p {
    margin: 10px auto;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 1.2;
    max-width: 80%;
    font-weight: 500;
  }
  .how-it-works-products {
    padding-bottom: 5px;
  }
  .how-it-works-products .making-complex-simple-container,
  .how-it-works-products .integrated-container,
  .how-it-works-products .newest-best-container {
    height: 300px;
  }
  .how-it-works-products .making-complex-simple-container .text-items,
  .how-it-works-products .integrated-container .text-items,
  .how-it-works-products .newest-best-container .text-items {
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
  }
  .how-it-works-products .making-complex-simple-container .text-items h3,
  .how-it-works-products .integrated-container .text-items h3,
  .how-it-works-products .newest-best-container .text-items h3 {
    clear: both;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .how-it-works-products .making-complex-simple-container .text-items h4,
  .how-it-works-products .integrated-container .text-items h4,
  .how-it-works-products .newest-best-container .text-items h4 {
    clear: both;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
  }
  .how-it-works-products .making-complex-simple-container .text-items p,
  .how-it-works-products .integrated-container .text-items p,
  .how-it-works-products .newest-best-container .text-items p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .how-it-works-products .making-complex-simple-container .complex-frame,
  .how-it-works-products .integrated-container .complex-frame,
  .how-it-works-products .newest-best-container .complex-frame {
    display: none;
  }
  .procurement-container h1 {
    font-size: 30px;
  }
  .procurement-container h2:before {
    content: '';
    position: relative;
    top: 110px;
    display: block;
    width: 100px;
    height: 5px;
    background: #cacaca;
  }
  .about-header {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    min-height: 520px;
    padding-top: 100px;
  }
  .newsletter-container .news-cont > li {
    margin-bottom: 20px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .newsletter-container .news-cont > li:before,
  .newsletter-container .news-cont > li:after {
    content: '';
    display: table;
  }
  .newsletter-container .news-cont > li:after {
    clear: both;
  }
  .newsletter-container .news-cont > li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .newsletter-container .news-cont > li:nth-child(4n+1) {
    clear: none;
  }
  .newsletter-container .news-cont > li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .newsletter-container .news-cont > li:nth-child(2n+1) {
    clear: both;
  }
  .how-container-list .benefits-how li {
    width: 100%;
    min-width: 100%;
    padding: 20px 0;
    margin-left: 0;
  }
  .how-container-list .benefits-how li h3 {
    width: 5%;
    font-size: 50px;
  }
  .how-container-list .benefits-how li p {
    font-size: 15px;
  }
  .how-container-list .benefits-how li img {
    width: 20%;
    max-width: 140px;
    margin-left: 30px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1050px) {
  .about-header h2 {
    max-width: 95%;
  }
  .about-header p {
    max-width: 95%;
  }
  .iframe-youtube {
    padding: 30px 0px;
    padding-bottom: 10px;
  }
  .iframe-youtube .center-container {
    max-width: 90% !important;
  }
  .procurement-container {
    padding: 150px 0 100px 0;
  }
  .procurement-container h1 {
    margin-top: 0;
    font-size: 35px;
  }
  .procurement-container .left-text p.new {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .intelligent-container {
    padding: 90px 0;
    padding-top: 40px;
  }
  .intelligent-container .center-container h1 {
    font-size: 55px;
  }
  .intelligent-container .center-container h2 {
    font-size: 30px;
  }
  .intelligent-container .center-container p {
    max-width: 90%;
    display: block;
  }
  .brands-container-new .brands-home li {
    margin-left: 30px;
  }
  .brands-container-new .brands-home li img {
    width: 100%;
    max-width: 70px;
  }
  .benefits-container-new .center-container {
    text-align: center;
  }
  .benefits-container-new .center-container h1 {
    font-size: 55px;
  }
  .benefits-container-new .center-container h2 {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .products-container-new {
    padding: 0;
  }
  .products-container-new .center-container {
    text-align: center;
  }
  .products-container-new .center-container h1 {
    font-size: 55px;
  }
  .products-container-new .center-container h2 {
    font-size: 30px;
  }
  .products-container-new .left-direct {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .products-container-new .left-direct:first-child {
    margin-left: auto;
  }
  .products-container-new .left-direct:last-child {
    margin-right: auto;
  }
  .products-container-new .right-channel {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products-container-new .right-channel:first-child {
    margin-left: auto;
  }
  .products-container-new .right-channel:last-child {
    margin-right: auto;
  }
  .products-container-new .morado-container {
    background: #732181;
    margin-top: 180px;
    height: auto;
  }
  .testimonial-container-new {
    padding: 40px 0;
    padding-bottom: 10px;
  }
  .testimonial-container-new .center-container {
    text-align: center;
  }
  .testimonial-container-new .center-container h1 {
    font-size: 55px;
  }
  .testimonial-container-new .center-container h2 {
    font-size: 30px;
  }
  .testimonial-container-new .testimonials-home li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .testimonial-container-new .testimonials-home li:first-child {
    margin-left: auto;
  }
  .testimonial-container-new .testimonials-home li:last-child {
    margin-right: auto;
  }
  .testimonial-container-new .testimonials-home li q {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .testimonial-container-new .testimonials-home li p {
    width: 80%;
    margin: 10px auto;
  }
  .bloghome-container-new {
    padding: 50px 0;
    background: #fff url("../images/back-blog.jpg") no-repeat center top;
  }
  .bloghome-container-new .center-container {
    text-align: center;
  }
  .bloghome-container-new .center-container h1 {
    font-size: 55px;
  }
  .bloghome-container-new .center-container h2 {
    color: #2c8667;
    margin: 0;
    line-height: 1;
    margin-bottom: 60px;
    font-size: 30px;
  }
  .bloghome-container-new .blog-list-home > li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .bloghome-container-new .blog-list-home > li:first-child {
    margin-left: auto;
  }
  .bloghome-container-new .blog-list-home > li:last-child {
    margin-right: auto;
  }
  .featured-post-container .image-fpc {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-post-container .image-fpc:first-child {
    margin-left: auto;
  }
  .featured-post-container .image-fpc:last-child {
    margin-right: auto;
  }
  .featured-post-container .data-fpc {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-post-container .data-fpc:first-child {
    margin-left: auto;
  }
  .featured-post-container .data-fpc:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 800px) {
  .procurement-container h1 {
    font-size: 26px;
    margin-top: 15px;
  }
  .faqs-list li h2 {
    font-size: 17px;
    width: 80%;
  }
  .faqs-list li .header-fl span {
    margin-left: 5%;
    padding-bottom: 70px;
    padding-right: 10px;
  }
  .faqs-list li .content-fl {
    width: 85%;
  }
  .mro-list {
    padding-top: 90px;
  }
  .mro-list .center-container h1 {
    font-size: 55px;
  }
  .mro-list .center-container h2 {
    line-height: 1.1;
    margin-bottom: 60px;
    font-size: 25px;
  }
  .mro-list .benefits-how li {
    text-align: center;
    width: 95%;
    min-width: 95%;
    padding: 20px 0;
  }
  .mro-list .benefits-how li h3 {
    text-align: center;
    clear: both;
    width: 95%;
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
  .mro-list .benefits-how li p {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    float: none;
  }
  .mro-list .benefits-how li img {
    float: none;
    margin: 10px auto;
    max-width: 200px;
  }
  .mro-list .benefits-how li.rightLi h3 {
    float: none;
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
  .mro-list .benefits-how li.rightLi p {
    fmargin: 50px auto;
    text-align: center;
    float: none;
  }
  .mro-list .benefits-how li.rightLi img {
    max-width: 200px;
    float: none;
    margin: 10px auto;
  }
  .procurement-friction-free {
    padding: 30px 0;
    padding-bottom: 0px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  .procurement-friction-free .center-container {
    text-align: center;
    padding-bottom: 130px;
  }
  .procurement-friction-free .center-container .left-picture {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .procurement-friction-free .center-container .left-picture:first-child {
    margin-left: auto;
  }
  .procurement-friction-free .center-container .left-picture:last-child {
    margin-right: auto;
  }
  .procurement-friction-free .center-container .left-picture img {
    width: 90%;
    margin-top: 30px;
  }
  .procurement-friction-free .center-container .right-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .procurement-friction-free .center-container .right-text:first-child {
    margin-left: auto;
  }
  .procurement-friction-free .center-container .right-text:last-child {
    margin-right: auto;
  }
  .procurement-friction-free .center-container .right-text h2 {
    letter-spacing: 0px;
    margin-bottom: 0;
    margin: 30px auto;
  }
  .procurement-friction-free .center-container .right-text p {
    margin-bottom: 50px;
    font-size: 16px;
    color: #414141;
    line-height: 1.5;
  }
  .procurement-list {
    padding-top: 0px;
  }
  .procurement-list .center-container h1 {
    font-size: 55px;
  }
  .procurement-list .center-container h2 {
    line-height: 1.1;
    margin-bottom: 60px;
    font-size: 25px;
  }
  .procurement-list .benefits-how li {
    text-align: center;
    width: 95%;
    min-width: 95%;
    padding: 20px 0;
  }
  .procurement-list .benefits-how li h3 {
    text-align: center;
    clear: both;
    width: 95%;
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
  .procurement-list .benefits-how li p {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    float: none;
  }
  .procurement-list .benefits-how li img {
    float: none;
    margin: 10px auto;
    max-width: 200px;
  }
  .procurement-list .benefits-how li.rightLi h3 {
    float: none;
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
  .procurement-list .benefits-how li.rightLi p {
    fmargin: 50px auto;
    text-align: center;
    float: none;
  }
  .procurement-list .benefits-how li.rightLi img {
    max-width: 200px;
    float: none;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    position: relative;
/*
	    border : 1px solid blue;*/
  }
  .header.active {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 2;
  }
  .newsletter-container .news-cont > li {
    margin-bottom: 20px;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .newsletter-container .news-cont > li:first-child {
    margin-left: auto;
  }
  .newsletter-container .news-cont > li:last-child {
    margin-right: auto;
  }
  .newsletter-container form {
    margin: 0 auto;
  }
  .top-menu ul li a {
    color: #414141;
  }
  .menu-container .nav li a,
  .menu-container .nav li p{
    color: #414141;
  }
  .faq-header,
  .career-header {
    margin-top: 0;
  }
  .about-header.procurement-hero h1 {
    font-size: 43px;
  }
  .about-header.procurement-hero h2 {
    font-size: 25px;
  }
  .about-header.procurement-hero p {
    font-size: 20px;
  }
  .mro-contraqer {
    padding: 40px 0;
    padding-bottom: 90px;
  }
  .mro-contraqer .center-container {
    text-align: center;
  }
  .mro-contraqer .center-container h2 {
    width: 90%;
  }
  .mro-contraqer .center-container p {
    width: 90%;
  }
  .mro-list {
    padding-top: 90px;
  }
  .mro-list .center-container h1 {
    font-size: 55px;
  }
  .mro-list .center-container h2 {
    line-height: 1.1;
    margin-bottom: 60px;
    font-size: 25px;
  }
  .mro-list .benefits-how li {
    text-align: center;
    padding: 20px 0;
  }
  .mro-list .benefits-how li h3 {
    text-align: center;
    clear: both;
    width: 95%;
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
  .mro-list .benefits-how li p {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    float: none;
  }
  .mro-list .benefits-how li img {
    float: none;
    margin: 10px auto;
  }
  .mro-list .benefits-how li.rightLi h3 {
    float: none;
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
  .mro-list .benefits-how li.rightLi p {
    fmargin: 50px auto;
    text-align: center;
    float: none;
  }
  .mro-list .benefits-how li.rightLi img {
    float: none;
    margin: 10px auto;
  }
  .products-home-container {
    margin-top: 0px;
    min-height: 580px;
    padding: 70px 0;
    padding-bottom: 50px;
  }
  .products-home-container .left-text p {
    width: 60%;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-bottom: 35px;
    font-size: 18px;
  }
  .benefits-products .benefits-list li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .benefits-products .benefits-list li:first-child {
    margin-left: auto;
  }
  .benefits-products .benefits-list li:last-child {
    margin-right: auto;
  }
  .how-it-works-products {
    padding-bottom: 60px;
  }
  .how-it-works-products .making-complex-simple-container,
  .how-it-works-products .integrated-container,
  .how-it-works-products .newest-best-container {
    min-height: 300px;
    height: auto;
  }
  .how-it-works-products .making-complex-simple-container .text-items p,
  .how-it-works-products .integrated-container .text-items p,
  .how-it-works-products .newest-best-container .text-items p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-home {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 500px;
    margin-top: 0px;
  }
  .contact-home h1 {
    font-size: 45px;
  }
  .contact-home h2 {
    font-size: 25px;
  }
  .contact-container {
    text-align: center;
  }
  .contact-container h1 {
    font-size: 60px;
  }
  .content-header .form-contact {
    min-width: 90%;
  }
  .procurement-container {
    padding: 20px 0 80px 0;
  }
  .procurement-container .left-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .procurement-container .left-text:first-child {
    margin-left: auto;
  }
  .procurement-container .left-text:last-child {
    margin-right: auto;
  }
  .procurement-container .right-video {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .procurement-container .right-video:first-child {
    margin-left: auto;
  }
  .procurement-container .right-video:last-child {
    margin-right: auto;
  }
  .products-container .products-home li {
    margin-bottom: 40px;
  }
  .products-container .products-home li .content-products,
  .products-container .products-home li img {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .products-container .products-home li .content-products:first-child,
  .products-container .products-home li img:first-child {
    margin-left: auto;
  }
  .products-container .products-home li .content-products:last-child,
  .products-container .products-home li img:last-child {
    margin-right: auto;
  }
  .products-container .products-home li.inverse .content-products,
  .products-container .products-home li.inverse img {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin: 0;
  }
  .products-container .products-home li.inverse .content-products:first-child,
  .products-container .products-home li.inverse img:first-child {
    margin-left: auto;
  }
  .products-container .products-home li.inverse .content-products:last-child,
  .products-container .products-home li.inverse img:last-child {
    margin-right: auto;
  }
  .products-container .products-home li.inverse img {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products-container .products-home li.inverse img:first-child {
    margin-left: auto;
  }
  .products-container .products-home li.inverse img:last-child {
    margin-right: auto;
  }
  .products-container .products-home li.inverse .content-products {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products-container .products-home li.inverse .content-products:first-child {
    margin-left: auto;
  }
  .products-container .products-home li.inverse .content-products:last-child {
    margin-right: auto;
  }
  .slider-home .slides li .caption-slide {
    top: 30%;
  }
  .slider-home .slides li .caption-slide h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .slider-home .slides li .caption-slide p {
    font-style: italic;
    font-size: 15px;
    padding-bottom: 10px;
  }
  .blog-hero {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 0px;
    min-height: 350px;
  }
  .main-blog .center-container .recent-posts-container .recents {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .main-blog .center-container .recent-posts-container .recents li {
    margin-bottom: 60px;
  }
  .main-blog .center-container .recent-posts-container .recents li img.featured {
    margin: 0px auto;
  }
  .main-blog .center-container .recent-posts-container .recents li a {
    text-decoration: none;
  }
  .main-blog .center-container .recent-posts-container .recents li a h3 {
    font-size: 30px;
    text-decoration: none;
    max-width: 100% !important;
    margin-bottom: 5px;
  }
  .main-blog .center-container .recent-posts-container .recents li a p {
    font-size: 18px;
  }
  .main-blog .center-container .recent-posts-container .recents li a p.data-date-author {
    max-width: 80%;
  }
  .main-blog .center-container .recent-posts-container .recents li a p.excerpt {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .logo-container {
    display: none;
  }
  .logo-container.white-logo {
    display: block;
  }
  .brands-container-new .brands-home li {
    margin-left: 40px;
  }
  .brands-container-new .brands-home li img {
    width: 100%;
    max-width: 60px;
  }
  .contraquer-benefits-container h2 {
    text-align: center;
  }
  .contraquer-benefits-container h2:before {
    content: '';
    position: relative;
    top: 70px;
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 auto;
    background: #cacaca;
  }
  .contraquer-benefits-container .slide-benefits .left-slide {
    display: block;
    margin: 0 auto;
  }
  .contraquer-benefits-container .slide-benefits .right-slide {
    width: 80%;
    display: block;
    margin: 20px auto 0 auto;
  }
  .contraqer-benefits-container .slide-benefits .left-slide {
    width: 88%;
  }
  .benefits-container-new .benefits li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8%;
  }
  .benefits-container-new .benefits li:first-child {
    margin-left: auto;
  }
  .benefits-container-new .benefits li:last-child {
    margin-right: auto;
  }
  .about-header {
    margin-top: 0px;
  }
  .about-our-company {
    padding-top: 50px;
  }
  .about-our-company .center-container h1 {
    font-size: 50px;
  }
  .about-our-company .center-container h2 {
    font-size: 28px;
  }
  .manifesto-content .center-container h1 {
    font-size: 50px;
  }
  .manifesto-content .center-container h2 {
    font-size: 28px;
  }
  .manifesto-content .benefits li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8%;
  }
  .manifesto-content .benefits li:first-child {
    margin-left: auto;
  }
  .manifesto-content .benefits li:last-child {
    margin-right: auto;
  }
  .leadership-container {
    padding-top: 50px;
  }
  .leadership-container .center-container {
    text-align: center;
  }
  .leadership-container .center-container h1 {
    font-size: 50px;
  }
  .leadership-container .center-container h2 {
    font-size: 23px;
    width: 90%;
  }
  .leadership-container .center-container p {
    font-size: 22px;
    width: 90%;
    margin: 50px auto;
    margin-bottom: 10px;
  }
  .products-container-new .morado-container {
    background: #732181;
    margin-top: 110px;
  }
  .search-faq .in-faq {
    max-width: 212px;
  }
  .using-product-tab {
    text-align: left;
  }
  .using-product-tab li {
    border-right: none;
  }
  .how-container .bnf {
    width: 90%;
  }
  .how-container .bnf li {
    zoom: 1;
  }
  .how-container .bnf li:before,
  .how-container .bnf li:after {
    content: "";
    display: table;
  }
  .how-container .bnf li:after {
    clear: both;
  }
  .how-container .bnf li span {
    display: block;
    margin: 0 auto;
  }
  .how-container .bnf li p {
    display: block;
    width: 80%;
  }
  .recent-posts-container .recents li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .recent-posts-container .recents li:first-child {
    margin-left: auto;
  }
  .recent-posts-container .recents li:last-child {
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel .img-ben {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .benefits-content .slide-benefits-channel .img-ben:first-child {
    margin-left: auto;
  }
  .benefits-content .slide-benefits-channel .img-ben:last-child {
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel .text-ben {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel .text-ben:first-child {
    margin-left: auto;
  }
  .benefits-content .slide-benefits-channel .text-ben:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 400px) {
  .header {
    position: relative;
/*
	    border : 1px solid green;*/
  }
  .header.active {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 2;
  }
  .top-menu ul li a {
    color: #414141;
  }
  .menu-container .nav li a,
  .menu-container .nav li p{
    color: #414141;
  }
  .center-container {
    width: 92%;
  }
  .logo-container {
    float: left;
    width: 50%;
    text-align: center;
    display: none;
  }
  .logo-container.white-logo {
    display: block;
  }
  .top-menu {
    padding-top: 15px;
    display: none;
  }
  .top-menu ul {
    text-align: center;
  }
  .menu-container .nav li:hover a:hover {
    border-bottom: none;
  }
  .menu-container .nav li:hover .subnav {
    display: none;
    position: relative;
  }
  .menu-container .nav li:hover .subnav li {
    text-align: center;
  }
  .menu-container .nav li:hover .subnav li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    word-break: normal;
    text-align: center;
    padding: 15px 10px;
    display: block;
  }
  .menu-container .nav li:hover .subnav li a:hover {
    border-bottom: none;
    background: none;
    color: #414141;
  }
  .menu-container .nav li.active a {
    border-bottom: none;
  }
  .menu-container .nav li.activem .sub-icon {
    background: url("../images/close.png") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .menu-container .nav li.activem .pin-ico {
    display: none;
  }
  .menu-container .nav li.activem a {
    border-bottom: none;
  }
  .pin-ico {
    display: none;
  }
  .slider-home .slides li .caption-slide {
    top: 20%;
  }
  .slider-home .slides li .caption-slide h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .slider-home .slides li .caption-slide p {
    font-style: italic;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .slider-home .slides li.video .caption-slide {
    margin-top: 0;
  }
  .slider-home .slides li.video .caption-slide h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .slider-home .slides li.video .caption-slide h3 {
    font-size: 12px;
  }
  .slider-home .slides li.video .caption-slide p {
    font-style: italic;
    font-size: 10px;
    padding-bottom: 10px;
  }
  .slider-home .slides li.video .caption-slide .play-video {
    margin: 10px 0 20px;
  }
  .slider-home .slides li.video .caption-slide .play-video img {
    max-width: 30px;
  }
  .brands-container-new .brands-home li {
    margin-left: 20px;
  }
  .brands-container-new .brands-home li img {
    width: 100%;
    max-width: 60px;
  }
  .procurement-container h2:before {
    content: '';
    position: relative;
    top: 110px;
    display: block;
    width: 100px;
    height: 5px;
    background: #cacaca;
  }
  .procurement-container .left-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .procurement-container .left-text:first-child {
    margin-left: auto;
  }
  .procurement-container .left-text:last-child {
    margin-right: auto;
  }
  .procurement-container .right-video {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .procurement-container .right-video:first-child {
    margin-left: auto;
  }
  .procurement-container .right-video:last-child {
    margin-right: auto;
  }
  .benefits-container {
    text-align: center;
  }
  .benefits-container h3 {
    font-size: 20px;
  }
  .benefits-container .benefits li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .benefits-container .benefits li:before,
  .benefits-container .benefits li:after {
    content: '';
    display: table;
  }
  .benefits-container .benefits li:after {
    clear: both;
  }
  .benefits-container .benefits li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .benefits-container .benefits li:nth-child(4n+1) {
    clear: none;
  }
  .benefits-container .benefits li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .benefits-container .benefits li:nth-child(2n+1) {
    clear: both;
  }
  .benefits-container .benefits li p {
    font-size: 16px;
  }
  .products-container .products-home li {
    margin-bottom: 40px;
  }
  .products-container .products-home li .content-products,
  .products-container .products-home li img {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .products-container .products-home li .content-products:first-child,
  .products-container .products-home li img:first-child {
    margin-left: auto;
  }
  .products-container .products-home li .content-products:last-child,
  .products-container .products-home li img:last-child {
    margin-right: auto;
  }
  .products-container .products-home li.inverse .content-products,
  .products-container .products-home li.inverse img {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin: 0;
  }
  .products-container .products-home li.inverse .content-products:first-child,
  .products-container .products-home li.inverse img:first-child {
    margin-left: auto;
  }
  .products-container .products-home li.inverse .content-products:last-child,
  .products-container .products-home li.inverse img:last-child {
    margin-right: auto;
  }
  .products-container .products-home li.inverse img {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products-container .products-home li.inverse img:first-child {
    margin-left: auto;
  }
  .products-container .products-home li.inverse img:last-child {
    margin-right: auto;
  }
  .products-container .products-home li.inverse .content-products {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products-container .products-home li.inverse .content-products:first-child {
    margin-left: auto;
  }
  .products-container .products-home li.inverse .content-products:last-child {
    margin-right: auto;
  }
  .testimonial-container .testimonials-home li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .testimonial-container .testimonials-home li:first-child {
    margin-left: auto;
  }
  .testimonial-container .testimonials-home li:last-child {
    margin-right: auto;
  }
  .testimonial-container h2:before {
    content: '';
    display: none;
  }
  .testimonial-container h2:after {
    content: '';
    position: relative;
    top: 15px;
    display: block;
    width: 100px;
    height: 5px;
    background: #fff;
    margin: 0 auto;
  }
  .bloghome-container .blog-list-home > li {
    margin-bottom: 40px;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bloghome-container .blog-list-home > li:first-child {
    margin-left: auto;
  }
  .bloghome-container .blog-list-home > li:last-child {
    margin-right: auto;
  }
  .newsletter-container .news-cont > li {
    margin-bottom: 20px;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .newsletter-container .news-cont > li:first-child {
    margin-left: auto;
  }
  .newsletter-container .news-cont > li:last-child {
    margin-right: auto;
  }
  .footer {
    text-align: center;
  }
  .footer .legal-container {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .footer .menu-footer li {
    margin-bottom: 20px;
  }
  .using-container .using-product li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .using-container .using-product li:first-child {
    margin-left: auto;
  }
  .using-container .using-product li:last-child {
    margin-right: auto;
  }
  .procurement-container-products h2 {
    margin-top: 0;
  }
  .procurement-container-products h2:before {
    content: '';
    position: relative;
    top: 110px;
    display: block;
    width: 100px;
    height: 5px;
    background: #cacaca;
    margin: 0 auto;
  }
  .procurement-container-products p {
    max-width: 80%;
  }
  .faq-header {
    padding-top: 60px;
  }
  .faqs-list {
    width: 100%;
  }
  .manifesto-content .tabs li {
    margin: 10px;
    display: block;
  }
  .manifestoContainer {
    width: 80%;
  }
  .manifestoContainer .manifesto-list li .image-cnt {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 10px 0 20px;
  }
  .manifestoContainer .manifesto-list li .image-cnt:first-child {
    margin-left: auto;
  }
  .manifestoContainer .manifesto-list li .image-cnt:last-child {
    margin-right: auto;
  }
  .manifestoContainer .manifesto-list li .image-cnt img {
    width: 50%;
  }
  .manifestoContainer .manifesto-list li .txt-cnt {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .manifestoContainer .manifesto-list li .txt-cnt:first-child {
    margin-left: auto;
  }
  .manifestoContainer .manifesto-list li .txt-cnt:last-child {
    margin-right: auto;
  }
  .manifestoContainer .lstabt {
    text-align: center;
  }
  .leadership-container {
    background: #f8f8f8;
  }
  .leadership-container .leaders {
    zoom: 1;
  }
  .leadership-container .leaders:before,
  .leadership-container .leaders:after {
    content: "";
    display: table;
  }
  .leadership-container .leaders:after {
    clear: both;
  }
  .leadership-container .leaders li {
    zoom: 1;
  }
  .leadership-container .leaders li:before,
  .leadership-container .leaders li:after {
    content: "";
    display: table;
  }
  .leadership-container .leaders li:after {
    clear: both;
  }
  .leadership-container .leaders li .img-cont {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .leadership-container .leaders li .img-cont:first-child {
    margin-left: auto;
  }
  .leadership-container .leaders li .img-cont:last-child {
    margin-right: auto;
  }
  .leadership-container .leaders li .img-cont img {
    margin-bottom: 30px;
  }
  .leadership-container .leaders li .txt-cont {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .leadership-container .leaders li .txt-cont:first-child {
    margin-left: auto;
  }
  .leadership-container .leaders li .txt-cont:last-child {
    margin-right: auto;
  }
  .how-container .bnf {
    width: 90%;
  }
  .how-container .bnf li {
    zoom: 1;
  }
  .how-container .bnf li:before,
  .how-container .bnf li:after {
    content: "";
    display: table;
  }
  .how-container .bnf li:after {
    clear: both;
  }
  .how-container .bnf li span {
    display: block;
    margin: 0 auto;
  }
  .how-container .bnf li p {
    display: block;
    width: 80%;
  }
  .content-header .left-contact {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .content-header .left-contact:first-child {
    margin-left: auto;
  }
  .content-header .left-contact:last-child {
    margin-right: auto;
  }
  .content-header .form-contact {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .content-header .form-contact:first-child {
    margin-left: auto;
  }
  .content-header .form-contact:last-child {
    margin-right: auto;
  }
  .content-header .form-contact .double-input input {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-header .form-contact .double-input input:first-child {
    margin-left: auto;
  }
  .content-header .form-contact .double-input input:last-child {
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel:first-child {
    margin-left: auto;
  }
  .benefits-content .slide-benefits-channel:last-child {
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel .img-ben {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .benefits-content .slide-benefits-channel .img-ben:first-child {
    margin-left: auto;
  }
  .benefits-content .slide-benefits-channel .img-ben:last-child {
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel .text-ben {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits-content .slide-benefits-channel .text-ben:first-child {
    margin-left: auto;
  }
  .benefits-content .slide-benefits-channel .text-ben:last-child {
    margin-right: auto;
  }
  .benefits-content .nav-benefits {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .benefits-content .nav-benefits:first-child {
    margin-left: auto;
  }
  .benefits-content .nav-benefits:last-child {
    margin-right: auto;
  }
  .benefits-content .nav-benefits li {
    display: inline-block;
  }
  .contact-container .wrapper-contact {
    width: 100%;
  }
  .recent-posts-container .recents li .res-img {
    max-height: 200px;
  }
  .top-menu {
    display: block;
  }
}

@media only screen and (max-width: 470px) {
  .hamburguer-container {
    display: block;
    width: 30px;
    float: right;
    margin-top: 22px;
    height: 30px;
    background: url("../images/hamburguer.png") no-repeat 0 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  .navigation-container {
    float: none;
    width: 100%;
    clear: both;
  }
  .menu-container {
    display: none;
  }
  .menu-container .nav {
    text-align: center;
    float: none;
  }
  .menu-container .nav li {
    width: 100%;
  }
  .menu-container .nav > li {
    border-bottom: 1px solid #cacaca;
  }
  .menu-container .nav > li a,
  .menu-container .nav > li p{
    font-size: 16px;
  }
  .menu-container .nav > li .subnav {
    display: none;
    position: relative;
    width: 100%;
  }
  .menu-container .nav > li .subnav li {
    text-align: center;
  }
  .menu-container .nav > li .subnav li a {
    font-size: 12px;
    font-weight: 400;
  }
  .menu-container .nav li a,
  .menu-container .nav li p{
    padding: 15px 10px;
    display: block;
  }
  .menu-container.active {
    display: block;
  }
  .top-menu {
    display: none;
  }
  .sub-icon {
    width: 20px;
    height: 20px;
    background: #cacaca;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    background: url("../images/open.png") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .menu-container .nav li.activem .subnav {
    display: block;
  }
  .text-cont {
    display: block !important;
  }
}

@media only screen and (min-width: 471px) {
  .header .center-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.about-header.about-header-modules {
  padding-top: 120px;
  padding-bottom: 110px;
}
.about-header.about-header-modules .btn-new {
  margin-top: 6px;
  display: inline-block;
}
.about-header.about-header-modules h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.about-header.about-header-modules h2 {
  font-size: 40px;
}
.procurement-friction-free.procurement-friction-free-modules {
  background: none;
}
.procurement-friction-free.procurement-friction-free-modules .center-container {
  padding-bottom: 0px;
}
.procurement-friction-free.procurement-friction-free-modules .center-container .btn-new {
  display: inline-block;
}
.procurement-friction-free.procurement-friction-free-modules .center-container .right-text {
  margin-bottom: 60px;
}
.procurement-friction-free.procurement-friction-free-modules .center-container .right-text p {
  font-size: 18px;
  margin-top: 50px;
}
.procurement-list.procurement-list-modules {
  background: #fff url("../images/back-blog.jpg") no-repeat;
  background-position: center top;
  padding-top: 0;
  padding-bottom: 0;
}
.benefits-section-modules {
  width: 86%;
  margin: 0 auto;
}
.benefits-section-modules h3 {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 27px;
  color: #000;
}
.benefits-section-modules h5 {
  color: #732181;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
.benefits-section-modules .benefit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #666;
  padding-top: 50px;
  padding-bottom: 50px;
}
.benefits-section-modules .benefit:nth-child(odd) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.benefits-section-modules .benefit ul {
  list-style-image: url("../images/bullet-purple.png");
  padding-left: 16px;
}
.benefits-section-modules .benefit ul li {
  margin-bottom: 24px;
}
.benefits-section-modules .benefit ul li:last-child {
  margin-bottom: 0;
}
.benefits-section-modules .benefit:last-child {
  border: none;
}
.benefits-section-modules .benefit .benefit-text {
  text-align: left;
}
.benefits-section-modules .benefit img {
  height: 100px;
  width: auto;
  margin-bottom: 30px;
}
.benefits-section-modules .benefit .benefit-text p,
.benefits-section-modules .benefit .benefit-text li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.procurement-list.procurement-list-modules + .all-you-need {
  padding-top: 85px;
  padding-bottom: 70px;
}
.procurement-list.procurement-list-modules + .all-you-need .btn-new {
  display: inline-block;
}
.procurement-list.procurement-list-modules + .all-you-need h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 601px) {
  .about-header.about-header-modules {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 801px) {
  .main-btn {
    font-size: 15px !important;
    padding: 16px 22px !important;
  }
  .procurement-friction-free.procurement-friction-free-modules .center-container .right-text {
    max-width: 50%;
    margin-bottom: 0;
  }
  .benefits-section-modules .benefit {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .benefits-section-modules .benefit:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .benefits-section-modules .benefit .benefit-text {
    width: 50%;
  }
}
@media only screen and (min-width: 1050px) {
  .procurement-friction-free.procurement-friction-free-modules {
    padding: 80px 110px;
  }
  .procurement-friction-free.procurement-friction-free-modules .center-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
  }
  .procurement-friction-free.procurement-friction-free-modules .center-container .right-text p {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .benefits-section-modules .benefit img {
    height: 200px;
    width: auto;
    margin-bottom: 0;
  }
  .procurement-list.procurement-list-modules + .all-you-need h2 {
    font-size: 46px;
    max-width: 66%;
  }
}
.override-list li:nth-child(2) {
  margin-right: 0 !important;
}
.override-list li:nth-child(3),
.override-list li:nth-child(4) {
  margin-top: 3%;
}
.override-list li:nth-child(4) img {
  width: 100%;
  max-width: 100px !important;
}
.modules-container {
  font-size: 20px;
}
.modules-image {
  width: 100%;
  max-width: 200px;
}
.override-list p {
  font-size: 17px !important;
  margin-bottom: 100px;
  color: #732181;
  font-weight: bold;
}
.modules-btn {
  padding: 60px 0 0;
}

/*
     FILE ARCHIVED ON 06:29:04 Apr 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:33:16 Jun 26, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 312.513
  exclusion.robots: 0.279
  exclusion.robots.policy: 0.261
  RedisCDXSource: 0.761
  esindex: 0.011
  LoadShardBlock: 239.581 (3)
  PetaboxLoader3.datanode: 90.768 (4)
  PetaboxLoader3.resolve: 227.838 (3)
  load_resource: 156.856
*/