/* Import Helpers */
/* colours variables */
/* gray color */
/* red color */
/* orange color */
/* blue color */
/* lavender */
/* green color */
/* brown color */
/* padding varialbes */
/* Import global style */
/* Global style */
/* font family */
@font-face {
  font-family: NotoSansRegular;
  src: url("../fonts/NotoSans-Regular.otf");
  src: url("../fonts/NotoSans-Regular.eot") format("embedded-opentype"), url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype"), url("../fonts/NotoSans-Regular.svg#NotoSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansLight;
  src: url("../fonts/NotoSans-Light.otf");
  src: url("../fonts/NotoSans-Light.eot") format("embedded-opentype"), url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype") url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.ttf") format("truetype"), url("../fonts/NotoSans-Light.svg#NotoSansLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansBold;
  src: url("../fonts/NotoSans-Bold.otf");
  src: url("../fonts/NotoSans-Light.eot") format("embedded-opentype"), url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype"), url("../fonts/NotoSans-Bold.svg#NotoSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansSemiBold;
  src: url("../fonts/NotoSans-Semibold.otf");
  src: url("../fonts/NotoSans-Semibold.eot") format("embedded-opentype"), url("../fonts/NotoSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Semibold.woff") format("woff"), url("../fonts/NotoSans-Semibold.ttf") format("truetype"), url("../fonts/NotoSans-Semibold.svg#NotoSansSemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansDisplayBold;
  src: url("../../fonts/NotoSansDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansDisplayExtraLight;
  src: url("../../fonts/NotoSansDisplay-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansDisplayLight;
  src: url("../../fonts/NotoSansDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansDisplayMedium;
  src: url("../../fonts/NotoSansDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansLight;
  src: url("../../fonts/NotoSans-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansBold;
  src: url("../../fonts/NotoSans-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansMedium;
  src: url("../../fonts/NotoSans-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansRegular;
  src: url("../../fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: NotoSansSemiBold;
  src: url("../../fonts/NotoSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: HermesBold;
  src: url("../fonts/Hermes-Bold.otf") format("opentype"); }
@font-face {
  font-family: HermesRegular;
  src: url("../fonts/HermesFB-Regular.otf") format("opentype"); }
@font-face {
  font-family: NotoSansDisplayLight;
  src: url("../../fonts/NotoSansDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  position: relative;
  font-family: "NotoSansLight", "PT Sans";
  font-size: 14px;
  color: #000; }

ul {
  margin: 0; }

.bold-family {
  font-family: NotoSansSemiBold; }

/* link style */
a.red-link {
  font-family: NotoSansRegular;
  font-size: 14px;
  color: #ff8833; }
  a.red-link:hover {
    color: #ff8833; }
a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.btn,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none; }

.np {
  padding: 0;
  margin-top: -2px; }

.d-block {
  display: block !important; }

.page-top-padding {
  padding-top: 160px; }

.upl-content-wrapper {
  padding: 0 28px; }

.upl-grid-4 {
  width: calc(100% / 2);
  float: left; }

.upl-grid-5 {
  width: calc(100% / 5);
  float: left; }

.left-col {
  padding-left: 0;
  padding-right: 19px; }

.right-col {
  padding-right: 0;
  padding-left: 19px; }

.inner-left-col {
  padding: 0 6px 0 0; }

.inner-right-col {
  padding: 0 0 0 6px; }

/* page title style */
.page-title-wrapper {
  padding: 20px 0 40px; }
  .page-title-wrapper .page-title {
    margin: 0;
    font-family: NotoSansSemiBold;
    font-size: 26px; }

/* breadcrumbs style */
.breadcrumbs-wrapper {
  padding: 30px 0; }

.breadcrumbs {
  font-family: NotoSansRegular; }
  .breadcrumbs li:last-child a {
    font-family: NotoSansSemiBold; }
  .breadcrumbs a {
    text-decoration: none;
    color: #000; }

/* text color */
.txt-red {
  color: #ff8833; }

/* background color */
.bg-gray-one {
  /*background-color: $gray-one;*/
  background-color: #fff; }

.bg-gray-two {
  background-color: #eeeded; }

/* background image style */
.bg-cover {
  background-size: cover;
  background-position: center center; }

/* slick slide style */
.slick-slide:focus {
  outline: none; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer; }

.slick-dots li {
  margin: 0 2px; }
  .slick-dots li button:before {
    font-size: 14px;
    color: #ddd;
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    color: #000; }

/* form style */
form .select-group {
  position: relative; }
  form .select-group:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #9f9f9f;
    transform: translateY(-50%);
    pointer-events: none; }
  form .select-group select.form-control {
    height: 50px;
    border: 1px solid #d8d8d8;
    font-family: NotoSansRegular;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  form .select-group select:disabled {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent; }

/* Video info box style */
.video-frame {
  height: 315px; }

.video-info {
  margin-top: -6px;
  padding: 20px;
  background-color: #000;
  color: #fff; }
  .video-info h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: NotoSansSemibold; }
  .video-info p {
    font-family: NotoSansLight; }

/* product name (leaf shape) style */
.product-name {
  position: relative;
  /*text-align: center;*/
  background-size: cover;
  background-repeat: no-repeat; }
  .product-name h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.short-description {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 24px !important; }

.blog-date {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 24px !important; }

.blog-author {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 24px !important; }

.blog-tags {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 24px !important; }

/* scrllbar style */
.custom-scroll {
  overflow-y: auto; }

.custom-scroll::-webkit-scrollbar {
  width: 4px; }

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey; }

/* image zoom */
.xzoom-preview {
  background: #aaa;
  box-shadow: none; }

.popup-page-top-padding {
  padding-top: 165px; }

.popup-page-top-padding-responsive {
  padding-top: 150px !important; }

.event-description {
  color: white;
  font-size: 14px;
  font-family: NotoSansLight;
  padding-bottom: 20px; }

.event-date {
  color: #ff8833;
  font-size: 14px;
  line-height: 24px;
  font-family: NotoSansRegular; }

.event-title {
  color: white;
  font-family: NotoSansRegular;
  font-size: 16px;
  text-transform: capitalize; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.bg-sem-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  overflow: hidden;
  font-family: NotoSansLight;
  z-index: 20; }
  .bg-sem-container .fa-remove:before, .bg-sem-container .fa-close:before, .bg-sem-container .fa-times:before {
    content: ""; }

.bg-connect-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: url("/images/gradient.png") center center no-repeat;
  background-size: cover;
  border: 0;
  color: #FFFFFF;
  font-size: 18px; }

.bg-sem-accept-link {
  color: #000;
  text-decoration: none; }
  .bg-sem-accept-link:hover, .bg-sem-accept-link:active, .bg-sem-accept-link:focus {
    color: #000; }

.sem-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .sem-head p {
    font-family: NotoSansRegular;
    font-size: 16px; }

.sem-head .close-btn {
  background: transparent;
  border: 0;
  padding: 2px; }

.bg-sem-form-container,
.bg-success-container {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 100%;
  height: 380px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.25s ease; }

.bg-sem-form-container.sem-show,
.bg-success-container.sem-show {
  transform: translateY(0);
  transition: all 0.25s ease;
  z-index: 5; }

.bg-sem-form-container .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #B2B2B2;
  box-shadow: none;
  padding: 8px 8px 0 8px; }

.bg-sem-form-container .form-control:focus {
  box-shadow: none; }

.bg-sem-form-container .submit-btn {
  background: #FF8833;
  font-size: 16px;
  color: #FFFFFF;
  padding: 8px 32px;
  border-radius: 6px; }

.bg-sem-form-container .submit-btn:focus {
  outline: 0;
  box-shadow: none; }

.bg-success-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.bg-success-container p {
  font-size: 28px;
  line-height: 38px;
  color: #ff8833; }

.bg-success-container .sem-message {
  padding-bottom: 50px; }

.bg-success-container .sem-head {
  justify-content: flex-end; }

.bg-sem-form-container .form-group {
  position: relative; }

.bg-sem-form-container .invalid-feedback {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #721C24; }

.bg-sem-form-container .error {
  background: #F8D7DA; }

.bg-sem-form-container .form-check .invalid-feedback {
  transform: translateY(5px);
  left: 0; }

.bg-sem-form-container .form-check label {
  font-weight: 500; }

.bg-sem-form-container .iti__country-list {
  width: 300px;
  max-height: 160px; }
.bg-sem-form-container .iti--allow-dropdown {
  width: 100%; }

@media (min-width: 600px) {
  .bg-connect-btn {
    padding: 12px 130px 12px 30px;
    text-align: left; }

  .bg-sem-container {
    width: 360px;
    bottom: 60px;
    left: auto;
    right: 50px;
    border-radius: 12px; }

  .bg-sem-form-container {
    border-radius: 12px; } }
/* Import components */
/* button style */
.upl-btn {
  border-radius: 30px;
  color: #fff; }
  .upl-btn:hover, .upl-btn:focus {
    color: #fff;
    outline: none; }

/* black button */
.upl-btn-black {
  background-color: #000; }
  .upl-btn-black:hover, .upl-btn-black:focus {
    background-color: #000; }

.upl-btn-orange {
  background-color: #ff8833; }
  .upl-btn-orange:hover, .upl-btn-orange:focus {
    color: #fff;
    background-color: #ff8833; }

/* red button */
.upl-btn-red {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ff8833;
  border-radius: 0 !important; }
  .upl-btn-red:hover, .upl-btn-red:focus {
    background-color: #ff8833; }

/* gray button */
.upl-btn-gray {
  background-color: #e4e4e4;
  color: #292929; }
  .upl-btn-gray:hover, .upl-btn-gray:focus {
    background-color: #e4e4e4;
    color: #292929; }

/* white button */
.upl-btn-white {
  border-radius: 0;
  background-color: transparent;
  color: white;
  border: 1px solid white; }
  .upl-btn-white:hover, .upl-btn-white:focus {
    background-color: #ff8833;
    border: 1px solid #ff8833;
    color: white; }

.orange-btn {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  border: 1ppx solid #ff7733;
  color: #000000;
  border-color: #ff7733 !important; }
  .orange-btn:hover {
    background-color: #ff7733;
    color: #ffffff !important; }
  .orange-btn:focus {
    color: #000000; }

.leadershipteam-section .global-team .romania-section .orange-btn {
  background: white !important;
  color: black; }
  .leadershipteam-section .global-team .romania-section .orange-btn:hover {
    color: white;
    background: #ff7733 !important; }

.orange-transparent-btn {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  color: black;
  border-color: #ff7733;
  background-color: transparent !important; }
  .orange-transparent-btn:hover {
    background-color: #ff7733 !important;
    border: 1px solid #ff7733 !important;
    color: #ffffff !important; }
  .orange-transparent-btn:focus {
    color: #fff; }

.bluish-btn {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  border: 1ppx solid #ff7733;
  color: #000000;
  border-color: #ff7733 !important; }
  .bluish-btn:hover {
    background-color: #ff7733;
    color: black !important; }
  .bluish-btn:focus {
    color: #000000; }

.orange-transparent {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  color: white;
  border-color: #fff;
  background-color: transparent !important; }
  .orange-transparent:hover {
    background-color: #ff7733 !important;
    border: 1px solid #ff7733 !important;
    color: #ffffff !important; }
  .orange-transparent:focus {
    color: #fff; }

.active-orange {
  min-width: 98px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  background-color: #ff7733;
  color: #ffffff !important; }

/* accordion style */
.panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent; }
  .panel-group .panel .panel-heading {
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .panel-group .panel .panel-heading:after {
      position: absolute;
      right: 25px;
      top: 50%;
      font-family: 'FontAwesome';
      content: "\f106";
      float: right;
      font-size: 18px;
      font-weight: bold;
      color: inherit;
      transform: translateY(-50%); }
    .panel-group .panel .panel-heading.collapsed:after {
      content: "\f107"; }
  .panel-group .panel .panel-collapse .panel-body {
    padding-top: 0;
    border-top: 0; }
.panel-group .panel + .panel {
  margin: 0; }

/* product filter style */
.porfolio-section {
  padding-top: 30px;
  background-image: url("../images/products/Product-listing-top-strip.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat; }

.products-filter {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url("../images/home/home_product-finder-strip.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .products-filter .section-heading {
    margin: 0;
    margin-left: -5px;
    margin-top: -15px;
    color: white;
    /*margin: 0 0 30px;*/ }
  .products-filter .section-head {
    margin-left: -52px;
    color: white; }
  .products-filter .form-control {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
    color: white; }
    .products-filter .form-control option {
      color: black; }
  .products-filter select::-ms-expand {
    display: none !important; }
  .products-filter select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: "" !important;
    appearance: none; }
  .products-filter .select-group:after {
    content: "\203A";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 43%;
    right: -15px;
    z-index: 1;
    border: none;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    transform: rotate(89deg);
    font-size: 35px; }
  .products-filter .select-group select:disabled {
    background-color: transparent; }
  .products-filter h2 {
    margin: 0;
    padding-bottom: 30px;
    font-family: NotoSansLight;
    font-size: 34px;
    color: #fff !important; }
  .products-filter .header-wrapper {
    display: flex;
    justify-content: space-between; }
  .products-filter .side-quicklinks {
    position: relative;
    z-index: 10; }
    .products-filter .side-quicklinks .quicklink-list-wrapper {
      position: absolute;
      display: none;
      background: white;
      width: 420px;
      padding: 10px 20px;
      left: -322px; }
    .products-filter .side-quicklinks .quick-link-list {
      background: white; }
      .products-filter .side-quicklinks .quick-link-list li {
        padding: 5px;
        display: block; }
      .products-filter .side-quicklinks .quick-link-list a {
        color: black; }
    .products-filter .side-quicklinks:hover .quicklink-list-wrapper {
      display: block; }
  .products-filter .dropdown-arrow {
    position: relative;
    color: white;
    left: -20%;
    top: 10%;
    cursor: pointer; }
    .products-filter .dropdown-arrow:after {
      content: "\203A";
      width: 0px;
      height: 0px;
      position: absolute;
      top: 23%;
      right: -55%;
      z-index: 1;
      border: none;
      transform: translateY(-50%);
      pointer-events: none;
      color: white;
      transform: rotate(89deg);
      font-size: 35px; }
  .products-filter .btn-show-product {
    height: 50px;
    padding-left: 18px;
    padding-right: 18px;
    ont-size: 14px;
    text-transform: uppercase;
    /*border-radius: 30px;*/
    background-color: transparent !important;
    color: white;
    border: 1px solid white !important; }
    .products-filter .btn-show-product:hover {
      background-color: #ff7733 !important; }
  .products-filter .quicklinks {
    padding: 30px 0; }
    .products-filter .quicklinks a {
      color: #fff;
      font-size: 14px; }
    .products-filter .quicklinks .quicklinks-title {
      margin: 8px 0;
      text-transform: uppercase;
      ont-size: 14px;
      font-family: NotoSansRegular;
      color: #fff;
      cursor: pointer; }
    .products-filter .quicklinks > .quicklinks-title {
      display: inline-block;
      float: left;
      margin: 2px 0;
      padding: 0 5px 0 0; }
    .products-filter .quicklinks li {
      border-right: 1px solid #fff;
      padding: 0 8px; }
      .products-filter .quicklinks li:last-child {
        border: 0; }
    .products-filter .quicklinks .quick-list {
      margin-left: 103px; }
  .products-filter .panel-group {
    display: none;
    background-color: #505050; }
    .products-filter .panel-group .panel .panel-heading:after {
      color: #fff; }

/* enquiry form style */
.enquiry-fixed {
  width: 340px;
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #a9a9a9;
  /*box-shadow: 0 0 8px #808080;*/ }
  .enquiry-fixed .enquiry-title {
    margin: 0px 0 20px;
    font-size: 25px;
    font-family: NotoSansRegular; }
  .enquiry-fixed .enquiry-wrapper {
    max-height: 70vh;
    overflow-y: auto;
    padding: 40px 40px 15px;
    position: relative; }
    .enquiry-fixed .enquiry-wrapper .alert {
      margin-bottom: 10px;
      padding: 2px 10px;
      display: none;
      font-size: 12px;
      clear: both; }
  .enquiry-fixed .enquiry-toggle-btn {
    	/*width: 146px;
        padding: 6px 5px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 100%;
        ont-size: 14px;
	    font-family: NotoSansRegular;
	    text-align: center;
	    text-transform: uppercase;
	    background-color: #ff8833;
	    color: $white;
	    cursor: pointer;
        @include prefix(transform, translate(38%, 162%) rotate(90deg), webkit moz ms o);
        box-shadow: 0 0 4px #4e4e4e;*/
    width: 48px;
    height: 46px;
    padding: 11px 0 7px 0;
    display: inline-block;
    position: absolute;
    top: -56px;
    right: 105%;
    font-size: 16px;
    font-family: myriadProRegular;
    text-align: center;
    text-transform: uppercase;
    background-color: #ff8833;
    color: white;
    cursor: pointer;
    -webkit-transform: translate(36%, 135%);
    -moz-transform: translate(36%, 135%);
    -ms-transform: translate(36%, 135%);
    -o-transform: translate(36%, 135%);
    transform: translate(36%, 135%); }
  .enquiry-fixed .enquiry-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    padding: 10px 14px;
    font-size: 24px;
    cursor: pointer; }
  .enquiry-fixed .form-group {
    margin-bottom: 10px; }
  .enquiry-fixed .form-control {
    height: 30px;
    border-radius: 0; }
  .enquiry-fixed textarea.form-control {
    height: 70px;
    resize: none; }
  .enquiry-fixed .submit-div {
    clear: both; }
  .enquiry-fixed .enquiry-btn {
    border-radius: 0;
    padding: 6px 28px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #5a5a5a;
    color: #fff; }
  .enquiry-fixed .intl-tel-input .country-list {
    width: 258px; }
  .enquiry-fixed label {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
    color: #595959; }
  .enquiry-fixed a {
    color: #595959; }

.enquiry-form-fixed {
  right: -340px;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }
  .enquiry-form-fixed.in {
    right: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; }

/* enquiry message style */
.enquiry-message-fixed .enquiry-message-wrapper {
  padding: 50px 45px 50px; }
  .enquiry-message-fixed .enquiry-message-wrapper .enquiry-title {
    margin-bottom: 36px; }
  .enquiry-message-fixed .enquiry-message-wrapper .enquiry-message {
    font-size: 20px;
    color: #479036; }
  .enquiry-message-fixed .enquiry-message-wrapper .enquiry-btn {
    margin-top: 20px; }

/* captcha style */
.captcha-group {
  margin-bottom: 25px; }
  .captcha-group .realperson-challenge {
    width: 48%;
    float: left; }
  .captcha-group .realperson-text {
    font-size: 5px;
    text-align: center; }
  .captcha-group .hasRealPerson {
    width: 48%;
    margin-left: 9px;
    display: inline-block; }

@media (min-width: 768px) {
  .main-enquire-now {
    height: 100vh;
    display: flex;
    display: -ms-flex; }

  .form-boxes {
    height: 100%;
    width: 70%;
    margin: 0 auto; }

  .enquiry-fixed .enquiry-toggle-btn {
    top: 45px;
    height: 41px; } }
/* share icons style */
.share-icons-fixed {
  width: 170px;
  position: fixed;
  z-index: 99;
  right: -170px;
  top: 283px;
  /*box-shadow: 0 0 8px #808080;*/
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }
  .share-icons-fixed.in {
    right: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .share-icons-fixed .share-icons-wrapper {
    padding: 5px;
    position: relative;
    background-color: #fff; }
  .share-icons-fixed .share-icons-list {
    margin: 0; }
  .share-icons-fixed .share-icon-item {
    width: 32.6%;
    margin: 0.5px;
    padding: 0;
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center;
    background-color: #000; }
  .share-icons-fixed a {
    padding: 5px 8px;
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff; }
  .share-icons-fixed .attherate {
    background-color: #3490F3; }
  .share-icons-fixed .facebook {
    background-color: #3b5998; }
  .share-icons-fixed .twitter {
    background-color: #00aced; }
  .share-icons-fixed .whatsapp {
    background-color: #29a628; }
  .share-icons-fixed .linkedin {
    background-color: #007bb6; }
  .share-icons-fixed .google {
    background-color: #dd4b39; }
  .share-icons-fixed .toggle-btn {
    	/*position: absolute;
    	top: 0;
	    right: 100%;
	    padding: 8px 10px;
	    box-shadow: 0 0 4px #4e4e4e;
	    cursor: pointer;
	    background: #ff8833;
	    color: $white;*/
    position: absolute;
    top: -60%;
    right: 99%;
    padding: 12px 18.2px 7px;
    cursor: pointer;
    background: #f83;
    color: #fff; }

.jssocials-shares {
  margin: 0; }

.jssocials-share {
  width: 32.6%;
  margin: 0.5px;
  padding: 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
  text-align: center; }
  .jssocials-share a {
    padding: 5px 8px;
    display: block;
    font-size: 24px;
    line-height: 24px; }
  .jssocials-share i.fa {
    font-size: 24px; }

@media (min-width: 768px) {
  .share-icons-fixed .toggle-btn {
    top: 0;
    height: 38px; } }
/* country dropdown style */
.no-small-popup {
  top: 38px !important; }

.mobile-popup-country {
  top: 48px !important; }

.no-xssmall-popup {
  top: 38px !important; }

.country-dropdown {
  width: 100%;
  padding: 20px 0;
  top: 38px;
  z-index: 999;
  background-color: #fff; }
  .country-dropdown .country-row {
    margin-bottom: 10px; }
  .country-dropdown .country-col {
    padding-left: 60px; }
    .country-dropdown .country-col:first-child {
      padding: 0; }
  .country-dropdown h3 {
    margin-bottom: 25px;
    font-size: 15px; }
  .country-dropdown li {
    width: 75px;
    padding: 0 0 20px; }
  .country-dropdown a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #000; }
    .country-dropdown a span {
      margin-top: 6px;
      display: block; }
  .country-dropdown img {
    width: 25px; }
  .country-dropdown .flag {
    border: 1px solid #dadada;
    border-radius: 50%; }
  .country-dropdown .last-li {
    display: block;
    margin-left: 18px; }
    .country-dropdown .last-li span {
      margin-left: -4px; }

.gray-band {
  position: sticky;
  top: 0 !important;
  width: -webkit-fill-available;
  z-index: 50;
  background-image: url("/images/capital-market/mob-top-band.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 10px;
  margin-top: -1px;
  margin-left: -12px;
  margin-right: -12px;
  color: white;
  background-position: center; }

.gray-band a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600; }

.gray-band a:hover {
  color: white; }

.gray-band-close {
  color: white;
  opacity: 1;
  font-size: 14px;
  position: absolute;
  top: 6px;
  right: 17px;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: none; }

.gray-band-close:focus, .gray-band-close:hover {
  opacity: 1; }

.gray-band-close span {
  color: white;
  font-weight: 600; }

.gray-band .close-text {
  padding-right: 5px;
  color: #fff; }

/* popup style */
.popup-section {
  width: 100%;
  position: absolute;
  top: -19px;
  margin: 0 auto;
  z-index: 52 !important;
  padding: 0 0 0;
  border-bottom: 2px solid #ff8833;
  background-color: rgba(0, 0, 0, 0.92);
  color: white;
  /* .popup-description {*/
  /* 	border-right: 1px solid red;*/
  /* }*/ }
  .popup-section h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ff8833;
    font-family: NotoSansRegular;
    font-weight: bold;
    font-size: 26px; }
  .popup-section p {
    margin-right: -80%;
    margin-top: -33px;
    font-size: 12px;
    font-family: NotoSansRegular !important;
    margin-left: -90px;
    padding: 0 15px;
    /* padding-right: 55px; */
    text-align: justify; }
  .popup-section a {
    color: #fff;
    text-decoration: underline; }
  .popup-section .popup-icon {
    font-size: 26px;
    text-align: right;
    margin: 25px 0;
    width: 100%; }
  .popup-section .popup-btn {
    margin: 10px 0;
    text-decoration: none; }
  .popup-section .close {
    color: #fff !important;
    opacity: 1; }
  .popup-section span {
    color: #fff; }
  .popup-section .click-here-btn {
    float: right;
    margin-top: -52px;
    text-align: center; }
  .popup-section .close {
    line-height: 3;
    margin-bottom: 24px; }

.burger-li .burger-hover {
  display: none; }
.burger-li:hover .burger-hover {
  display: block; }
.burger-li:hover .burger-active {
  display: none; }

.dn {
  display: none; }

.small-popup {
  border-bottom: 1px solid #ff8833;
  text-align: center;
  padding: 10px 0;
  background: #000; }
  .small-popup .upl-btn-red {
    min-width: 78px;
    height: auto; }
  .small-popup .btn {
    padding: 4px 0;
    margin-top: -2px; }
  .small-popup .bg-btn {
    padding: 4px 15px;
    margin-top: -2px; }
  .small-popup h1 {
    display: inline;
    font-weight: bold;
    font-size: 26px; }
  .small-popup p {
    display: inline;
    margin: 0 15px;
    font-size: 12px !important;
    font-family: NotoSansRegular !important;
    margin-left: -10%; }
    .small-popup p:after {
      display: inline;
      margin: 0 15px;
      color: red; }
  .small-popup .small-popup-close {
    color: white;
    opacity: 1;
    right: 1%;
    top: 0;
    position: absolute; }
  .small-popup span,
  .small-popup i {
    vertical-align: -webkit-baseline-middle; }
  .small-popup .enlarge {
    background: transparent;
    border: none;
    position: absolute;
    right: 3%;
    top: 2%;
    vertical-align: bottom; }
  .small-popup .small-popup-icon {
    font-size: 14px;
    vertical-align: middle;
    margin: 0 10px;
    text-align: right; }

/* top navbar style */
.top-navbar {
  background-color: black;
  color: #fff; }
  .top-navbar .topnav {
    margin-right: 0; }
    .top-navbar .topnav li a {
      padding: 12px 10px;
      font-size: 12px;
      line-height: 12px;
      color: #fff; }
      .top-navbar .topnav li a:hover, .top-navbar .topnav li a:focus, .top-navbar .topnav li a:active {
        color: #fff; }

.search-container {
  padding: 6.5px; }
  .search-container .search-label {
    margin-right: 5px;
    font-size: 13px; }
  .search-container .search-box {
    height: 22px;
    width: 200px;
    padding: 0 2px;
    border: 0;
    box-shadow: none;
    background-color: rgba(238, 237, 237, 0.91);
    color: #000; }
  .search-container .btn-search {
    height: 24px;
    width: 24px;
    margin-left: 2px;
    padding: 2px 6px;
    border: 0;
    border-radius: 50%;
    background-color: #c64249;
    color: #fff; }

/* main navbar style */
.navbar-brand {
  height: auto;
  padding: 15px 15px 15px 0;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .navbar-brand .logo {
    display: inline-block;
    height: 70px; }
  .navbar-brand .country {
    margin-left: 30px;
    padding-left: 30px;
    display: inline-block;
    border-left: 1px solid #bababa;
    text-align: center;
    vertical-align: middle; }
  .navbar-brand .country-flag {
    height: 29px;
    margin: 0 auto 2px; }
  .navbar-brand .country-name {
    font-size: 13px;
    font-family: NotoSansLight;
    color: #565656; }

.navbar {
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
  border-top: none !important;
  z-index: 50; }
  .navbar .main-nav li {
    padding: 35px 0 24px; }
    .navbar .main-nav li a {
      padding-top: 8px;
      padding-bottom: 8px;
      ont-size: 14px;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      /*text-transform: capitalize;*/
      font-family: NotoSansRegular;
      color: #010101; }
      .navbar .main-nav li a:hover {
        background-color: transparent;
        /*border-top: 1px solid $red;
        border-bottom: 1px solid $red;*/
        color: #c500b7; }
    .navbar .main-nav li.active > a {
      /*border-top: 1px solid $red;
      border-bottom: 1px solid $red;*/
      font-family: NotoSansRegular;
      color: #c500b7; }
      .navbar .main-nav li.active > a:hover {
        color: #c500b7; }
  .navbar .main-nav .burger-li {
    padding: 32px 4px 24px;
    padding-bottom: 33px; }
  .navbar .main-nav .inner-ham-menu-wrapper {
    position: absolute;
    width: 220px;
    background-color: rgba(255, 255, 255, 0.8);
    right: -70px;
    top: 100%;
    display: none; }
  .navbar .main-nav .ham-menu:hover .inner-ham-menu-wrapper {
    display: block; }
  .navbar .main-nav .inner-ham-links {
    padding: 0;
    padding-left: 15px; }
    .navbar .main-nav .inner-ham-links li {
      padding: 15px 0;
      list-style: none;
      border-bottom: 1px solid #ddd; }
      .navbar .main-nav .inner-ham-links li:last-child {
        border-bottom: none; }

.sticky {
  position: fixed;
  top: 0; }

.popup-sticky {
  top: 60px !important; }

.navbar-default .small-popup .popup-content {
  font-family: NotoSansLight; }
.navbar-default .small-popup .popup-container {
  font-family: NotoSansLight; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 7px; }

.main-navbar {
  background-color: white; }

.navbar-header video {
  width: 45%;
  right: 0;
  left: 0;
  top: 10%;
  bottom: 0; }
.navbar-header #video {
  padding: 0; }

.navbar-right .dropdown-menu {
  right: -80px;
  min-width: 275px; }
.navbar-right .products-dropdown .dropdown-menu {
  right: -16%; }

.navbar .main-nav .dropdown-menu {
  padding: 0;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  .navbar .main-nav .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #d6d6d6; }
    .navbar .main-nav .dropdown-menu li a {
      border: 0;
      padding: 16px;
      border-top: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      position: relative; }
      .navbar .main-nav .dropdown-menu li a:hover {
        font-weight: bold;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        border: 0; }
        .navbar .main-nav .dropdown-menu li a:hover span {
          opacity: 1; }

.dropdown > a span {
  margin-top: 3px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #e33a40;
  opacity: 0;
  font-size: 20px; }
.dropdown > a .dropdown-toggle span {
  margin-top: 3px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #e33a40;
  opacity: 0;
  font-size: 20px; }
.dropdown .dropdown-menu {
  display: block;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.dropdown:hover a[data-toggle="dropdown"] {
  /*border-top: 1px solid $red;
  border-bottom: 1px solid $red;*/ }
  .dropdown:hover a[data-toggle="dropdown"] span {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.dropdown.open a:focus {
  border-color: #e33a40; }

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  text-align: center;
  border: 0;
  z-index: 1;
  top: 101%; }

/* mobile navbar */
.mob-nav {
  height: 100%;
  width: 280px;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 2;
  overflow-y: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .mob-nav.in {
    right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .mob-nav .mob-nav-wrapper {
    background-color: #f3f3f3;
    /*height: 580px;*/
    padding: 112px 12px 20px;
    position: relative; }
  .mob-nav .panel-group {
    margin-bottom: 0;
    /*border-top: 1px solid $pink-red;*/ }
    .mob-nav .panel-group .panel {
      margin: 0; }
      .mob-nav .panel-group .panel .panel-heading {
        margin-bottom: 10px;
        /*border-bottom: 1px solid $pink-red;*/
        color: #010101;
        cursor: pointer; }
        .mob-nav .panel-group .panel .panel-heading:after {
          /*color: $pink-red;*/
          color: #ff8833; }
        .mob-nav .panel-group .panel .panel-heading.active {
          border-width: 3px; }
      .mob-nav .panel-group .panel .panel-collapse .panel-body {
        padding: 0;
        border: 0; }
  .mob-nav .mob-menu-item {
    padding: 15px 15px 15px 30px;
    font-size: 16px;
    font-family: NotoSansLight;
    /*border-bottom: 1px solid $pink-red;*/ }
    .mob-nav .mob-menu-item a {
      font-size: 14px;
      font-weight: 700;
      color: #010101;
      font-family: NotoSansLight; }
    .mob-nav .mob-menu-item.active {
      border-width: 3px; }
  .mob-nav h4 {
    margin: 0;
    font-size: 16px !important;
    font-weight: 700;
    font-family: NotoSansLight;
    margin-left: 16px;
    cursor: pointer; }
    .mob-nav h4 a {
      color: black; }
  .mob-nav .sub-menu {
    margin-left: 0; }
    .mob-nav .sub-menu a {
      font-size: 16px !important; }
  .mob-nav .navbar-toggle-btn {
    /*display: none;
    top: 37px;*/
    position: absolute;
    right: 15px;
    z-index: 2;
    font-size: 22px;
    color: gray;
    margin: 20px 16px;
    top: 6px; }
  .mob-nav .bold-text {
    font-weight: 700; }

.mob-nav #menu-accordion1 {
  border-top: 1px solid #ddd;
  margin-top: 10px; }

.mob-nav .panel-heading {
  padding: 10px 15px;
  margin-bottom: 10px; }

.navbar-toggle-btn {
  margin: 24px 16px;
  display: none;
  position: absolute;
  right: 15px;
  z-index: 1;
  font-size: 20px; }

.navbar-container {
  position: relative; }

.img-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  /* top: 0;*/
  margin: 0 auto;
  z-index: 224 !important;
  border-bottom: 2px solid red;
  background-color: rgba(0, 0, 0, 0.85); }
  .img-popup .close {
    line-height: 5;
    color: #fff !important;
    opacity: 1;
    outline: none; }
  .img-popup .popup-close {
    font-size: 30px; }
  .img-popup .event-img {
    padding: 50px 0; }
  .img-popup .event-mobile {
    display: none; }

.navigation-global-search .form-control {
  padding: 25px 20px !important;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #f3f3f3; }

.navigation-global-search .input-group-btn .btn {
  background-color: #f73;
  color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-color: #f73;
  padding: 15px 14px; }

/*.navigation-global-search {
	padding: 10px 10px 10px 0;
}
.navigation-global-search .form-control {
	padding: 25px 20px;
	
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

.navigation-global-search .custom-search {
	font-size: 14px;
	}*/
.search-dropdown .dropdown-menu {
  right: -110px; }

/*.navigation-global-search .input-group-btn .btn {
	background-color: #ff8833;
	color: #fff;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-color: #ff8833;
	padding: 16px 14px;
	}*/
/*#mob-global-search-drop {
	.navigation-global-search {
		.form-control {
			padding: 20px 20px;
		}
		.input-group-btn {
			.btn {
				padding: 11px 14px;
			}
		}
	}
	}*/
/* Input
============================== */
.uis-input {
  box-sizing: border-box;
  max-width: 100%;
  width: 0;
  box-shadow: none;
  border-top: none;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  padding: 0 12px;
  background: transparent;
  color: #f73;
  font-size: 16px;
  height: 40px;
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }

.uis-input:focus {
  outline: none;
  -moz-outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  border-color: transparent; }

.uis-input::-ms-clear {
  display: none; }

/*
* Show the overflow in Edge
*/
.uis-input {
  overflow: visible;
  -moz-overflow: visible;
  color: black; }

.uis-input::placeholder {
  color: #000 !important;
  font-family: NotoSansLight !important;
  font-size: 14px; }

/*
* Remove default style in iOS.
*/
.uis-input {
  -webkit-appearance: none;
  -moz-appearance: none; }

/* Icons
============================== */
.uis-form-wrapper {
  position: relative; }

.uis-form-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  color: #000;
  margin-top: 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }

.uis-input:focus.uis-active {
  width: 100%;
  border-color: #f73;
  color: black; }

/* Pointer
============================== */
.uis-point {
  cursor: pointer; }

.slide-search-icon {
  display: none; }

.weather-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -6px; }
  .weather-wrapper p {
    margin: 0;
    padding: 0 2px;
    font-size: 12px !important; }
  .weather-wrapper .city-name {
    position: absolute;
    top: -10px;
    left: 40%;
    font-size: 12px !important; }

@media (min-width: 768px) {
  .gray-band {
    background-image: url("/images/capital-market/desk-top-band.png");
    padding: 20px 10px; }

  .gray-band-close {
    top: 16px;
    right: 25px; } }
/* footer style */
.ml-0 {
  margin-left: 0; }

.footer-top {
  background-color: #000000; }
  .footer-top .sitemap {
    padding: 40px 28px; }
  .footer-top h4 {
    margin: 0 0 8px;
    font-family: "NotoSansRegular";
    font-size: 13px;
    color: #ffffff; }
  .footer-top .right-col {
    padding-left: 5px; }
    .footer-top .right-col p {
      /*color: $gray-six;*/
      color: white;
      font-size: 13px;
      margin-bottom: 0;
      line-height: 24px; }

.single-footer-nav {
  padding: 10px 15px; }

.cookie-link {
  color: #fff; }
  .cookie-link:hover {
    color: #ff8833;
    text-decoration: underline; }

.footer-bottom {
  padding: 12px 0;
  background-color: #ff8833;
  color: #fff; }
  .footer-bottom .copyright {
    margin-bottom: 0;
    font-size: 14px; }
  .footer-bottom a {
    font-size: 14px;
    color: #fff;
    text-decoration: none; }
  .footer-bottom .bottom-links {
    margin-top: 5px; }
  .footer-bottom.foo-mobile {
    padding: 0;
    background-color: transparent; }
    .footer-bottom.foo-mobile .social-icons-div {
      padding: 20px 0;
      background-color: #fff; }
    .footer-bottom.foo-mobile .bottom-links-div {
      font-size: 14px;
      padding: 25px 0;
      background-color: #ff8833;
      color: white; }
      .footer-bottom.foo-mobile .bottom-links-div li {
        margin-bottom: 6px; }
      .footer-bottom.foo-mobile .bottom-links-div a {
        color: white; }
      .footer-bottom.foo-mobile .bottom-links-div .event-bottom {
        padding-bottom: 0; }

.social_icons_list a {
  height: 32px;
  width: 32px;
  padding: 6px 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none; }
  .social_icons_list a:hover {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(1.15, 1.15);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social_icons_list a.facebook:hover {
    background-color: #3a589b; }
  .social_icons_list a.twitter:hover {
    background-color: #000;
    padding: 4px 0; }
  .social_icons_list a.linkedin:hover {
    background-color: #007ab9; }
  .social_icons_list a.youtube:hover {
    background-color: #e02f2f; }
  .social_icons_list a.instagram:hover {
    background-color: #6f2654; }
  .social_icons_list a .twitter-logo g {
    fill: #fff; }
  .social_icons_list a .twitter-logo {
    width: 16px;
    margin-bottom: -5px; }

.footer-nav a {
  margin: 4px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff; }
  .footer-nav a:hover {
    color: #ffffff; }
.footer-nav .event-bottom {
  margin-bottom: 0;
  margin-top: -8px; }

.contact-info {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .contact-info p span:first-child {
    margin-right: 5px;
    color: #ffffff; }
  .contact-info p span:nth-child(2) {
    margin-left: 5px;
    color: #ffffff; }
  .contact-info p span {
    color: #ffffff; }
  .contact-info .email {
    text-decoration: none;
    color: #ffffff; }
  .contact-info .contact-text {
    color: #fff; }

.address {
  border-top: 1px solid #cecece;
  padding-top: 10px; }
  .address p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 24px; }

.foo-mobile {
  display: none; }

#back-to-top {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: none;
  background-color: rgba(0, 0, 0, 0.62);
  position: fixed;
  bottom: 12px;
  right: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 44; }
  #back-to-top .fa {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.69); }

.foo-mobile .panel-group .panel .panel-heading:after {
  color: #ddd; }

.cookie-wrapper {
  color: white; }

.cookie-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.cookie-policy {
  background-color: #777777;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  padding: 0;
  color: #fff; }
  .cookie-policy .cookie-title {
    font-size: 21px; }
  .cookie-policy .cookie-wrapper .cookie-para {
    font-size: 14px;
    line-height: 22px; }

.agree-btn {
  margin-left: 30px;
  width: 150px;
  border-radius: 0;
  background: #ff7733;
  color: white; }
  .agree-btn:hover {
    color: white; }

.jp-agree-btn {
  margin-bottom: 20px; }

/*This is temporary styling for the POP Up*/
.redirect-country-modal {
  /* .sub-description {*/
  /*  padding: 0 80px;*/
  /* }*/ }
  .redirect-country-modal .img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px; }
  .redirect-country-modal .click-link {
    color: #fff; }
  .redirect-country-modal .text-wrapper {
    color: #fff;
    padding: 53% 158px;
    margin-top: 0%;
    text-align: center;
    font-size: 18px; }
  .redirect-country-modal .arysta-head {
    font-family: NotosansRegular;
    font-size: 20px; }
  .redirect-country-modal .main-description {
    font-size: 18px;
    /* padding: 0 55px;*/ }
  .redirect-country-modal .site-greeting {
    padding-top: 15px;
    padding-bottom: 15px; }
  .redirect-country-modal .close {
    font-size: 30px;
    opacity: 0.6;
    -webkit-transform: translate(36px, -20px);
    transform: translate(36px, -20px);
    color: #fff; }
  .redirect-country-modal .modal-dialog {
    width: 800px; }
  .redirect-country-modal .modal-body {
    padding: 8px !important; }
  .redirect-country-modal .modal-content {
    border-radius: 0; }
  .redirect-country-modal .sub-description {
    padding-top: 20px; }

.footer-top-text {
  font-size: 16px;
  font-family: NotoSansLight;
  padding: 20px 30px;
  border-bottom: 2px solid black; }

@media (max-width: 768px) {
  .twitter img:hover {
    content: url("../../country_sites/Twitter-white-logo.svg"); }

  .redirect-country-modal {
    /* .sub-description {*/
    /*  padding: 0;*/
    /* }*/
    /* .main-description {*/
    /*  padding: 0;*/
    /* }*/ }
    .redirect-country-modal .text-wrapper {
      padding: 53% 75px; }
    .redirect-country-modal .img-wrapper {
      background-size: cover;
      background-repeat: no-repeat;
      height: 650px; }
    .redirect-country-modal .modal-dialog {
      width: 700px; } }
@media (max-width: 600px) {
  .redirect-country-modal .close {
    -webkit-transform: translate(14px, 8px);
    transform: translate(14px, 8px);
    color: #000; }
  .redirect-country-modal .text-wrapper {
    padding: 50% 10px; }
  .redirect-country-modal .modal-dialog {
    width: auto; } }
@media (max-width: 425px) {
  .redirect-country-modal .img-wrapper {
    height: 800px;
    /* background-position: -132px 0px;*/
    background-position: 49% 0; }
  .redirect-country-modal .text-wrapper {
    padding: 84% 10px; } }
@media (max-width: 375px) {
  .redirect-country-modal .img-wrapper {
    /* height: 670px;*/
    /* background-position: -158px 0px;*/
    height: 735px; }
  .redirect-country-modal .sub-description {
    padding-top: 8px; }
  .redirect-country-modal .site-greeting {
    padding-bottom: 4px; } }
@media (max-width: 360px) {
  .redirect-country-modal .img-wrapper {
    /* background-position: -158px 0px;*/
    height: 724px; }
  .redirect-country-modal .text-wrapper {
    padding: 73% 10px; } }
@media (max-width: 320px) {
  .redirect-country-modal .img-wrapper {
    /* background-position: -185px 0px;*/ } }
/* Import pages */
/* banner arrow */
.landing-section .carousel-previous-arrow, .landing-section .carousel-next-arrow {
  position: absolute;
  top: 51vw; }

.jp-landing-banner-section .carousel-previous-arrow, .jp-landing-banner-section .carousel-next-arrow {
  top: 39%; }

.landing-section .carousel-previous-arrow {
  left: 2%; }

.landing-section .carousel-next-arrow {
  right: 2%; }

.landing-section .carousel-previous-arrow:before {
  content: url("/images/banner_prev_arrow.png"); }

.landing-section .carousel-next-arrow:before {
  content: url("/images/banner_next_arrow.png"); }

/* home landing section */
.video-read-more {
  color: #ff8833 !important; }
  .video-read-morehover, .video-read-more:focus, .video-read-more:active {
    color: #ff8833 !important; }

.landing-section,
.landing-section-mobile {
  height: 640px;
  margin-top: 91px; }
  .landing-section .carousel,
  .landing-section .carousel-inner,
  .landing-section .item,
  .landing-section-mobile .carousel,
  .landing-section-mobile .carousel-inner,
  .landing-section-mobile .item {
    height: 100%; }
  .landing-section .item:nth-child(2),
  .landing-section-mobile .item:nth-child(2) {
    /*.landing-title {
        margin: 0;
        line-height: 38px;
    }*/ }
  .landing-section .item:nth-child(3),
  .landing-section-mobile .item:nth-child(3) {
    /*.landing-title {
        margin: 0;
        line-height: 38px;
    }*/ }
  .landing-section .item:nth-child(4),
  .landing-section-mobile .item:nth-child(4) {
    /*background-image: url("../images/home/Campanha_contra_produtos_Ilegais.jpg");*/
    /*.landing-title {
        margin: 0;
        line-height: 38px;
    }*/ }
  .landing-section .title-info,
  .landing-section-mobile .title-info {
    margin-bottom: 10px; }
  .landing-section .landing-container,
  .landing-section-mobile .landing-container {
    position: relative;
    height: 100%; }
    .landing-section .landing-container .row,
    .landing-section-mobile .landing-container .row {
      height: 100%; }
  .landing-section .landing-textbox,
  .landing-section-mobile .landing-textbox {
    min-height: 278px;
    padding: 30px 35px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 47%;
    /*background-color: $red;*/
        /*background: linear-gradient(
			to right,
			rgba(235, 71, 36, 0.8),
			rgba(197, 0, 183, 0.8)
		) !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);*/
    background: transparent;
    opacity: 1;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
        /*width: 85%;
		min-height: 320px;
		margin: 0 auto;
		padding: 45px 50px;
		display: -o-flex;
		display: flex;
		@include prefix(align-items, center, webkit moz ms o);
		position: absolute;
		left: 50%;
		bottom: 135px;
		// background: rgba(230, 62, 55, 0.75);
		background: linear-gradient(
			to right,
			rgba(235, 71, 36, 0.8),
			rgba(197, 0, 183, 0.8)
		) !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;*/ }
  .landing-section .landing-textbox-two .title-info,
  .landing-section-mobile .landing-textbox-two .title-info {
    margin-bottom: 20px; }
  .landing-section .landing-textbox-two .separator:last-child,
  .landing-section-mobile .landing-textbox-two .separator:last-child {
    display: none; }
  .landing-section .landing-title,
  .landing-section-mobile .landing-title {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 48px; }
    .landing-section .landing-title span,
    .landing-section-mobile .landing-title span {
      font-size: 28px; }
  .landing-section .landing-text,
  .landing-section-mobile .landing-text {
    font-size: 18px;
    line-height: 28px; }
  .landing-section .btn,
  .landing-section-mobile .btn {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    /*background-color: rgba(0, 0, 0, 0.6);*/ }
  .landing-section .carousel-indicators,
  .landing-section-mobile .carousel-indicators {
    bottom: 8px; }
    .landing-section .carousel-indicators .carousel-nav,
    .landing-section .carousel-indicators .active,
    .landing-section-mobile .carousel-indicators .carousel-nav,
    .landing-section-mobile .carousel-indicators .active {
      width: 12px;
      height: 12px;
      margin: 3px;
      border: 0;
      background-color: rgba(255, 255, 255, 0.41); }
    .landing-section .carousel-indicators .active,
    .landing-section-mobile .carousel-indicators .active {
      background-color: #fff; }

.landing-content-box p {
  font-size: 18px;
  line-height: 28px; }

@media (max-width: 1024px) {
  .mob-nav,
  .navbar-toggle-btn {
    display: block !important; }

  .navbar-collapse.collapse {
    display: none !important; }

  .landing-section {
    height: 100%; }
    .landing-section .carousel-indicators {
      margin-bottom: 0;
      bottom: 5px; }
    .landing-section .black-mob-div {
      padding-bottom: 40px;
      flex: 1;
      position: relative; }
      .landing-section .black-mob-div p {
        font-size: 13px !important; }
    .landing-section .item .row {
      display: flex;
      flex-direction: column; }

  .landing-content-box.landing-textbox.black-mob-div {
    opacity: 1; } }
@media (min-width: 768px) {
  .landing-section .carousel-previous-arrow:before {
    content: url("/images/banner_prev_desk_arrow.png"); }

  .landing-section .carousel-next-arrow:before {
    content: url("/images/banner_next_desk_arrow.png"); }

  .landing-section .carousel-next-arrow, .landing-section .carousel-previous-arrow {
    top: 53vw; }

  .jp-landing-banner-section .carousel-previous-arrow, .jp-landing-banner-section.carousel-next-arrow {
    top: 43%; } }
@media (min-width: 1024px) {
  .landing-section .carousel-next-arrow, .landing-section .carousel-previous-arrow {
    top: 54vw; }

  .jp-landing-banner-section .carousel-previous-arrow, .jp-landing-banner-section .carousel-next-arrow {
    top: 47%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .landing-section {
    height: 702px; }

  .landing-content-box.landing-textbox.black-mob-div {
    top: 20%;
    background: black;
    left: 0px; } }
@media (min-width: 1024px) and (max-width: 1024px) {
  .landing-section {
    height: 960px; } }
/* products section */
.home-products-section {
  padding: 30px 0 40px;
  font-family: NotoSansRegular;
  color: #fff; }
  .home-products-section .home-slider-wrapper .slick-arrow.slick-next:before {
    content: url("../images/home/glbl_com_rgt_arr.jpg"); }
  .home-products-section .home-slider-wrapper .slick-arrow.slick-prev:after {
    content: url("../images/home/glbl_com_lft_arr.jpg"); }
  .home-products-section .home-slider-wrapper .slick-arrow {
    width: 12px;
    height: 30px;
    top: -48px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0; }
  .home-products-section .home-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -33px !important; }
  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -11.7% !important; }
  .home-products-section .video-slider .slick-arrow.fa-angle-right:before {
    content: url("../images/home/glbl_com_rgt_arr.jpg");
    opacity: 0.7;
    color: white; }
  .home-products-section .video-slider .slick-arrow.fa-angle-left:before {
    content: url("../images/home/glbl_com_lft_arr.jpg"); }
  .home-products-section .video-slider .slick-arrow.fa-angle-right:hover, .home-products-section .video-slider .slick-arrow.fa-angle-right:focus {
    opacity: 1; }
  .home-products-section .home-slider-wrapper .slick-arrow.slick-prev {
    left: 92%;
    top: -45px; }
  .home-products-section .spot-heads h1 {
    font-family: NotoSansLight;
    color: black;
    padding-bottom: 10px; }
  .home-products-section .slider {
    position: relative;
    background-position: center center; }
  .home-products-section .slide.herbicide .product-category span {
    background-image: url("../images/products/icons/P&S_Herbi-icon-1.png"); }
  .home-products-section .slide.fungicide .product-category span {
    background-image: url("../images/products/icons/P&S_Fungi-icon-2.png"); }
  .home-products-section .slide.plant_growth_regulator .product-category span {
    background-image: url("../images/products/icons/P&S_growth-icon-4.png"); }
  .home-products-section .slide.soil_conditioner .product-category span {
    background-image: url("../images/products/icons/P&S_Soil-icon-5.png"); }
  .home-products-section .slide.insecticide .product-category span {
    background-image: url("../images/products/icons/P&S_Insect-icon-3.png"); }
  .home-products-section .product-heading {
    margin-bottom: 10px; }
    .home-products-section .product-heading h3 {
      margin: 0;
      padding: 10px 25px;
      display: inline-block;
      font-family: NotoSansRegular;
      font-size: 14px;
      text-transform: uppercase;
      text-align: right;
      background-color: #ff8833;
      color: #fff; }
  .home-products-section .product-category h3 {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: black; }
  .home-products-section .product-category span {
    margin-left: -25px;
    height: 80px;
    width: 80px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .home-products-section .product-details {
    background-image: url("../images/products/product-spotlight-apple-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    border: 1px solid #ccc; }
    .home-products-section .product-details .left-col {
      height: 100%;
      padding: 0 20px 45px; }
    .home-products-section .product-details .right-col {
      height: 100%;
      padding: 5px 5px 0 0; }
  .home-products-section .product-name {
    /*width: 200px;*/
    padding: 14px;
    color: black;
    text-align: left; }
    .home-products-section .product-name h3 {
      left: 14px;
      right: 14px;
      font-family: NotoSansDisplayLight;
      font-size: 48px;
      color: #ffffff;
      /*line-height: 45px;*/
      position: relative;
      top: auto;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      left: -4%; }
  .home-products-section .black-content {
    background-color: black;
    position: absolute;
    top: 65%;
    bottom: 0;
    opacity: 0.7;
    left: 0;
    right: 0; }
    .home-products-section .black-content .product-ingredient {
      position: absolute;
      left: 33px;
      color: white; }
      .home-products-section .black-content .product-ingredient h5 {
        margin: 15px 0 0;
        font-family: NotoSansLight !important;
        font-size: 16px !important;
        line-height: 23px; }
      .home-products-section .black-content .product-ingredient p {
        margin: 0;
        display: inline-block;
        font-size: 16px;
        /*line-height: 15px;*/
        font-family: NotoSansLight; }
        .home-products-section .black-content .product-ingredient p:last-child .separator {
          display: none; }
  .home-products-section .product-img {
    height: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background-color: #fff; }
    .home-products-section .product-img img {
      margin: 0 auto;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-products-section .product-content h4 {
    margin-top: 0;
    font-size: 21px;
    font-family: NotoSansRegular; }
  .home-products-section .product-content ul,
  .home-products-section .product-content ol {
    padding-left: 18px; }
  .home-products-section .product-content .product-facts {
    height: 46px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: NotoSansLight;
    color: #ffffff;
    font-size: 16px; }
    .home-products-section .product-content .product-facts p {
      margin: 20px; }
  .home-products-section .product-content .know-more-btn {
    color: #ffffff;
    float: right;
    margin-right: 30px !important;
    margin-top: 50px !important; }
  .home-products-section .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .home-products-section .slick-dots {
    bottom: -35px; }
  .home-products-section .product-video iframe {
    height: 300px; }
  .home-products-section .video-info {
    background-color: transparent; }
    .home-products-section .video-info h4 {
      margin-bottom: 10px; }
    .home-products-section .video-info p {
      /*height: 46px;*/
      padding-right: 25px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .home-products-section .black-div {
    width: 100%;
    height: 120px;
    padding: 20px 20px 20px 0;
    position: relative;
    overflow: hidden;
    color: black; }
    .home-products-section .black-div .upl-btn {
      position: absolute;
      right: 20px;
      bottom: 29px;
      background-color: #ff8833; }

/* news awards section */
.news-awards-section {
  padding: 15px 0 50px; }
  .news-awards-section h3 {
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ddd;
    font-size: 24px;
    font-family: NotoSansLight; }
    .news-awards-section h3 a {
      margin-top: 4px;
      font-size: 14px;
      text-decoration: none;
      text-transform: capitalize; }
  .news-awards-section .img-div {
    max-height: 240px;
    margin-bottom: 10px;
    overflow: hidden; }
  .news-awards-section .main-news .news-title {
    font-family: NotoSansRegular;
    font-size: 14px; }
  .news-awards-section .news-title {
    color: black; }
    .news-awards-section .news-title a {
      color: black; }
      .news-awards-section .news-title a:hover {
        color: black; }
  .news-awards-section .news-title,
  .news-awards-section .news-desc {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .news-awards-section .news-desc {
    -webkit-line-clamp: 2; }
  .news-awards-section .news-date {
    font-size: 14px;
    color: #aaa; }
  .news-awards-section .box-content .img-div img {
    width: 100%; }
  .news-awards-section .box-content .left-col {
    padding-right: 10px; }
  .news-awards-section .box-content .right-col {
    padding-left: 10px; }
  .news-awards-section .box-content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .news-awards-section .box-content li:nth-child(2) {
      margin-bottom: 0; }
    .news-awards-section .box-content li:last-child {
      border: 0; }
  .news-awards-section .box-content .read-btn {
    color: #ff8833; }
  .news-awards-section .box-content a {
    color: #000; }
  .news-awards-section .inner-left-col h4 {
    display: inline;
    margin: 0;
    font-size: 24px;
    font-family: NotoSansBold; }
  .news-awards-section .inner-left-col sup {
    top: -0.95em;
    left: -5px;
    font-size: 14px;
    font-family: NotoSansRegular; }
  .news-awards-section .inner-left-col span {
    display: inline;
    font-size: 14px;
    font-family: NotoSansRegular; }
  .news-awards-section .inner-left-col p {
    margin-top: 10px; }
  .news-awards-section .event-heading {
    margin: 0; }
    .news-awards-section .event-heading span {
      height: 32px;
      vertical-align: middle; }
    .news-awards-section .event-heading .heading {
      margin: 0;
      padding: 12px 15px 8px;
      display: inline-block;
      font-family: NotoSansRegular;
      font-size: 17px;
      line-height: 12px;
      text-transform: uppercase;
      text-align: right;
      background-color: #ff8833;
      color: #fff; }
    .news-awards-section .event-heading .event-date {
      margin-left: 5px;
      display: inline;
      font-family: NotoSansRegular;
      font-size: 14px; }
  .news-awards-section .event-venue {
    margin-top: 10px; }
    .news-awards-section .event-venue p {
      margin: 0;
      color: #000; }
    .news-awards-section .event-venue .event-read-more a {
      color: #ff7733; }

/* awards slider */
.awards-slider .slide {
  background-color: #000;
  margin: 0 2px; }
  .awards-slider .slide h4 {
    display: none;
    font-size: 20px;
    font-family: NotoSansRegular; }
  .awards-slider .slide a {
    display: block; }
.awards-slider .slick-current {
  background-color: transparent;
  opacity: 1; }
  .awards-slider .slick-current h4 {
    display: block; }
  .awards-slider .slick-current img {
    opacity: 1; }
.awards-slider img {
  width: 100%;
  opacity: 0.6; }
.awards-slider .slick-arrow {
  font-size: 55px;
  top: 26%;
  color: #fff;
  position: absolute;
  opacity: 0.7;
  cursor: pointer; }
  .awards-slider .slick-arrow.fa-angle-right {
    right: 12px; }
  .awards-slider .slick-arrow.fa-angle-left {
    left: 12px; }

/* video slider */
.video-slider .slick-arrow {
  font-size: 20px;
  font-weight: bold;
  width: 12px;
  height: 30px;
  top: -50px;
  left: 96%;
  color: #9c9c9c;
  position: absolute;
  opacity: 0.7;
  cursor: pointer;
  padding: 10px; }
  .video-slider .slick-arrow.fa-angle-right {
    right: 0; }
  .video-slider .slick-arrow.fa-angle-left {
    left: 86%; }

/*Product Search Drop down*/
form .select-group select {
  padding: 6px 35px 6px 13px; }

.clients-div {
  padding: 60px 0 50px; }
  .clients-div h4 {
    font-family: NotoSansRegular;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    margin-top: 70px; }
  .clients-div .client-inner-div {
    padding: 15px;
    border-right: 1px solid #dedede; }
  .clients-div .left-inner-div {
    margin-left: 225px; }
  .clients-div .right-inner-div {
    margin-right: 225px; }
  .clients-div img {
    width: auto;
    margin: 0 auto; }
  .clients-div .upl-grid-4:last-child .client-inner-div {
    border: 0; }

/* Twitter feed */
.twit-news-title {
  margin-bottom: 14px;
  line-height: 20px; }
  .twit-news-title a {
    color: #000;
    cursor: pointer; }

.social-news-item {
  margin-bottom: 10px;
  padding-bottom: 0; }

.news-item {
  border-bottom: 1px solid #ccc; }
  .news-item:last-child {
    border-bottom: none; }

#img-twitter {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left; }

.desk-search .navigation-global-search {
  padding-top: 40px;
  padding-bottom: 40px; }
  .desk-search .navigation-global-search .custom-search {
    font-size: 14px; }
  .desk-search .navigation-global-search .form-control {
    padding: 25px 20px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; }
    .desk-search .navigation-global-search .form-control:focus {
      outline: 0;
      box-shadow: none;
      border-color: #ff8833; }
  .desk-search .navigation-global-search .input-group-btn .btn {
    background-color: #ff8833;
    color: #ffffff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-color: #ff8833;
    padding: 12px 14px; }
  .desk-search .navigation-global-search .fa {
    font-size: 24px;
    margin-right: 2px; }
  .desk-search .navigation-global-search .mobile-global-search-form {
    margin-top: 10px; }

@media (max-width: 1200px) {
  .mob-nav,
  .navbar-toggle-btn {
    display: block !important; }

  .navbar-collapse.collapse {
    display: none !important; } }
@media (min-width: 1200px) {
  .mob-nav,
  .navbar-toggle-btn {
    display: none !important; }

  .navbar-collapse.collapse {
    display: block !important; }

  .landing-section .landing-textbox {
    padding: 31px 75px !important; }

  .landing-section .carousel-next-arrow, .landing-section .carousel-previous-arrow {
    top: 50%; } }
@media (min-width: 1366px) {
  .landing-section .landing-textbox {
    padding: 31px 45px !important; } }
/* leadershipteam landing section */
.leadershipteam-landing-section {
  padding-bottom: 80px !important;
  margin-top: 90px;
  background-image: url("../images/aboutus/leadershipteam-landing.jpg"); }

.ec-leadershipteam-landing-section {
  padding-bottom: 18% !important; }

.fr-events-banner,
.fr-contact-landing-section,
.fr-representantes-landing-section {
  padding-bottom: 0px !important;
  margin-top: 90px;
  height: 40px; }

.leadership-btn {
  background: white !important;
  padding: 10px 30px;
  margin-bottom: 60px; }

.leadership-btn:hover {
  background: #ff8833 !important; }

.leadershipteam-landing-content {
  padding: 25px;
  /*background: $yellow-orange;*/
  color: #fff;
  top: 58%;
  left: 0;
  right: 47%;
  background: linear-gradient(to right, rgba(235, 71, 36, 0.8), rgba(197, 0, 183, 0.8)) !important; }
  .leadershipteam-landing-content h3 {
    margin: 0;
    line-height: 34px; }

/* leadership team section */
.leadershipteam-section .leadership-btn {
  background-color: white; }
  .leadershipteam-section .leadership-btn:hover {
    background-color: #ff8833; }
.leadershipteam-section .global-team {
  padding: 30px 15px 30px; }
  .leadershipteam-section .global-team .team-member-info,
  .leadershipteam-section .global-team a {
    font-family: NotoSansLight;
    color: #000; }
.leadershipteam-section .country-team {
  padding: 80px 15px 100px; }
  .leadershipteam-section .country-team .team-content {
    margin-bottom: 50px; }
  .leadershipteam-section .country-team .mobile-view {
    display: none; }
.leadershipteam-section .eu-leadership-team {
  padding: 30px 15px 50px;
  border-bottom: 1px solid #ddd; }
.leadershipteam-section .team-heading {
  margin: 0 0 50px;
  font-size: 26px;
  font-family: NotoSansRegular; }
.leadershipteam-section .team-member {
  padding: 0 15px;
  margin-bottom: 50px; }
.leadershipteam-section .team-member-img {
  margin-bottom: 25px; }
.leadershipteam-section .team-member-name {
  margin: 20px 0 5px 0;
  font-family: NotoSansRegular;
  font-size: 24px; }
.leadershipteam-section .country-team-member .team-member-name {
  font-size: 14px; }
.leadershipteam-section .team-member-post {
  margin-bottom: 6px;
  color: #545454; }
  .leadershipteam-section .team-member-post span {
    display: block; }
.leadershipteam-section .country-team-slider .team-member {
  padding: 0 15px; }
.leadershipteam-section .country-team-slider .slick-dots {
  position: static; }

.upl-content-wrapper-section {
  padding-top: 28px;
  padding-bottom: 28px; }

.demo-img {
  background-color: rgba(0, 0, 0, 0.5); }

.team-member-sub-name {
  font-size: 14px;
  font-family: NotoSansRegular; }

.team-member-sub-post {
  font-family: "NotoSansLight", "PT Sans";
  font-size: 14px;
  color: #545454;
  margin-bottom: 6px; }

.team-member-wrapper .team-member-post {
  width: 230px;
  margin: 0 auto 10px; }

.leader-profile-link {
  padding-top: 12px; }
  .leader-profile-link a {
    color: #000; }

.upl-leadership-team-container .team-member-wrapper {
  padding: 0 15px 14px; }

.country-member-image {
  width: 230px;
  margin: 0 auto; }
  .country-member-image.rounded {
    border-radius: 50%; }

@media (min-width: 430px) {
  .leadershipteam-landing-section {
    height: 100px; }

  .fr-events-banner,
  .fr-contact-landing-section,
  .fr-representantes-landing-section {
    height: 50px; } }
@media (min-width: 768px) {
  .leadershipteam-landing-section {
    height: 180px; }

  .fr-events-banner,
  .fr-contact-landing-section,
  .fr-representantes-landing-section {
    height: 100px; } }
@media (min-width: 1024px) {
  .leadershipteam-landing-section {
    height: 250px; }

  .fr-events-banner,
  .fr-contact-landing-section,
  .fr-representantes-landing-section {
    height: 130px; }

  .upl-leadership-team-container {
    display: flex;
    flex-wrap: wrap; }
    .upl-leadership-team-container .team-member-wrapper {
      flex: 0 0 20%;
      padding: 0 15px 50px;
      text-align: left !important; }

  .country-leadership-team-container {
    padding: 0 15px 40px; } }
@media (min-width: 1200px) {
  .leadershipteam-landing-section {
    height: 275px; }

  .fr-events-banner,
  .fr-contact-landing-section,
  .fr-representantes-landing-section {
    height: 150px; } }
@media (min-width: 1400px) {
  .leadershipteam-landing-section {
    height: 330px; }

  .fr-events-banner,
  .fr-contact-landing-section,
  .fr-representantes-landing-section {
    height: 200px; } }
.nl-upl-leadership-team-container .team-member-wrapper {
  padding: 0 15px 14px; }

@media (min-width: 1024px) {
  .nl-upl-leadership-team-container {
    display: flex;
    flex-wrap: wrap; }
    .nl-upl-leadership-team-container .team-member-wrapper {
      flex: 0 0 25%;
      padding: 0 15px 50px; } }
.img-width {
  height: 225px;
  width: 225px; }

/*New style*/
.p-0 {
  padding: 0 !important; }

.moving-logo-container {
  height: 100%;
  width: 500px;
  position: absolute;
  top: 68%;
  left: 44%;
  transform: translate(-50%, -50%); }

.legacy-year-heading {
  font-family: NotoSansLight;
  font-size: 30px;
  text-align: center;
  margin-top: 58px;
  margin-bottom: 38px; }

.legacy-year-button {
  font-family: NotoSansLight;
  font-size: 18px;
  padding: 14px 18px;
  color: #fff;
  background-color: #000;
  border-radius: 27px;
  opacity: 0.5;
  transition: 0.15s linear; }
  .legacy-year-button.active-btn, .legacy-year-button:hover, .legacy-year-button:focus {
    color: #fff;
    background-color: #F79129;
    opacity: 1; }

.legacy-year-button-wrapper {
  padding: 0 30px;
  max-height: 57px;
  overflow-y: hidden; }
  .legacy-year-button-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    z-index: 2; }
    .legacy-year-button-wrapper .slick-arrow .fa {
      font-size: 30px; }
  .legacy-year-button-wrapper .slick-prev-arrow {
    left: 0; }
  .legacy-year-button-wrapper .slick-next-arrow {
    right: 0; }

.legacy-slider-container {
  overflow: hidden;
  max-height: 600px; }

.discover-legacy-slider-section {
  position: relative; }
  .discover-legacy-slider-section .slick-list {
    padding: 120px 0;
    margin-left: -200px;
    margin-right: -200px; }
  .discover-legacy-slider-section .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .discover-legacy-slider-section .slick-slide {
    position: relative; }
  .discover-legacy-slider-section .legacy-content-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.4s ease;
    z-index: 1; }
  .discover-legacy-slider-section .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 50px; }
  .discover-legacy-slider-section .slick-arrow[aria-disabled="true"] {
    display: none !important; }
  .discover-legacy-slider-section .slick-prev-arrow {
    left: 3px; }
  .discover-legacy-slider-section .slick-next-arrow {
    right: 3px; }
  .discover-legacy-slider-section .slick-active {
    background-color: #fff;
    box-shadow: 6px 12px 60px #00000033;
    position: relative;
    z-index: 3;
    transition: 0.3s ease; }
    .discover-legacy-slider-section .slick-active .legacy-content-wrapper {
      position: relative;
      top: -4px; }
    .discover-legacy-slider-section .slick-active .legacy-slider__heading {
      position: relative; }
      .discover-legacy-slider-section .slick-active .legacy-slider__heading:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.4s ease;
        background-color: rgba(0, 0, 0, 0.3); }
  .discover-legacy-slider-section .slick-active + .slick-active {
    background-color: #fff;
    opacity: 1;
    position: relative;
    z-index: 5;
    transform: scale(1.15);
    transition: 0.4s ease; }
    .discover-legacy-slider-section .slick-active + .slick-active .legacy-content-wrapper:after {
      background-color: rgba(255, 255, 255, 0.3);
      z-index: -1; }
    .discover-legacy-slider-section .slick-active + .slick-active .legacy-slider__heading:after {
      background-color: rgba(255, 255, 255, 0.3);
      z-index: -1; }
  .discover-legacy-slider-section .slick-active + .slick-active + .slick-active {
    position: relative;
    z-index: 4;
    transform: scale(1); }
    .discover-legacy-slider-section .slick-active + .slick-active + .slick-active .legacy-content-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*border-radius: 27px;*/
      background-color: rgba(0, 0, 0, 0.3);
      display: block;
      transition: 0.4s ease;
      z-index: 1; }
    .discover-legacy-slider-section .slick-active + .slick-active + .slick-active .legacy-slider__heading:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }

/*.slider-1{
	.slick-slide:after{
		display: none;
	}
	.slick-list{
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	.slick-active{
		transform: scale(1);

		&:after{
			display: none;
		}
	}
	.slick-dots{
		bottom: auto;
		top: 38%;
		right: 0;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	    width: 20px;
		display: inline-block;

	}
}*/
.slider-arrows {
  position: sticky;
  right: 0;
  top: 30%;
  height: 0;
  z-index: 10; }

.slider-dot {
  width: 7px;
  height: 7px;
  background-color: #000;
  opacity: 0.4;
  margin: 4px 6px 4px auto;
  cursor: pointer;
  border-radius: 15px; }
  .slider-dot.active-dot {
    background-color: #F38026;
    opacity: 1; }
  .slider-dot.click {
    background-color: #F38026;
    opacity: 1; }

.card-arrow-container {
  position: absolute;
  top: 38%;
  right: 10px; }
  .card-arrow-container .btn {
    padding: 4px;
    line-height: 10px; }
  .card-arrow-container .fa {
    line-height: 10px; }

.background-transparent {
  background-color: transparent;
  display: flex;
  flex-direction: column; }

.slider-card {
  height: 407px;
  overflow-y: hidden;
  border-radius: 27px;
  /*.bottom-img{
  	position: absolute;
  	bottom: 2%;
  }*/ }
  .slider-card::-webkit-scrollbar {
    display: none; }
  .slider-card img {
    width: 100%; }

.slider-card-content-container {
  height: 310px;
  overflow-y: hidden; }

.legacy-content-wrapper {
  height: 315px;
  overflow-y: hidden; }
  .legacy-content-wrapper .milestone {
    display: flex;
    padding: 8px 18px; }
  .legacy-content-wrapper .milestone-image-wrapper {
    padding-right: 20px;
    flex: 0 0 46px; }
  .legacy-content-wrapper .milestone-icon {
    width: 26px; }
  .legacy-content-wrapper.d-flex-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

.dummy-slide {
  visibility: hidden; }

.legacy-slider__heading {
  font-family: NotoSansLight;
  font-size: 60px;
  margin: -5px 0 0;
  padding: 18px;
  		/*position: relative;
  
  		&:after{
  			content: "";
  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: 100%;
  			transition: 0.4s ease;
  			background-color: rgba(0,0,0,0.3);
  		}*/ }
.legacy-slider__content {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 18px 30px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .legacy-slider__content {
    font-size: 16px; }

  .legacy-year-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .legacy-year-button-wrapper div {
      padding: 0 10px; }

  .discover-legacy-slider-section .slick-next-arrow {
    right: 11%; }
  .discover-legacy-slider-section .slick-prev-arrow {
    left: 11%; } }
@media (min-width: 800px) {
  .legacy-slider-container {
    max-height: 950px; }

  .moving-logo-container {
    width: 800px; }

  .discover-legacy-slider-section {
    position: relative; }
    .discover-legacy-slider-section .slick-arrow {
      top: calc(50% - 40px); }
    .discover-legacy-slider-section .slick-list {
      padding: 120px 0 180px; }
    .discover-legacy-slider-section .slick-active {
      background-color: #fff;
      box-shadow: 6px 12px 60px #00000033;
      position: relative;
      z-index: 3;
      transition: 0.3s ease; }
      .discover-legacy-slider-section .slick-active .legacy-content-wrapper:after {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1; }
    .discover-legacy-slider-section .slick-active + .slick-active {
      position: relative;
      z-index: 4;
      transform: scale(1.15); }
      .discover-legacy-slider-section .slick-active + .slick-active .legacy-content-wrapper:after {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1; }
      .discover-legacy-slider-section .slick-active + .slick-active .legacy-slider__heading:after {
        background-color: rgba(0, 0, 0, 0.3); }
    .discover-legacy-slider-section .slick-active + .slick-active + .slick-active {
      background-color: #fff;
      opacity: 1;
      position: relative;
      z-index: 5;
      transform: scale(1.3);
      transition: 0.4s ease; }
      .discover-legacy-slider-section .slick-active + .slick-active + .slick-active .legacy-content-wrapper:after {
        background-color: rgba(255, 255, 255, 0.3);
        z-index: -1; }
      .discover-legacy-slider-section .slick-active + .slick-active + .slick-active .legacy-slider__heading:after {
        background-color: rgba(255, 255, 255, 0.3);
        z-index: -1; }
    .discover-legacy-slider-section .slick-active + .slick-active + .slick-active + .slick-active {
      position: relative;
      z-index: 4;
      transform: scale(1.15); }
      .discover-legacy-slider-section .slick-active + .slick-active + .slick-active + .slick-active .legacy-content-wrapper:after {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1; }
      .discover-legacy-slider-section .slick-active + .slick-active + .slick-active + .slick-active .legacy-slider__heading:after {
        background-color: rgba(0, 0, 0, 0.3); }
    .discover-legacy-slider-section .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
      position: relative;
      z-index: 3;
      transform: scale(1); }
      .discover-legacy-slider-section .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .legacy-content-wrapper:after {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1; } }
@media (min-width: 1024px) {
  .legacy-slider-container {
    max-height: 665px; }

  .legacy-slider-and-btn-container {
    padding-bottom: 280px; }

  .legacy-year-heading {
    font-size: 45px; }

  .moving-logo-container {
    width: 1000px; }

  .discover-legacy-slider-section.overflow-hidden {
    overflow: visible; }

  .legacy-slider__heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

  .legacy-slider__content {
    font-size: 13px;
    line-height: 19px; }

  .discover-legacy-slider-section {
    position: relative;
    		/*.slick-active{
    			background-color: #fff;
    			box-shadow: 6px 12px 60px #00000033;
    			position: relative;
    			z-index: 3;
    			transition: 0.3s ease;
    
    			.legacy-content-wrapper:after{
    				background-color: rgba(0,0,0,0.3);
    				z-index: 1;
    			}
    		}
    		.slick-active + .slick-active{
    			position: relative;
    			z-index: 4;
    			transform: scale(1.15);
    			.legacy-content-wrapper:after{
    				background-color: rgba(0,0,0,0.3);
    				z-index: 1;
    			}
    			.legacy-slider__heading:after{
    				background-color: rgba(0,0,0,0.3);
    			}
    		}
    		.slick-active + .slick-active + .slick-active{
    			background-color: #fff;
    			opacity: 1;
    			position: relative;
    			z-index: 5;
    			transform: scale(1.3);
    			transition: 0.4s ease;
    			.legacy-content-wrapper:after{
    				background-color: rgba(255,255,255,0.3);
    				z-index: -1;
    			}
    			.legacy-slider__heading:after{
    				background-color: rgba(255,255,255,0.3);
    				z-index: -1;
    			}
    
    		}
    		.slick-active + .slick-active + .slick-active + .slick-active{
    			position: relative;
    			z-index: 4;
    			transform: scale(1.15);
    			.legacy-content-wrapper:after{
    				background-color: rgba(0,0,0,0.3);
    				z-index: 1;
    			}
    
    			.legacy-slider__heading:after{
    				background-color: rgba(0,0,0,0.3);
    			}
    		}
    		.slick-active + .slick-active + .slick-active + .slick-active + .slick-active{
    			position: relative;
    			z-index: 3;
    			transform: scale(1);
    			.legacy-content-wrapper:after{
    				background-color: rgba(0,0,0,0.3);
    				z-index: 1;
    			}
    		}*/ }
    .discover-legacy-slider-section .slick-list {
      margin-left: -65px;
      margin-right: -65px; }
    .discover-legacy-slider-section .slick-arrow {
      width: 60px; }
    .discover-legacy-slider-section .slick-prev-arrow {
      left: 25%; }
    .discover-legacy-slider-section .slick-next-arrow {
      right: 25%; } }
@media (min-width: 1200px) {
  .legacy-slider-container {
    max-height: 655px; }

  .discover-legacy-slider-section .slick-list {
    padding: 120px 0 150px; }
  .discover-legacy-slider-section .slick-next-arrow {
    right: 29%; }
  .discover-legacy-slider-section .slick-prev-arrow {
    left: 29%; }

  .legacy-slider__content {
    font-size: 14px;
    line-height: 21px; }

  /*.slider-card{
  	.bottom-img{
  		bottom: 9%;
  	}
  }*/ }
@media (min-width: 1600px) {
  .slider-card {
    height: 512px; }

  .legacy-content-wrapper {
    height: 372px; }
    .legacy-content-wrapper .milestone {
      padding: 10px 30px; }

  .slider-card-content-container {
    height: 372px;
    overflow-y: hidden; }

  .legacy-slider__heading {
    font-family: NotoSansDisplayExtraLight;
    font-size: 100px;
    padding: 18px 30px; }
  .legacy-slider__content {
    font-size: 21px;
    line-height: 30px;
    padding: 10px 30px 30px; }

  .discover-legacy-slider-section .slick-list {
    padding: 140px 0 160px; }
  .discover-legacy-slider-section .slick-arrow {
    width: 80px; }

  .legacy-slider-and-btn-container {
    padding-bottom: 380px; }

  .legacy-slider-container {
    max-height: 800px; }

  .legacy-slider__content {
    font-size: 16px;
    line-height: 22px; }

  .slider-dot {
    width: 9px;
    height: 9px; } }
@media (min-width: 1920px) {
  .legacy-slider-container {
    max-height: 1200px; }

  .slider-card {
    height: 546px; }

  .slider-card-content-container {
    height: 380px; }

  .legacy-content-wrapper {
    height: 385px; }
    .legacy-content-wrapper.d-flex-xl-end {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }

  .legacy-slider__heading {
    font-size: 124px; }

  .discover-legacy-slider-section .slick-next-arrow {
    right: 31%; }
  .discover-legacy-slider-section .slick-prev-arrow {
    left: 31%; }

  .moving-logo-container {
    width: 1500px;
    top: 75%; } }
.sk-ourlegacy-video {
  margin-top: 90px; }

/* legacy landing section */
.legacy-landing-section {
  /*height: 445px;
  padding-bottom: 80px;
  background-image: url('../images/aboutus/legacy/legacy-landing.jpg');*/ }

.ourlegacy-landing-section .embed-container iframe,
.ourlegacy-landing-section .ourlegacy-landing-section .embed-container object {
  top: 0; }
.ourlegacy-landing-section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

/* legacy conetnt style */
.legacy-tabs {
  margin: 10px 0 35px;
  position: relative;
  border: 0; }
  .legacy-tabs li {
    margin-right: 10px;
    padding: 0; }
    .legacy-tabs li a {
      padding: 11px 20px;
      display: block;
      border: 0;
      /*border-radius: 30px;*/
      background-color: white;
      color: black;
      border: 1px solid #ff8833; }
      .legacy-tabs li a:hover {
        background-color: #ff8833; }
    .legacy-tabs li.active a,
    .legacy-tabs li.active a:active,
    .legacy-tabs li.active a:focus,
    .legacy-tabs li.active a:hover {
      border: 0;
      background-color: #ff8833;
      color: #fff; }
  .legacy-tabs .toggle-tabs {
    display: none;
    position: absolute;
    right: 35px;
    top: 0; }
  .legacy-tabs .slick-arrow {
    top: 4px;
    font-size: 35px; }
    .legacy-tabs .slick-arrow.fa-angle-left {
      left: 15px; }
    .legacy-tabs .slick-arrow.fa-angle-right {
      right: 15px; }

.legacy-content-section {
  position: relative; }
  .legacy-content-section .tab-content {
    position: relative; }
  .legacy-content-section .tab-title {
    margin: 0 0 30px 0;
    font-size: 48px;
    font-family: NotoSansRegular;
    color: #c7c7c7; }
  .legacy-content-section .title {
    position: absolute;
    left: -72px;
    z-index: 11;
    font-size: 20px;
    font-family: NotoSansRegular;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .legacy-content-section .cn-title {
    left: -50px !important; }
  .legacy-content-section .ec-title {
    top: 112px !important;
    left: -96px; }
  .legacy-content-section .kr-milestones-title {
    left: -47px !important; }
  .legacy-content-section .be-title {
    left: -60px; }
  .legacy-content-section .cz-title {
    left: -47px; }
  .legacy-content-section .ma-awards-title {
    left: -155px !important; }
  .legacy-content-section .bo-milestones-title {
    left: -95px !important;
    top: 105px !important; }
  .legacy-content-section .bo-awards-title {
    left: -140px !important; }
  .legacy-content-section .be-fr-awards-title {
    left: -150px;
    top: 465px; }
  .legacy-content-section .milestones-title {
    top: -3%; }
  .legacy-content-section .ro-awards-title {
    left: -102px !important; }
  .legacy-content-section .ro-title {
    left: -52px !important; }
  .legacy-content-section .milestones-title.bg-legacy-title {
    top: 10px !important; }
  .legacy-content-section .awards-title.bg-awards-title {
    top: 415px !important; }
  .legacy-content-section .awards-title {
    top: 20%;
    left: -102px; }
  .legacy-content-section .cn-awards-title {
    left: -69px !important; }
  .legacy-content-section .jp-awards-title,
  .legacy-content-section .ec-awards-title {
    left: -135px; }
  .legacy-content-section .kr-awards-title {
    left: -65px !important; }
  .legacy-content-section .be-awards-title {
    left: -112px; }
  .legacy-content-section .pe-milestones-title {
    top: 90px !important;
    left: -95px !important; }
  .legacy-content-section .pe-awards-title {
    left: -140px !important; }
  .legacy-content-section .milestones {
    min-width: 286px;
    padding: 15px;
    display: table-cell;
    vertical-align: bottom; }
    .legacy-content-section .milestones .milestone {
      margin-bottom: 15px; }
      .legacy-content-section .milestones .milestone p {
        margin: 0; }
  .legacy-content-section .year {
    margin-bottom: 25px;
    position: relative;
    border-top: 2px solid;
    text-align: center; }
    .legacy-content-section .year:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: -6px;
      left: 50%;
      border-radius: 50%;
      content: "";
      background-color: #000; }
    .legacy-content-section .year span {
      padding: 3px 10px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: -20px;
      font-size: 20px;
      font-family: NotoSansRegular;
      background-color: #fff; }
  .legacy-content-section .achievements {
    min-height: 310px;
    padding: 15px; }
    .legacy-content-section .achievements .achievement {
      margin-bottom: 42px;
      font-size: 14px; }
      .legacy-content-section .achievements .achievement img {
        margin-bottom: 10px; }
      .legacy-content-section .achievements .achievement .image {
        margin-top: -50px; }
  .legacy-content-section .slick-arrow {
    height: 42px;
    width: 42px;
    display: block; }
    .legacy-content-section .slick-arrow:before {
      display: block;
      opacity: 1; }
    .legacy-content-section .slick-arrow.slick-prev {
      left: -38px; }
      .legacy-content-section .slick-arrow.slick-prev:before {
        content: url("../images/aboutus/legacy/back-1.png"); }
    .legacy-content-section .slick-arrow.slick-next {
      right: -38px; }
      .legacy-content-section .slick-arrow.slick-next:before {
        content: url("../images/aboutus/legacy/next-1.png"); }
  .legacy-content-section.legacy-slider-five .slick-arrow {
    top: 6.6%; }

@media (min-width: 768px) {
  .title.milestones-title.pt-legacy-label {
    left: -130px;
    top: 70px !important; }

  .title.awards-title.pt-legacy-label {
    left: -180px !important;
    top: 425px !important; } }
@media (min-width: 1024px) {
  .ourlegacy-landing-section.pt-legacy-video {
    margin-top: 100px; } }
@media (min-width: 768px) {
  .title.milestones-title.pt-legacy-label {
    left: -130px;
    top: 70px !important; }

  .title.awards-title.pt-legacy-label {
    left: -180px !important;
    top: 425px !important; } }
@media (min-width: 1024px) {
  .ourlegacy-landing-section.pt-legacy-video {
    margin-top: 100px; } }
@media (min-width: 1100px) {
  .sk-ourlegacy-video {
    margin-top: 105px; } }
@media (max-width: 768px) {
  .milestones-title.bg-legacy-title {
    top: 55px !important; } }
/* vision mission landing section */
.vision-mission-video {
  margin-top: 4%; }

.vision-mission-landing-section {
  background-image: url("../images/vision-mission/vision-mission-video-bg.jpg");
  height: 680px;
  position: relative;
  overflow: hidden;
  /* #video-controls {*/
  /* 	position: absolute;*/
  /* 	bottom: 115px;*/
  /* 	display: inline-flex;*/
  /* 	z-index: 1000;*/
  /* 	left: 14%;*/
  /* 	right: 0;*/
  /* 	padding: 5px;*/
  /* 	opacity: 1;*/
  /* 	-webkit-transition: opacity 0.3s;*/
  /* 	-moz-transition: opacity 0.3s;*/
  /* 	-o-transition: opacity 0.3s;*/
  /* 	-ms-transition: opacity 0.3s;*/
  /* 	transition: opacity 0.3s;*/
  /* 	background-color: transparent;*/
  /* }*/
  /*  video controls */ }
  .vision-mission-landing-section video {
    position: absolute;
    top: 26%;
    left: 50%;
    z-index: 10;
    min-width: 109%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -44%);
    transform: translate(-50%, -44%); }
  .vision-mission-landing-section #video-container {
    position: relative;
    top: 51%;
    left: 50%;
    min-width: 136%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -44%);
    transform: translate(-50%, -44%); }
  .vision-mission-landing-section #video-controls {
    position: absolute;
    /* bottom: 115px;*/
    display: inline-flex;
    z-index: 1000;
    left: 14%;
    right: 0;
    padding: 5px;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: transparent;
    top: 485px; }
  .vision-mission-landing-section #video-container:hover #video-controls {
    opacity: 0.9; }
  .vision-mission-landing-section button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #eee;
    border-radius: 3px; }
  .vision-mission-landing-section button:hover {
    cursor: pointer; }
  .vision-mission-landing-section #rangebar {
    width: 70%;
    padding-left: 2px; }
  .vision-mission-landing-section #mute {
    margin-left: 10px; }
  .vision-mission-landing-section #full-screen {
    margin-left: 10px; }
  .vision-mission-landing-section #volume-bar {
    width: 60px; }

.mission-content {
  position: relative; }
  .mission-content p {
    margin: 0 25px;
    font-size: 60px;
    line-height: 70px;
    font-family: NotoSansDisplayExtraLight; }
  .mission-content .mission-description {
    font-size: 120px;
    line-height: 1;
    font-family: NotoSansDisplayExtraLight; }
  .mission-content .sub-descp {
    position: absolute;
    bottom: -5%;
    left: 34%;
    font-size: 24px;
    line-height: 34px; }

.mission-head {
  font-size: 30px; }

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.come-in {
  transform: translateY(300px);
  animation: come-in 1.2s ease forwards; }

.swing-left {
  transform: translateX(300px);
  animation: swing-left 0.8s ease forwards; }

.swing-right {
  opacity: 0.3;
  transform: translateX(-300px);
  animation: swing-right 0.8s ease forwards; }

.desk-video-controls {
  position: absolute;
  bottom: 15%;
  left: 14%;
  font-size: 30px;
  color: white; }

.volume-up {
  display: none; }

.come-in:nth-child(odd) {
  animation-duration: 1.8s; }

.swing-left:nth-child(odd) {
  animation-duration: 0.6s; }

.swing-right:nth-child(odd) {
  animation-duration: 0.6s; }

.already-visible {
  transform: translateY(0);
  animation: none;
  opacity: 1; }

.our-values-slider .center {
  width: auto; }

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes swing-left {
  to {
    transform: translateX(0); } }
@keyframes swing-right {
  to {
    transform: translateX(0);
    opacity: 1; } }
/* about us section */
.aboutus-section {
  /*// background-color: #efefef;*/
  /*background-image: url("../images/vision-mission/Vision-Mission-bg.jpg");*/ }
  .aboutus-section .aboutus-content-wrapper {
    padding: 100px 130px 80px;
    /*color: #fff;*/
        /*.purple-text{
			color: #9629cc;
		}
		.pink-txt{
			color: #ff3377;
			}*/ }
    .aboutus-section .aboutus-content-wrapper h3 {
      margin: 0 25px;
      font-family: myriadProRegular;
      font-size: 38px;
      line-height: 48px; }
    .aboutus-section .aboutus-content-wrapper h1 {
      margin: 0 25px;
      font-family: NotoSansDisplayExtraLight;
      font-size: 60px;
      line-height: 70px; }
    .aboutus-section .aboutus-content-wrapper .aboutus-content {
      padding-bottom: 50px; }
    .aboutus-section .aboutus-content-wrapper .our-vision {
      color: #ff8833; }

/* vision mission section  */
.mission-vision-section .mission-vision-content {
  padding: 60px 20px;
  border-bottom: 1px solid #ccc; }
.mission-vision-section .title {
  font-family: myriadProBold;
  font-size: 64px; }
.mission-vision-section .text {
  font-size: 21px;
  line-height: 34px;
  font-family: myriadProRegular; }
.mission-vision-section .vision {
  color: #11b6ba; }
.mission-vision-section .mission {
  color: #479036; }

/* philosophy section */
.our-philosophy-section .philosophy-content {
  padding: 75px 20px; }
.our-philosophy-section .philosophy-title {
  margin: 0;
  font-family: myriadProBold;
  font-size: 51px;
  line-height: 54px; }
  .our-philosophy-section .philosophy-title.txt-red {
    color: #e1313a; }
.our-philosophy-section .philosophy-text {
  margin: 10px 0 20px 0;
  font-size: 21px;
  line-height: 32px; }

/* vision list */
.vision-list li:first-child p {
  border-top: 0; }
.vision-list p {
  margin: 0;
  padding: 15px 0;
  font-family: myriadProRegular;
  font-size: 18px;
  line-height: 30px;
  border-top: 1px solid #ddd; }
  .vision-list p img {
    width: 70px;
    margin-right: 5px;
    display: inline-block; }
  .vision-list p span {
    width: 73%;
    display: inline-block;
    vertical-align: middle; }

/* our values section section */
.value-row {
  display: flex; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.vision-mission-video {
  position: relative; }

.vision-mission-video .embed-container {
  /*background: black;*/
  padding-bottom: 56.25%; }

.our-values-section {
  margin-top: 60px; }
  .our-values-section .container-fluid {
    padding-right: 0; }
  .our-values-section .slick-slider {
    margin: 0; }
  .our-values-section .simple-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .our-values-section #slide1 {
    background-image: url("../images/vision-mission/human_green.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px; }
  .our-values-section #slide2 {
    background-image: url("../images/vision-mission/Impossible_pink.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px; }
  .our-values-section #slide3 {
    background-image: url("../images/vision-mission/Win_blue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px; }
  .our-values-section #slide4 {
    background-image: url("../images/vision-mission/team_red.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px; }
  .our-values-section #slide5 {
    background-image: url("../images/vision-mission/Agile_yellow.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px; }
  .our-values-section #slide6 {
    background-image: url("../images/vision-mission/simple_purple.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 555px; }
  .our-values-section .left-value-wrapper {
    margin: 0;
    padding-top: 40px;
    padding-right: 0; }
    .our-values-section .left-value-wrapper p {
      font-size: 30px;
      color: #fff;
      text-align: center; }
    .our-values-section .left-value-wrapper .image-top {
      padding-top: 30px; }
  .our-values-section .right-core-value-text {
    font-size: 20px;
    line-height: 30px;
    width: 400px;
        /*margin-left: 10%;
		margin-top: 6%;
		margin-bottom: 5%;
		padding: 190px 10px 150px 10px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    text-align: center; }
  .our-values-section .value-main {
    text-align: center;
    font-family: NotoSansDisplayExtraLight;
    font-size: 52px;
    color: #fff;
    line-height: 60px; }
  .our-values-section .slide {
    /*background-image: url("../images/vision-mission/value-1.jpg");*/
    background-color: #e5e5e5;
    background-size: cover;
    background-position: center center;
    color: #000;
    /*height: 750px;*/
    height: 555px; }
  .our-values-section .slick-slide {
    position: relative;
    overflow: hidden; }
  .our-values-section .core-values {
    position: absolute;
    width: 680px;
    height: 680px;
    top: -20px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.17);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    padding: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .our-values-section .core-values h5 {
      font-size: 18px;
      text-transform: uppercase;
      font-family: myriadProRegular; }
    .our-values-section .core-values h2 {
      font-size: 50px;
      line-height: 50px;
      margin: 10px 0 20px;
      font-family: myriadProBold; }
    .our-values-section .core-values .values-list {
      font-size: 20px;
      font-family: myriadProRegular; }
      .our-values-section .core-values .values-list li {
        padding: 15px 0;
        border-bottom: 1px solid #ccc; }
        .our-values-section .core-values .values-list li:last-child {
          border: 0; }
      .our-values-section .core-values .values-list p {
        margin: 0;
        font-family: NotoSansLight; }
  .our-values-section .slick-dots {
    top: 92%;
    left: -26%; }
    .our-values-section .slick-dots li {
      margin: 0 2px; }
      .our-values-section .slick-dots li button:before {
        font-size: 14px;
        color: #ddd;
        opacity: 1; }
      .our-values-section .slick-dots li.slick-active button:before {
        color: #000; }

/* environment-responsibility section */
.responsibility-section {
  padding: 50px 0 70px; }
  .responsibility-section .title {
    margin-bottom: 20px;
    font-family: myriadProBold;
    font-size: 48px; }
  .responsibility-section .environment-policy,
  .responsibility-section .responsibility {
    font-size: 18px;
    line-height: 28px; }
  .responsibility-section .responsibility-text {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
  .responsibility-section .responsiblity-list li {
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    .responsibility-section .responsiblity-list li p {
      margin: 0; }
  .responsibility-section .responsiblity-list img {
    margin: 0 auto; }

@media (min-width: 601px) {
  .our-values-section .value-main-mobile {
    display: none; } }
@media (min-width: 1600px) {
  .our-values-section .slick-dots {
    left: -24%;
    top: 91%; } }
@media (min-width: 1920px) {
  .our-values-section .slick-dots {
    left: -25%; }

  .our-values-slider .col-sm-6 {
    padding-right: 0;
    padding-left: 0; }
  .our-values-slider .our-values-slider-row {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 1366px) {
  .our-values-section .slick-dots {
    top: 90%; } }
@media (max-width: 1199px) {
  .our-values-section .left-value-wrapper {
    /*margin-left: 20%;*/
    margin: 0; }
  .our-values-section .slick-dots {
    left: -26%; }

  .aboutus-section .aboutus-content-wrapper {
    padding: 100px 15px 80px; }

  .mission-content .sub-descp {
    bottom: -8%; }
  .mission-content .mission-description {
    line-height: 0.9; } }
@media (max-width: 1024px) {
  .aboutus-section .aboutus-content-wrapper h1 {
    font-size: 45px;
    line-height: 58px; }

  .mission-head {
    font-size: 28px; }

  .mission-content .mission-description {
    font-size: 80px; }

  .mission-content p {
    font-size: 45px; }

  .mission-content .sub-descp {
    bottom: -16%;
    left: 30%;
    font-size: 20px;
    line-height: 30px; }

  .our-values-section .value-main {
    font-size: 60px; }

  .our-values-section .right-core-value-text {
    margin-left: 0; } }
@media (max-width: 992px) {
  .mission-content .sub-descp {
    bottom: -55%; }

  .our-values-section .left-value-wrapper {
    /*margin-left: 34%;*/
    margin: 0; }

  .our-values-section .simple-img {
    width: 100%; } }
@media (max-width: 800px) {
  .our-values-section .right-core-value-text {
    width: 300px;
    /*padding: 80px 10px 150px 10px;*/ }

  .our-values-section .slick-dots {
    left: -25%; } }
@media (max-width: 991px) {
  .aboutus-section .aboutus-content-wrapper {
    padding: 75px 4px 80px; } }
@media (max-width: 768px) {
  .embed-container {
    padding-bottom: 64.25% !important; }

  .breadcrumbs-wrapper {
    margin-top: -83px !important; }

  .desk-video-controls {
    bottom: 20%; }

  .spain-mission {
    margin-top: 15px; } }
@media (max-width: 767px) {
  .mission-content .sub-descp {
    margin-top: 20px;
    bottom: auto;
    left: auto; }

  .our-values-section .core-values {
    position: relative;
    border-radius: 0;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 35px;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .our-values-section {
        /*.right-core-value-text {
			width: auto;
			position: relative;
			}*/ }
    .our-values-section .left-value-wrapper {
      margin-left: 15px !important; }
    .our-values-section .container-fluid {
      padding-left: 0; }
    .our-values-section .slick-dots {
      left: auto;
      transform: translateX(-25%); }

  .aboutus-section .aboutus-content-wrapper {
    padding: 60px 20px 120px; }
    .aboutus-section .aboutus-content-wrapper .aboutus-content {
      padding-bottom: 30px; } }
@media (max-width: 600px) {
  .our-values-section .slick-dots li button:before {
    font-size: 14px;
    color: white;
    opacity: 1; }

  .mission-content .sub-descp {
    position: relative;
    left: auto;
    bottom: auto; }

  .aboutus-section .aboutus-content-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0; }

  .mission-content p {
    font-size: 40px; }

  .mission-content .mission-description {
    font-size: 60px;
    line-height: 0.9;
    margin: 20px 0 25px; }

  .aboutus-section .aboutus-content-wrapper {
    padding: 60px 0px 80px !important; }

  .mission-content p {
    margin: 0; }

  .our-values-section .left-value-wrapper {
    margin-left: 0; }

  .our-values-section .slick-dots li button:before {
    top: 19px;
    left: 50%; }

    /*.our-values-section .right-core-value-text {
		width: auto;
		padding: 0 10px 150px 10px;
		}*/
    /*.our-values-section .slide {
		height: 500px;
		}*/
  .our-values-section .left-value-wrapper {
    /*padding-top: 30px !important; */ }
    .our-values-section .left-value-wrapper p {
      font-size: 40px; }
  .our-values-section .value-main-mobile {
    text-align: center;
    font-size: 30px;
    font-family: NotoSansRegular;
    color: #fff;
    margin-top: 10%; }
  .our-values-section .value-main {
    display: none; }
  .our-values-section .slick-dots {
    transform: translateX(0%); } }
@media (max-width: 425px) {
  .our-values-section .slick-dots {
    top: 92%; }

  .our-values-section .left-value-wrapper {
    padding-top: 30px; }

  .our-values-section .slide {
    height: 440px; }

  .our-values-section {
    margin-top: 0; }
    .our-values-section .slick-dots {
      transform: translateX(0%); }

    /*.our-values-section .right-core-value-text {
			transform: translateY(70%);
			left: 0;
			}*/
  .our-values-section .left-value-wrapper .image-top {
    padding-top: 0; }

  .slick-dots {
    top: 100%; }

  .embed-container {
    padding-bottom: 72.25% !important; }

  .desk-video-controls {
    bottom: 27%; } }
@media (max-width: 375px) {
  .our-values-section .value-main-mobile {
    font-size: 27px; }

  .our-values-section .slick-dots {
    top: 92%; }

  .our-values-section .right-core-value-text {
    transform: translate(-10%, -25%); }

  .embed-container {
    padding-bottom: 99.25% !important; } }
@media (max-width: 425px) {
  .aboutus-section .aboutus-content-wrapper {
    padding: 50px 0px 80px !important; }

  .breadcrumbs-wrapper {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 350px) {
  .our-values-section .value-main-mobile {
    font-size: 24px; } }
@media (max-width: 320px) {
  .embed-container {
    padding-bottom: 75.25% !important; } }
/* vision mission landing section */
/*.vision-mission-landing-section {
	background-image: url("../images/vision-mission/vision-mission-video-bg.jpg");
	position: relative;
	overflow: hidden;
	background-color: black;
	top: -30px;
	.page-title-wrapper {
		position: relative;
		z-index: 10;
		top: 156px;
		padding: 0;
	}
	video {
		position: absolute;
		width: 1440px;
		margin: 0 auto;
		transform: translate(2.5%, -50%);
		top: 59%;
		}*/
/*  video controls */
/*#video-container {
		height: 800px;
		background-color: black;
		margin: 0 auto;
	}
	#video-controls {
		position: absolute;
		bottom: 115px;
		display: inline-flex;
		z-index: 1000;
		left: 14%;
		right: 0;
		padding: 5px;
		opacity: 1;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-ms-transition: opacity 0.3s;
		transition: opacity 0.3s;
		background-color: transparent;
	}
	#video-container:hover #video-controls {
		opacity: 0.9;
	}
	button {
		background: rgba(0, 0, 0, 0.5);
		border: 0;
		color: #eee;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	button:hover {
		cursor: pointer;
	}
	#rangebar {
		width: 70%;
		padding-left: 2px;
	}
	#mute {
		margin-left: 10px;
	}
	#full-screen {
		margin-left: 10px;
	}
	#volume-bar {
		width: 60px;
	}
	}*/
/* about us section */
/*.aboutus-section {
	margin-top: -30px;
	padding: 0 0 65px;
	background-color: #efefef;
	.aboutus-content-wrapper {
		padding: 0 130px;
		h4 {
			font-family: NotoSansRegular;
			font-size: 18px;
			text-transform: uppercase;
		}
		h3 {
			margin: 15px 25px;
			font-family: NotoSansRegular;
			font-size: 38px;
			line-height: 48px;
		}
		p {
			font-size: 16px;
			line-height: 26px;
		}
	}
	}*/
/* vision mission section  */
/*.mission-vision-section {
	.upl-content-wrapper {
		padding: 85px 28px;
		border-bottom: 1px solid #ccc;
	}
	.title {
		font-family: myriadProBold;
		font-size: 64px;
	}
	.text {
		font-size: 21px;
		line-height: 34px;
		font-family: NotoSansRegular;
	}
	.vision {
		color: #11b6ba;
	}
	.mission {
		color: #479036;
	}
	}*/
/* philosophy section */
/*.our-philosophy-section {
	.upl-content-wrapper {
		padding: 85px 28px;
	}
	.philosophy-title {
		margin: 0;
		font-family: myriadProBold;
		font-size: 51px;
		line-height: 54px;
		&.txt-red {
			color: #e1313a;
		}
	}
	.philosophy-text {
		margin: 10px 0 20px 0;
		font-size: 21px;
		line-height: 32px;
	}
	}*/
/* vision list */
/*.vision-list {
	li:first-child {
		p {
			border-top: 0;
		}
	}
	p {
		margin: 0;
		padding: 15px 0;
		font-family: NotoSansRegular;
		font-size: 18px;
		line-height: 30px;
		border-top: 1px solid #ddd;
		img {
			width: 70px;
			margin-right: 5px;
			display: inline-block;
		}
		span {
			width: 73%;
			display: inline-block;
			vertical-align: middle;
		}
	}
	}*/
/* our values section section */
/*.our-values-section {
	position: relative;
	.slide {
		background-image: url("../images/aboutus/core-values-bg.jpg");
		background-size: cover;
		background-position: center center;
		color: $white;
	}
	.slick-slide {
		position: relative;
		height: 640px;
		overflow: hidden;
	}
	.core-values {
		position: absolute;
		width: 680px;
		height: 680px;
		top: -20px;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.17);
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 50%;
		padding: 100px;
		left: 50%;
		transform: translateX(-50%);
		h5 {
			font-size: 18px;
			text-transform: uppercase;
			font-family: NotoSansRegular;
		}
		h2 {
			font-size: 50px;
			line-height: 50px;
			margin: 10px 0 20px;
			font-family: myriadProBold;
		}
		.values-list {
			font-size: 20px;
			font-family: NotoSansRegular;
			li {
				padding: 15px 0;
				border-bottom: 1px solid #ccc;
				&:last-child {
					border: 0;
				}
			}
			p {
				margin: 0;
				font-family: NotoSansLight;
			}
		}
	}
	.slick-dots {
		bottom: 30px;
	}
	}*/
/* environment-responsibility section */
/*.responsibility-section {
	padding: 35px 0 85px;
	.title {
		margin-bottom: 20px;
		font-family: myriadProBold;
		font-size: 48px;
	}
	.environment-policy,
	.responsibility {
		font-size: 18px;
		line-height: 28px;
	}
	.responsibility-text {
		margin: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.responsiblity-list {
		li {
			padding-top: 12px;
			padding-bottom: 15px;
			border-bottom: 1px solid #ccc;
			p {
				margin: 0;
			}
		}
		img {
			margin: 0 auto;
		}
	}
	}*/
/* products landing section */
.products-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/products/products-landing.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.products-landing-content {
  padding: 25px;
  /*background: $yellow-orange;*/
  color: #fff;
  top: 58%;
  left: 0;
  right: 47%;
  background: linear-gradient(to right, rgba(235, 71, 36, 0.8), rgba(197, 0, 183, 0.8)) !important; }
  .products-landing-content h3 {
    margin: 0;
    line-height: 34px; }

/* product filter section */
.product-filter-section {
  background-color: black;
  color: #fff; }
  .product-filter-section .products-filter {
    padding-top: 105px;
    padding-bottom: 70px; }
  .product-filter-section a {
    color: #fff; }
  .product-filter-section .bread-crumb {
    padding: 35px 0; }

/* products content section */
.products-section .panel-group .panel .products-heading h2.collapsed:after {
  content: ''; }
  .products-section .panel-group .panel .products-heading h2.collapsed:after h2:after {
    content: '\f107'; }

.products-section .panel-group .panel .products-heading {
  padding: 5px 0; }
  .products-section .panel-group .panel .products-heading:after {
    content: ''; }
  .products-section .panel-group .panel .products-heading h2 {
    position: relative; }
    .products-section .panel-group .panel .products-heading h2:after {
      position: absolute;
      right: 15px;
      top: 50%;
      font-family: 'FontAwesome';
      content: '\f107';
      font-size: 40px;
      transform: translateY(-35%); }
  .products-section .panel-group .panel .products-heading.collapsed:after {
    content: ''; }
  .products-section .panel-group .panel .products-heading.collapsed h2:after {
    content: '\f105'; }
.products-section .panel-group .panel + .panel {
  margin-top: 20px; }
.products-section .show-more-product .btn {
  margin: 0 18px;
  padding: 6px 18px 6px 18px;
  font-size: 14px;
  text-align: left;
  background: transparent; }
.products-section .show-more-product .showallbutton {
  margin: 0 18px;
  padding: 6px 18px 6px 27px !important;
  font-size: 14px;
  text-align: left;
  background: transparent; }
.products-section .show-more-product .bg-showallbutton {
  width: 150px; }
.products-section .show-more-product .fa-plus {
  margin-right: 8px;
  padding: 2px 4px;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #a4a4a4;
  text-align: center; }
.products-section .show-more-product .show-more-center {
  padding-left: 27px; }
.products-section .show-more-product .pl-showallbutton {
  padding: 6px 0 !important; }
.products-section .sk-show-more {
  display: flex;
  justify-content: center; }
  .products-section .sk-show-more .sk-btn {
    text-align: center !important;
    padding: 6px 0 !important; }
.products-section .view-btn {
  font-family: NotoSansRegular;
  font-size: 14px;
  /*color: #8fbe38 !important;*/
  color: #888888; }

.products-heading {
  margin: 40px auto;
  padding: 0; }
  .products-heading h2 {
    margin-top: 0;
    font-size: 48px;
    text-transform: uppercase;
    color: #000; }
    .products-heading h2 span {
      vertical-align: middle;
      margin-right: 14px; }
  .products-heading.heading-green {
    background-color: #f6faec;
    border-bottom: 4px solid #9aca42; }
  .products-heading.heading-sky-blue {
    background-color: #e8fafe;
    border-bottom: 4px solid #00bef2; }
  .products-heading.heading-orange {
    background-color: #fef1e8;
    border-bottom: 4px solid #f57921; }
  .products-heading.heading-lavender {
    background-color: #f8f6fb;
    border-bottom: 4px solid #8166ab; }
  .products-heading.heading-navy-blue {
    background-color: #e9ecf3;
    border-bottom: 4px solid #26408a; }

.products {
  padding: 20px 0 60px; }
  .products .product {
    height: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #d0d0d0; }
  .products .product-name {
    width: 175px;
    height: 148px;
    font-family: NotoSansDisplayBold !important;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 18px;
    padding: 0 6px;
    padding-top: 50px;
    text-align: center; }
    .products .product-name h3 {
      left: 6px;
      right: 6px;
      font-size: 18px;
      color: #ffffff;
      line-height: 22px;
      font-family: NotoSansDisplayBold !important;
      white-space: pre-line; }
  .products .target {
    font-family: NotoSansRegular;
    color: #888888;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 12px; }
  .products .product-info {
    text-align: left;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    font-family: NotoSansRegular;
    color: #000; }
    .products .product-info .product-ingrd {
      font-family: NotoSansRegular !important;
      text-align: left; }
  .products .product-desc {
    margin-left: 20px; }

.heading-green + .products .product .product-name {
  background-image: url("../images/products/HERBICIDES_leaf.png"); }

.heading-sky-blue + .products .product .product-name {
  background-image: url("../images/products/FUNGICIDES_leaf.png"); }

.heading-lavender + .products .product .product-name {
  background-image: url("../images/products/GROWTH_leaf.png"); }

.heading-orange + .products .product .product-name {
  background-image: url("../images/products/INSECTICIDES_leaf.png"); }

.heading-navy-blue + .products .product .product-name {
  background-image: url("../images/products/SOIL_leaf.png"); }

.product-target:last-child span,
.product-ingrd:last-child span {
  display: none; }

.products-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  margin-left: -50px; }
  .products-row:last-child .product {
    border: 0; }

.show-more-product {
  padding: 40px 0 20px;
  margin-left: -80px; }

/* accordion style */
.heading-green + .panel-collapse .product .product-name {
  background-image: url("../images/products/HERBICIDES_leaf.png"); }

.heading-sky-blue + .panel-collapse .product .product-name {
  background-image: url("../images/products/FUNGICIDES_leaf.png"); }

.heading-lavender + .panel-collapse .product .product-name {
  background-image: url("../images/products/GROWTH_leaf.png"); }

.heading-orange + .panel-collapse .product .product-name {
  background-image: url("../images/products/INSECTICIDES_leaf.png"); }

.heading-navy-blue + .panel-collapse .product .product-name {
  background-image: url("../images/products/SOIL_leaf.png"); }

.panel-group .panel .panel-heading.heading-green {
  background-color: #f6faec;
  border-bottom: 4px solid #9aca42; }
.panel-group .panel .panel-heading.heading-sky-blue {
  background-color: #e8fafe;
  border-bottom: 4px solid #00bef2; }
.panel-group .panel .panel-heading.heading-orange {
  background-color: #fef1e8;
  border-bottom: 4px solid #f57921; }
.panel-group .panel .panel-heading.heading-lavender {
  background-color: #f8f6fb;
  border-bottom: 4px solid #8166ab; }
.panel-group .panel .panel-heading.heading-navy-blue {
  background-color: #e9ecf3;
  border-bottom: 4px solid #26408a; }

@media (max-width: 425px) {
  .products-section .products-list .products-row .product-name {
    padding-top: 50px; }

  .products-section .show-more-product .showallbutton {
    margin-top: 14px; } }
@media (max-width: 375px) {
  .products-heading h2 span {
    margin-right: 20px; }

  .products-section .panel-group .panel .products-heading h2:after {
    right: -20px; } }
/* product details landing section */
.products-details-landing-section {
  position: relative;
  /*padding-bottom: 80px;*/
  /*background-image: url('../images/products/products-details-landing.jpg');*/ }
  .products-details-landing-section .product-banner-img {
    /*padding-bottom: 50px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -30px;
    width: auto;
    height: 180px; }
  .products-details-landing-section .page-titles-wrapper {
    /*padding: 20px 0 40px;*/ }
    .products-details-landing-section .page-titles-wrapper .page-titles {
      margin: 0;
      font-family: NotoSansLight;
      font-size: 36px;
      color: white !important;
      padding-bottom: 10px;
      margin-top: -125px; }
    .products-details-landing-section .page-titles-wrapper .ingredient-wt {
      /*margin-top: 10px;*/
      margin-bottom: 0;
      font-family: NotoSansRegular !important;
      font-size: 18px;
      color: white;
      text-transform: capitalize; }
    .products-details-landing-section .page-titles-wrapper .be-fr-ingredient-wt {
      text-transform: none; }
    .products-details-landing-section .page-titles-wrapper .ingredient-wt:after {
      content: "\00a0 \00a0\00a0 | \00a0"; }
    .products-details-landing-section .page-titles-wrapper .ingredient-wt:last-child:after {
      content: " "; }
  .products-details-landing-section .page-titles-wrapper.ro-page-titles-wrapper .ingredient-wt:after {
    content: "\00a0 \00a0\00a0 + \00a0"; }
  .products-details-landing-section .page-titles-wrapper.ro-page-titles-wrapper .ingredient-wt:last-child:after {
    content: ""; }
  .products-details-landing-section .sk-page-titles-wrapper {
    position: absolute;
    bottom: 10px; }
    .products-details-landing-section .sk-page-titles-wrapper .sk-product-detail-title {
      margin: 0;
      font-family: NotoSansLight;
      font-size: 36px;
      color: white !important;
      padding-bottom: 10px;
      margin-top: -125px; }

.quantity-unit-formulation-wrapper p,
.quantity-unit-formulation-wrapper h1,
.quantity-unit-formulation-wrapper h2,
.quantity-unit-formulation-wrapper h3,
.quantity-unit-formulation-wrapper h4,
.quantity-unit-formulation-wrapper h5,
.quantity-unit-formulation-wrapper h6,
.quantity-unit-formulation-wrapper article,
.quantity-unit-formulation-wrapper td,
.quantity-unit-formulation-wrapper tr,
.quantity-unit-formulation-wrapper sub,
.quantity-unit-formulation-wrapper sub {
  margin: 0;
  display: inline-block; }

.products-section {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px; }
  .products-section .right-side-core-value-text {
    font-size: 20px;
    line-height: 30px;
    color: #000; }
    .products-section .right-side-core-value-text .product-text {
      margin-top: -35px;
      margin-bottom: 45px;
      font-size: 18px;
      line-height: 30px;
      font-family: NotoSansRegular; }
    .products-section .right-side-core-value-text .client-text {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 24px;
      font-family: NotoSansRegular; }
    .products-section .right-side-core-value-text .testimonial-text {
      font-size: 30px;
      font-family: NotoSansRegular; }
    .products-section .right-side-core-value-text .country-text {
      font-size: 16px;
      line-height: 24px;
      font-family: NotoSansRegular; }
  .products-section .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 32%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  .products-section .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 32%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  .products-section .our-value-slider .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  .products-section .our-value-slider .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }

.clients-slider .slick-slide {
  height: auto; }
.clients-slider .slick-list {
  height: auto !important; }

.product-detail-testimo-sec {
  padding: 0 0 80px; }
  .product-detail-testimo-sec .client-testimonials-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    font-family: NotoSansLight; }
  .product-detail-testimo-sec .product-text {
    margin: 0 0 20px !important; }
  .product-detail-testimo-sec .product-text, .product-detail-testimo-sec .client-text, .product-detail-testimo-sec .country-text {
    font-size: 14px !important;
    line-height: 30px;
    font-family: NotoSansRegular; }
  .product-detail-testimo-sec .client-text {
    font-weight: bold; }
  .product-detail-testimo-sec .our-value-slider-row {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-detail-testimo-sec .testimonials-img {
    width: auto;
    margin: auto; }
  .product-detail-testimo-sec .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  .product-detail-testimo-sec .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }
  .product-detail-testimo-sec .slick-prev {
    top: 50%;
    color: #000; }
  .product-detail-testimo-sec .slick-next {
    top: 50%;
    color: #000; }
  .product-detail-testimo-sec .slick-dots {
    bottom: -50px;
    opacity: 0.8; }
    .product-detail-testimo-sec .slick-dots li button::before {
      font-size: 14px; }

/* white wrapper */
.product-white-wrapper {
  width: 94%;
  margin: 0 auto;
  background-color: #fff; }

/* backlink */
.backlink {
  margin-top: -85px;
  padding: 25px 0 20px;
  font-family: NotoSansRegular;
  margin-right: -430px;
  float: right; }
  .backlink .fa {
    font-size: 28px;
    margin-right: 14px;
    vertical-align: sub; }
  .backlink a {
    color: black; }

/* product details content */
.products-details-landing-section .sk-product-banner-img {
  padding-bottom: 0 !important; }

.product-details-section p {
  margin: 0;
  line-height: 27px; }
.product-details-section li {
  line-height: 27px; }
.product-details-section a {
  color: #000; }
.product-details-section h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: NotoSansRegular; }
.product-details-section .top-border {
  border-top: 1px solid #ccc; }
.product-details-section .gray-box {
  height: 400px;
  width: 100%;
  background-color: #e4e4e4; }
.product-details-section .pbox-title {
  margin: 0 0 15px;
  padding-bottom: 10px;
  font-family: NotoSansRegular;
  color: #000;
  font-size: 24px; }
.product-details-section .key-labeled-crops {
  font-family: NotoSansRegular; }
.product-details-section .product-image.left-pbox {
  padding-top: 0; }
.product-details-section .xactive {
  border: none; }
.product-details-section .left-pbox {
  padding: 25px 0;
        /*li {
			line-height: 17px;
    		margin-bottom: 11px;
    		}*/ }
  .product-details-section .left-pbox .pbox-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    text-transform: capitalize; }
  .product-details-section .left-pbox .crop-row {
    font-size: 14px;
    font-family: NotoSansLight !important;
    line-height: 17px;
    margin-bottom: 11px; }
  .product-details-section .left-pbox .target-row {
    font-size: 14px;
    font-family: NotoSansLight !important;
    line-height: 17px;
    margin-bottom: 11px; }
  .product-details-section .left-pbox .show-crop-btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #ff8833;
    text-align: right;
    margin-left: -12px; }
    .product-details-section .left-pbox .show-crop-btn:hover, .product-details-section .left-pbox .show-crop-btn:focus {
      color: #ff8833 !important; }
  .product-details-section .left-pbox .show-target-btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #ff8833;
    text-align: right;
    margin-left: -12px;
    font-family: NotoSansRegular; }
    .product-details-section .left-pbox .show-target-btn:hover, .product-details-section .left-pbox .show-target-btn:focus {
      color: #ff8833 !important; }
  .product-details-section .left-pbox img {
    box-shadow: none; }
.product-details-section .right-pbox {
  padding: 0 0 35px; }
  .product-details-section .right-pbox .pbox-title {
    border-bottom: 1px solid #9aca42;
    font-size: 22px;
    color: #9aca42; }
  .product-details-section .right-pbox h2 {
    margin: 0 0 15px;
    font-family: NotoSansRegular; }
  .product-details-section .right-pbox ul {
    padding-left: 18px; }
.product-details-section .product-title {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #9aca42; }
  .product-details-section .product-title h4 {
    margin: 20px 0 5px;
    font-size: 15px;
    font-family: NotoSansDisplay-ExtraLight !important; }
  .product-details-section .product-title .inner-right-col {
    text-align: right; }
  .product-details-section .product-title.mob {
    margin-bottom: 20px;
    padding: 20px 0;
    display: none; }
.product-details-section .product-name {
  height: 154px;
  width: 183px;
  padding: 10px; }
  .product-details-section .product-name h3 {
    left: 10px;
    right: 10px;
    font-size: 18px;
    line-height: 22px; }
.product-details-section .ingredient-wt {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: NotoSansRegular;
  font-size: 24px; }
.product-details-section .product-info {
  padding-top: 25px; }
.product-details-section .downloads {
  margin-top: 27px; }
  .product-details-section .downloads .pbox-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #000 !important; }
  .product-details-section .downloads ul {
    padding: 25px 0; }
  .product-details-section .downloads li {
    margin-bottom: 18px; }
    .product-details-section .downloads li p {
      margin-left: 40px;
      word-wrap: break-word;
      /*margin-bottom: 18px;*/
      cursor: pointer; }
    .product-details-section .downloads li .pull-left {
      margin-right: 15px; }
.product-details-section .more-resources p {
  margin-bottom: 15px;
  word-wrap: break-word; }
  .product-details-section .more-resources p:last-child {
    margin-bottom: 0; }
.product-details-section .registration-information h5 {
  margin-top: 0;
  font-size: 16px;
  color: #292929;
  font-family: NotoSansRegular; }
.product-details-section .panel-group {
  margin-top: 20px; }
  .product-details-section .panel-group .panel .panel-body {
    border-top: 0;
    padding: 0; }
  .product-details-section .panel-group .panel .panel-heading {
    padding: 0; }
    .product-details-section .panel-group .panel .panel-heading:after {
      color: #8e8e8e; }
.product-details-section.herbicide .product-name {
  background-image: url("../images/products/HERBICIDES_leaf.png"); }
.product-details-section.herbicide .right-pbox .pbox-title {
  border-bottom: 1px solid #9aca42;
  color: #9aca42; }
.product-details-section.herbicide .product-title {
  border-bottom: 1px solid #9aca42; }
.product-details-section.insecticide .product-name {
  background-image: url("../images/products/INSECTICIDES_leaf.png"); }
.product-details-section.insecticide .right-pbox .pbox-title {
  border-bottom: 1px solid #f57921;
  color: #f57921; }
.product-details-section.insecticide .product-title {
  border-bottom: 1px solid #f57921; }
.product-details-section.plant_growth_regulator .product-name {
  background-image: url("../images/products/GROWTH_leaf.png"); }
.product-details-section.plant_growth_regulator .right-pbox .pbox-title {
  border-bottom: 1px solid #8166ab;
  color: #8166ab; }
.product-details-section.plant_growth_regulator .product-title {
  border-bottom: 1px solid #8166ab; }
.product-details-section.soil_conditioner .product-name {
  background-image: url("../images/products/SOIL_leaf.png"); }
.product-details-section.soil_conditioner .right-pbox .pbox-title {
  border-bottom: 1px solid #26408a;
  color: #26408a; }
.product-details-section.soil_conditioner .product-title {
  border-bottom: 1px solid #26408a; }
.product-details-section.fungicide .product-name {
  background-image: url("../images/products/FUNGICIDES_leaf.png"); }
.product-details-section.fungicide .right-pbox .pbox-title {
  border-bottom: 1px solid #00bef2;
  color: #00bef2; }
.product-details-section.fungicide .product-title {
  border-bottom: 1px solid #00bef2; }
.product-details-section .slick-dots li.slick-active button:before {
  color: #ff8833; }
.product-details-section .slick-dots {
  position: absolute;
  bottom: -8px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
.product-details-section .carousel-indicator {
  bottom: 8px; }
  .product-details-section .carousel-indicator .carousel-nav,
  .product-details-section .carousel-indicator .active {
    width: 12px;
    height: 12px;
    margin: 3px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.41); }
  .product-details-section .carousel-indicator .active {
    background-color: #fff; }

/*RTE styling start*/
.html-render span {
  font-family: inherit !important;
  font-size: inherit !important; }
.html-render b {
  font-family: NotoSansBold !important;
  font-size: inherit !important; }
.html-render p,
.html-render h1,
.html-render h2,
.html-render h3,
.html-render h4,
.html-render h5,
.html-render h6,
.html-render small,
.html-render strong,
.html-render i,
.html-render em,
.html-render sub,
.html-render sup,
.html-render article,
.html-render a,
.html-render iframe,
.html-render table,
.html-render img,
.html-render font {
  overflow: hidden;
  max-width: 100% !important; }
.html-render table {
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important; }

@media (max-width: 768px) {
  .html-render table {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
    border-block: none; } }
/*RTE styling end*/
.slider-image-container .slick-track {
  margin-left: 0 !important; }

.slider-image-container .slick-dots li.slick-active button:before {
  color: #ff8833 !important; }

.product-details-section .right-pbox .slider-image-container ul {
  padding-right: 10%;
  overflow: visible; }

.slider-image-container {
  padding: 0 0 5% 0; }

.additional-info-img {
  max-width: 100%; }

.slider-image-container .slick-slide img {
  display: inline-block !important; }

@media (min-width: 768px) {
  .product-detail-testimo-sec .client-testimonials-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px; }

  .action-info .slider-image-container .slick-dots {
    padding-right: 10% !important; }

  .product-details-section .right-pbox .slider-image-container ul {
    padding-right: 10%; }

  .slider-image-container {
    padding: 0 5% 5% 5%; }

  .slider-image-container .slick-track {
    margin-left: 0 !important; }

  .products-details-landing-section .sk-page-titles-wrapper .sk-product-detail-title {
    margin-top: -125px !important; } }
@media (min-width: 900px) {
  .products-details-landing-section .product-banner-img {
    width: 100%; } }
.our-value-slider .slick-dots li.slick-active button:before {
  color: #ff8833; }
.our-value-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
.our-value-slider .carousel-indicator {
  bottom: 8px; }
  .our-value-slider .carousel-indicator .carousel-nav,
  .our-value-slider .carousel-indicator .active {
    width: 12px;
    height: 12px;
    margin: 3px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.41); }
  .our-value-slider .carousel-indicator .active {
    background-color: #fff; }

/* portfolio details landing section */
.portfolio-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/products/products-details-landing.jpg"); }

/* portfolio section */
.portfolio-section h4 {
  font-weight: bold; }
.portfolio-section .portfolio-details-table {
  padding: 50px 150px 100px; }
  .portfolio-section .portfolio-details-table table {
    width: 100%; }
    .portfolio-section .portfolio-details-table table td {
      padding: 10px 0;
      border-bottom: 1px solid #eeeded; }
      .portfolio-section .portfolio-details-table table td p {
        font-size: 18px;
        margin: 0;
        color: #000; }
        .portfolio-section .portfolio-details-table table td p:hover {
          font-weight: bold; }
    .portfolio-section .portfolio-details-table table .portfolio-name {
      padding-left: 60px; }

/* careers landing section */
.careers-landing-section {
  padding-bottom: 46px;
  background-image: url("../images/careers/career-landing.jpg"); }
  .careers-landing-section .careers-landing-content {
    padding: 25px;
    /*background: $yellow-orange;
    color: $white;*/
    color: #fff;
    top: 58%;
    left: 0;
    right: 47%;
    background: linear-gradient(to right, rgba(235, 71, 36, 0.8), rgba(197, 0, 183, 0.8)) !important; }
    .careers-landing-section .careers-landing-content h3 {
      margin: 0;
      line-height: 34px; }

/* careers content section */
.careers-content-section {
  padding: 30px 0 80px;
  font-size: 14px;
  color: #fff; }
  .careers-content-section .upl-content-wrapper {
    padding-bottom: 2px; }
    .careers-content-section .upl-content-wrapper:first-child .careers-col {
      height: 500px; }
    .careers-content-section .upl-content-wrapper:nth-child(2) .careers-col {
      height: 540px; }
    .careers-content-section .upl-content-wrapper:nth-child(3) .careers-col {
      height: 580px; }
  .careers-content-section .careers-col > div {
    position: relative;
    height: 100%; }
  .careers-content-section .left-col {
    padding-right: 1px; }
  .careers-content-section .right-col {
    padding-left: 1px; }
  .careers-content-section .careers-title {
    margin: 0 0 5px;
    font-size: 38px;
    font-family: NotoSansRegular; }
  .careers-content-section .black-layer {
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.54); }
  .careers-content-section .careers-video-col {
    overflow: hidden;
    background-color: #000; }
    .careers-content-section .careers-video-col iframe {
      height: 325px; }
  .careers-content-section .careers-certification {
    padding: 80px;
    background-color: #565656; }
    .careers-content-section .careers-certification p {
      font-size: 20px; }
  .careers-content-section .certification-title {
    margin: 0 0 20px;
    font-size: 34px;
    font-family: NotoSansRegular; }
  .careers-content-section .certification-slider {
    margin-top: 30px; }
    .careers-content-section .certification-slider .slide {
      padding: 8px; }
    .careers-content-section .certification-slider img {
      margin: 0 auto; }
    .careers-content-section .certification-slider .slick-arrow {
      position: absolute;
      top: 38%;
      font-size: 40px; }
      .careers-content-section .certification-slider .slick-arrow.fa-angle-left {
        left: -25px; }
      .careers-content-section .certification-slider .slick-arrow.fa-angle-right {
        right: -25px; }
  .careers-content-section .careers-form {
    padding: 40px 20px 30px;
    background-color: #f71b49;
    color: #fff; }
    .careers-content-section .careers-form .careers-title {
      margin-bottom: 25px; }
  .careers-content-section .form-row .form-group {
    margin-bottom: 30px;
    padding: 0; }
    .careers-content-section .form-row .form-group span {
      margin-left: 15px;
      display: inline-block;
      font-family: NotoSansRegular; }
  .careers-content-section .form-row .left-col {
    padding-right: 8px; }
  .careers-content-section .form-row .right-col {
    padding-left: 8px; }
  .careers-content-section .form-row .form-control {
    border: 0;
    border-bottom: 1px solid rgba(107, 107, 107, 0.42);
    border-radius: 0;
    box-shadow: none;
    font-size: inherit;
    background-color: transparent;
    color: #fff; }
    .careers-content-section .form-row .form-control:focus {
      outline: none;
      box-shadow: none; }
  .careers-content-section .form-row .error {
    margin: 0;
    font-size: 14px;
    color: #000; }
  .careers-content-section .form-row .instruction {
    padding: 8px 10px 0;
    ont-size: 14px; }
  .careers-content-section .form-row .btn {
    padding: 7px 26px;
    font-family: NotoSansRegular;
    ont-size: 14px; }
  .careers-content-section .form-row ::-webkit-input-placeholder {
    color: #fff; }
  .careers-content-section .form-row ::-moz-placeholder {
    color: #fff; }
  .careers-content-section .form-row :-ms-input-placeholder {
    color: #fff; }
  .careers-content-section .form-row :-moz-placeholder {
    color: #fff; }
  .careers-content-section .linkedin-div p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .careers-content-section .linkedin-div a {
    margin-left: 15px; }
  .careers-content-section .linkedin-div img {
    height: 22px;
    margin-bottom: 2px; }
  .careers-content-section .careers-hr-team {
    background-image: url("../images/careers/global_HR_Team.jpg"); }
  .careers-content-section .careers-fun-col {
    padding: 0; }
  .careers-content-section .careers-fun-slider {
    height: 100%; }
    .careers-content-section .careers-fun-slider .slick-list,
    .careers-content-section .careers-fun-slider .slick-track,
    .careers-content-section .careers-fun-slider .slide {
      height: 100%; }
    .careers-content-section .careers-fun-slider .slide {
      position: relative;
      background-size: cover;
      background-position: center center; }
    .careers-content-section .careers-fun-slider .slide-one {
      background-image: url("../images/careers/careers-fun-at-work-1.jpg"); }
    .careers-content-section .careers-fun-slider .slide-two {
      background-image: url("../images/careers/careers-fun-at-work-2.jpg"); }
    .careers-content-section .careers-fun-slider .slide-three {
      background-image: url("../images/careers/careers-fun-at-work-3.jpg"); }
    .careers-content-section .careers-fun-slider .slide-four {
      background-image: url("../images/careers/careers-fun-at-work-4.jpg"); }
    .careers-content-section .careers-fun-slider .slick-arrow {
      padding: 1px 14px;
      position: absolute;
      top: 40%;
      border: 3px solid #fff;
      border-radius: 50%;
      font-size: 42px; }
      .careers-content-section .careers-fun-slider .slick-arrow.fa-angle-left {
        left: 25px; }
      .careers-content-section .careers-fun-slider .slick-arrow.fa-angle-right {
        right: 25px; }

/* News landing section */
.news-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/news/news-landing.jpg"); }

/*Event slider pdf icon styling*/
.events-slider .red-link img {
  display: inline; }

/* events section */
.events-section {
  padding: 50px 0 60px; }
  .events-section .breadcrumbs-wrapper {
    margin-bottom: 30px; }
  .events-section .event-info-wrapper {
    height: 330px;
    padding: 20px;
    position: relative;
    color: #fff; }
    .events-section .event-info-wrapper h3 {
      margin: 0 0 20px;
      padding: 10px 20px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      font-size: 24px;
      font-family: NotoSansRegular;
      text-transform: uppercase;
      background-color: #ff8833; }
  .events-section .event-info {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.7); }
    .events-section .event-info h4 {
      margin: 0 0 5px;
      font-size: 22px;
      font-family: NotoSansRegular; }
    .events-section .event-info p {
      margin-bottom: 5px; }
  .events-section .events-slider .slide {
    padding: 3px 1.5px 0; }
  .events-section .events-slider .event-imgdiv {
    height: 102px;
    overflow: hidden; }
    .events-section .events-slider .event-imgdiv img {
      width: 100%;
      height: 100%; }
  .events-section .events-slider .slick-arrow {
    font-size: 40px;
    color: #fff;
    top: 10%; }
    .events-section .events-slider .slick-arrow.fa-angle-left {
      left: 10px; }
    .events-section .events-slider .slick-arrow.fa-angle-right {
      right: 10px; }
  .events-section .events-slider .event-title {
    margin: 10px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: NotoSansRegular; }
  .events-section .events-slider .event-date {
    margin: 0 0 5px;
    color: #888; }
  .events-section .event-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .events-section sup {
    left: -3px; }

.main-events .event-wrapper .col-sm-7 {
  padding-right: 0;
  padding-left: 0; }
.main-events .section-heading {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 0; }
.main-events .img-section {
  padding-right: 3px;
  padding-left: 0; }
  .main-events .img-section .event-main-img {
    width: 695px;
    height: 390px;
    margin-left: 0;
    margin-top: 0; }
.main-events .img-sections img {
  width: 695px;
  height: 390px;
  margin-left: 0;
  margin-top: 0; }
.main-events .black-section {
  height: 289px;
  padding-right: 0;
  padding-left: 0;
  margin-left: -3px; }
.main-events .event-black-div {
  background-color: black;
  width: 455px;
  height: 390px;
  padding: 50px 20px 20px;
  margin-top: 0; }
  .main-events .event-black-div .read-main-news {
    font-size: 30px;
    color: white;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 2px 10px; }
.main-events .location {
  padding-bottom: 20px;
  margin-top: -10px;
  color: white;
  font-size: 14px;
  font-family: NotoSansLight; }

.read-more-text .fa-angle-double-right {
  font-size: 24px;
  color: dimgray;
  border-style: solid;
  border-width: 1px;
  border-color: dimgray;
  padding: 0 5px; }

.main-events .event-wrapper {
  padding-bottom: 120px; }

.news .event-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px; }
.news .event-pr {
  padding-left: 0; }
.news .main_news .main-news-description {
  background-color: #000000; }
  .news .main_news .main-news-description p {
    color: white; }
.news .sub-event-title {
  color: black;
  font-family: NotoSansRegular;
  font-size: 16px; }
.news .sub-event-date {
  padding-top: 20px; }
.news .sub-event-description {
  font-family: NotoSansRegular; }
.news .read-more-text {
  padding-bottom: 50px; }
.news .location {
  color: black;
  font-size: 14px;
  font-family: NotoSansLight;
  margin-bottom: 20px; }

/* news section */
.news-section {
  padding: 0; }
  .news-section .news-sec-mobile {
    display: none; }
  .news-section .panel-group .panel {
    border-bottom: 1px solid #dcdcdc; }
  .news-section .pdf-icon {
    width: auto; }
  .news-section .middle-col {
    padding: 0 9.5px; }
  .news-section .title {
    margin: 0 0 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4c4c4c;
    font-size: 32px;
    font-family: NotoSansRegular; }
  .news-section img {
    width: 100%; }
  .news-section .news-title {
    margin: 25px 0 10px;
    font-size: 18px;
    line-height: 23px;
    font-family: NotoSansRegular; }
  .news-section .news-date {
    margin: 0 0 8px;
    font-family: NotoSansRegular;
    font-size: 14px;
    font-family: NotoSansLight; }
  .news-section .news-sec-desktop .red-link {
    padding-right: 10px; }

.short-news {
  margin-top: 50px; }
  .short-news li {
    margin-bottom: 50px; }
  .short-news p {
    font-family: NotoSansRegular;
    font-size: 14px;
    line-height: 22px; }
  .short-news .short-news-date {
    margin-bottom: 0;
    font-family: NotoSansLight;
    color: #969696; }

.technical-updates-record {
  display: flex;
  flex-wrap: wrap; }

.events-list-div {
  display: flex;
  flex-wrap: wrap; }

.technical-updates {
  padding-top: 30px; }
  .technical-updates .section-heading {
    padding-bottom: 30px;
    margin-left: 10px; }
  .technical-updates .technical-wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px; }
  .technical-updates .event-wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px; }
  .technical-updates .technical-title {
    padding-top: 20px;
    color: black;
    font-family: NotoSansRegular;
    font-size: 16px;
    text-transform: capitalize; }
  .technical-updates .technical-description {
    color: black;
    font-size: 14px;
    font-family: NotoSansRegular;
    padding-bottom: 20px; }
  .technical-updates .short-news-date {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-family: NotoSansRegular; }
  .technical-updates .read-more-text {
    padding-bottom: 50px; }
  .technical-updates .simple_pagination ul li > a {
    padding: 0px 8px;
    border: 0;
    border-left: 1px solid #cccccc;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: NotoSansRegular !important;
    color: black; }
  .technical-updates .simple_pagination ul li.active > span {
    padding: 0px 8px;
    border: 0;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: NotoSansLight !important;
    border-left: 1px solid #cccccc;
    color: gray;
    cursor: pointer;
    background-color: white;
    text-decoration: underline; }

.sign-up {
  padding-top: 30px;
  padding-bottom: 80px; }
  .sign-up .sign-up-heading {
    color: #ff8833;
    font-family: NotoSansLight;
    padding-bottom: 10px; }
  .sign-up .sign-up-description {
    font-family: NotoSansRegular;
    font-size: 16px;
    line-height: 24px; }
  .sign-up .subscribe-div {
    padding-top: 90px; }
    .sign-up .subscribe-div .subscribe-btn {
      border-radius: 0;
      background-color: #ff8833;
      width: 30%; }
      .sign-up .subscribe-div .subscribe-btn a {
        color: #ffffff;
        font-family: NotoSansRegular;
        font-size: 20px;
        padding: 22px 22px 22px 0; }

/* News landing section */
.news-landing-section.pt-events-banner,
.contact-landing-section {
  padding-bottom: 0px !important;
  margin-top: 77px; }

.news-wrapper.kr-news-wrapper img {
  max-width: 100% !important;
  width: auto !important; }

.news-back {
  background-color: transparent !important; }

.news-pr-landing {
  padding-bottom: 80px;
  background-image: url("../images/news-pr/news-landing.jpg"); }

.news-pr-sec {
  background-color: transparent !important; }

.news-list {
  background-color: transparent !important; }

.news-sec {
  background-image: url("../images/blog/blog-top.jpg");
  padding-bottom: 50px; }
  .news-sec .breadcrumbs-wrapper {
    padding: 10px;
    color: white; }
    .news-sec .breadcrumbs-wrapper .breadcrumbs a {
      color: white; }
  .news-sec .news-search .arrow-left {
    padding-right: 8px;
    margin-left: 0; }
  .news-sec .news-search ::placeholder {
    color: #ffffff; }
  .news-sec .news-search .easy-autocomplete-container ul {
    background: rgba(255, 255, 255, 0.8); }
  .news-sec .search-div {
    margin: 0;
    padding-bottom: 15px;
    font-family: NotoSansRegular;
    font-size: 34px;
    color: #fff; }
  .news-sec .section-heading {
    margin: 0 0 30px; }
  .news-sec .form-control {
    height: 50px;
    border: 1px solid #d8d8d8;
    font-family: NotoSansRegular;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
    color: white;
    border-radius: 0; }
    .news-sec .form-control option {
      color: black; }
  .news-sec select::-ms-expand {
    display: none !important; }
  .news-sec select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: "" !important;
    appearance: none; }
  .news-sec .select-group:after {
    content: "\203A";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 43%;
    right: -15px;
    z-index: 1;
    border: none;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    transform: rotate(89deg);
    font-size: 35px; }
  .news-sec .select-group select:disabled {
    background-color: transparent; }

.news-months-details .panel {
  border-bottom: none !important; }

.news-section {
  padding-bottom: 50px;
  padding-top: 30px; }
  .news-section .news-name {
    font-size: 16px;
    font-family: NotoSansRegular; }
  .news-section .news {
    display: flex;
    flex-wrap: wrap; }

.news-wrapper {
  padding-bottom: 20px !important; }
  .news-wrapper .blog-info {
    color: #000;
    font-family: NotoSansLight !important; }
  .news-wrapper p {
    color: #000 !important;
    font-family: NotoSansLight !important; }
  .news-wrapper h3 {
    color: #000 !important;
    font-family: NotoSansLight !important; }
  .news-wrapper li {
    color: #000 !important;
    font-family: NotoSansLight !important; }
  .news-wrapper img {
    width: 100%; }

.news-months-details .all-news {
  font-family: NotoSansRegular;
  font-size: 16px; }
.news-months-details .list-years {
  list-style: none; }
.news-months-details .months {
  color: black;
  font-size: 14px;
  font-family: NotoSansRegular;
  list-style: none; }
  .news-months-details .months a {
    color: black; }
.news-months-details .panel-group .panel-collapse .panel-body.active a {
  color: #ff8833; }
.news-months-details .panel-group .panel-heading {
  border-bottom: 1px solid #696969;
  cursor: pointer; }
.news-months-details .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf; }

.panel-group .panel .panel-heading {
  border: none;
  background-color: transparent;
  cursor: pointer; }
.panel-group .panel .years {
  border-bottom: 1px solid #696969; }
  .panel-group .panel .years h4 {
    font-family: NotoSansRegular;
    font-size: 16px; }
.panel-group .all-years {
  padding-top: 10px;
  list-style: none; }
  .panel-group .all-years li a {
    color: #000000;
    font-family: NotoSansLight;
    font-size: 14px; }

.description-wrapper p {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 24px !important;
  margin-top: -7px; }

.short-description {
  font-size: 12px; }

.fa-angle-double-right {
  font-size: 24px;
  color: #696969;
  border-style: solid;
  border-width: 1px;
  border-color: #696969;
  padding: 0 5px; }

.top-news {
  padding-bottom: 30px; }

.news-landing-section {
  padding-bottom: 10%;
  display: block; }
  .news-landing-section .page-title {
    padding-top: 100px;
    font-size: 30px; }

.news-content {
  font-size: 16px; }
  .news-content .nav-pills > li.active > a,
  .news-content .nav-pills > li.active > a:focus,
  .news-content .nav-pills > li.active > a:hover {
    color: black;
    background-color: #fff;
    font-weight: bold; }
  .news-content .nav-pills > li > a:hover {
    font-weight: bold; }
  .news-content .nav-pills > li {
    font-weight: bold;
    padding-right: 75px; }
  .news-content .nav > li > a {
    padding: 10px 0; }
  .news-content a {
    color: black; }
  .news-content .nav {
    margin-top: 12px; }
  .news-content .short-description {
    padding-top: 5px;
    font-size: 14px;
    font-family: NotoSansLight; }
  .news-content .tab-content {
    padding: 0 15px; }
  .news-content .red-link {
    color: #ff8833; }
  .news-content .pagination-div {
    margin-top: 10px; }
  .news-content .mt-0 {
    top: -62px; }
  .news-content .news-months {
    padding-left: 0; }

.news-tags:after {
  content: " ,"; }
.news-tags:last-child:after {
  content: " "; }

.upl-pills li {
  cursor: pointer; }

.search-form {
  margin-left: 15px;
  margin-top: 5px; }
  .search-form #tag-search-button {
    padding: 7.2px 10px; }
  .search-form #title-search-button {
    padding: 7.2px 10px; }
  .search-form #tag-search {
    margin-left: 25px; }
  .search-form .btn-info {
    background-color: #ff7733;
    border-color: transparent; }
    .search-form .btn-info:active {
      background-color: #ff7733;
      border-color: transparent; }
  .search-form .easy-autocomplete-container ul {
    margin-top: 33px; }
  .search-form .top-input-group {
    z-index: 3; }
  .search-form .tag-input-group .easy-autocomplete-container ul {
    margin-left: 25px; }

.news-article .alert-danger {
  margin-top: 10px; }

.mnth {
  margin-top: 18px; }

.breadcrumbs-wrapper .news-search .arrow-left .top-input-group ::placeholder {
  color: white; }

.pagination-style ul > li > a {
  padding: 0px 8px;
  border: 0;
  border-left: 1px solid #cccccc !important;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: NotoSansRegular !important;
  color: black;
  box-shadow: none;
  border-radius: 0; }

.news-pdf-container,
.news-video-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.new-pdf-icon,
.new-play-icon {
  width: 43px !important;
  padding-right: 15px; }

.news-pdf-title,
.news-video-title {
  font-size: 16px;
  margin-bottom: 0;
  font-family: NotoSansLight; }

.news-container .news-pdf-title,
.news-container .news-video-title {
  font-size: 14px; }
.news-container .news-pdf-container,
.news-container .news-video-container {
  margin-bottom: 10px; }

/* romania news detail page*/
.ro-news-banner-section {
  background-color: #fff; }

.ro-news-details-section .pdf-icon {
  margin-right: 15px;
  width: auto; }
.ro-news-details-section .news-pdf-name {
  padding: 6px 0; }

/* News landing section */
/*.news-landing-section {
	padding-bottom: 80px;
	background-image: url("../images/news/news-landing.jpg");
	}*/
/*Event slider pdf icon styling*/
/*.events-slider {
	.red-link {
		img {
			display: inline;
		}
	}
	}*/
/* events section */
/*.events-section {
	padding: 50px 0 60px;
	.breadcrumbs-wrapper {
		margin-bottom: 30px;
	}
	.event-info-wrapper {
		height: 330px;
		padding: 20px;
		position: relative;
		color: $white;
		h3 {
			margin: 0 0 20px;
			padding: 10px 20px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			font-size: 24px;
			font-family: NotoSansRegular;
			text-transform: uppercase;
			background-color: #ff8833;
		}
	}
	.event-info {
		padding: 20px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		word-wrap: break-word;
		background-color: rgba(0, 0, 0, 0.7);
		h4 {
			margin: 0 0 5px;
			font-size: 22px;
			font-family: NotoSansRegular;
		}
		p {
			margin-bottom: 5px;
		}
	}
	.events-slider {
		.slide {
			padding: 3px 1.5px 0;
		}
		.event-imgdiv {
			height: 102px;
			overflow: hidden;
			img {
				width: 100%;
				height: 100%;
			}
		}
		.slick-arrow {
			font-size: 40px;
			color: $white;
			top: 10%;
			&.fa-angle-left {
				left: 10px;
			}
			&.fa-angle-right {
				right: 10px;
			}
		}
		.event-title {
			// height: 44px;
			margin: 10px 0 5px;
			overflow: hidden;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			font-size: 16px;
			font-family: NotoSansRegular;
		}
		.event-date {
			margin: 0 0 5px;
			color: #888;
		}
	}
	.event-link {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	sup {
		left: -3px;
	}
	}*/
/* news section */
/*.news-section {
	padding: 0;
	background-color: #f3f3f3;
	.news-sec-mobile {
		display: none;
	}
	.panel-group {
		.panel {
			border-bottom: 1px solid #dcdcdc;
			.panel-heading {
				&:after {
					font-size: 26px;
				}
			}
		}
	}
	.pdf-icon {
		width: auto;
	}
	.middle-col {
		padding: 0 9.5px;
	}
	.title {
		margin: 0 0 28px;
		padding-bottom: 10px;
		border-bottom: 2px solid #4c4c4c;
		font-size: 32px;
		font-family: NotoSansRegular;
	}
	img {
		width: 100%;
	}
	.news-title {
		margin: 25px 0 10px;
		font-size: 18px;
		line-height: 23px;
		font-family: NotoSansRegular;
	}
	.news-date {
		margin: 0 0 8px;
		font-family: NotoSansRegular;
	}
	p {
		margin-bottom: 2px;
	}

	//news and readmore spacing
	.news-sec-desktop {
		.red-link {
			padding-right: 10px;
		}
	}
	}*/
/*.short-news {
	margin-top: 50px;
	li {
		margin-bottom: 50px;
	}
	p {
		font-family: NotoSansRegular;
		font-size: 14px;
		line-height: 22px;
	}
	.short-news-date {
		margin-bottom: 0;
		font-family: NotoSansLight;
		color: #969696;
	}
	}*/
@media (min-width: 1024px) {
  .news-landing-section.pt-events-banner,
  .contact-landing-section {
    margin-top: 100px;
    height: 19vh; } }
/* contact landing section */
.contact-landing-section,
.fr-representantes-landing-section {
  padding-bottom: 80px !important;
  background-image: url("../images/contact/contact-landing.jpg");
  margin-top: 90px; }

/* contact info section */
.contact-content-section {
  padding: 40px 0 70px; }
  .contact-content-section .contact-info-div .contact-info-title {
    margin: 0 0 20px 0;
    padding: 0 50px 10px 0;
    display: inline-block;
    border-bottom: 2px solid #000;
    font-family: NotoSansRegular;
    font-size: 20px; }
  .contact-content-section .contact-info-div .country-name {
    margin: 5px 0 2px;
    font-family: NotoSansRegular;
    font-size: 20px; }
  .contact-content-section .contact-info-div .city-name {
    font-family: NotoSansRegular;
    font-size: 14px; }
  .contact-content-section .contact-info-div .address {
    border-top: none;
    padding: 16px 0 0; }
    .contact-content-section .contact-info-div .address p {
      color: black;
      margin-bottom: 5px;
      font-size: 14px !important;
      line-height: 24px;
      font-family: NotoSansLight !important; }
    .contact-content-section .contact-info-div .address a {
      color: #000; }
  .contact-content-section .contact-info-div .address-line {
    border-top: none; }
  .contact-content-section .map-div iframe {
    height: 520px; }

@media (min-width: 1200px) {
  .contact-landing-section {
    height: 200px;
    margin-top: 105px; } }
/* terms of service style */
.tos-landing-section {
  padding-bottom: 110px;
  background-image: url("../images/tos-landing.jpg"); }

.tos-content-section {
  padding: 10px 0 60px; }
  .tos-content-section ul {
    padding-left: 10px;
    list-style: decimal; }
  .tos-content-section li {
    margin-bottom: 30px; }
    .tos-content-section li p {
      font-size: 17px;
      line-height: 28px; }
  .tos-content-section .list-unstyled {
    margin-bottom: 20px;
    padding: 0;
    list-style: none; }
    .tos-content-section .list-unstyled li {
      margin-bottom: 10px; }

/* privacy policy of service style */
.pp-landing-section {
  padding-bottom: 110px;
  background-image: url("../images/pp-landing.jpg"); }

.pp-content-section {
  padding: 10px 0 60px; }
  .pp-content-section ul {
    padding-left: 10px; }
  .pp-content-section li {
    margin-bottom: 30px; }
    .pp-content-section li p {
      font-size: 17px;
      line-height: 28px; }
  .pp-content-section strong {
    font-size: 20px;
    font-family: NotoSansRegular; }
  .pp-content-section .pp-list strong {
    font-size: 17px; }
  .pp-content-section .tax-list {
    list-style: disc;
    padding-left: 40px; }
    .pp-content-section .tax-list li {
      margin-bottom: 15px; }
  .pp-content-section .pp-div p {
    margin-bottom: 0; }
  .pp-content-section a {
    color: #000; }

.alldownloads-section {
  padding: 200px 0; }
  .alldownloads-section h1 {
    font-size: 36px;
    font-family: sans-serif;
    font-weight: bold; }
  .alldownloads-section .upl-btn {
    margin: 0 8px; }
  .alldownloads-section .all-downloads-div {
    margin: 50px 0; }
  .alldownloads-section .select-all {
    font-family: sans-serif;
    font-weight: bold; }
  .alldownloads-section .table label {
    display: block;
    font-weight: normal; }
  .alldownloads-section .table .custom-inputs input[type="checkbox"] + span {
    margin: 0 10px 10px; }
  .alldownloads-section .table a {
    color: #000;
    font-weight: normal; }
  .alldownloads-section .custom-inputs {
    margin: 10px;
    cursor: pointer;
    font-weight: normal; }
    .alldownloads-section .custom-inputs input[type="checkbox"] {
      display: none; }
    .alldownloads-section .custom-inputs input[type="checkbox"] + span {
      cursor: pointer;
      margin: 0 10px;
      display: inline-block;
      width: 19px;
      height: 19px;
      vertical-align: top;
      background: url(../images/check-radio-sprite.png) no-repeat;
      background-position: -2px 0px; }
    .alldownloads-section .custom-inputs input[type="checkbox"]:checked + span {
      background-position: -24px 0px; }
  .alldownloads-section .labels label,
  .alldownloads-section .msds label,
  .alldownloads-section .fact-sheet label,
  .alldownloads-section .broucher label {
    max-width: 25px;
    margin: 0 auto; }
  .alldownloads-section .labels input[type="checkbox"] + span,
  .alldownloads-section .msds input[type="checkbox"] + span,
  .alldownloads-section .fact-sheet input[type="checkbox"] + span,
  .alldownloads-section .broucher input[type="checkbox"] + span {
    margin: 0 0 10px !important; }
  .alldownloads-section .labels .dn,
  .alldownloads-section .msds .dn,
  .alldownloads-section .fact-sheet .dn,
  .alldownloads-section .broucher .dn {
    display: none; }
  .alldownloads-section .disable-cursor {
    cursor: not-allowed !important; }

.ai:after {
  content: ",";
  left: 10px; }
.ai:last-child:after {
  content: ""; }

.others span {
  margin-top: -10px; }

.search-result-section .input-group-btn .btn {
  background-color: transparent;
  color: black;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 15px 15px;
  border: none;
  border-bottom: 1px solid black;
  box-sizing: border-box; }
  .search-result-section .input-group-btn .btn:hover {
    background-color: transparent; }
.search-result-section .form-control {
  padding: 25px 20px;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  box-shadow: none; }
  .search-result-section .form-control:focus {
    outline: 0;
    box-shadow: none; }
.search-result-section .fa {
  font-size: 16px; }
.search-result-section .search-result-txt {
  padding: 15px 24px; }
.search-result-section input[type="text"] {
  font-family: NotoSansRegular;
  font-size: 18px;
  color: black; }

.search-result {
  margin-bottom: 35px;
  padding: 30px 0;
  padding-left: 15px;
  font-size: 24px; }
  .search-result hr {
    margin-bottom: 0; }
  .search-result .link-wrapper {
    padding: 0;
    padding-left: 15px;
    font-size: 24px; }
    .search-result .link-wrapper h2 {
      margin: 0; }
    .search-result .link-wrapper .title {
      color: black;
      margin: 0; }
    .search-result .link-wrapper a {
      color: #f73;
      word-break: break-all;
      font-size: 16px; }
      .search-result .link-wrapper a:hover {
        color: #f73; }
    .search-result .link-wrapper .snippet {
      margin-bottom: 0;
      font-size: 16px; }

.next-page {
  width: 108px;
  border: 1px solid #f73;
  color: black;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 35px;
  border-radius: 0;
  box-shadow: none !important; }
  .next-page:hover {
    background-color: #f73 !important;
    color: white !important; }

.prev-page {
  border: 1px solid #f73;
  color: black;
  width: 106px;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 35px;
  border-radius: 0;
  box-shadow: none !important; }
  .prev-page:hover {
    background-color: #f73 !important;
    color: white !important; }

.simple-pagination {
  padding: 0; }

.search-result {
  margin-bottom: 10px; }

.pagination-div {
  display: flex;
  padding: 15px;
  flex-direction: row;
  justify-content: space-between !important; }

/* privacy policy of service style */
.tax-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/tax-landing.jpg"); }

.pp-content-section {
  padding: 10px 0 60px; }
  .pp-content-section ul {
    padding-left: 10px; }
  .pp-content-section li {
    margin-bottom: 30px; }
    .pp-content-section li p {
      font-size: 17px;
      line-height: 28px; }
  .pp-content-section strong {
    font-size: 20px;
    font-family: NotoSansRegular; }
  .pp-content-section .pp-list strong {
    font-size: 17px; }
  .pp-content-section .tax-list {
    padding-left: 40px;
    list-style: disc; }
  .pp-content-section .pp-div p {
    margin-bottom: 0; }
  .pp-content-section a {
    color: #000; }

html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

.breadcrumbs-section {
  margin-top: 20px; }
  .breadcrumbs-section .special-page-breadcrumbs {
    position: relative; }
  .breadcrumbs-section ul a {
    color: #ffffff;
    font-size: 14px; }
  .breadcrumbs-section a {
    color: #ffffff;
    font-size: 14px; }
  .breadcrumbs-section .special-page {
    color: #ffffff; }
  .breadcrumbs-section .breadcrumbs {
    position: relative;
    z-index: 1;
    top: 110px; }
  .breadcrumbs-section .backlink {
    position: relative;
    z-index: 1;
    top: 160px; }

.special-page-banner .special-product-banner {
  position: relative;
  width: 100%; }
.special-page-banner .special-page-breadcrumbs {
  position: absolute;
  /* margin-top: -60px; */
  top: 23%;
  bottom: 0;
  right: 0;
  left: 0; }
.special-page-banner .special-banner {
  overflow: hidden;
  max-height: 100%;
  width: 100%; }
.special-page-banner .breadcrumbs-wrapper {
  display: block;
  padding: 0; }
.special-page-banner ul a {
  font-family: NotoSansRegular;
  color: #ffffff;
  font-size: 14px; }
.special-page-banner .special-page {
  color: #ffffff; }
.special-page-banner .backlink {
  padding: 0 0; }
.special-page-banner a {
  color: #ffffff;
  font-size: 14px;
  font-family: NotoSansRegular; }

.logo-section {
  background-image: url("../images/special-page/stats-strip-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 20px; }
  .logo-section .logo-sec {
    display: flex;
    align-items: center;
    justify-content: center; }
  .logo-section .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  .logo-section .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  .logo-section .logo-sec .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  .logo-section .logo-sec .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }
  .logo-section .logo-name {
    color: #ffffff;
    font-family: NotoSansLight;
    font-size: 16px; }

#product-overview {
  padding-top: 30px; }
  #product-overview .product-overview-heading {
    font-family: NotoSansLight;
    font-size: 30px; }
  #product-overview p {
    line-height: 28px; }
  #product-overview .ingredient-wt {
    margin-bottom: 0;
    font-family: NotoSansRegular;
    font-size: 16px;
    color: black; }
  #product-overview .ingredient-wt:after {
    content: "\00a0 \00a0\00a0 | \00a0"; }
  #product-overview .ingredient-wt:last-child:after {
    content: " "; }
  #product-overview .product-overview-information {
    font-family: NotoSansLight;
    font-size: 13px;
    line-height: 24px; }
  #product-overview .mapp-num {
    float: right;
    margin-top: 28px;
    font-family: NotoSansRegular;
    font-size: 16px;
    color: black; }
    #product-overview .mapp-num span {
      font-family: NotoSansRegular !important; }
  #product-overview .pdf-section .pdf-line-1 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px; }
  #product-overview .pdf-section .pdf-name {
    margin-left: 0px;
    font-family: NotoSansRegular;
    font-size: 14px;
    line-height: 20px; }
  #product-overview .pdf-section .download {
    font-family: NotoSansLight;
    font-size: 12px;
    color: #696969; }
  #product-overview .pdf-section .pull-left {
    margin-right: 10px; }
  #product-overview .pdf-section .pdf-head {
    padding-bottom: 20px; }

#video {
  padding-top: 20px; }

#quick-facts {
  padding: 30px; }
  #quick-facts .quick-facts-table .content {
    border-bottom: 1px solid #dcdcdc;
    border-top: none; }
  #quick-facts .quick-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    padding-left: 125px; }
  #quick-facts .content {
    font-family: NotoSansLight;
    font-size: 12px; }
  #quick-facts .productDetails {
    list-style: none; }
  #quick-facts .quick-content {
    margin-top: 30px; }
    #quick-facts .quick-content p {
      margin-top: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      font-family: NotoSansLight;
      font-size: 14px; }
      #quick-facts .quick-content p strong {
        font-family: NotoSansSemiBold; }

#video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
#video .video-wrapper iframe, #video .embed-container object, #video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#crops-and-targets {
  background-image: url("../images/special-page/GreenGradient.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0; }
  #crops-and-targets .crop-heading {
    font-family: NotoSansLight;
    color: #ffffff; }
  #crops-and-targets .target-heading {
    font-family: NotoSansLight;
    color: #ffffff; }
  #crops-and-targets .crops-content {
    font-family: NotoSansLight;
    font-size: 14px; }
  #crops-and-targets .targets-content {
    font-family: NotoSansLight;
    font-size: 14px; }
  #crops-and-targets .target-table .targets-content {
    border-bottom: 1px solid #dcdcdc;
    border-top: none; }
  #crops-and-targets .crops-table .crops-content {
    border-bottom: 1px solid #dcdcdc;
    border-top: none; }
  #crops-and-targets .show-crop-btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: black;
    text-align: right;
    margin-left: 35%; }
    #crops-and-targets .show-crop-btn:hover, #crops-and-targets .show-crop-btn:focus {
      color: black !important; }
  #crops-and-targets .show-target-btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: black;
    text-align: right;
    margin-left: 17%; }
    #crops-and-targets .show-target-btn:hover, #crops-and-targets .show-target-btn:focus {
      color: black !important; }
  #crops-and-targets .crops-and-targets-details {
    position: relative; }
    #crops-and-targets .crops-and-targets-details .vertical-divider {
      position: absolute;
      width: 1px;
      background: #fff;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }

.view-all {
  padding-bottom: 15px; }
  .view-all a {
    color: #000000;
    font-family: NotoSansLight;
    font-size: 15px; }

#clients {
  padding-top: 50px;
  padding-bottom: 30px; }
  #clients .clients-information {
    padding-top: 10px !important; }
    #clients .clients-information p, #clients .clients-information span {
      font-family: NotoSansRegular !important;
      font-size: 14px !important;
      line-height: 20px;
      margin-bottom: 10px; }
  #clients .name {
    margin-bottom: 0px;
    font-family: NotoSansRegular;
    font-size: 14px;
    color: #696969; }
  #clients .company {
    margin-bottom: 0px;
    font-family: NotoSansRegular;
    font-size: 14px;
    color: #696969; }
  #clients .view-all-testimonials {
    font-family: NotoSansRegular;
    font-size: 14px; }
  #clients .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #clients .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #clients .clients-slider {
    padding: 0 20px; }
    #clients .clients-slider .slick-dots {
      left: 0;
      bottom: -30px;
      top: auto; }
      #clients .clients-slider .slick-dots li button::before {
        font-size: 14px; }
  #clients .clients-slider .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  #clients .clients-slider .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }
  #clients .client-slider-row .img-responsive {
    max-width: 100%; }

#timing-and-usage {
  padding-bottom: 30px; }
  #timing-and-usage .timing-usage-heading {
    padding-bottom: 30px; }
  #timing-and-usage .timing-and-usage-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    font-size: 42px; }
  #timing-and-usage .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #timing-and-usage .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #timing-and-usage .slider-image-container .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  #timing-and-usage .slider-image-container .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }
  #timing-and-usage .timing-and-usage-info .img-responsive {
    max-width: 100%; }

#mode-of-action {
  padding-bottom: 50px; }
  #mode-of-action .action-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    font-size: 36px; }
  #mode-of-action .panel-group .panel .panel-heading:after {
    color: #9c9c9c;
    font-size: 36px;
    font-weight: normal; }
  #mode-of-action .info-container {
    font-family: NotoSansLight;
    font-size: 12px;
    line-height: 24px; }
  #mode-of-action .action-info {
    text-align: center; }
  #mode-of-action .slider-image-container .slick-dots {
    margin-left: 40px; }

.mode-of-action-content .slick-track {
  opacity: 1;
  width: 290px;
  transform: translate3d(0px, 0px, 0px);
  text-align: center; }

.additional-information {
  padding-bottom: 50px; }
  .additional-information .additional-information-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    font-size: 42px; }
  .additional-information .additional-information-container {
    font-family: NotoSansLight;
    font-size: 12px;
    line-height: 24px; }

.special-page-mobile .pdf-head a {
  display: block;
  text-align: center;
  font-family: NotoSansLight;
  font-size: 12px;
  color: #696969;
  margin-bottom: 15px; }
.special-page-mobile .pdf-head img {
  margin-right: 5px; }
.special-page-mobile .pdf-head p {
  margin-bottom: 0; }

.product-banner-img-mobile {
  width: 100%;
  margin-top: 80px; }

.special-banner-mobile {
  width: 100%;
  margin-top: 80px; }

.product-single-navigation {
  position: relative;
  padding: 16px 16px;
  background-color: #ff8833; }
  .product-single-navigation ul {
    text-align: center; }
  .product-single-navigation li {
    display: inline-block;
    width: 227px;
    background-color: #dddddd;
    margin: 8px 6px 8px 2px;
    font-size: 14px;
    text-transform: uppercase; }
  .product-single-navigation a {
    display: block;
    padding: 5px 24px;
    color: #000000; }

#overview {
  padding: 40px 0; }
  #overview .overview-heading-mobile {
    text-align: center;
    padding-bottom: 15px; }
  #overview .ingredient-div-mobile {
    text-align: center; }
  #overview p {
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.04em;
    padding-bottom: 10px; }
  #overview .pdf-name-mobile {
    text-align: left;
    padding-bottom: 0; }
  #overview .pdf-head-mobile {
    padding-bottom: 30px; }
    #overview .pdf-head-mobile a {
      padding-left: 15px;
      padding-bottom: 10px; }
    #overview .pdf-head-mobile .download {
      font-family: NotoSansLight;
      font-size: 12px;
      color: #696969; }

#video-mobile .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
#video-mobile .video-wrapper iframe, #video-mobile .embed-container object, #video-mobile .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#quickfacts {
  padding: 30px; }
  #quickfacts .quick-facts-table .content {
    border-bottom: 1px solid #dcdcdc;
    border-top: none; }
  #quickfacts .quick-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    padding-left: 125px; }
  #quickfacts .content {
    font-family: NotoSansLight;
    font-size: 12px; }
  #quickfacts .productDetails {
    list-style: none; }
  #quickfacts .quick-content {
    margin-top: 30px; }
    #quickfacts .quick-content p {
      margin-top: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      font-family: NotoSansLight;
      font-size: 14px; }

#pests-diseases {
  background-image: url("../images/special-page/GreenGradient.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0; }
  #pests-diseases .crop-heading {
    font-family: NotoSansLight;
    color: #ffffff; }
  #pests-diseases .target-heading {
    font-family: NotoSansLight;
    color: #ffffff; }
  #pests-diseases .crops-content {
    font-family: NotoSansLight;
    font-size: 14px; }
  #pests-diseases .targets-content {
    font-family: NotoSansLight;
    font-size: 14px; }
  #pests-diseases .target-table .targets-content {
    border-bottom: 1px solid #dcdcdc;
    border-top: none; }
  #pests-diseases .crops-table .crops-content {
    border-bottom: 1px solid #dcdcdc;
    border-top: none; }
  #pests-diseases .vertical {
    border-right: 1px solid white; }
  #pests-diseases .show-crop-btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: black;
    text-align: right;
    margin-left: 52%; }
    #pests-diseases .show-crop-btn:hover, #pests-diseases .show-crop-btn:focus {
      color: black !important; }
  #pests-diseases .show-target-btn {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: black;
    text-align: right;
    margin-left: 17%; }
    #pests-diseases .show-target-btn:hover, #pests-diseases .show-target-btn:focus {
      color: black !important; }

.client-testimonials-title {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-family: NotoSansLight;
  text-align: center;
  margin-bottom: 30px; }

#testimonials {
  padding-top: 50px;
  padding-bottom: 30px; }
  #testimonials .clients-information {
    font-family: NotoSansLight;
    font-size: 12px;
    padding-top: 40px; }
  #testimonials .name {
    margin-bottom: 0px;
    font-family: NotoSansLight;
    font-size: 12px; }
  #testimonials .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #testimonials .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #testimonials .clients-slider .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  #testimonials .clients-slider .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }
  #testimonials .client-slider-row .img-responsive {
    max-width: 100%; }

#timing-and-usage {
  padding-bottom: 30px; }
  #timing-and-usage .timing-usage-heading {
    padding-bottom: 30px; }
  #timing-and-usage .timing-and-usage-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    font-size: 42px; }
  #timing-and-usage .slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #timing-and-usage .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%); }
  #timing-and-usage .slider-image-container .slick-arrow.slick-prev:before {
    content: url(../images/home/photo-back-arrow.png); }
  #timing-and-usage .slider-image-container .slick-arrow.slick-next:before {
    content: url(../images/home/photo-next-arrow.png); }
  #timing-and-usage .timing-and-usage-info .img-responsive {
    max-width: 100%; }

#information {
  padding-bottom: 50px; }
  #information .action-heading {
    font-family: NotoSansLight;
    color: #9EC267;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    font-size: 24px;
    text-align: left; }
  #information .panel-group .panel .panel-heading:after {
    color: #9c9c9c; }
  #information .info-container {
    font-family: NotoSansLight;
    font-size: 12px;
    line-height: 24px; }
  #information .action-info {
    text-align: center; }

@media (min-width: 768px) {
  .logo-section {
    display: block; }

  .product-single-navigation {
    display: none; }

  .client-testimonials-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px; }

  #clients .clients-slider {
    padding: 0 60px; }
  #clients .slick-prev {
    left: 0; }
  #clients .slick-next {
    right: 0; } }
@media (min-width: 1024px) {
  #clients .client-slider-row {
    display: flex;
    align-items: center; }
  #clients .col-lg-6 {
    flex: 0 0 50%; } }
@media (min-width: 1920px) {
  #clients .clients-slider {
    padding: 0 100px; } }
@media (max-width: 1440px) {
  .special-page-banner .breadcrumbs {
    margin-top: -130% !important; }

  .special-page-banner .backlink {
    margin-top: -133% !important; } }
@media (max-width: 1600px) {
  .special-page-banner .breadcrumbs {
    margin-top: -145%; }

  .special-page-banner .backlink {
    margin-top: -145%; } }
@media (max-width: 1024px) {
  .special-page-banner .breadcrumbs {
    margin-top: -120% !important; }

  .special-page-banner .backlink {
    margin-top: -120% !important; } }
@media (max-width: 768px) {
  .vertical-divider {
    display: none; } }
@media (max-width: 769px) {
  .special-page-banner .breadcrumbs {
    margin-top: -53% !important; }

  .special-page-banner .backlink {
    margin-top: -4% !important;
    margin-right: -73%; }

  #clients .clients-information {
    padding-top: 20px !important; } }
@media (max-width: 767px) {
  .logo-section {
    display: none; }

  .product-single-navigation {
    display: block; } }
@media (max-width: 425px) {
  #crops-and-targets .target-heading {
    text-align: center; }
  #crops-and-targets .crop-heading {
    text-align: center; }

  #quick-facts .quick-heading {
    text-align: center;
    padding-left: 0; }

  .slider-image-container .slick-dots {
    margin-top: 10px; }

  #mode-of-action .action-heading {
    font-size: 24px; } }
* {
  padding: 0px;
  margin: 0px; }

.main_section {
  padding-top: 100px;
  padding-bottom: 40px; }

.padding_section {
  padding: 20px 0px; }

.border_ {
  border: 0px solid black; }

.center_ {
  text-align: center; }

/*---------------------pink-background---------------------*/
#audit {
  padding: 40px 0px 0px 0px; }

.pink-background {
  background-image: url("../images/blog/blog-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto; }

.search_testimonials {
  padding: 10px 0px 40px; }

.search_testimonials ul li {
  list-style-type: none;
  color: white;
  display: inline-block;
  font-family: NotoSansRegular; }

.top-input-group {
  margin-top: 20px; }

.search_testimonials ul li a {
  color: white;
  text-decoration: none; }

.search_testimonials h3 {
  color: white;
  font-family: NotoSansRegular; }

.selectdiv {
  position: relative;
  width: 70%;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-family: NotoSansRegular; }

.selectdiv:after {
  content: '\f078';
  font: normal normal normal 15px/1 FontAwesome;
  color: #fff;
  top: 22px;
  right: 0px;
  position: absolute;
  pointer-events: none; }

.selectdiv .select-option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 10px;
  margin-top: 10px;
  outline: none;
  border: none; }

.select-option .options {
  background-color: transparent;
  color: #000;
  border: none;
  outline: none; }

/*-----------------------datalist_div------------------------*/
#product-search {
  background: transparent;
  color: white;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  border-radius: 0; }

.light-theme .current {
  background: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: none;
  cursor: default; }

#product-search::placeholder {
  color: white;
  font-weight: bold; }

.top-input-group .fa {
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  color: #fff; }

.easy-autocomplete-container ul,
.easy-autocomplete-container {
  top: 100%; }

.easy-autocomplete {
  position: static; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  display: block;
  color: #777; }

#eac-container-product-search ul li {
  color: black; }

#eac-container-product-search ul li:hover {
  color: white;
  background: #ffb366; }

.search_data {
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  line-height: 2;
  width: 100%; }

.datalist_div input::-webkit-calendar-picker-indicator {
  display: none; }

.datalist_div {
  position: relative;
  width: 70%;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-family: NotoSansRegular;
  margin-top: 20px;
  background-color: transparent; }

.datalist_div:after {
  content: '\f078';
  font: normal normal normal 15px/1 FontAwesome;
  color: #fff;
  top: 7px;
  right: 0px;
  position: absolute;
  pointer-events: none; }

.datalist_div .datalist_option {
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 10px;
  margin-top: 10px;
  outline: none;
  border: none; }

.datalist_option .options {
  background-color: transparent;
  color: #000;
  border: none;
  outline: none; }

/*--------------------Testimonials-----------------*/
.testimonials_content {
  display: flex;
  flex-wrap: wrap; }

.testimonials_content_css {
  padding-bottom: 50px; }

.testimonials_img {
  width: 100%;
  padding: 0px 0px 5px; }

.testimonials_content_css ul li {
  list-style-type: none; }

/*---------pagination-css-------------*/
.pagination-css {
  border-top: 1px solid lightgray;
  padding: 10px 0px;
  width: 100%;
  text-align: center; }

.pagination-div {
  justify-content: center; }

.rep-landing-section {
  margin-top: 105px;
  background-image: url("../images/representatives/rep-locator-bg.jpg"); }

.replocator-content-row .red-bold {
  color: red;
  font-weight: bold; }
  .replocator-content-row .red-bold img {
    filter: grayscale(0) !important; }
.replocator-content-row .upl-grid-4 img {
  filter: grayscale(100%); }

.rep-locator-grid {
  width: calc(100% / 4); }

.territory-dropdown .selectize-dropdown-content {
  height: 138px; }

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

.rep-details {
  margin-top: 40px; }

.rep-name {
  background-color: #eaeaea;
  padding: 1px 10px; }

.rep-row {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ddd; }

.rep-wrapper {
  padding: 20px 0; }
  .rep-wrapper a {
    color: black; }

.rep-details {
  display: none; }
  .rep-details .btn {
    background-color: #888888;
    color: white; }
    .rep-details .btn:hover {
      color: white; }

.product-division {
  cursor: pointer;
  margin-top: 10px; }

.blank-div {
  padding-bottom: 100px; }

.pronutiva-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/contact/contact-landing.jpg"); }

.all-products-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px; }

.pronutiva-product-section {
  padding-bottom: 50px; }

.pronutiva-fruit-image {
  margin: 0 auto;
  width: 100%; }

@media (max-width: 768px) {
  .pronutiva-product-section {
    padding-top: 60px; } }
.w-100 {
  width: 100%; }

.pronutiva-landing-section {
  padding-bottom: 80px;
  margin-top: 50px;
  background-image: url("../images/pronutiva/ProNutiva_Banner.jpg"); }

.pronutiva-landings-section {
  margin-top: 90px !important; }

.all-products-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px; }

.pronutiva-product-section {
  padding-bottom: 50px; }

.pronutiva-fruit-image {
  margin: 0 auto;
  width: 100%; }

.integrated-section {
  margin-bottom: 80px; }
  .integrated-section .integrated-div .main-content {
    font-size: 38px;
    font-family: NotoSansLight;
    line-height: auto;
    margin-bottom: 20px; }
  .integrated-section .integrated-div .main-content-para {
    font-family: NotoSansLight;
    font-size: 14px;
    line-height: 24px; }
  .integrated-section .integrated-div .sub-content .sub-content-para {
    font-family: NotoSansRegular;
    font-size: 18px;
    line-height: auto;
    margin-top: 30px; }
  .integrated-section .integrated-div .sub-content .main-content-para {
    font-size: 14px;
    line-height: 24px;
    font-family: NotoSansRegular; }

.grey-box {
  background-color: #cbcbcb; }
  .grey-box .benefits-div .benefits-div-title {
    font-size: 38px;
    font-family: NotoSansLight;
    line-height: auto;
    text-align: center;
    margin-top: 50px; }
  .grey-box .benefits-slider {
    margin-bottom: 80px; }
    .grey-box .benefits-slider .benefits-slider-row {
      margin-top: 40px;
      margin-bottom: 50px; }
    .grey-box .benefits-slider .right-core-value-text {
      margin-top: 120px; }
      .grey-box .benefits-slider .right-core-value-text .stimulate-text {
        font-size: 36px;
        font-family: NotoSansLight;
        line-height: auto;
        margin-top: 30px; }
      .grey-box .benefits-slider .right-core-value-text .stimulate-para {
        font-size: 14px;
        font-family: NotoSansLight;
        line-height: 24px; }

.crop-slide {
  color: white;
  background-image: url("../images/pronutiva/Crop_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 20px; }
  .crop-slide .crop-heading {
    font-size: 48px;
    font-family: NotoSansLight;
    line-height: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
  .crop-slide .crop-imgs {
    width: 180px;
    margin: 0 auto;
    border-radius: 50%; }
  .crop-slide .slick-arrow {
    width: 42px;
    height: 50px; }
    .crop-slide .slick-arrow:before {
      opacity: 1; }
    .crop-slide .slick-arrow.slick-prev {
      left: -40px;
      top: 105px; }
      .crop-slide .slick-arrow.slick-prev:before {
        content: url("../images/pronutiva/Arrow.png"); }
    .crop-slide .slick-arrow.slick-next {
      right: -40px;
      top: 105px;
      transform: rotate(-180deg); }
      .crop-slide .slick-arrow.slick-next:before {
        content: url("../images/pronutiva/Arrow.png"); }
  .crop-slide .upl-grid-crop {
    width: calc(100% / 5);
    float: left; }
  .crop-slide .crop-wrapper-div {
    margin-left: 30px;
    background: none;
    margin-bottom: 50px; }
    .crop-slide .crop-wrapper-div .crop-name {
      font-size: 14px;
      font-family: NotoSansLight;
      text-align: center;
      margin-top: 20px; }

.lets-talk-section {
  margin-top: 60px;
  margin-bottom: 80px; }
  .lets-talk-section .lets-talk-heading {
    font-size: 38px;
    font-family: NotoSansLight;
    line-height: auto;
    text-align: center; }
  .lets-talk-section .lets-talk-subheading {
    font-size: 14px;
    font-family: NotoSansLight;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px; }
  .lets-talk-section .lets-talk-video .lets-talk-video-div {
    height: 670px;
    width: 1200px; }
  .lets-talk-section .lets-talk-video .lets-talk-video-text {
    font-size: 14px;
    font-family: NotoSansLight;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 40px; }

.news-section {
  background-color: #cbcbcb; }
  .news-section .news-heading {
    text-align: center;
    font-size: 36px;
    font-family: NotoSansLight;
    line-height: auto;
    margin-bottom: 40px; }
  .news-section .view-all-news {
    font-size: 14px;
    font-family: NotoSansLight;
    color: #ff8833;
    line-height: 24px;
    float: right;
    margin-top: -65px;
    margin-right: 5%;
    margin-bottom: 40px; }
  .news-section .news-listing .main-news-description {
    font-size: 14px;
    font-family: NotoSansLight;
    line-height: 24px;
    margin-bottom: 10px; }
  .news-section .news-listing .main-news .news-imgs {
    width: 570px;
    height: 320px;
    margin-bottom: 35px; }
  .news-section .news-listing .main-news .main-news-title {
    font-size: 24px;
    line-height: auto;
    font-family: NotoSansLight;
    margin-bottom: 10px; }
  .news-section .news-listing .main-news .news-pdf-icon {
    width: 7%;
    margin-top: -20px;
    margin-left: 10px; }
  .news-section .news-listing .main-news .news-double-arrow .fa-angle-double-right {
    font-size: 40px;
    color: #696969;
    border-style: solid;
    border-width: 1px;
    border-color: #696969;
    padding: 0 10px; }
  .news-section .news-listing .sub-news-heading {
    margin-left: 30px; }
    .news-section .news-listing .sub-news-heading .sub-news-title {
      font-size: 16px;
      font-family: NotoSansRegular;
      line-height: auto; }
    .news-section .news-listing .sub-news-heading .sub-news-pdf-icon {
      width: 5%;
      margin-left: 10px;
      margin-top: -8px; }
  .news-section .news-listing .horizontal-line {
    border-bottom: 1px solid #cbcbcb;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px; }

.testimonial-section {
  margin-top: 40px;
  margin-bottom: 60px; }
  .testimonial-section .testimonial-title .testimonial-heading {
    font-size: 36px;
    line-height: auto;
    font-family: NotoSansLight;
    text-align: center;
    margin-bottom: 30px; }
  .testimonial-section .testimonial-slide .testimonial-div .testimonial-content {
    padding: 20px;
    margin-top: 45px; }
    .testimonial-section .testimonial-slide .testimonial-div .testimonial-content .testimonial-sub-text {
      font-size: 14px;
      font-family: NotoSansLight;
      line-height: 24px; }
  .testimonial-section .slider-testimonial .slick-arrow:before {
    opacity: 1; }
  .testimonial-section .slider-testimonial .slick-arrow.slick-prev {
    left: -40px;
    top: 150px;
    transform: rotate(180deg); }
    .testimonial-section .slider-testimonial .slick-arrow.slick-prev:before {
      content: url("../images/pronutiva/Arrow-3.png"); }
  .testimonial-section .slider-testimonial .slick-arrow.slick-next {
    right: -40px;
    top: 150px; }
    .testimonial-section .slider-testimonial .slick-arrow.slick-next:before {
      content: url("../images/pronutiva/Arrow-3.png"); }

.dynamic-text {
  /*overflow: hidden;*/ }
  .dynamic-text p,
  .dynamic-text div,
  .dynamic-text span,
  .dynamic-text h1,
  .dynamic-text h2,
  .dynamic-text h3,
  .dynamic-text h4,
  .dynamic-text h5,
  .dynamic-text h6,
  .dynamic-text small,
  .dynamic-text strong,
  .dynamic-text b,
  .dynamic-text i,
  .dynamic-text em,
  .dynamic-text sub,
  .dynamic-text sup,
  .dynamic-text article,
  .dynamic-text a,
  .dynamic-text iframe,
  .dynamic-text ul,
  .dynamic-text li,
  .dynamic-text ol,
  .dynamic-text table,
  .dynamic-text td,
  .dynamic-text tr,
  .dynamic-text th,
  .dynamic-text font {
    font-family: NotoSansLight !important;
    font-size: 14px !important;
    line-height: 24px !important;
    max-width: 100% !important; }

@media (min-width: 768px) {
  .crop-slider {
    display: block; }

  .crop-slider-mobile {
    display: none; } }
@media (max-width: 767px) {
  .single-product-div {
    padding-bottom: 50px; }

  .pronutiva-product-section {
    padding-top: 60px; } }
@media (max-width: 768px) {
  .crop-name {
    padding-left: 20px; }

  .benefits-slider .benefits-slider-row {
    margin-bottom: 50px !important; }

  .lets-talk-section {
    margin-top: 0px; } }
@media (min-width: 1024px) {
  .grey-box .benefits-slider .right-core-value-text .stimulate-text {
    font-size: 36px; }
  .grey-box .benefits-slider .right-core-value-text .stimulate-para {
    font-size: 14px; }

  .crop-slide .crop-imgs {
    width: 180px; } }
@media (max-width: 768px) {
  .crop-name {
    padding-left: 20px; } }
@media (min-width: 1024px) {
  .grey-box .benefits-slider .right-core-value-text .stimulate-text {
    font-size: 36px; }
  .grey-box .benefits-slider .right-core-value-text .stimulate-para {
    font-size: 14px; }

  .crop-slide .crop-imgs {
    width: 180px; } }
@media (min-width: 1200px) {
  .pronutiva-landings-section {
    margin-top: 105px; } }
.hided-column1-1, .hided-column1-2, .hided-column2-1, .hided-column2-2, .hided-column3-1, .hided-column3-2 {
  display: none; }

.pronutiva-list {
  list-style-type: none; }
  .pronutiva-list p {
    font-weight: 800; }
    .pronutiva-list p a {
      color: black; }

.pronutiva-landing-section {
  padding-bottom: 150px;
  background-image: url("../images/pronutiva/slider_pronutiva.png"); }

.pronutiva-intro {
  padding-top: 40px; }
  .pronutiva-intro span {
    font-family: NotoSansRegular; }

.titulo {
  color: #003366;
  text-transform: uppercase;
  font-size: 30px;
  font-family: NotoSansRegular; }

.crop-section .carousel {
  position: relative; }
.crop-section .img {
  opacity: 0.7; }
.crop-section .img:hover {
  opacity: 1.0; }
.crop-section .btn-secondary {
  background-color: #e62346;
  color: white; }
.crop-section .modal {
  text-align: center; }

@media (max-width: 768px) {
  .mobile-pronutiva-row {
    display: flex; } }
@media (max-width: 1920px) {
  .carousel-caption {
    font-size: x-large;
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 70px;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center; }

  .carousel-caption-boton {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 15px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

  .carousel-caption .btn {
    text-shadow: none; }

  .carousel-caption-top-right {
    left: 50%;
    right: 7%;
    padding-bottom: 19%; }

  .carousel-caption-top-more-right {
    left: 60%;
    right: 3%;
    padding-bottom: 19%; }

  .carousel-caption-top-left {
    left: 3%;
    right: 60%;
    padding-bottom: 18%; } }
.open-ag-video {
  position: relative;
  margin-top: 88px !important; }
  .open-ag-video .embed-container {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    background: #000; }

.pl-open-ag-wrap {
  bottom: 0 !important; }

.open-ag-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%; }
  .open-ag-wrap p {
    color: white; }

.know-us-landing-section {
  /*background-image: url("../images/know-us/OpenAg.jpg");*/
  color: black; }
  .know-us-landing-section .open-ag-wrapper {
    /*padding-top: 80px;*/
    padding-bottom: 30px; }
  .know-us-landing-section .ag-head {
    font-family: "NotoSansDisplayExtraLight";
    font-size: 120px; }
  .know-us-landing-section .ag-descp {
    font-size: 30px;
    line-height: auto;
    padding: 0 280px; }
  .know-us-landing-section .no-limit {
    font-family: "NotoSansDisplayExtraLight";
    font-size: 52px;
    padding-bottom: 20px;
    line-height: 60px; }
  .know-us-landing-section .banner-head .banner-main-head {
    color: #fff;
    font-size: 32px;
    font-family: myriadProRegular;
    margin-top: 20px; }
  .know-us-landing-section .banner-head .banner-sub-head {
    color: #fff;
    font-size: 20px;
    font-family: myriadProRegular;
    margin-top: 70px; }

.ag-icon-wrapper {
  display: flex;
  justify-content: center; }

.openag-video-section {
  margin-bottom: 100px; }
  .openag-video-section .video-wrapper {
    position: relative;
    padding-bottom: 42.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .openag-video-section .video-headline {
    font-family: "NotoSansLight";
    font-size: 38px;
    background: -webkit-linear-gradient(45deg, #f12711, #f5af19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .openag-video-section .openagvideo-description {
    font-size: 20px;
    line-height: 30px;
    padding-right: 518px;
    padding-bottom: 60px; }
  .openag-video-section .story-head {
    font-size: 20px; }
  .openag-video-section .story-descp {
    font-family: "NotoSansLight";
    line-height: auto;
    color: #900f9c;
    font-size: 38px;
    line-height: 48px; }

.know-more-breadcrumbs {
  padding: 35px 0; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.openag-growers-section {
  padding-top: 30px; }

.growers-section-heading {
  font-family: "NotoSansLight";
  font-size: 38px;
  padding-right: 400px;
  padding-bottom: 10px;
  line-height: 48px; }

.ag-box-head {
  font-size: 20px;
  font-family: "NotoSansMedium"; }

.ag-box-descp {
  font-size: 20px;
  line-height: 30px; }

.open-ag-box {
  padding-bottom: 30px; }

.growers-head {
  padding-top: 15px;
  font-family: "NotoSansLight";
  font-size: 38px;
  line-height: 48px;
  background: -webkit-linear-gradient(45deg, #f12711, #f5af19);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px; }

.ag-img {
  padding-top: 40px; }

.ag-navigation-head {
  padding-top: 15px;
  font-family: NotoSansDisplayMedium;
  text-align: center;
  padding-bottom: 10px; }

.openag-navigation {
  padding: 30px 0; }

.open-ag-slider-section {
  position: relative; }
  .open-ag-slider-section .left-value-wrapper {
    color: white; }
  .open-ag-slider-section .slick-next {
    right: 25px; }
  .open-ag-slider-section .slick-prev {
    left: 25px; }
  .open-ag-slider-section .slick-arrow.slick-prev:before {
    content: url("../../images/strip-back-arrow.png"); }
  .open-ag-slider-section .slick-arrow.slick-next:before {
    content: url("../../images/strip-next-arrow.png"); }
  .open-ag-slider-section .slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    background-position: center; }
    .open-ag-slider-section .slide:nth-child(2) {
      background-image: url("../images/know-us/OpenInnovation-banner.jpg"); }
    .open-ag-slider-section .slide:nth-child(3) {
      background-image: url("../images/know-us/OpenMarkets-banner-girl.jpg"); }
    .open-ag-slider-section .slide:nth-child(4) {
      background-image: url("../images/know-us/OpenCollaboration-boy-banner.jpg"); }
      .open-ag-slider-section .slide:nth-child(4) .left-value-wrapper {
        color: black; }
    .open-ag-slider-section .slide:nth-child(5) {
      background-image: url("../images/know-us/Gnyam-Dham-Banner.jpg"); }
    .open-ag-slider-section .slide:nth-child(6) {
      background-image: url("../images/open-hearts/OpeanAccess-Banner.jpg"); }
    .open-ag-slider-section .slide:nth-child(7) {
      background-image: url("../images/open-hearts/OpenIntelligence-Banner.jpg"); }
  .open-ag-slider-section .ag-slider-head {
    font-size: 30px; }
  .open-ag-slider-section .ag-slider-main-head {
    font-family: "NotoSansDisplayExtraLight";
    font-size: 80px;
    line-height: 90px; }
  .open-ag-slider-section .ag-slider-description {
    font-size: 24px;
    line-height: 34px;
    width: 650px !important;
    padding-bottom: 14px; }
  .open-ag-slider-section .limit-collaboration {
    width: 350px; }
  .open-ag-slider-section .left-value-wrapper {
    margin-top: 24%; }
  .open-ag-slider-section .slick-dots {
        /*top: 25%;
		left: -445px;*/
    transform: translate(-380px, -635px);
        /*li:nth-child(2) button:before {
			background-image: url("../images/know-us/OpenInnovation-grey.png");
			}*/
        /*li:nth-child(4) button:before {
			background-image: url("../images/know-us/OpenIntelligence.png");
			}*/
        /*li:nth-child(5) {
			display: none;
			}*/
        /*li:nth-child(2).slick-active button:before {
			background-image: url("../images/know-us/OpenInnovation.png");
			}*/
        /*li:nth-child(4).slick-active button:before {
			background-image: url("../images/know-us/OpenIntelligence.png");
			}*/ }
    .open-ag-slider-section .slick-dots li {
      margin-right: 48px; }
    .open-ag-slider-section .slick-dots li button:before,
    .open-ag-slider-section .slick-dots li.slick-active button:before {
      color: transparent;
      height: 55px;
      width: 55px;
      background-size: contain;
      opacity: 1; }
    .open-ag-slider-section .slick-dots li:first-child button:before {
      background-image: url("../images/know-us/OpenInnovation-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(2) button:before {
      background-image: url("../images/know-us/OpenMarkets-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(3) button:before {
      background-image: url("../images/know-us/OpenCollaboration-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(4) button:before {
      background-image: url("../images/know-us/OpenHearts-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(5) button:before {
      background-image: url("../images/know-us/openAccess_gray.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(6) button:before {
      background-image: url("../images/know-us/openIntellegent_gray.png"); }
    .open-ag-slider-section .slick-dots li:first-child.slick-active button:before {
      background-image: url("../images/know-us/OpenInnovation.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(2).slick-active button:before {
      background-image: url("../images/know-us/OpenMarkets.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(3).slick-active button:before {
      background-image: url("../images/know-us/OpenCollaboration.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(4).slick-active button:before {
      background-image: url("../images/know-us/OpenHearts.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(5).slick-active button:before {
      background-image: url("../images/know-us/openAccess.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(6).slick-active button:before {
      background-image: url("../images/know-us/openIntellegent.png"); }

.open-ag-slider-section.tr-open-ag-slider-section .slick-dots {
  transform: translate(-385px, -650px); }

.ag-icons {
  padding: 0 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
    /*.grey-img {
		display: inline-block;
		}*/ }
  .ag-icons img {
    height: 50px;
    padding-bottom: 5px; }
  .ag-icons .active-img {
    display: block; }
  .ag-icons .img-side {
    display: block;
    padding-left: 15px !important; }

.ag-icons.show-active-img .grey-img {
  display: none; }
.ag-icons.show-active-img .active-img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .open-ag-slider-section .left-value-wrapper {
    padding: 0 50px; } }
@media (min-width: 1024px) {
  .openag-growers-section .animated-logo {
    width: 100%;
    height: auto; } }
@media (min-width: 1200px) {
  .open-ag-video {
    margin-top: 102px !important; } }
@media (min-width: 1366px) {
  .open-ag-slider-section .left-value-wrapper {
    padding: 0; } }
@media (max-width: 991px) {
  .know-us-landing-section .ag-descp {
    padding: 0px 0px; }

  .openag-video-section .openagvideo-description {
    padding-right: 0; }

  .growers-section-heading {
    padding-right: 0; }

  .open-ag-slider-section .left-value-wrapper {
    margin-top: 35%; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-225px, -640px); } }
@media (max-width: 768px) {
  .mobile-slider-section .market-limit {
    width: 450px !important; }

  .ag-icons {
    padding: 0 11px; }

  .open-ag-slider-section .slide:nth-child(2) {
    background-image: url("../images/open-hearts/OpenInnovation-banner.jpg"); }
  .open-ag-slider-section .slide:nth-child(3) {
    background-image: url("../images/open-hearts/mobile/Mobile-girl-sliders-open-market.jpg"); }
  .open-ag-slider-section .slide:nth-child(4) {
    background-image: url("../images/open-hearts/mobile/Mobile-boy-sliders-open-collaboration.jpg"); }
  .open-ag-slider-section .slide:nth-child(5) {
    background-image: url("../images/open-hearts/mobile/Mobile-sliders-Gnyam-Dham.jpg"); } }
@media (max-width: 600px) {
  .embed-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

  .open-ag-slider-section .ag-slider-main-head {
    font-size: 60px; }

  .open-ag-slider-section .ag-slider-description {
    width: auto !important; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-60px, -775px); } }
@media (max-width: 425px) {
  .open-ag-slider-section .ag-slider-head {
    font-size: 25px !important; }

  .open-ag-slider-section .ag-slider-description {
    font-size: 18px;
    line-height: 25px; }

  .openag-growers-section .model-img {
    margin-bottom: 60px; }
  .openag-growers-section .animated-logo {
    width: 100%;
    height: auto; }

  .growers-head {
    padding-top: 0; }

  .openag-video-section .openagvideo-description {
    font-size: 18px;
    line-height: 25px; }

  .open-ag-slider-section .slick-prev {
    display: none !important; }

  .open-ag-slider-section .slick-next {
    display: none !important; }

  .open-ag-slider-section .ag-slider-main-head {
    line-height: 60px !important;
    font-size: 50px; }

  .ag-icons.show-active-img .grey-img {
    display: none; }
  .ag-icons.show-active-img .active-img {
    display: block; }

  .open-ag-video .embed-container {
    height: auto !important; }

  .open-ag-video .open-ag-wrap {
    position: relative;
    left: 10px !important;
    top: 30px !important; }
    .open-ag-video .open-ag-wrap p {
      color: black; }
  .open-ag-video .fa-angle-right {
    margin-top: 15px;
    margin-left: 110px; }
  .open-ag-video .fa-angle-left {
    margin-left: -125px;
    margin-top: 15px; }
  .open-ag-video .active-img {
    display: block;
    margin-left: 178px !important; }

  .know-more-breadcrumbs {
    margin-top: 40px; }

  .know-us-landing-section .ag-descp {
    padding: 0;
    font-size: 25px;
    line-height: 32px; }

  .know-us-landing-section .ag-head {
    font-size: 60px; }

  .know-us-landing-section .no-limit {
    font-size: 40px;
    line-height: 40px; }

  .openag-video-section .video-headline {
    font-size: 30px;
    line-height: 36px; }

  .growers-section-heading {
    font-size: 30px;
    line-height: 36px; }

  .ag-box-head {
    font-size: 18px;
    line-height: 25px; }

  .ag-box-descp {
    font-size: 18px;
    line-height: 25px; }

  .growers-head {
    font-size: 30px;
    line-height: 36px; }

  .openag-video-section .story-descp {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 60px; }

  .openag-video-section .story-head {
    font-size: 18px;
    line-height: 25px; }

  .openag-video-section .story-wrap {
    padding-bottom: 0; }

  .openag-video-section .story-txt {
    margin-bottom: -20px !important; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-110px, -738px); }

  .open-ag-slider-section .slick-dots li {
    margin-right: 22px; }

  .open-ag-slider-section .slick-dots li button:before,
  .open-ag-slider-section .slick-dots li.slick-active button:before {
    height: 35px;
    width: 35px; } }
@media (max-width: 375px) {
  .ag-icons.show-active-img .grey-img {
    display: none; }
  .ag-icons.show-active-img .active-img {
    display: block; }

  .open-ag-slider-section .ag-slider-main-head {
    font-size: 50px;
    line-height: 60px !important; } }
@media (max-width: 320px) {
  .open-ag-slider-section .slick-dots li {
    margin-right: 18px; }

  .open-ag-video {
    margin-top: 85px !important; } }
.podcast-sec {
  padding-bottom: 100px !important; }

.podcast-view-all {
  float: right; }

.podcast-heading a .active {
  position: relative;
  font-weight: bold; }
  .podcast-heading a .active .podcast-arrow {
    display: block; }

.podcast .latest-podcast {
  text-transform: uppercase;
  font-family: NotoSansRegular;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px; }

.podcast-arrow {
  position: absolute;
  width: 5%;
  right: 44px;
  top: 15px;
  display: none; }

.blogs-latest {
  text-transform: uppercase;
  font-family: NotoSansRegular;
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px; }

.blog-sec {
  /*background: linear-gradient(
  		to right,
  		rgba(235, 71, 36, 0.8),
  		rgba(197, 0, 183, 0.8)
  		) !important;*/
  background-image: url("../images/blog/blog-top.jpg");
  padding-bottom: 50px; }
  .blog-sec .breadcrumbs-wrapper {
    padding: 10px;
    color: white; }
    .blog-sec .breadcrumbs-wrapper .breadcrumbs a {
      color: white; }
  .blog-sec .blog-search .arrow-left {
    padding-right: 8px;
    margin-left: 0; }
  .blog-sec .search-div {
    margin: 0;
    padding-bottom: 15px;
    font-family: NotoSansRegular;
    font-size: 34px;
    color: #fff; }
  .blog-sec .section-heading {
    margin: 0 0 30px; }
  .blog-sec .form-control {
    height: 50px;
    border: 1px solid #d8d8d8;
    font-family: NotoSansRegular;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
    color: white;
    border-radius: 0; }
    .blog-sec .form-control option {
      color: black; }
  .blog-sec select::-ms-expand {
    display: none !important; }
  .blog-sec select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: "" !important;
    appearance: none; }
  .blog-sec .select-group:after {
    content: "\203A";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 43%;
    right: -15px;
    z-index: 1;
    border: none;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    transform: rotate(89deg);
    font-size: 35px; }
  .blog-sec .select-group select:disabled {
    background-color: transparent; }

.blog-section {
  padding-bottom: 50px;
  padding-top: 30px; }
  .blog-section .blog-name {
    font-size: 16px;
    font-family: NotoSansRegular; }
  .blog-section .blogs {
    display: flex;
    flex-wrap: wrap; }
  .blog-section .podcast hr {
    border: 1px solid lightgray; }

.blog-wrapper {
  padding-bottom: 20px !important; }
  .blog-wrapper .blog-info, .blog-wrapper p {
    color: black; }

.all-podcast {
  font-family: NotoSansRegular;
  font-size: 16px;
  color: black;
  position: relative; }
  .all-podcast:focus, .all-podcast:hover, .all-podcast:active {
    color: black;
    font-weight: bold; }
  .all-podcast.active:after {
    position: absolute;
    left: 110%;
    top: 50%;
    content: url("/images/podcast/arrow.png");
    transform: translateY(-50%); }

.podcast-title {
  font-size: 20px; }

.podcast-list .panel-group .panel-heading {
  border-bottom: 1px solid #696969;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected,
.easy-autocomplete-container ul {
  background: transparent; }

.easy-autocomplete-container {
  top: 100%; }

.easy-autocomplete {
  height: 50px; }

.top-input-group .easy-autocomplete .fa {
  right: 0; }

.circle-audio-player {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: -10px;
  height: 40px;
  border-radius: 50px;
  background-color: #ff8833; }

#playerContainer {
  padding: 15px 11px 0 11px; }

audio:not([controls]) {
  height: 50px; }

.blog-months-details .all-blogs {
  font-family: NotoSansRegular;
  font-size: 16px; }
.blog-months-details .list-years {
  list-style: none; }
.blog-months-details .months {
  color: black;
  font-size: 14px;
  font-family: NotoSansRegular;
  list-style: none; }
  .blog-months-details .months a {
    color: black; }
.blog-months-details .panel-group .panel-collapse .panel-body.active a {
  color: #ff8833; }
.blog-months-details .panel-group .panel-heading {
  border-bottom: 1px solid #696969;
  cursor: pointer; }
.blog-months-details .panel-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf; }

.panel-group .panel .panel-heading {
  border: none;
  background-color: transparent;
  cursor: pointer; }
.panel-group .panel .years {
  border-bottom: 1px solid #696969; }
  .panel-group .panel .years h4 {
    font-family: NotoSansRegular;
    font-size: 16px; }
.panel-group .all-years {
  padding-top: 10px;
  list-style: none; }
  .panel-group .all-years li a {
    color: #000000;
    font-family: NotoSansLight;
    font-size: 14px; }

.description-wrapper p {
  font-family: NotoSansLight;
  font-size: 14px;
  line-height: 24px !important;
  margin-top: -7px; }

.short-description {
  font-size: 12px; }

.blog-details-wrapper .video-wrapper iframe {
  height: 500px; }

.fa-angle-double-right {
  font-size: 24px;
  color: #696969;
  border-style: solid;
  border-width: 1px;
  border-color: #696969;
  padding: 0 5px; }

.top-blog {
  padding-bottom: 30px; }

.blog-landing-section {
  padding-bottom: 10%;
  display: block; }
  .blog-landing-section .page-title {
    padding-top: 100px;
    font-size: 30px; }

.blog-content {
  font-size: 16px; }
  .blog-content .nav-pills > li.active > a,
  .blog-content .nav-pills > li.active > a:focus,
  .blog-content .nav-pills > li.active > a:hover {
    color: black;
    background-color: #fff;
    font-weight: bold; }
  .blog-content .nav-pills > li > a:hover {
    font-weight: bold; }
  .blog-content .nav-pills > li {
    font-weight: bold;
    padding-right: 75px; }
  .blog-content .nav > li > a {
    padding: 10px 0; }
  .blog-content a {
    color: black; }
  .blog-content .nav {
    margin-top: 12px; }
  .blog-content .short-description {
    padding-top: 5px;
    font-size: 14px;
    font-family: NotoSansLight; }
  .blog-content .tab-content {
    padding: 0 15px; }
  .blog-content .red-link {
    color: #ff8833; }
  .blog-content .pagination-div {
    margin-top: 10px; }
  .blog-content .mt-0 {
    top: -62px; }
  .blog-content .blog-months {
    padding-left: 0; }

.blog-tags:after {
  content: " ,"; }
.blog-tags:last-child:after {
  content: " "; }

.upl-pills li {
  cursor: pointer; }

.search-form {
  margin-left: 15px;
  margin-top: 5px; }
  .search-form #tag-search-button {
    padding: 7.2px 10px; }
  .search-form #title-search-button {
    padding: 7.2px 10px; }
  .search-form #tag-search {
    margin-left: 25px; }
  .search-form .btn-info {
    background-color: #ff7733;
    border-color: transparent; }
    .search-form .btn-info:active {
      background-color: #ff7733;
      border-color: transparent; }
  .search-form .easy-autocomplete-container ul {
    margin-top: 33px; }
  .search-form .top-input-group {
    z-index: 3; }
  .search-form .tag-input-group .easy-autocomplete-container ul {
    margin-left: 25px; }

.blog-article .alert-danger {
  margin-top: 10px; }

.top-input-group .fa {
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  color: #fff;
  right: 0; }

.mnth {
  margin-top: 18px; }

.breadcrumbs-wrapper .blog-search .arrow-left .top-input-group ::placeholder {
  color: white; }

.pagination-style .light-theme span {
  cursor: pointer; }
.pagination-style ul > li.active > span {
  padding: 0px 8px;
  border: 0;
  border-left: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: NotoSansLight !important;
  border-left: 1px solid #cccccc;
  color: grey;
  cursor: pointer;
  background-color: #fff;
  text-decoration: underline; }
.pagination-style ul > li > a {
  padding: 0px 8px;
  border: 0;
  border-left: 1px solid #cccccc;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: NotoSansRegular !important;
  color: black;
  box-shadow: none;
  border-radius: 0; }
.pagination-style ul > li.disabled > span {
  padding: 0px 8px;
  border: 0;
  border-left: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: NotoSansLight !important;
  color: grey;
  background-color: #fff;
  cursor: not-allowed; }

@media (max-width: 425px) {
  .blog-details-wrapper {
    padding: 20px; }
    .blog-details-wrapper .video-wrapper iframe {
      height: 300px; }

  .blog-search .tag-sec {
    padding-top: 50px; }

  .blog-details-months {
    padding-top: 40px; } }
/*RTE styling start*/
.html-render span {
  font-family: inherit !important;
  font-size: inherit !important; }
.html-render b {
  font-family: NotoSansBold !important;
  font-size: inherit !important; }
.html-render p,
.html-render h1,
.html-render h2,
.html-render h3,
.html-render h4,
.html-render h5,
.html-render h6,
.html-render small,
.html-render strong,
.html-render i,
.html-render em,
.html-render sub,
.html-render sup,
.html-render article,
.html-render a,
.html-render iframe,
.html-render table,
.html-render img,
.html-render font {
  overflow: hidden;
  max-width: 100% !important; }
.html-render table {
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important; }

@media (max-width: 768px) {
  .html-render table {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
    border-block: none; } }
/*RTE styling end*/
.slider-image-container .slick-track {
  margin-left: 0 !important; }

.slider-image-container .slick-dots li.slick-active button:before {
  color: #ff8833 !important; }

.product-details-section .right-pbox .slider-image-container ul {
  padding-right: 10%;
  overflow: visible; }

.slider-image-container {
  padding: 0 0 5% 0; }

.additional-info-img {
  max-width: 100%; }

.slider-image-container .slick-slide img {
  display: inline-block !important; }

@media (min-width: 768px) {
  .action-info .slider-image-container .slick-dots {
    padding-right: 10% !important; }

  .product-details-section .right-pbox .slider-image-container ul {
    padding-right: 10%; }

  .slider-image-container {
    padding: 0 5% 5% 5%; }

  .slider-image-container .slick-track {
    margin-left: 0 !important; } }
.mb-0 {
  margin-bottom: 0 !important; }

.black-text {
  color: black; }

.open-hearts-landing-section {
  color: white; }
  .open-hearts-landing-section .open-ag-wrapper {
    margin-top: 20%; }
  .open-hearts-landing-section .ag-head {
    font-size: 30px; }
  .open-hearts-landing-section .ag-descp {
    font-family: "NotoSansDisplayExtraLight";
    font-size: 80px;
    line-height: 90px; }
  .open-hearts-landing-section .no-limit {
    font-size: 24px;
    line-height: 34px;
    width: 675px;
    padding-bottom: 14px; }

.open-hearts-content-section .content-div {
  padding: 0 188px; }
.open-hearts-content-section .info-content {
  padding: 0 201px;
  margin-top: 30px; }
.open-hearts-content-section .info-para {
  margin-bottom: 20px; }
.open-hearts-content-section .farmer-img {
  float: right;
  padding-left: 30px; }
.open-hearts-content-section .overall-impact {
  margin-bottom: 40px; }
  .open-hearts-content-section .overall-impact .innovation-list {
    margin-left: -20px; }
.open-hearts-content-section .gray-head {
  padding-bottom: 20px; }
  .open-hearts-content-section .gray-head .heading-div {
    background-color: #f1f1f1;
    padding: 10px 20px; }
    .open-hearts-content-section .gray-head .heading-div h2 {
      padding: 0 33px; }

.open-hearts-nav-section {
  background-color: #f1f1f1; }
  .open-hearts-nav-section .know-more-breadcrumbs {
    padding-bottom: 15px; }

.open-ag-nav {
  padding-bottom: 35px; }
  .open-ag-nav .nav-item {
    width: calc(100%/6);
    color: #000; }
  .open-ag-nav .list-inline {
    width: 100%;
    margin: 0 auto;
    padding: 0 75px; }
  .open-ag-nav .font-bold {
    font-weight: bold; }

.sustainability-landing-content.no-background {
  background: none; }

.pt-40 {
  padding-top: 40px; }

.no-limit.pb-60 {
  padding-bottom: 60px; }

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

.business-title.open-innovate-title {
  text-align: center; }

.sustainability-landing-content.full-width {
  width: 100%; }

.sustainability-landing-content.plr-0 {
  padding-right: 0px;
  padding-left: 0px; }

.open-innovation-landing-section {
  background-image: url("../images/open-hearts/OpenInnovation-banner.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.open-markets-landing-section {
  background-image: url("../images/open-hearts/OpenMarkets-girl-banner.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.open-collaboration-landing-section {
  background-image: url("../images/open-hearts/OpenCollaboration-boy-banner.jpg");
  color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.open-aplique-bem-landing-section {
  background-image: url("../images/open-hearts/Aplique-Bem-Banner.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.open-gnyam-dham-landing-section {
  background-image: url("../images/open-hearts/Gnyam-Dham-Banner.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.open-intelligence-landing-section {
  background-image: url("../images/open-hearts/OpenIntelligence-Banner.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/*Open access page stylling*/
.open-access-landing-section {
  background-image: url("../images/open-hearts/OpeanAccess-Banner.jpg");
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.process-heading {
  font-weight: bold; }

.order-process-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .order-process-section .step-of-process {
    margin-bottom: 48px;
    position: relative; }
  .order-process-section .step-of-process::after {
    content: "";
    height: 40px;
    width: 4px;
    border-left: 1px dashed #289c38;
    position: absolute;
    left: 40px;
    top: 114px; }
  .order-process-section .three-line::after {
    top: 125px; }
  .order-process-section .last-step::after {
    display: none; }

/*Media Query*/
@media (min-width: 1024px) {
  .process-heading {
    padding: 0 188px; }

  .business-title.open-innovate-title {
    text-align: left; } }
@media (min-width: 1200px) {
  /*Open access stylling*/
  .order-process-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    .order-process-section .step-of-process {
      margin-bottom: 48px;
      position: relative; }
    .order-process-section .step-of-process::after {
      content: "";
      height: 40px;
      width: 30px;
      border-left: 0;
      border-top: 1px dashed #289c38;
      position: absolute;
      left: 80px;
      top: 40px; }
    .order-process-section .three-line::after {
      top: 40px; }
    .order-process-section .last-step::after {
      display: none; } }
@media (min-width: 1440px) {
  /*Open access stylling*/
  .order-process-section .step-of-process::after {
    content: "";
    height: 40px;
    width: 35px;
    border-left: 0;
    border-top: 1px dashed #289c38;
    position: absolute;
    left: 80px;
    top: 40px; } }
@media (max-width: 1199px) {
  .open-ag-nav .list-inline {
    width: 80%; } }
@media (max-width: 991px) {
  .open-hearts-landing-section .ag-descp {
    margin-bottom: 20px;
    line-height: 1; }

  .open-hearts-content-section .info-content {
    padding: 0 15px; }
  .open-hearts-content-section .content-div {
    padding: 0; }
  .open-hearts-content-section .farmer-img {
    float: none;
    padding-left: 0; }

  .open-ag-nav .list-inline {
    width: 100%; } }
@media (max-width: 767px) {
  .open-hearts-landing-section .collaboration-wrap {
    margin-top: 80% !important; }
  .open-hearts-landing-section .open-ag-wrapper {
    margin-top: 70%; }
  .open-hearts-landing-section .ag-descp {
    line-height: 60px !important;
    font-size: 45px; }
  .open-hearts-landing-section .ag-head {
    font-size: 25px; }
  .open-hearts-landing-section .no-limit {
    font-size: 18px;
    line-height: 25px; }

  .content-div .verde-text {
    font-size: 34px !important;
    text-align: center; } }
@media (max-width: 575px) {
  .open-hearts-landing-section .no-limit {
    width: auto; } }
/* business pages' navigation style */
.business-nav {
  padding: 35px 0 0px;
  font-size: 16px;
  line-height: 26px; }
  .business-nav .list-inline {
    padding: 0 35px;
    text-align: center; }
  .business-nav .nav-item {
    width: calc(100%/7);
    padding: 15px 0;
    position: relative;
    top: -10px;
    float: left;
    font-family: NotoSansLight;
    color: #777;
    font-size: 15px; }
  .business-nav .nav-list {
    width: calc(100%/4); }
  .business-nav .nav-link {
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: middle; }
  .business-nav .nav-text {
    color: #000; }
  .business-nav .bus-link {
    width: calc(100%/7); }
  .business-nav .nav-icon {
    margin: 0 auto 8px;
    height: 90px; }
  .business-nav .colored-icon {
    display: none; }
  .business-nav .active {
    font-family: NotoSansMedium;
    color: #000;
    font-weight: bold; }
    .business-nav .active .white-icon {
      display: none; }
    .business-nav .active .colored-icon {
      display: block; }

/*------6-5-20-*/
.advanta-business-nav-parent .nav-item {
  width: calc(100%/5); }

.success-nav .nav-item {
  width: calc(100%/4); }
.success-nav .list-inline {
  padding: 0 155px; }

.innovation-nav .nav-item {
  width: calc(100%/3); }
.innovation-nav .list-inline {
  padding: 0 188px; }

.service-nav .nav-item {
  margin-left: 25%; }

.sticky-text {
  display: none;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  color: black; }

.sticky-styling {
  transition: all 1s ease;
  height: 112px !important; }
  .sticky-styling .nav-icon {
    margin: 0 auto 6px;
    height: 55px !important; }
  .sticky-styling .nav-text {
    display: none; }
  .sticky-styling .nav-item {
    height: 110px; }
    .sticky-styling .nav-item:hover .sticky-text {
      display: block;
      font-size: 12px !important; }
    .sticky-styling .nav-item:hover img {
      filter: blur(2px); }

.economic-sticky {
  height: 118px !important; }

.cocoa-sticky {
  height: 177px !important; }

.social-resp-stick {
  height: 128px !important; }

.crop-nav .active {
  color: #777;
  font-family: "NotoSansLight";
  font-weight: normal; }

/*----------------------------*/
.flag-sticky-section .business-nav {
  padding: 35px 0 0px !important; }
.flag-sticky-section .bus-link {
  width: calc(100%/5); }
.flag-sticky-section .top-line {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  height: 70px; }
.flag-sticky-section .bg-white {
  background: #fff; }
.flag-sticky-section .sticky-styling {
  transition: all 1s ease;
  height: 112px !important; }
  .flag-sticky-section .sticky-styling .nav-icon {
    margin: 0 auto 6px;
    height: 55px; }
  .flag-sticky-section .sticky-styling .nav-text {
    display: none; }
  .flag-sticky-section .sticky-styling .nav-item {
    height: 60px !important; }
    .flag-sticky-section .sticky-styling .nav-item:hover .sticky-text {
      display: block;
      font-size: 12px !important; }
    .flag-sticky-section .sticky-styling .nav-item:hover img {
      filter: blur(2px); }

@media (max-width: 768px) {
  .service-nav .nav-item {
    margin-left: 0; } }
@media (max-width: 767px) {
  .business-nav .list-inline {
    padding: 0 20px; }
  .business-nav .slick-dots {
    position: absolute;
    left: 2px; } }
/* Sustainability Landing Section */
.sustainability-landing {
  padding-top: 130px;
  padding-bottom: 60px; }

.sustainability-landing-content {
  padding: 45px 35px;
  background: linear-gradient(to right, rgba(235, 71, 36, 0.8), rgba(197, 0, 183, 0.8));
  color: #FFFFFF;
  text-align: center; }
  .sustainability-landing-content .business-icon {
    height: 100px;
    margin: 0 auto; }
  .sustainability-landing-content .business-title {
    font-size: 30px;
    line-height: 40px;
    font-family: NotoSansDisplayLight;
    padding-bottom: 30px; }
  .sustainability-landing-content p {
    font-size: 20px;
    line-height: 24px;
    font-family: NotoSansLight; }

@media (min-width: 1024px) {
  .sustainability-landing {
    padding-top: 180px;
    padding-bottom: 80px; }

  .sustainability-landing-content {
    width: 85%;
    margin: 0 auto; }
    .sustainability-landing-content .row {
      display: flex;
      align-items: center; }
    .sustainability-landing-content .business-icon {
      height: 150px; }
    .sustainability-landing-content .business-title {
      line-height: 42px;
      padding-bottom: 0px; }
    .sustainability-landing-content p {
      font-size: 26px;
      line-height: 34px;
      text-align: left; } }
/* End of Sustainability Landing Section */
/* business page common style */
.business-landing-section {
  height: 670px;
  margin-top: 5%;
  opacity: 0; }
  .business-landing-section .full-height {
    height: 100%; }
  .business-landing-section .landing-content {
    width: 85%;
    min-height: 320px;
    margin: 0 auto;
    padding: 45px 50px;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 135px;
    background: linear-gradient(to right, rgba(235, 71, 36, 0.8), rgba(197, 0, 183, 0.8)) !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  .business-landing-section .business-icon {
    height: 160px;
    margin: 0 auto; }
  .business-landing-section .business-title {
    margin: 10px 0 0;
    font-size: 30px;
    line-height: 42px;
    font-family: NotoSansDisplayLight; }
  .business-landing-section .business-info {
    margin: 0;
    padding-left: 15px;
    font-size: 24px;
    line-height: 34px;
    font-family: NotoSansLight; }
    .business-landing-section .business-info p {
      margin-bottom: 0; }
  .business-landing-section .author-info {
    margin-top: 12px;
    font-size: 22px; }

.advanta-div {
  text-align: center;
  font-family: "NotoSansLight";
  font-size: 24px;
  line-height: 34px;
  margin-top: 70px;
  padding: 0 320px; }

.business-nav-section {
  background-color: #f1f1f1;
  font-size: 18px;
  line-height: 30px; }
  .business-nav-section .video-content-row {
    padding-top: 30px;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .business-nav-section .video-content-heading {
    margin: 0 0 15px;
    font-size: 38px; }
  .business-nav-section iframe {
    border: 1px solid #d6d6d6;
    border-radius: 0; }

.business-content-section {
  padding: 10px 0 30px;
  font-size: 15px;
  line-height: 24px;
  font-family: NotoSansLight; }
  .business-content-section .company-info-row {
    padding-bottom: 20px; }
  .business-content-section .company-site {
    margin-top: 88px;
    text-align: right;
    font-family: "myriadProBold", "PT Sans";
    font-size: 20px; }
  .business-content-section .left-tab {
    margin-bottom: 10px;
    font-size: 21px;
    font-family: "myriadProSemiBold", "PT Sans";
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

.video-content-section {
  padding-bottom: 50px; }
  .video-content-section .business-nav {
    padding: 15px 0 35px; }

.business-icon-row {
  padding: 40px 0;
  border-bottom: 1px solid #ccc; }
  .business-icon-row .icon {
    margin-bottom: 20px; }
  .business-icon-row .title {
    margin: 0 0 6px;
    font-family: NotoSansDisplayBold;
    font-size: 30px; }
  .business-icon-row .sub-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    font-family: NotoSansLight; }
  .business-icon-row .link {
    font-family: "myriadProRegular", "PT Sans";
    color: #777; }
  .business-icon-row .content {
    margin-top: 120px;
    font-size: 15px;
    line-height: 24px;
    font-family: NotoSansLight; }
  .business-icon-row .meta-content {
    margin-top: 110px; }
    .business-icon-row .meta-content p {
      font-family: "myriadProRegular", "PT Sans"; }
  .business-icon-row .benefit {
    font-size: 30px;
    line-height: 40px;
    font-family: NotoSansDisplayLight; }
  .business-icon-row .txt-dark-green {
    color: #076938; }
  .business-icon-row .txt-brown {
    color: #5e1331; }
  .business-icon-row .txt-navy-blue {
    color: #143f79; }
  .business-icon-row:last-child {
    border: 0; }

.innovation-div {
  height: 100%;
  padding: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  .innovation-div .heading {
    margin: 0 0 20px;
    /* text-transform: uppercase;*/
    font-size: 30px;
    /* color: $red;*/ }
  .innovation-div .content-title {
    margin: 0 0 5px;
    font-size: 28px;
    line-height: 48px; }
    .innovation-div .content-title span {
      display: block; }

.research-div {
  border: 0; }
  .research-div .content-title {
    font-size: 34px; }

.portfolio-div {
  padding: 30px 0 60px; }
  .portfolio-div .outer-grid-row,
  .portfolio-div .inner-grid-row,
  .portfolio-div .heading-box {
    display: -o-flex;
    display: flex; }
  .portfolio-div .inner-grid-row {
    height: 50%; }
  .portfolio-div .outer-grid-two,
  .portfolio-div .outer-grid-three {
    width: 40%; }
    .portfolio-div .outer-grid-two > div,
    .portfolio-div .outer-grid-three > div {
      height: 100%; }
  .portfolio-div .outer-grid-one,
  .portfolio-div .outer-grid-four {
    width: 60%; }
  .portfolio-div .grid {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff; }
  .portfolio-div .inner-grid {
    padding: 30px 25px; }
  .portfolio-div .outer-grid {
    border: none; }
  .portfolio-div .small-grid {
    width: 33.34%; }
  .portfolio-div .large-grid {
    width: 100%; }
  .portfolio-div .heading-box {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: #cb3630; }
  .portfolio-div .black-box {
    background-color: #000; }
  .portfolio-div .heading {
    margin: 0;
    /* text-transform: uppercase;*/ }
  .portfolio-div .sub-heading {
    margin-top: 0;
    line-height: 36px; }
  .portfolio-div .extra-big-text {
    font-size: 60px;
    line-height: 60px; }
  .portfolio-div .big-text {
    font-size: 34px;
    line-height: 42px; }
  .portfolio-div .medium-text {
    font-size: 28px;
    line-height: 38px; }
  .portfolio-div .small-box-heading {
    font-size: 20px;
    font-family: "myriadProRegular", "PT Sans"; }
  .portfolio-div .small-box-content {
    font-size: 18px; }
  .portfolio-div .list-unstyled {
    font-size: 20px; }
  .portfolio-div span {
    display: block; }

.decco-portfolio-div .grid-one,
.decco-portfolio-div .grid-four,
.decco-portfolio-div .grid-eight,
.decco-portfolio-div .grid-ten {
  width: 66.68%; }
.decco-portfolio-div .grid-two,
.decco-portfolio-div .grid-three,
.decco-portfolio-div .grid-seven,
.decco-portfolio-div .grid-nine,
.decco-portfolio-div .grid-ten,
.decco-portfolio-div .grid-eleven {
  background-color: #ccc; }
.decco-portfolio-div .grid-five {
  background-color: #e53d35; }
.decco-portfolio-div .grid-six,
.decco-portfolio-div .grid-eight {
  background-color: #bec043; }
.decco-portfolio-div .grid-three {
  background-image: url("../images/post-harvest/post-harvest_Products.jpg"); }
.decco-portfolio-div .grid-seven {
  background-image: url("../images/post-harvest/post-harvest_Processing.jpg"); }

.advanta-portfolio-div .inner-grid {
  padding: 0; }
.advanta-portfolio-div .heading-box {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
.advanta-portfolio-div figure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }
  .advanta-portfolio-div figure img {
    width: 100%;
    height: 100%; }
  .advanta-portfolio-div figure:hover figcaption {
    bottom: 0;
    transition: all 0.3s ease; }
.advanta-portfolio-div figcaption {
  height: 100%;
  padding: 20px;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "myriadProRegular", "PT Sans";
  font-size: 18px;
  background: rgba(237, 189, 51, 0.9);
  transition: all 0.3s linear; }
.advanta-portfolio-div .pro-slider-img {
  background: rgba(0, 0, 0, 0.8); }
.advanta-portfolio-div .title {
  font-size: 26px; }
.advanta-portfolio-div .other-crops-content {
  padding: 20px; }
.advanta-portfolio-div .crops-list {
  padding: 20px 60px 0;
  font-size: 24px; }
.advanta-portfolio-div .other-crops-title {
  font-family: "myriadProRegular", "PT Sans";
  font-size: 16px; }

.global-brands-row {
  padding: 60px 0; }
  .global-brands-row .heading {
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 26px; }
  .global-brands-row .brand-logo-div {
    border-left: 2px solid #f1f1f1; }
    .global-brands-row .brand-logo-div.no-border {
      border: 0; }
  .global-brands-row .brand-logo {
    margin: 0 auto; }

.green-links {
  color: #bec043; }

.report {
  margin-top: 45px;
  font-size: 13px !important;
  color: #636363; }

.new-business-nav .nav-item {
  width: calc(100%/6); }

@media (max-width: 992px) {
  .advanta-portfolio-div figcaption {
    padding: 14px; } }
@media (max-width: 991px) {
  .business-landing-section .landing-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    /* bottom: 75px;*/ }
  .business-landing-section .business-title {
    font-size: 38px; }
  .business-landing-section .business-info {
    font-size: 20px; }
  .business-landing-section .business-icon {
    padding-top: 20px;
    height: 100px; }

  .business-content-section .company-site {
    margin-top: 50px;
    text-align: left; }

  .business-nav-section .video-content-row {
    flex-direction: column; }

  .video-content-section {
    padding-bottom: 35px; }

  .portfolio-div .inner-grid-row {
    /* height: 35.5%;*/ } }
@media (max-width: 768px) {
  .fwb-vision-section .content-heading {
    padding-top: 25px; }

  .advanta-div {
    padding: 0 95px; }

  .business-landing-section .business-title {
    font-size: 28px; } }
@media (max-width: 680px) {
  .portfolio-div .extra-big-text {
    font-size: 30px; }

  .advanta-div {
    padding: 0 15px; } }
@media (max-width: 375px) {
  .business-landing-section .landing-content {
    bottom: 45px; }

  .portfolio-div .extra-big-text {
    font-size: 26px; } }
/* Environment page style */
.en-mi-pdf {
  text-align: left; }

.env-nav {
  position: sticky;
  top: 85px;
  z-index: 10; }

.openagnavigation {
  position: sticky;
  top: 103px;
  z-index: 10; }

.openmarket {
  top: 77px; }

.environment-sidenav {
  position: sticky;
  top: 85px;
  z-index: 10; }

.advanta-nav {
  position: sticky;
  top: 85px;
  z-index: 10; }

.advanta-slider {
  position: sticky;
  top: 85px;
  z-index: 10; }

.env-landing-section {
  background-image: url("/images/environment/Sustainability-Environment-banner.jpg"); }
  .env-landing-section .landing-content {
    padding: 45px 34px; }
  .env-landing-section .business-info {
    font-size: 26px;
    line-height: 34px; }

.env-content-section .env-img-div {
  min-height: 300px;
  margin-top: 6px;
  padding: 30px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
.env-content-section .img-content {
  text-align: right;
  font-size: 27px;
  line-height: 35px; }
  .env-content-section .img-content span {
    display: block; }
.env-content-section .env-heading {
  margin-top: 0;
  font-size: 36px;
  line-height: 42px;
  font-family: "myriadProBold", "PT Sans"; }
  .env-content-section .env-heading span {
    display: block; }
.env-content-section .env-subheading {
  font-size: 30px; }
.env-content-section .env-icon {
  margin: 40px 0 20px; }
.env-content-section .content {
  font-size: 18px;
  line-height: 26px; }
.env-content-section .gray-heading {
  color: #565656; }
.env-content-section .blue-heading {
  color: #0264ac; }
.env-content-section .waste-green {
  color: #478736; }
.env-content-section .green-heading {
  color: #47882f; }
.env-content-section .light-green-heading {
  color: #20b04a; }
.env-content-section .magenta-heading {
  color: #aa0b4b; }

.env-intro-section .environment-intro-row {
  padding: 50px 0;
  border-bottom: 1px solid #d4d4d4; }
.env-intro-section .heading {
  margin-bottom: 30px;
  text-align: right;
  font-family: "myriadProBold", "PT Sans";
  font-size: 70px;
  line-height: 62px;
  color: #44b147; }
  .env-intro-section .heading span {
    display: block; }
.env-intro-section .know-more-link {
  display: block;
  text-align: right;
  font-family: "myriadProRegular", "PT Sans"; }
  .env-intro-section .know-more-link span {
    display: block; }
.env-intro-section .content-heading {
  font-size: 34px;
  margin: 28px 0 36px; }
  .env-intro-section .content-heading span {
    display: block; }

.env-management-section {
  padding-top: 25px; }
  .env-management-section .env-management-row {
    margin-bottom: 10px;
    padding-bottom: 45px;
    border-bottom: 1px solid #d4d4d4; }
  .env-management-section .env-subheading {
    margin: 15px 0 8px; }
  .env-management-section .env-management-top-heading {
    font-size: 50px; }
  .env-management-section .energy-management-img-div {
    background-image: url("../images/environment/Energy-Management-Emission-Reduction.jpg"); }
  .env-management-section .water-management-img-div {
    background-image: url("/images/environment/Water-Management.jpg"); }
  .env-management-section .waste-management-img-div {
    background-image: url("/images/environment/Waste-Management.jpg"); }
  .env-management-section .slider-heading {
    margin: 50px 0 25px;
    font-family: "myriadProSemiBold", "PT Sans";
    font-size: 26px; }
  .env-management-section .env-initiatives-slider {
    padding: 0 35px; }
  .env-management-section .slide {
    padding: 20px 10px; }
  .env-management-section .slider-content-heading {
    font-size: 30px;
    line-height: 34px; }
  .env-management-section .slick-arrow {
    width: 42px;
    height: 50px;
    top: 46%;
    transform: translateY(-50%); }
    .env-management-section .slick-arrow:before {
      opacity: 1; }
    .env-management-section .slick-arrow.slick-prev {
      left: -12px; }
      .env-management-section .slick-arrow.slick-prev:before {
        content: url("../../images/home/lft_arr_slid.png"); }
    .env-management-section .slick-arrow.slick-next {
      right: -12px; }
      .env-management-section .slick-arrow.slick-next:before {
        content: url("../../images/home/rgt_arr_slid.png"); }

.env-technologies-section {
  padding-top: 60px; }
  .env-technologies-section .env-technologies-row {
    padding-bottom: 60px; }
  .env-technologies-section .env-technologies-intro-img-div {
    background-image: url("../images/environment/New-Technologies-bg.jpg"); }
  .env-technologies-section .technology-img {
    margin: 8px 0 0 auto; }
  .env-technologies-section .env-subheading {
    margin-top: 0; }

.env-compliances-section {
  padding: 60px 0 80px; }
  .env-compliances-section .env-compliances-img-div {
    background-image: url("../images/environment/Environmental-Compliances.jpg"); }
  .env-compliances-section .upl-accordion .panel-body {
    margin-left: 0;
    padding: 10px 5px 10px 2px;
    background: #fff;
    box-shadow: 1px 3px 2px #eaeaea; }
  .env-compliances-section .download-pdf {
    font-size: 15px; }

.gray-green-heading {
  color: #89a63a; }
  .gray-green-heading:hover .sidebar-overlay {
    opacity: 0.9; }
  .gray-green-heading .overlay-1 {
    background-color: #89a63a; }

.water-blue {
  color: #1279be; }
  .water-blue:hover .sidebar-overlay {
    opacity: 0.9; }
  .water-blue .overlay-2 {
    background-color: #1279be; }

.waste-green {
  color: #478736; }
  .waste-green:hover .sidebar-overlay {
    opacity: 0.9; }
  .waste-green .overlay-3 {
    background-color: #478736; }

.tech-purple {
  color: #aa0b4b; }
  .tech-purple:hover .sidebar-overlay {
    opacity: 0.9; }
  .tech-purple .tech-overlay {
    background-color: #aa0b4b; }

.compliances-green {
  color: #20b04a; }
  .compliances-green:hover .sidebar-overlay {
    opacity: 0.9; }
  .compliances-green .compliances-overlay {
    background-color: #20b04a; }

.pdf-text {
  padding: 10px 0;
  color: #636363;
  margin-bottom: 0; }

.report-left {
  margin-bottom: -65px;
  font-size: 13px !important;
  color: #636363;
  float: left;
  margin-top: 45px; }

.report-right {
  margin-top: 45px;
  font-size: 13px !important;
  color: #636363;
  float: right; }

@media (max-width: 768px) {
  .env-nav {
    top: 10%; }

  .openagnavigation {
    top: 10%; }

  .environment-sidenav {
    top: 10%; }

  .business-nav-section {
    top: 10%; }
    .business-nav-section .slick-prev {
      left: 0; }
      .business-nav-section .slick-prev:before {
        content: url("../../images/home/sticky-back-arrow.png"); }
    .business-nav-section .slick-next {
      right: -8px; }
      .business-nav-section .slick-next:before {
        content: url("../../images/home/sticky-next-arrow.png"); }

  .business-landing-section .business-info p {
    font-size: 20px; }

  .advanta-slider {
    top: 10%; }
    .advanta-slider .slick-prev {
      left: 0; }
      .advanta-slider .slick-prev:before {
        content: url("../../images/home/sticky-back-arrow.png"); }
    .advanta-slider .slick-next {
      right: -8px; }
      .advanta-slider .slick-next:before {
        content: url("../../images/home/sticky-next-arrow.png"); } }
@media (max-width: 550px) {
  .env-landing-section .landing-content {
    top: 0; } }
@media (max-width: 991px) {
  .env-technologies-section {
    padding-top: 0; }

  .env-intro-section .heading {
    text-align: left; }

  .env-intro-section .know-more-link {
    text-align: left; } }
@media (min-width: 1024px) {
  .en-mi-pdf {
    text-align: right; } }
/*Global styling start here*/
.container.pixofarm-container {
  padding-left: 20px;
  padding-right: 20px; }

.pixofarm-heading {
  font-size: 30px; }

.pixofarm-content {
  font-size: 18px; }

.pixofarm-small-content {
  font-size: 14px;
  line-height: 24px; }

.heading-line-height {
  line-height: 40px; }

.content-line-height {
  line-height: 28px; }

.pixofarm-section-spacing {
  padding-top: 40px;
  padding-bottom: 40px; }

.pixofarm-count {
  font-family: NotoSansSemiBold; }

/*Global styling end here*/
/*Section styling start here*/
.pixofarm-landing-section {
  background: url("../images/pixofarm/pixofarm-top-banner.jpg") center center no-repeat;
  background-size: cover;
  height: 200px; }

.pixofarm-breadcrumb-section .breadcrumbs-wrapper {
  padding: 10px 0 0; }

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.pixofarm-collaboration-section {
  position: relative; }

.collaboration-caption-wrapper {
  position: absolute;
  bottom: 0; }

.harvest-and-monitoring-section {
  background: url("../images/pixofarm/Video-background.jpg") center center no-repeat;
  background-size: cover; }

.harvest-and-monitoring-video-wrapper {
  margin-right: -20px;
  margin-left: -20px; }
  .harvest-and-monitoring-video-wrapper iframe {
    height: 225px; }

.pixofarm-system-image-wrapper {
  padding: 20px 0; }
  .pixofarm-system-image-wrapper .img-min-height {
    min-height: 57px;
    display: flex;
    align-items: flex-end; }

.pixofarm-img-content {
  padding: 12px 0 7px; }

.pixoform-faq-section {
  background-color: #f8fcfb; }

.pixofarm-faq-accordion {
  padding-bottom: 35px; }

.pixoform-faq-content-wrapper {
  padding-bottom: 45px; }

.pixofarm-faq-heading {
  padding-bottom: 30px; }

.pixofarm-panel-faq-heading {
  font-size: 24px;
  line-height: 28px;
  color: #6dcfb6; }

.txt-black {
  color: #000; }

.pixofarm-faq-panel .panel .panel-heading:after {
  display: none; }
.pixofarm-faq-panel .panel .panel-collapse .panel-body {
  padding-top: 14px; }
.pixofarm-faq-panel .rotate-arrow-container {
  flex: 0 0 6%; }
.pixofarm-faq-panel .rotate-arrow {
  width: 20px;
  transform: rotate(180deg);
  transition: 0.3s linear;
  margin-left: auto; }
.pixofarm-faq-panel .collapsed .rotate-arrow {
  transform: rotate(0); }
.pixofarm-faq-panel ul {
  padding-left: 30px; }
.pixofarm-faq-panel .hide {
  display: none; }

.pixofarm-faq-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid light-gray;
  padding: 30px 0 12px; }

.pixofarm-accordion-heading {
  color: light-gray; }

.pixofarm-download-app-wrapper img {
  margin: 0 auto; }

.pixofarm-download-app-heading {
  padding-bottom: 60px; }

.app-store-img-wrapper {
  padding: 20px 0; }

.modal-dialog.pixofarm-modal {
  width: auto;
  margin: 25px; }

.pixofarm-video-box.pixofarm-video {
  height: 400px; }

.show-content-btn {
  background: transparent; }
  .show-content-btn img {
    width: 16px;
    margin: 4px auto 0; }
  .show-content-btn.show-less-btn {
    display: none; }

.pixofarm-modal {
  z-index: 10040; }

/*Section styling end here*/
/*Mediaquery styling*/
@media (max-width: 425px) {
  .pb-sm-10 {
    padding-bottom: 10px; }

  .pt-sm-10 {
    padding-top: 10px; }

  .py-10 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .pt-0 {
    padding-top: 0 !important; }

  .pixofarm-img-content {
    font-size: 16px; }

  .pixofarm-count {
    font-size: 28px; } }
@media (min-width: 768px) {
  .pixofarm-landing-section {
    height: 300px; }

  .text-md-center {
    text-align: center !important; }

  .pixofarm-collaboration-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

  .pixofarm-collaboration-video-wrapper {
    flex: 0 0 50%; }

  .pixofarm-collaboration-content-wrapper {
    flex: 0 0 50%;
    padding-left: 30px; }

  .harvest-and-monitoring-video-wrapper {
    margin-right: 0;
    margin-left: 0; }
    .harvest-and-monitoring-video-wrapper iframe {
      height: 625px; }

  .pixofarm-download-app-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pixofarm-download-app-wrapper img {
      margin: 0; }

  .app-store-img-wrapper {
    display: flex;
    align-items: center; }

  .pixofarm-app-link-container {
    padding-left: 12px; }

  /*video modal styling*/
  .modal-dialog.pixofarm-modal {
    width: auto;
    margin: 100px;
    /*margin: 0;*/
    height: 72%; }

  .modal-content.pixofarm-modal-content {
    /*margin: 100px;*/
    margin: 0;
    height: 100%; }

  .pixofarm-modal-content .modal-body,
  .pixofarm-video-box.pixofarm-video {
    height: 100%; }

  .pixofarm-video-box.pixofarm-video {
    border-radius: 40px; } }
@media (min-width: 1024px) {
  .pixofarm-system-image-wrapper {
    padding: 20px; }

  .pixofarm-system-section {
    padding: 85px 0 20px; }

  .pixofarm-collaboration-content-wrapper {
    padding-left: 40px; } }
@media (min-width: 1200px) {
  .container.pixofarm-container {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .pixofarm-landing-section {
    height: 625px; } }
/*Mediaquery styling end here*/
/* representantes style */
.representantes-landing-section {
  padding-bottom: 0px;
  background-image: url("../images/aboutus/leadershipteam-landing.jpg"); }

.fr-representantes-section {
  padding-top: 50px; }
  .fr-representantes-section .team-heading {
    margin: 0 0 -20px !important; }

.show-regions {
  background: white !important;
  padding: 10px 30px;
  margin-right: 30px; }

.show-regions:hover {
  background: #ff8833 !important; }

.leadershipteam-section .representantes-team {
  padding: 30px 15px;
  margin-top: -25px; }
  .leadershipteam-section .representantes-team .layover {
    position: absolute;
    z-index: 1;
    padding: 5px 15px;
    background: #ff7733;
    color: white;
    border-radius: 10px;
    left: -1000px;
    cursor: pointer !important; }
  .leadershipteam-section .representantes-team .region-section {
    margin-top: 45px; }
  .leadershipteam-section .representantes-team .layover h2 {
    font-size: 14px;
    font-family: NotoSansLight;
    margin-top: 10px;
    cursor: pointer; }
  .leadershipteam-section .representantes-team path.luciano {
    fill: #d1a90b; }
  .leadershipteam-section .representantes-team path.luciano:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.llanos {
    fill: #e1a31c; }
  .leadershipteam-section .representantes-team path.llanos:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.german {
    fill: #c68b12; }
  .leadershipteam-section .representantes-team path.german:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.diego {
    fill: #a7740a; }
  .leadershipteam-section .representantes-team path.diego:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.fiat {
    fill: #eac224; }
  .leadershipteam-section .representantes-team path.fiat:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.martin {
    fill: #f6d246; }
  .leadershipteam-section .representantes-team path.martin:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.yolanda {
    fill: #f7e375; }
  .leadershipteam-section .representantes-team path.yolanda:hover {
    fill: #ad850c; }
  .leadershipteam-section .representantes-team path.casas {
    fill: #34f1e1; }
  .leadershipteam-section .representantes-team path.casas:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.silvina {
    fill: #50d5d4; }
  .leadershipteam-section .representantes-team path.silvina:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.marcos {
    fill: #16decd; }
  .leadershipteam-section .representantes-team path.marcos:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.blas {
    fill: #32a8a7; }
  .leadershipteam-section .representantes-team path.blas:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.magali {
    fill: #3f9392; }
  .leadershipteam-section .representantes-team path.magali:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.maria {
    fill: #177b7a; }
  .leadershipteam-section .representantes-team path.maria:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.talano {
    fill: #0f6169; }
  .leadershipteam-section .representantes-team path.talano:hover {
    fill: #74acdf; }
  .leadershipteam-section .representantes-team path.santiago {
    fill: #feccaf; }
  .leadershipteam-section .representantes-team path.santiago:hover {
    fill: #db5705; }
  .leadershipteam-section .representantes-team path.malberti {
    fill: #f9bb97; }
  .leadershipteam-section .representantes-team path.malberti:hover {
    fill: #db5705; }
  .leadershipteam-section .representantes-team path.adrian {
    fill: #f5ae85; }
  .leadershipteam-section .representantes-team path.adrian:hover {
    fill: #db5705; }
  .leadershipteam-section .representantes-team path.emiliano {
    fill: #e69768; }
  .leadershipteam-section .representantes-team path.emiliano:hover {
    fill: #db5705; }
  .leadershipteam-section .representantes-team path.wilson {
    fill: #d7834d; }
  .leadershipteam-section .representantes-team path.wilson:hover {
    fill: #db5705; }
  .leadershipteam-section .representantes-team path.gonzalo {
    fill: #c8733a; }
  .leadershipteam-section .representantes-team path.gonzalo:hover {
    fill: #db5705; }
.leadershipteam-section .representantes-post {
  margin-bottom: 0;
  color: #545454; }
  .leadershipteam-section .representantes-post a {
    color: #545454; }
.leadershipteam-section .representantes-info {
  color: #545454; }
  .leadershipteam-section .representantes-info a {
    color: #545454; }
.leadershipteam-section .no-margin {
  margin: 0; }
.leadershipteam-section svg {
  width: 100% !important; }
  .leadershipteam-section svg .path, .leadershipteam-section svg a {
    cursor: pointer; }

.leadershipteam-section .map-heading {
  font-family: NotoSansRegular;
  font-size: 18px;
  text-transform: capitalize;
  margin-left: -102px; }
.leadershipteam-section .region-head {
  margin-left: -385px; }
.leadershipteam-section .sur-head {
  margin-left: -125px; }
.leadershipteam-section .region-right {
  margin-top: 2%; }
.leadershipteam-section .global-team {
  padding: 30px 15px 80px; }
  .leadershipteam-section .global-team .team-member-info,
  .leadershipteam-section .global-team a {
    font-family: NotoSansLight;
    color: #000; }
.leadershipteam-section .country-team {
  padding: 0 15px 0; }
  .leadershipteam-section .country-team .team-content {
    margin-bottom: 50px; }
  .leadershipteam-section .country-team .mobile-view {
    display: none; }
.leadershipteam-section .team-heading {
  margin: 0 0 50px;
  font-size: 26px;
  font-family: NotoSansRegular; }
.leadershipteam-section .team-member {
  padding: 10px 15px;
  text-align: left; }
.leadershipteam-section .representatives-team .team-member {
  padding: 0 15px 15px; }
.leadershipteam-section .team-member-img {
  margin-bottom: 25px; }
.leadershipteam-section .team-member-name {
  margin: 20px 0 5px 0;
  font-family: NotoSansRegular;
  font-size: 24px; }
.leadershipteam-section .member-name {
  font-size: 18px; }
.leadershipteam-section .country-team-member .team-member-name {
  font-size: 18px; }
.leadershipteam-section .team-member-post {
  margin-bottom: 6px;
  color: #545454; }
  .leadershipteam-section .team-member-post span {
    display: block; }
.leadershipteam-section .member-post {
  margin-bottom: 4px;
  color: #545454; }
  .leadershipteam-section .member-post a {
    font-family: NotoSansLight;
    color: #545454; }
.leadershipteam-section .member-post-position {
  margin-bottom: 4px;
  color: #545454;
  height: 50px; }
.leadershipteam-section .country-team-slider .team-member {
  padding: 0 15px; }
.leadershipteam-section .country-team-slider .slick-dots {
  position: static; }
.leadershipteam-section .representative-member {
  padding-bottom: 60px; }
.leadershipteam-section .representative-member:last-child {
  padding-bottom: 0; }

@media (max-width: 991px) {
  .leadershipteam-section .country-team .representatives-team {
    margin-bottom: 16px;
    padding: 0 15px; }

  .representatives-team .upl-grid-4 {
    width: 100%; } }
.fifa-landing-section {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .fifa-landing-section iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  .fifa-landing-section .fa-volume-off,
  .fifa-landing-section .fa-volume-up {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 30px;
    color: #fff; }
  .fifa-landing-section .fa-volume-up {
    display: none; }

.fifa-description-container {
  padding: 30px 0 70px; }

.fifa-heading {
  font-size: 30px;
  line-height: 40px; }

.fifa-body-copy {
  font-size: 18px;
  line-height: 28px; }

.fifa-content {
  padding-bottom: 25px; }

.what-next-heading {
  font-size: 38px;
  padding-bottom: 10px; }

.partners-content-author {
  font-size: 16px; }

.fifa-patner-author-name {
  font-family: NotoSansSemiBold; }

.fifa-content-container {
  padding-bottom: 55px; }
  .fifa-content-container img {
    width: 100%; }

.football-vector {
  width: 120px;
  margin-left: 50px; }

@media (min-width: 768px) {
  .fifa-content-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .fifa-content-container img {
      width: 100%; }
    .fifa-content-container .Fatma-Jai-Shroff-img {
      position: absolute;
      width: 50%;
      bottom: 0; }

  .football-vector {
    width: 205px;
    margin-left: 22%;
    margin-bottom: 150px; }

  .fifa-flex-50 {
    flex: 0 0 50%; }

  .fifa-reverve {
    flex-direction: row-reverse; }

  .fifa-informative-section {
    position: relative;
    overflow: hidden; }

  .fifa-content-container .green-vector {
    position: absolute;
    top: 0;
    left: -8%;
    width: 55%; }

  .orange-vector {
    transform: translateX(-20px); }

  .red-vector {
    transform: translateX(20px); }

  .fifa-partner-section .fifa-content-container {
    padding-bottom: 30px; }

  .green-vector-section {
    padding-bottom: 100px; }
    .green-vector-section .fifa-content-wrapper {
      padding-top: 10px; } }
@media (min-width: 1024px) {
  .fifa-description-container {
    padding-bottom: 100px; }

  .fifa-heading {
    font-size: 50px;
    line-height: 70px; }

  .fifa-body-copy {
    font-size: 28px;
    line-height: 38px; }

  .partners-content-author {
    font-size: 18px; }

  .red-vector-container {
    padding: 40px 0; }

  .fifa-partner-section {
    padding-top: 30px; }

  .orange-vector {
    transform: translateX(-59px); }

  .red-vector {
    transform: translateX(59px); }

  .green-vector-section {
    padding-bottom: 120px; }
    .green-vector-section .fifa-content-wrapper {
      padding-top: 30px; } }
@media (min-width: 1200px) {
  .fifa-partner-section .fifa-content-wrapper {
    flex: 0 0 38%; }
  .fifa-partner-section .fifa-content-img-wrapper {
    flex: 0 0 62%; }

  .fifa-content-container .Fatma-Jai-Shroff-img {
    width: 56%; }

  .green-vector-section {
    padding-bottom: 200px; }
    .green-vector-section .fifa-content-wrapper {
      padding-top: 80px; } }
@media (min-width: 1440px) {
  .fifa-content-container .Fatma-Jai-Shroff-img {
    width: 785px; }

  .fifa-partner-section {
    padding-top: 60px; }

  .football-vector {
    width: 245px; }

  .green-vector-section {
    padding-bottom: 220px; }
    .green-vector-section .fifa-content-wrapper {
      padding-top: 100px; } }
@media (min-width: 1600px) {
  .fifa-partner-section {
    padding-top: 90px; }

  .green-vector-section .fifa-content-wrapper {
    padding-top: 120px; } }
@media (min-width: 1920px) {
  .green-vector-section {
    padding-bottom: 310px; }
    .green-vector-section .fifa-content-wrapper {
      padding-top: 150px; }

  .fifa-content-container .Fatma-Jai-Shroff-img {
    width: 1000px; }

  .fifa-partner-section {
    padding-top: 180px; } }
@media (min-width: 2560px) {
  .green-vector-section {
    padding-bottom: 430px; }
    .green-vector-section .fifa-content-wrapper {
      padding-top: 250px; } }
.download-top-section {
  background-image: url("../images/downloads/downloads-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-top: 105px; }
  .download-top-section .breadcrumbs-wrapper {
    padding: 30px;
    color: white; }
    .download-top-section .breadcrumbs-wrapper .breadcrumbs a {
      color: white; }
  .download-top-section .search-div {
    margin: 0;
    padding-bottom: 15px;
    font-family: NotoSansRegular;
    font-size: 34px;
    color: #fff;
    padding-top: 30px; }

.files-download-list-section {
  padding-bottom: 60px; }
  .files-download-list-section .panel-group {
    margin-bottom: 0px; }
  .files-download-list-section .panel-title {
    border-bottom: 1px solid #000;
    padding: 10px 25px;
    padding-bottom: 20px; }
    .files-download-list-section .panel-title h2 {
      font-size: 35px; }
  .files-download-list-section .panel-group .panel .panel-heading:after {
    display: none; }
  .files-download-list-section .accordian-heading.collapsed .down-arrow {
    transform: rotate(0);
    transition: 0.3s linear; }
  .files-download-list-section .down-arrow {
    float: right;
    transform: rotate(180deg);
    transition: 0.3s linear; }
  .files-download-list-section .panel-group .panel .panel-collapse .panel-body {
    padding: 35px;
    padding-bottom: 0px; }
  .files-download-list-section .download-file-wrapper a {
    color: #000; }
  .files-download-list-section .download-file-wrapper a:hover {
    color: #000; }
  .files-download-list-section .download-file-name {
    font-size: 18px;
    font-family: NotoSansRegular;
    margin-bottom: 5px; }
  .files-download-list-section .download-file-type {
    font-size: 14px;
    color: #F3446D;
    font-family: NotoSansRegular; }
  .files-download-list-section .download-file-size {
    font-size: 14px;
    font-family: NotoSansRegular; }
  .files-download-list-section .download-file-date {
    font-size: 14px;
    font-family: NotoSansRegular; }
  .files-download-list-section .download-files-list {
    padding-bottom: 35px; }
  .files-download-list-section .group-name p {
    font-size: 18px;
    font-family: NotoSansRegular;
    padding-bottom: 20px;
    border-bottom: 3px solid black;
    margin-bottom: 30px; }

@media (min-width: 767px) {
  .each-file-wrapper {
    display: flex;
    flex-wrap: wrap; } }
@media (max-width: 768px) {
  .download-file-wrapper {
    padding-bottom: 15px; }

  .principles-section .slick-dots {
    top: 100% !important; } }
@media (max-width: 425px) {
  .files-download-list-section .panel-title h2 {
    font-size: 24px; } }
/* Stewardship page style */
.stewardship-landing-section {
  background: url("/images/stewardship/Stewardship-Top-Banner.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0; }
  .stewardship-landing-section .landing-content {
    padding: 45px 34px; }
  .stewardship-landing-section .business-info {
    font-size: 26px;
    line-height: 34px; }
  .stewardship-landing-section .stewardship-landing-content {
    padding: 45px 35px;
    background: linear-gradient(to right, rgba(235, 71, 36, 0.8), rgba(197, 0, 183, 0.8));
    color: #FFFFFF;
    text-align: center; }
    .stewardship-landing-section .stewardship-landing-content .business-icon {
      height: 100px;
      margin: 0 auto; }
    .stewardship-landing-section .stewardship-landing-content .business-title {
      font-size: 30px;
      line-height: 40px;
      font-family: NotoSansDisplayLight;
      padding-bottom: 30px; }
    .stewardship-landing-section .stewardship-landing-content p {
      font-size: 20px;
      line-height: 24px;
      font-family: NotoSansLight; }

.stewardship-read-more-btn {
  font-size: 14px;
  color: #ff8833;
  font-family: NotoSansLight; }

.video-section {
  height: 240px; }

.program-and-resources-slide1 {
  background-image: url("/images/stewardship/program-and-resources/Program-1-Aplique-Bem.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.program-and-resources-slide2 {
  background-image: url("/images/stewardship/program-and-resources/Program-2-W&CA-Applique-Bien.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.program-and-resources-slide3 {
  background-image: url("/images/stewardship/program-and-resources/Program-3-RUC---Container-Management.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.program-and-resources-slide4 {
  background-image: url("/images/stewardship/program-and-resources/Program-4-RUC-Safe-Use-And-Handling.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.program-and-resources-slide5 {
  background-image: url("/images/stewardship/program-and-resources/Program-5-RUC--Falsification.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.program-and-resources-slide6 {
  background-image: url("/images/stewardship/program-and-resources/Program-6-Responsible-Use-Mexico.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.program-resources-slider {
  position: relative; }
  .program-resources-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    padding: 6px 13px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%; }
  .program-resources-slider .prev-arrow {
    left: 20px; }
  .program-resources-slider .next-arrow {
    right: 20px; }

.vision-right {
  margin-bottom: 50px; }

.pb-40 {
  padding-bottom: 40px; }

.article-slider .row {
  display: flex;
  flex-direction: column-reverse; }
.article-slider .slick-dots {
  color: #ff8833; }
  .article-slider .slick-dots li button:before {
    font-size: 12px; }
.article-slider .podcast-img .img-responsive {
  height: auto; }

.podcast-slider {
  border: 1px solid #cccccc; }
  .podcast-slider .slick-prev.slick-arrow {
    transform: translate(150%, -175%); }
  .podcast-slider .slick-next.slick-arrow {
    transform: translate(-150%, -175%); }
  .podcast-slider .slick-prev:before, .podcast-slider .slick-next:before {
    color: gray;
    font-size: 30px; }
  .podcast-slider .slick-prev:before {
    content: "\276E"; }
  .podcast-slider .slick-next:before {
    content: "\276F"; }

.testimonial-box {
  padding-top: 40px; }

.program-and-resources-label {
  font-size: 18px;
  font-family: NotoSansLight;
  font-weight: 700px; }

.stewardship-testimonial-section .program-and-resources-label {
  font-weight: normal; }

.stewardship-testimonial-name {
  font-size: 24px;
  line-height: 36px;
  font-family: NotoSansLight; }

.stewardship-testimonial-info {
  font-size: 16px;
  line-height: 28px;
  font-family: NotoSansLight; }

.slide-content-container {
  padding: 40px 0 70px;
  display: flex;
  align-items: center; }

.program-and-resources-content {
  padding: 5%;
  background: #fff;
  opacity: 0.9; }

.program-and-resources-icon {
  height: 100px; }

.program-and-resources-title {
  font-size: 24px;
  line-height: 30px;
  font-family: NotoSansLight; }

.program-and-resources-description {
  font-size: 16px;
  line-height: 28px;
  font-family: NotoSansLight; }

.principles-main-heading {
  font-size: 28px;
  font-family: NotoSansLight; }

.stewardship-nav-section {
  display: none; }

.podcast-date {
  font-size: 14px;
  color: #969696;
  font-family: NotoSansLight; }

.podcast-box {
  padding: 10%; }

.podcast-img {
  text-align: -webkit-center; }

.vision-mission-section {
  padding: 40px; }
  .vision-mission-section .vision-img-div {
    float: left; }
  .vision-mission-section .vision-content-div {
    float: right; }
  .vision-mission-section .vision-mission-text {
    padding: 10px 22px 0 0; }
  .vision-mission-section .orange-text {
    color: #ff8833; }

.stewardship-pdf-section {
  display: flex;
  justify-content: center; }

.stewardship-pdf-icon {
  padding-right: 10px; }

.program-resources-section .slick-dots {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }
.program-resources-section .slick-dots li button:before {
  font-size: 20px;
  color: yellow;
  opacity: 1; }
.program-resources-section .slick-dots li.slick-active button:before {
  color: #fff; }

.stewardship-section {
  margin: 50px 0px; }

.principle-title {
  font-size: 28px; }

.overflow-x-hidden {
  overflow-x: hidden; }

.principles-section {
  padding: 70px 20px 0; }
  .principles-section .slick-dots {
    left: 50%;
    transform: translateX(-50%); }
    .principles-section .slick-dots li button:before {
      font-size: 12px; }

.principle-heading {
  font-size: 18px;
  font-family: NotoSansSemiBold; }

.principle-body-copy {
  font-size: 16px;
  line-height: 28px; }

.principle-description-container {
  width: 94%;
  padding-top: 40px; }

.principle-description-wrapper {
  padding: 25px 0;
  border-top: 1px solid #000;
  text-align: center;
  margin-top: 30px; }

.active-image {
  margin: 0 auto; }

@media (max-width: 576px) {
  .hide-for-mobile {
    display: none !important; }

  .stewardship-video-section .container {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden; } }
@media (min-width: 768px) {
  .vision-right {
    margin-bottom: 0px; }

  .stewardship-nav-section {
    display: block;
    padding: 30px 0 60px; }

  .hide-for-desktop {
    display: none; }

  .testimonial-box {
    padding-top: 80px; }

  .article-slider .row {
    display: flex;
    flex-direction: row;
    margin-right: -14px;
    margin-left: -14px; }
  .article-slider .slick-dots {
    left: 10%;
    transform: translateX(-50%); }

  .principles-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 80px 0 0; }

  .principles-container {
    flex: 0 0 14%;
    margin: 0 -3px;
    cursor: pointer; }
    .principles-container:nth-child(odd) {
      transform: translateY(-4px); }
    .principles-container:nth-child(even) {
      transform: translateY(4px); }

  .principle-description-container .principle-description-wrapper:not(:first-child) {
    display: none; }

  .principle-description-wrapper {
    padding: 25px 30px;
    text-align: left;
    margin-top: 0; }

  .hide-element {
    display: none; }

  .video-section {
    height: 400px; } }
@media (max-width: 550px) {
  .stewardship-landing-section .landing-content {
    top: 0; } }
@media (min-width: 1024px) {
  .stewardship-landing-section {
    padding: 90px 0; }

  .sustainability-landing-content {
    width: 85%;
    margin: 0 auto; }
    .sustainability-landing-content .row {
      display: flex;
      align-items: center; }
    .sustainability-landing-content .business-icon {
      height: 150px; }
    .sustainability-landing-content .business-title {
      line-height: 42px;
      padding-bottom: 0px; }
    .sustainability-landing-content p {
      font-size: 26px;
      line-height: 34px;
      text-align: left; }

  .principles-container {
    margin: 0 -5px; }

  .video-section {
    height: 560px; } }
@media (min-width: 1440px) {
  .program-resources-slider .prev-arrow {
    left: 30px; }
  .program-resources-slider .next-arrow {
    right: 30px; } }
/* Import mediaqueries */
/* Media queries */
@media (min-width: 767px) {
  .model-img {
    display: none !important; }

  .model-pic {
    display: block; }

  .mobile-ag-slider-section {
    display: none; } }
@media (min-width: 768px) {
  /* header stle */
  .single-product-div {
    padding-bottom: 50px; }

  .desktop-product {
    display: block; }

  .mobile-product {
    display: none; }

  .navbar-header {
    float: none; }

  /* product page style */
  .products .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }

  .products-details-landing-section .sk-page-titles-wrapper {
    left: 2%; } }
@media (min-width: 992px) {
  /* common style */
  .heading-wrapper {
    padding: 0; }

  /* header style */
  .navbar-header {
    float: left; }

  /* leadershipt team page style */
  .leadershipteam-section .global-team .team-member-info {
    height: 105px; }
  .leadershipteam-section .global-team .team-member-post {
    height: 66px; }
  .leadershipteam-section .global-team .team-member-nz-post {
    height: unset; } }
@media (min-width: 1200px) {
  /* products filter style */
  .products-filter .upl-content-wrapper {
    padding: 0 50px; }

  /* homepage style */
  .home-products-section .upl-content-wrapper,
  .news-awards-section .upl-content-wrapper {
    padding: 0 50px; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-307px, -635px) !important; } }
@media (min-width: 1300px) {
  /* common style */
  .upl-container {
    width: 1200px; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-375px, -635px) !important; } }
@media (max-width: 1299px) {
  /* vision mission page style */
  .our-philosophy-section .philosophy-title {
    font-size: 40px;
    line-height: 46px; }
  .our-philosophy-section .philosophy-text {
    font-size: 18px;
    line-height: 30px; }
  .our-philosophy-section .vision-list p {
    font-size: 15px;
    line-height: 28px; }
    .our-philosophy-section .vision-list p span {
      width: 70%; }
    .our-philosophy-section .vision-list p img {
      width: 58px; } }
@media (max-width: 1200px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-365px, -635px); } }
@media (max-width: 1140px) {
  .navbar .main-nav li {
    padding: 35px 0 24px; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-100px, -665px); } }
@media (max-width: 1024px) {
  /*.product-filter-section .products-filter{
        margin-top: 205px;
        }*/
  .sign-up .subscribe-div .subscribe-btn {
    width: 48%; }

  .last-li {
    display: inline-block;
    padding-left: 0; }

  .landing-section .landing-container {
    width: 100%; } }
/* product filter style */
.products-filter .quicklinks a {
  font-size: 16px; }

/* homepage style */
.landing-section .landing-title {
  font-size: 38px;
  line-height: 42px; }
.landing-section .landing-text,
.landing-section a {
  font-size: 16px; }

.find-products-section .right-col {
  padding: 0; }

/* vision mission page style */
.vision-mission-landing-section {
  height: 600px; }
  .vision-mission-landing-section video {
    min-width: 128%;
    min-height: 170%; }

.aboutus-section .aboutus-content-wrapper h3 {
  font-size: 28px;
  line-height: 40px; }

.mission-vision-section .title {
  font-size: 46px; }
.mission-vision-section .text {
  font-size: 18px;
  line-height: 30px; }

.responsibility-section .title {
  font-size: 40px; }

/* leadership team page style */
@media (max-width: 1200px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-365px, -635px); } }
@media (max-width: 1140px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-207px, -680px) !important; } }
@media (max-width: 1200px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-365px, -635px); } }
@media (max-width: 1200px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-365px, -635px); } }
@media (max-width: 1024px) {
  /*.product-filter-section .products-filter{
        margin-top: 205px;
        }*/
  .sign-up .subscribe-div .subscribe-btn {
    width: 48%; }

  .main-events .event-black-div {
    padding: 25px 20px 20px; } }
/* careers page style */
.careers-content-section .careers-certification {
  padding: 68px 60px; }

/* products page style */
.products-row {
  display: block; }
  .products-row:last-child .product {
    border-bottom: 1px solid #d0d0d0; }

@media (max-width: 2560px) {
  .products-filter .quicklinks .quick-list {
    margin-left: 0; }
  .products-filter .quicklinks .renewal-list {
    margin-left: 103px; }

  .vision-mission-landing-section #video-controls {
    left: 28%; }
  .vision-mission-landing-section video {
    transform: translate(37.5%, -50%) !important;
    top: 59%; } }
@media (min-width: 1024px) {
  .products-details-landing-section {
    padding-top: 15px !important; }

  .products-details-landing-section .sk-page-titles-wrapper {
    left: 4%; } }
@media (min-width: 1030px) {
  .landing-section .hide-after-1024 {
    display: none; }

  .hide-after-1024 {
    display: none; } }
@media (min-width: 1200px) {
  .products-details-landing-section {
    padding-top: 130px !important; } }
@media (min-width: 1366px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    left: 6%; } }
@media (min-width: 1440px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    left: 9%; } }
@media (min-width: 1600px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    left: 13%; } }
@media (min-width: 1800px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    left: 17%; } }
@media (min-width: 1920px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    left: 19%; } }
@media (min-width: 2560px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    left: 27%; } }
@media (max-width: 1999px) {
  .vision-mission-landing-section video {
    transform: translate(20.5%, -42.1%) !important;
    top: 52%; } }
@media (max-width: 1920px) {
  .vision-mission-landing-section video {
    position: absolute;
    width: 1440px;
    margin: 0 auto;
    transform: translate(-50%, -50%) !important;
    top: 57.8%;
    height: 800px;
    min-height: 100%;
    left: 50%; }
  .vision-mission-landing-section #video-controls {
    left: 18%; } }
@media (max-width: 1600px) {
  .vision-mission-landing-section video {
    transform: translate(-50%, -50%) !important;
    top: 60%; }
  .vision-mission-landing-section #video-controls {
    left: 12%; } }
@media (max-width: 1440px) {
  .vision-mission-landing-section video {
    width: 1410px;
    transform: translate(-50%, -50%) !important;
    top: 58%; }
  .vision-mission-landing-section #video-controls {
    left: 8%; } }
@media (max-width: 1024px) {
  /*.product-filter-section .products-filter{
        margin-top: 205px;
        }*/
  .sign-up .subscribe-div .subscribe-btn {
    width: 48%; }

  .main-events .event-black-div {
    padding: 25px 20px 20px; }

  .main-events .img-section .event-main-img {
    width: 100%;
    height: 390px; }

  .main-events .event-black-div {
    width: 100%;
    height: 390px; }

  .backlink {
    margin-right: -300px; }

  .products-filter .section-heading {
    margin-left: -5px; }

  .products-details-landing-section .page-titles-wrapper .page-titles {
    margin-top: -145px; }

  .products-details-landing-section .product-banner-img {
    padding-bottom: 40px;
    margin-top: 80px; }

  .country-dropdown .country-close-btn {
    right: 0;
    top: 0px; }

  .vision-mission-landing-section video {
    width: 1200px;
    transform: translate(-50%, -50%) !important;
    top: 86%; }
  .vision-mission-landing-section #video-controls {
    left: 3%;
    bottom: 20px; }

  .main_section {
    padding-top: 190px; }

  .small-popup p {
    display: inline;
    margin: 0 15px;
    font-size: 14px;
    margin-left: 3%; }

  .small-popup .enlarge {
    right: 3%;
    top: -1%; }

  .small-popup .small-popup-close {
    top: -2%; }

  .popup-section .click-here-btn {
    float: right;
    margin-top: -43px;
    text-align: center; }

  .popup-section p {
    margin-top: -52px; }

  .landing-banner-section.landing-section {
    height: 100%; }
  .landing-banner-section .container {
    width: 100%; }
  .landing-banner-section img {
    width: 100%; }
  .landing-banner-section .black-mob-div {
    flex: 1;
    position: relative !important;
    background: #000;
    transform: translateY(0) !important;
    top: 0 !important;
    right: 0;
    opacity: 1; } }
@media (max-width: 991px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-105px, -680px) !important; }

  .legacy-content-section .awards-title.ie-awards-title {
    left: -115px !important; }

  .home-landing-section .open-ag-video-desktop {
    display: none; }
  .home-landing-section .open-ag-video-mobile {
    display: block; }

  .landing-section .black-mob-div p {
    font-size: 13px !important; }

  .product-filter-section .products-filter {
    padding-bottom: 30px; }

  .products-details-landing-section .product-banner-img {
    margin-top: -44px; }

  .page-title-wrapper .page-title {
    padding: 0 15px;
    font-size: 20px; }

  .small-popup {
    text-align: left; }
    .small-popup p {
      display: block;
      margin: 0 40px; }
    .small-popup .btn {
      padding: 4px 0;
      margin: 8px 38px; }
    .small-popup .enlarge,
    .small-popup .small-popup-close {
      top: 3px; }

  .breadcrumbs {
    padding: 0 15px; }
    .breadcrumbs a {
      display: inline-block;
      line-height: 30px; }

  .upl-btn-red {
    padding-left: 12px;
    padding-right: 12px; }

  .left-col,
  .right-col {
    padding: 0 15px; }

  form select.form-control {
    font-size: 14px; }

  /* product filter style */
  .products-filter {
    padding-bottom: 20px; }
    .products-filter .show-product-btn-div {
      text-align: center;
      margin-top: 20px; }
    .products-filter form {
      margin-bottom: 20px; }
    .products-filter .quicklinks {
      padding: 0; }
      .products-filter .quicklinks .quicklinks-title {
        display: none; }
      .products-filter .quicklinks li {
        margin-bottom: 5px;
        padding: 0;
        border: 0; }
        .products-filter .quicklinks li:first-child {
          padding: 0; }
      .products-filter .quicklinks a {
        font-size: 16px; }
    .products-filter .panel-group {
      display: block; }
    .products-filter .list-inline {
      display: none; }
    .products-filter .quick-link-list {
      display: block; }

  /* header style */
  .navbar-toggle-btn {
    display: inline-block; }

  .topnav {
    margin: 0;
    text-align: center; }
    .topnav li {
      display: inline-block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-brand {
    padding-left: 15px; }
    .navbar-brand .logo {
      height: 36px; }
    .navbar-brand .country {
      margin-left: 15px;
      padding-left: 15px; }
    .navbar-brand .country-flag {
      height: 26px; }
    .navbar-brand .country-name {
      font-size: 11px; }

  .navbar-toggle-btn {
    margin: 26px 16px; }

  /* homepage style */
  .landing-section {
    background-position: 78%; }
    .landing-section .landing-textbox {
      /*left: 10px;*/
      right: 30%; }
    .landing-section .landing-title {
      font-size: 34px;
      line-height: 38px; }
      .landing-section .landing-title span {
        font-size: 22px; }
    .landing-section .item:nth-child(2) .landing-title,
    .landing-section .item:nth-child(3) .landing-title {
      line-height: 30px; }
    .landing-section .btn {
      padding: 7px 15px; }

  .find-products-section .btn-show-product {
    width: 180px;
    margin-top: 20px; }

  .home-products-section .slider {
    margin-bottom: 65px; }
  .home-products-section .product-heading {
    text-align: center; }
  .home-products-section .product-category h3 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  .home-products-section .product-name {
    margin: 0 auto; }
  .home-products-section .product-ingredient {
    width: 100%;
    left: 0;
    text-align: center; }

  .news-awards-section .box-content .left-col {
    padding: 0 10px 0 0; }
  .news-awards-section .box-content .right-col {
    padding: 0 0 0 10px; }
  .news-awards-section .news-box {
    margin-bottom: 40px; }

  .awards-slider .slick-arrow {
    top: 32%; }

  /* mission vision page style */
  .aboutus-section {
    padding: 10px 0 30px; }
    .aboutus-section .aboutus-content-wrapper {
      padding: 0 30px; }

  .mission-vision-section .upl-content-wrapper {
    padding: 40px 28px; }
  .mission-vision-section .vision {
    margin-bottom: 40px; }

  .our-philosophy-section .upl-content-wrapper {
    padding: 40px 28px; }
  .our-philosophy-section .our-philosophy {
    margin-bottom: 40px; }
  .our-philosophy-section .philosophy-text {
    margin-bottom: 20px; }
  .our-philosophy-section .vision-list p span {
    width: 73%;
    display: inline-block;
    vertical-align: middle; }
    .our-philosophy-section .vision-list p span:first-child {
      width: 50px;
      display: inline-block; }

  .our-values-section .core-values {
    display: block;
    position: static;
    width: 90%;
    margin: 0 auto;
    border-radius: 50%;
    padding: 25px 15px;
    background-color: transparent;
    transform: none; }
    .our-values-section .core-values .values-list {
      font-size: 18px; }
    .our-values-section .core-values h2 {
      font-size: 32px;
      line-height: 40px; }

  .responsibility-section {
    padding: 0 0 60px; }
    .responsibility-section .environment-policy {
      margin-bottom: 50px; }
      .responsibility-section .environment-policy .btn {
        margin-top: 10px; }
    .responsibility-section .responsiblity-list li:last-child {
      border-bottom: 0; }

  /* legacy page style */
  .legacy-content-section .slide {
    padding: 0 5px; }
  .legacy-content-section .title {
    left: -68px; }
  .legacy-content-section .awards-title {
    left: -130px; }
  .legacy-content-section .slick-arrow.slick-prev {
    left: -32px; }
  .legacy-content-section .slick-arrow.slick-next {
    right: -32px; }

  /* leadership page style */
  .leadershipteam-section .global-team {
    padding: 20px 0 20px; }
  .leadershipteam-section .country-team {
    padding: 50px 0 40px; }
    .leadershipteam-section .country-team .mobile-view {
      display: block;
      padding: 0 20px; }
    .leadershipteam-section .country-team .desktop-view {
      display: none; }
  .leadershipteam-section .team-member {
    margin-bottom: 30px; }
  .leadershipteam-section .team-member-img {
    width: 225px;
    margin: 0 auto 25px; }

  .leadershipteam-landing-content h3 {
    font-size: 20px;
    line-height: 28px; }

  /* carees page style */
  .careers-landing-section .careers-landing-content h3 {
    font-size: 20px;
    line-height: 28px; }

  .careers-content-section .careers-col {
    padding: 0 15px; }
  .careers-content-section .upl-content-wrapper .careers-col:first-child {
    padding-bottom: 2px; }

  /* news page style */
  .events-section .breadcrumbs-wrapper {
    margin-bottom: 10px; }
  .events-section .events-wrapper {
    margin-bottom: 50px; }

  .news-section {
    padding-bottom: 15px; }
    .news-section .news-sec-desktop {
      display: none; }
    .news-section .news-sec-mobile {
      display: block; }
      .news-section .news-sec-mobile .red-link {
        padding-right: 10px; }
    .news-section img {
      width: auto; }
    .news-section .title {
      margin: 5px 0;
      padding: 0;
      border: 0;
      font-size: 24px;
      line-height: 28px; }

  .short-news {
    margin-top: 30px; }
    .short-news li {
      margin-bottom: 30px; }

  /* products page style */
  .products-landing-content h3 {
    font-size: 20px;
    line-height: 28px; }

  .products-section .products-wrapper {
    display: none; }
  .products-section .panel-group {
    display: block; }
    .products-section .panel-group .panel .products-heading h2:after {
      font-size: 30px; }

  .products-heading h2 {
    font-size: 26px; }

  /* product details page style */
  .product-details-section .downloads {
    margin-top: 2px;
    padding: 25px 0 0;
    /*border-top: 1px solid $green;*/ }

  .product-white-wrapper {
    width: 100%; }

  /* portfolio page styling */
  .portfolio-section {
    padding-bottom: 50px; }
    .portfolio-section .portfolio-details-table {
      padding: 30px 0; }
      .portfolio-section .portfolio-details-table table .portfolio-name {
        padding-left: 100px; }

  /* contact us page style */
  .contact-content-section {
    padding-top: 30px; }
    .contact-content-section .map-div {
      padding-top: 40px; }

  /* footer style */
  .contact-info {
    margin-bottom: 5px;
    border-bottom: 0; }

  .footer-top {
    background-color: #000000; }
    .footer-top .sitemap {
      padding: 20px 28px; }

  .footer-nav h4 {
    margin: 4px 0 4px;
    color: #ffffff; }

  .footer-nav a,
  .contact-info .email {
    font-family: NotoSansLight;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px; }

  .enquiry-form-fixed {
    z-index: 9999; }

  /* share icons style */
  .share-icons-fixed {
    z-index: 999; }

  .contact-info,
  .address {
    font-size: 14px;
    color: white; }

  .address-title {
    color: white; }

  .foo-desktop {
    display: none; }

  .foo-mobile {
    display: block; } }
@media (max-width: 767px) {
  .products-details-landing-section .sk-page-titles-wrapper {
    position: absolute; }

  .legacy-content-section .cn-title {
    left: -15px !important; }

  .fifa-landing-section {
    margin-top: 90px; }

  .rep-landing-section {
    margin-top: 90px; }

  .clients-div .left-inner-div {
    margin-left: 0; }
  .clients-div .right-inner-div {
    margin-right: 0; }

  .landing-content-box.landing-textbox.black-mob-div {
    margin-top: 0; }

  .home-banner-video-div {
    padding-top: 63px !important; }

  .landing-section.landing-banner-section {
    margin-top: 88px; }

  .legacy-content-section .awards-title.ie-awards-title {
    left: -90px !important; }

  /* common style */
  .landing-section .landing-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px; }

  .news-awards-section .box-content .main-news {
    margin-bottom: 50px !important; }

  .news-months-details .panel-group .panel {
    border-bottom: none !important; }

  .news-wrapper img {
    width: auto; }

  .blog-search .arrow-left .search-info {
    margin-top: 50px; }

  .sign-up .subscribe-div .subscribe-btn {
    width: 42%; }

  .show-more-product {
    margin-left: -10px; }

  .products .product {
    margin-left: 42px; }

  .main-events .section-heading {
    margin-left: 0; }

  .product-details-section.herbicide .product-title {
    border-bottom: none; }

  .desktop-product {
    display: none; }

  .mobile-product {
    display: block; }

  .products-section .slick-prev {
    display: none !important; }

  .products-section .slick-next {
    display: none !important; }

  .products-filter .product-filter-row {
    margin-left: 0;
    margin-right: 0; }

  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    top: -7.9% !important; }

  .top-navbar .topnav li a {
    padding: 12px 5px; }

  .page-top-padding {
    padding-top: 130px; }

  /* copuntry dropdown */
  .country-dropdown {
    padding: 40px 0px;
    top: 195px; }
    .country-dropdown .country-col-left,
    .country-dropdown .country-col-right {
      width: 100%;
      padding-left: 0; }

  /* product filter style */
  .products-filter .panel-group {
    margin-bottom: 0; }
  .products-filter .left-col,
  .products-filter .left-col + div {
    margin-bottom: 20px; }

  /* Popup style */
  .popup-section {
    z-index: 999 !important; }
    .popup-section .upl-container {
      width: auto;
      margin: 25px 60px 0;
      padding-top: 40px; }
    .popup-section p {
      margin-right: -15% !important;
      margin-top: -25px !important;
      margin-left: -50px !important; }
    .popup-section .click-here-btn {
      float: right;
      margin-right: -19px !important;
      margin-top: -5px !important;
      text-align: center; }
    .popup-section .popup-description {
      border: 0; }
    .popup-section .popup-icon {
      text-align: left;
      margin: 0 0 0 15px; }

  .small-popup {
    text-align: left; }
    .small-popup h1 {
      display: block;
      text-align: left;
      margin: 15px; }
    .small-popup p {
      display: block;
      text-align: left;
      margin: 0 55px; }
    .small-popup .btn {
      padding: 4px 0;
      margin: 10px 0 10px 55px; }
    .small-popup .bg-btn {
      padding: 4px 15px;
      margin: 10px 0 10px 55px; }
    .small-popup .small-popup-close {
      top: 2%;
      padding: 0 15px; }
    .small-popup .enlarge {
      top: 2%;
      right: 5%;
      padding: 0 15px; }

  .close {
    float: none !important;
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 10; }

  /* homepage style */
  .landing-section .landing-textbox {
    min-height: 0;
    padding: 25px 20px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none; }
  .landing-section .black-mob-div {
    background-color: black; }
  .landing-section .landing-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px; }
  .landing-section .landing-text,
  .landing-section a {
    font-size: 15px; }
  .landing-section .item {
    background-position: 70% !important; }
    .landing-section .item:nth-child(2) .landing-title, .landing-section .item:nth-child(3) .landing-title {
      line-height: 28px; }
      .landing-section .item:nth-child(2) .landing-title span, .landing-section .item:nth-child(3) .landing-title span {
        font-size: 18px; }
  .landing-section .title-info {
    margin-bottom: 8px; }
  .landing-section .btn {
    padding: 5px 13px;
    font-size: 14px; }

  .home-products-section .product-details {
    height: auto;
    display: block; }
  .home-products-section .product-img {
    display: none; }
  .home-products-section .product-content {
    height: 162px; }
  .home-products-section .black-div p,
  .home-products-section .black-div .product-facts {
    padding-right: 0;
    padding-left: 10px; }
  .home-products-section .black-div .left-col {
    padding: 0; }
  .home-products-section .black-div .upl-btn {
    position: static; }
  .home-products-section .video-info {
    height: auto; }
    .home-products-section .video-info p {
      display: block; }

  .home-products-section .spot-heads h1 {
    font-size: 24px; }

  .news-awards-section h3 {
    font-size: 24px; }
  .news-awards-section .box-content .left-col,
  .news-awards-section .box-content .right-col {
    padding: 0; }
  .news-awards-section .box-content li:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
  .news-awards-section .box-content .main-news {
    margin-bottom: 10px; }
  .news-awards-section .news-box {
    margin-bottom: 40px; }

  .awards-slider .slide h4 {
    font-size: 18px;
    line-height: 20px; }

  /* mission vision style */
  .aboutus-section .aboutus-content-wrapper {
    padding: 0 15px; }
    .aboutus-section .aboutus-content-wrapper h3 {
      font-size: 18px;
      line-height: 30px; }

  .mission-vision-section .title {
    font-size: 30px; }
  .mission-vision-section .text {
    font-size: 16px;
    line-height: 26px; }
  .mission-vision-section .upl-content-wrapper {
    padding: 30px 5px; }

  .our-philosophy-section .philosophy-title {
    font-size: 30px;
    line-height: 36px; }
  .our-philosophy-section .philosophy-text {
    font-size: 16px;
    line-height: 26px; }
  .our-philosophy-section .upl-content-wrapper {
    padding: 30px 5px; }
  .our-philosophy-section .vision-list p {
    font-size: 16px;
    line-height: 26px; }
  .our-philosophy-section .vision-list li:first-child p {
    border-top: 1px solid #ddd; }
  .our-philosophy-section .vision-list li:last-child > div:nth-child(2) p {
    border-bottom: 1px solid #ddd; }

  .our-values-section .core-values h2 {
    font-size: 26px;
    line-height: 30px; }

  .responsibility-section .environment-policy,
  .responsibility-section .responsibility {
    font-size: 16px; }
  .responsibility-section .title {
    margin-bottom: 15px;
    font-size: 28px; }
  .responsibility-section .responsiblity-list img {
    margin: 0 auto 10px; }
  .responsibility-section .responsiblity-list li:last-child div:nth-child(2) img {
    margin-top: 15px; }

  /* leadership team page style */
  .leadershipteam-landing-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .leadershipteam-section .team-heading {
    font-size: 22px; }
  .leadershipteam-section .global-team .team-member-name {
    font-size: 20px; }

  /* legacy page style */
  .legacy-landing-section {
    background-position: 30%; }

  .legacy-content-section .legacy-slider {
    padding: 0 30px; }
  .legacy-content-section .slide img {
    margin: 0 auto; }
  .legacy-content-section .milestones {
    min-width: 226px; }
  .legacy-content-section .tab-title {
    text-align: center;
    font-size: 38px; }
  .legacy-content-section .title {
    left: -32px; }
  .legacy-content-section .awards-title {
    left: -94px; }
  .legacy-content-section .slick-arrow.slick-prev {
    left: 0; }
  .legacy-content-section .slick-arrow.slick-next {
    right: 0; }
  .legacy-content-section .gray-border {
    display: none; }

  .legacy-tabs {
    margin: 35px 0 40px;
    text-align: center;
    padding: 0 50px; }
    .legacy-tabs li {
      margin: 0 15px; }

  /* carees page style */
  .careers-landing-section .left-col {
    padding: 0 15px; }
  .careers-landing-section .careers-landing-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .careers-content-section {
    padding: 15px 0 50px; }
    .careers-content-section .upl-content-wrapper:first-child .careers-col:first-child {
      height: 380px; }
    .careers-content-section .upl-content-wrapper:first-child .careers-col:nth-child(2) {
      height: auto; }
    .careers-content-section .upl-content-wrapper:nth-child(2) .careers-col:first-child {
      height: auto; }
    .careers-content-section .upl-content-wrapper:nth-child(2) .careers-col:nth-child(2) {
      height: 388px; }
    .careers-content-section .upl-content-wrapper:nth-child(3) .careers-col {
      height: 460px; }
    .careers-content-section .black-layer {
      padding: 10px 20px; }
    .careers-content-section .careers-title {
      font-size: 22px; }
    .careers-content-section .careers-content {
      font-size: 16px;
      line-height: 22px; }
    .careers-content-section .form-row .form-group {
      padding: 0; }
    .careers-content-section .form-row .instruction {
      padding: 5px 10px 0; }
    .careers-content-section .careers-certification {
      padding: 30px 15px; }
      .careers-content-section .careers-certification .certification-title {
        font-size: 22px;
        line-height: 28px; }
      .careers-content-section .careers-certification p {
        font-size: 16px; }
    .careers-content-section .certification-slider .slick-arrow.fa-angle-left {
      left: -12px; }
    .careers-content-section .certification-slider .slick-arrow.fa-angle-right {
      right: -12px; }
    .careers-content-section .careers-video-col iframe {
      height: 200px; }
    .careers-content-section .careers-fun-slider .slick-arrow {
      padding: 1px 10px;
      font-size: 28px; }

  /* news page style */
  .events-section .event-info h4 {
    font-size: 20px; }

  .news-section .inner-left-col,
  .news-section .inner-right-col {
    padding: 0; }
  .news-section .title {
    font-size: 20px; }

  .short-news li .img-div img {
    margin-bottom: 15px; }

  /* products page style */
  .products-landing-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .products-heading h2 {
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .products-heading img {
    height: 55px; }

  .products .product h3 {
    margin-bottom: 20px; }
  .products .product-name {
    margin: 0 0 18px; }

  /* product details page style */
  .product-details-section {
    /*.downloads {
            border-top: 1px solid #ccc;
            }*/ }
    .product-details-section .right-pbox .pbox-title {
      font-size: 18px; }
    .product-details-section .product-title {
      display: block; }
      .product-details-section .product-title .inner-right-col {
        padding: 0;
        text-align: left; }
      .product-details-section .product-title.desktop {
        display: none; }
      .product-details-section .product-title.mob {
        display: block; }
    .product-details-section .product-info {
      border-top: none; }
    .product-details-section .ingredient-wt {
      font-size: 20px; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 75px; }

  /* contact us page style */
  .contact-content-section {
    padding-top: 20px; }
    .contact-content-section .contact-info-div {
      padding-bottom: 40px; }
      .contact-content-section .contact-info-div .contact-info-title {
        margin: 0 0 8px 0;
        font-size: 20px; }
      .contact-content-section .contact-info-div .country-name {
        font-size: 21px; }
      .contact-content-section .contact-info-div .city-name {
        font-size: 14px; }
      .contact-content-section .contact-info-div .address p {
        font-size: 16px; }
    .contact-content-section .map-div {
      padding-top: 0; }

  /* enquiry form style */
  /*.enquiry-fixed {
        width: 310px;
        top: 128px;
        .enquiry-toggle-btn {
            width: 114px;
            padding: 1.5px 5px 1.5px;
            font-size: 14px;
            transform: translate(39%, 198%) rotate(90deg);
        }
        }*/
  .enquiry-form-fixed {
    /*right: -310px;*/ }
    .enquiry-form-fixed.in {
      right: 0; }

  /* share icons style */
  .share-icons-fixed {
    top: 245px; }
    .share-icons-fixed .toggle-btn {
      padding: 9px 5.3px;
      font-size: 15px;
      line-height: 15px;
      top: -60%; }

  .captcha-group .realperson-challenge {
    width: 47%; }

  .main_section {
    padding-top: 80px; } }
@media (max-width: 580px) {
  .values-div {
    margin-bottom: 155px;
    margin-top: -80px; }

  /* common style */
  .tos-content-section {
    padding: 60px 0 60px; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 45px; }

  .share-icons-fixed .toggle-btn {
    padding: 14px 17px !important;
    top: -60% !important;
    right: 100% !important; }

  .enquiry-fixed .enquiry-toggle-btn {
    padding: 12px 0 11px 0 !important;
    top: -56px !important; }

  .enquiry-fixed .in-enquiry-toggle-btn {
    top: 49px !important; }

  .in-share-icons-fixed {
    top: 350px !important; }

  .pp-content-section {
    padding: 60px 0 60px; } }
@media (max-width: 480px) {
  /* common style */
  #mode-of-action .panel-group .panel .panel-heading:after {
    font-size: 22px;
    color: #9c9c9c;
    font-weight: bold; }
  #mode-of-action .action-info {
    overflow: scroll; }
  #mode-of-action .action-heading {
    text-align: left; }

  .additional-info-panel {
    overflow: scroll; }

  .page-top-padding.vision-mission-landing-section {
    padding-top: 245px; }

  .vision-mission-landing-section .page-title-wrapper {
    margin-top: -96px; }

  .vision-mission-landing-section #video-container {
    height: auto; }

  .vision-mission-landing-section #video-controls {
    left: 3%;
    bottom: 15%; }

  .landing-content-box {
    width: auto; }

  .small-popup .enlarge {
    padding: 0 30px; }

  .popup-section .popup-icon {
    width: auto; }

  /* homepage style */
  .awards-slider .slick-arrow {
    top: 20%; }

  /* products page style */
  .products-heading h2 span:nth-child(2) {
    width: 150px;
    font-family: NotoSansLight !important; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 15px; } }
@media (max-width: 480px) and (max-width: 375px) {
  .portfolio-section .portfolio-details-table .open-ag-slider-section .slick-dots {
    transform: translate(-45px, -750px) !important; }
  .portfolio-section .portfolio-details-table .cz-open-ag-slider-section .slick-dots {
    transform: translate(-45px, -750px) !important; }
  .portfolio-section .portfolio-details-table .legacy-content-section .milestones-title {
    top: 105px !important; }
  .portfolio-section .portfolio-details-table .video-slider .slick-arrow.fa-angle-left {
    left: 285px !important; }
  .portfolio-section .portfolio-details-table .sign-up .subscribe-div .subscribe-btn {
    width: 47%; }
  .portfolio-section .portfolio-details-table .products .product {
    margin-left: 95px; }
  .portfolio-section .portfolio-details-table .home-products-section .black-content {
    top: 70%; }
  .portfolio-section .portfolio-details-table .home-products-section .product-category span {
    margin-left: -250px !important; }
  .portfolio-section .portfolio-details-table .home-products-section .home-slider-wrapper .slick-arrow.slick-prev {
    left: 88%; }
  .portfolio-section .portfolio-details-table .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -11.7% !important; }
  .portfolio-section .portfolio-details-table .products-filter .side-quicklinks .quicklink-list-wrapper {
    width: 345px;
    padding: 10px 15px;
    left: -260px; }
  .portfolio-section .portfolio-details-table .products-filter .product-filter-row {
    margin-left: 0;
    margin-right: 0; }
  .portfolio-section .portfolio-details-table .main_section {
    padding-top: 80px; } }

@media (max-width: 480px) {
  .quicklink-list-wrapper .quick-link-row {
    display: flex; }

  .products-filter .side-quicklinks .quicklink-list-wrapper {
    width: 400px; }

  .event-read-more {
    margin-bottom: 20px !important; }

  .home-products-section .home-slider-wrapper .slick-arrow.slick-prev {
    left: 85%; } }
@media (max-width: 425px) {
  .products-section .show-more-product .bg-showallbutton {
    margin: 15px 18px; }

  .sk-page-top-padding {
    padding-top: 150px; }

  .legacy-content-section {
    height: auto !important; }

  .ourlegacy-landing-section {
    margin-top: -15px; }

  .legacy-content-section .pe-milestones-title {
    top: 75px !important;
    left: -60px !important; }

  .legacy-content-section .ro-title {
    left: -15px !important; }

  .landing-section .carousel-indicators {
    bottom: 5px; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-82px, -755px); }

  .legacy-content-section .awards-title {
    left: -102px !important; }

  .legacy-content-section .awards-title {
    top: 370px !important; }

  .legacy-content-section .title {
    left: -15px; }

  .legacy-content-section .kr-milestones-title {
    left: -10px !important; }

  .legacy-content-section .milestones-title {
    top: 95px !important; }

  .events-list-div {
    padding-left: 15px; }

  .news-details-section {
    padding-top: 30px; }

  .news-details {
    padding: 0 15px; }

  .products-heading h2 span {
    font-family: NotoSansRegular !important; }

  .home-products-section .black-content {
    top: 65% !important; }

  .home-products-section .product-content .product-facts {
    height: 60px; }

  .home-products-section .product-content .know-more-btn {
    float: right;
    margin-right: 30px !important;
    margin-top: -260px !important; }

  .home-products-section .product-details .left-col {
    height: 315px;
    padding: 0 20px 45px; }

  .popup-section {
    top: 7px !important; }

  .video-slider .slick-arrow.fa-angle-left {
    left: 315px !important; }

  .products .product {
    margin-left: 126px; }

  .special-page-banner {
    margin-top: 78px; }

  #product-overview .mapp-num {
    float: left; }

  #crops-and-targets .show-target-btn {
    margin-left: 0; }

  .contact-row {
    padding-top: 50px; }

  .blog-section {
    margin-left: 10px; }

  .breadcrumbs {
    display: none; }

  .main-events .black-section {
    margin-left: 0px;
    margin-right: 3px; }

  .values-right-slide {
    right: 0 !important; }

  .main-events .event-black-div {
    padding: 30px 20px 20px !important; }

  .main-events .location {
    padding-bottom: 20px !important; }

  .main-events .img-section .event-main-img {
    width: 100%;
    height: 350px; }

  .main-events .event-black-div {
    width: 100%;
    height: 350px; }

  .home-products-section .product-category span {
    margin-left: -295px !important; }

  .home-products-section .product-name h3 {
    top: -20px;
    font-size: 26px; }

  .home-products-section .product-content .product-facts {
    font-size: 14px; }

  .home-products-section .home-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -10.5% !important; }

  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -11.8% !important; }

  .backlink {
    margin-left: 15px;
    padding: 0 0 20px;
    font-family: NotoSansRegular;
    margin-right: 0 !important;
    float: left;
    margin-top: 0; }

  .mission-content p {
    line-height: 50px !important; }

  .products .product-desc {
    margin-left: 0; }

  .products-filter .section-heading {
    margin-left: -5px !important; }

  .products-details-landing-section .page-titles-wrapper .page-titles {
    margin-left: 15px;
    margin-top: -140px !important; }

  .products-details-landing-section .sk-product-banner-img {
    margin-top: -40px !important;
    height: 180px !important;
    object-fit: cover; }

  .products-details-landing-section .page-titles-wrapper .ingredient-div {
    margin-left: 15px; }

  .products-details-landing-section .product-banner-img {
    margin-top: -60px !important; }

  .products-section .right-side-core-value-text {
    margin-left: 8px; }

  .values-div {
    margin-bottom: 100px;
    margin-top: -60px; }

  .products-section .right-side-core-value-text .product-text {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 26px; }

  .our-values-section {
    margin-top: 0; }

  .products-section .right-side-core-value-text .testimonial-text {
    margin-top: 20px; }

  .main_section {
    padding-top: 80px; }

  .main-events .black-section {
    margin-left: 0;
    margin-top: 0; }

  .main-events .event-wrapper {
    padding-bottom: 150px; } }
@media (max-width: 768px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-155px, -665px); }

  .products .product-info {
    height: 90px; }

  .business-nav-section .slick-prev:before {
    content: url("../images/sticky-back-arrow.png"); }

  .business-nav-section .slick-next:before {
    content: url("../images/sticky-next-arrow.png"); }

  .mobile-ag-slider-section .fa-angle-left {
    left: 0;
    top: 50%;
    transform: translateY(-100%); }

  .mobile-ag-slider-section .fa-angle-right {
    right: 0;
    top: 50%;
    transform: translateY(-100%); }

  .desk-ag-icons {
    display: none !important; }

  .mobile-ag-slider-section {
    display: block;
    margin-top: 20px; }

  .model-img {
    display: block !important; }

  .model-pic {
    display: none !important; }

  .mob-open-aplique-bem-landing-section {
    background-image: url("../images/open-hearts/mobile/Mobile-sliders-open-innovation.jpg"); }

  /*.mob-open-markets-landing-section{
        background-image: url("../images/open-hearts/mobile/Mobile-sliders-open-market.jpg");
        }*/
  .mob-open-markets-landing-section {
    background-image: url("../images/open-hearts/mobile/Mobile-girl-sliders-open-market.jpg");
    height: 800px; }

  .mob-open-collaboration-landing-section {
    background-image: url("../images/open-hearts/mobile/Mobile-boy-sliders-open-collaboration.jpg"); }
    .mob-open-collaboration-landing-section .limit-collaboration {
      width: 350px; }

  .mob-open-gnyam-dham-landing-section {
    background-image: url("../images/open-hearts/mobile/Mobile-sliders-Gnyam-Dham.jpg") !important; }

  .pp-landing-section {
    margin-top: 78px; }

  .leadershipteam-landing-section {
    margin-top: 78px; }

  #mode-of-action .action-info {
    overflow: scroll; }

  .landing-section {
    margin-top: 78px; }

  .news-sec .search-div {
    margin-left: 18px; }
  .news-sec .search-info {
    margin-top: 50px; }

  .breadcrumbs-wrapper {
    margin-top: -20px !important; }

  .blog-sec .search-div {
    margin-left: 15px; }

  .popup-section {
    top: 0; }

  .products-details-landing-section .page-titles-wrapper .page-titles {
    margin-top: -150px; }

  .main-events .event-black-div {
    padding: 20px 20px 20px; }

  .main-events .location {
    margin-top: -20px;
    padding-bottom: 0; }

  .small-popup .small-popup-close {
    top: 0%;
    right: 5px; }

  .popup-section p {
    margin-right: -50%;
    margin-top: -40px;
    margin-left: 0; }

  .main_section {
    padding-top: 80px; }

  .backlink {
    margin-right: -190px;
    display: none; }

  .products-filter .section-heading {
    margin-left: -6px; }

  .mission-content p {
    line-height: 58px; }

  .home-products-section .black-content .product-ingredient {
    text-align: left; }

  .home-products-section .product-category span {
    margin-left: -590px; }

  .main-events .location {
    padding-bottom: 8px !important; }

  .social_icons_list a {
    color: #9b9b9b; }
    .social_icons_list a.twitter:hover {
      background-color: #000; }
      .social_icons_list a.twitter:hover .twitter-logo g {
        fill: #fff; }
      .social_icons_list a.twitter:hover .twitter-logo {
        margin-bottom: 0;
        margin-left: 0; }
    .social_icons_list a .twitter-logo g {
      fill: #9b9b9b; }
    .social_icons_list a .twitter-logo {
      width: 16px;
      margin-bottom: -6px;
      margin-top: -8px; }

  .legacy-content-section .title {
    left: -89px; }

  .legacy-content-section .milestones-title {
    top: 100px !important; }

  .legacy-content-section .milestones-title {
    top: 80px !important; }

  .legacy-content-section .awards-title.ca-awards-title {
    left: -95px !important; }

  .legacy-content-section .awards-title {
    top: 370px !important; }

  .legacy-content-section .milestones-title.es-milestones-title {
    left: -60px !important; }

  .legacy-content-section .milestones-title.us-milestones-title {
    left: -40px !important; }

  .legacy-content-section .awards-title.es-awards-title {
    left: -105px !important; }

  .legacy-content-section .awards-title.us-awards-title {
    left: -105px !important; } }
@media (min-width: 768px) {
  .sk-page-top-padding {
    padding-top: 135px; }

  .legacy-content-section .milestones-title.es-milestones-title {
    left: -100px !important; }

  .legacy-content-section .milestones-title.us-milestones-title {
    left: -65px !important; }

  .legacy-content-section .awards-title.es-awards-title {
    left: -145px !important; }

  .legacy-content-section .awards-title.us-awards-title {
    left: -125px !important; }

  .legacy-content-section .awards-title.ca-awards-title {
    left: -130px !important; } }
@media (max-width: 425px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-67px, -750px) !important; }

  .legacy-content-section .awards-title {
    left: -95px !important; }

  .tos-landing-section {
    margin-top: 80px; }

  .news-awards-section .awards-box {
    margin-top: 40px; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-70px, -750px); }

  .legacy-content-section .awards-title {
    left: -65px !important; }
  .legacy-content-section .hn-awards-title {
    left: -96px !important; }

  .legacy-content-section .awards-title {
    left: -92px !important; }

  .legacy-content-section .ec-awards-title {
    left: -100px !important; }

  .legacy-content-section .jp-awards-title {
    left: -96px !important; }

  .legacy-content-section .kr-awards-title {
    left: -30px !important; }

  .legacy-content-section .ma-awards-title {
    left: -115px !important; }

  .legacy-content-section .bo-awards-title {
    left: -100px !important; }

  .legacy-content-section .bo-milestones-title {
    top: 30px !important;
    left: -60px !important; }

  .legacy-content-section .bg-awards-title {
    left: -95px !important; }

  .legacy-content-section .milestones-title.bg-legacy-title {
    left: -125px !important; }

  .legacy-content-section .awards-title.ie-awards-title {
    left: -90px !important; }

  .legacy-content-section .awards-title {
    top: 450px !important; }

  .legacy-content-section .hn-awards-title {
    top: 435px !important; }

  .legacy-content-section .ni-awards-title {
    top: 405px !important; }

  .legacy-content-section .ec-awards-title {
    top: 445px !important; }

  .legacy-content-section .jp-awards-title {
    top: 355px !important; }

  .legacy-content-section .kr-awards-title {
    top: 330px !important; }

  .legacy-content-section .pe-awards-title {
    top: 390px !important;
    left: -105px !important; }

  .legacy-content-section .awards-title.es-awards-title {
    left: -105px !important;
    top: 500px !important; }

  .legacy-content-section .title {
    left: -15px; }
  .legacy-content-section .ec-title {
    left: -62px; }

  .legacy-content-section .jp-title {
    left: -35px; }

  .legacy-content-section .ma-title {
    left: -30px; }

  .legacy-content-section .milestones-title {
    top: 141px; }

  .events-list-div {
    padding-left: 15px; }

  .news-details-section {
    padding-top: 30px; }

  .news-details {
    padding: 0 15px; }

  .products-heading h2 span {
    font-family: NotoSansLight !important; }

  .home-products-section .black-content {
    top: 65% !important; }

  .home-products-section .product-content .product-facts {
    height: 60px; }

  .home-products-section .product-content .know-more-btn {
    float: right;
    margin-right: 30px !important;
    margin-top: -260px !important; }

  .home-products-section .product-details .left-col {
    height: 315px;
    padding: 0 20px 45px; }

  .popup-section {
    top: 7px !important; }

  .video-slider .slick-arrow.fa-angle-left {
    left: 315px !important; }

  .jp-video-slider .slick-arrow.fa-angle-left {
    left: 230px !important; }

  .products .product {
    margin-left: 126px; }

  .special-page-banner {
    margin-top: 78px; }

  #product-overview .mapp-num {
    float: left; }

  #crops-and-targets .show-target-btn {
    margin-left: 0; }

  .contact-row {
    padding-top: 50px; }

  .blog-section {
    margin-left: 10px; }

  .breadcrumbs {
    display: none !important; }

  .main-events .black-section {
    margin-left: 0px;
    margin-right: 3px; }

  .values-right-slide {
    right: 0 !important; }

  .main-events .event-black-div {
    padding: 30px 20px 20px !important; }

  .main-events .location {
    padding-bottom: 20px !important; }

  .main-events .img-section .event-main-img {
    width: 100%;
    height: 350px; }

  .main-events .event-black-div {
    width: 100%;
    height: 350px; }

  .home-products-section .product-name h3 {
    top: -20px;
    font-size: 26px; }

  .home-products-section .product-content .product-facts {
    font-size: 14px; }

  .home-products-section .home-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -10.5% !important; }

  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -11.8% !important; }

  .backlink {
    margin-left: 15px;
    padding: 0 0 20px;
    font-family: NotoSansRegular;
    margin-right: 0 !important;
    float: left;
    margin-top: 0; }

  .mission-content p {
    line-height: 50px !important; }

  .products .product-desc {
    margin-left: 0; }

  .products-filter .section-heading {
    margin-left: -5px !important; }

  .products-details-landing-section .page-titles-wrapper .page-titles {
    margin-left: 15px;
    margin-top: -140px !important; }

  .products-details-landing-section
  .page-titles-wrapper
  .sk-product-detail-title {
    margin-left: 15px;
    margin-top: -115px !important; }

  .products-details-landing-section .page-titles-wrapper .ingredient-div {
    margin-left: 15px; }

  .products-details-landing-section .product-banner-img {
    margin-top: -60px !important; }

  .products-section .right-side-core-value-text {
    margin-left: 8px; }

  .values-div {
    margin-bottom: 100px;
    margin-top: -60px; }

  .products-section .right-side-core-value-text .product-text {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 26px; }

  .our-values-section {
    margin-top: 0; }

  .products-section .right-side-core-value-text .testimonial-text {
    margin-top: 20px; }

  .main_section {
    padding-top: 80px; }

  .main-events .black-section {
    margin-left: 0;
    margin-top: 0; }

  .main-events .event-wrapper {
    padding-bottom: 150px; } }
@media (max-width: 375px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-40px, -750px) !important; }

  .jp-video-slider .slick-arrow.fa-angle-left {
    left: 275px !important; }

  .legacy-content-section .milestones-title {
    top: 105px !important; }

  .video-slider .slick-arrow.fa-angle-left {
    left: 285px !important; }

  .sign-up .subscribe-div .subscribe-btn {
    width: 47%; }

  .products .product {
    margin-left: 95px; }

  .home-products-section .black-content {
    top: 70%; }

  .home-products-section .product-category span {
    margin-left: -250px !important; }

  .home-products-section .home-slider-wrapper .slick-arrow.slick-prev {
    left: 88%; }

  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -11.7% !important; }

  .products-filter .side-quicklinks .quicklink-list-wrapper {
    width: 345px;
    padding: 10px 15px;
    left: -260px; }

  .products-filter .product-filter-row {
    margin-left: 0;
    margin-right: 0; }

  .main_section {
    padding-top: 80px; } }
@media (max-width: 360px) {
  .video-slider .slick-arrow.fa-angle-left {
    left: 275px !important; }

  /*common style*/
  .country-dropdown {
    top: 235px; }

  .popup-section .click-here-btn {
    float: right;
    margin-right: 10px !important;
    margin-top: -5px !important;
    text-align: center; }

  .popup-section .upl-container {
    width: auto;
    margin: 20px 15px 0; }

  .products-section .show-more-product .btn {
    margin: 10px 15px; }

  /*.popup-section .click-here-btn{
        margin-top: 0;
        }*/
  .popup-section p {
    margin-right: 8% !important;
    margin-top: -25px !important;
    margin-left: 10px !important; } }
@media (max-width: 320px) {
  .open-ag-slider-section .slick-dots {
    transform: translate(-27px, -750px) !important; }

  .legacy-content-section .ec-awards-title {
    top: 480px !important; }

  .legacy-content-section .awards-title {
    top: 438px !important; }

  .legacy-content-section .milestones-title {
    top: 160px !important; }

  .video-slider .slick-arrow.fa-angle-left {
    left: 235px !important; }

  /* common style */
  .sign-up .subscribe-div .subscribe-btn {
    width: 57%; }

  .products .product {
    margin-left: 75px !important; }

  .products-details-landing-section .page-titles-wrapper .page-titles {
    font-size: 30px;
    margin-top: -145px !important; }

  .page-top-padding {
    /*padding-top: 350px;*/ }

  .products-section .panel-group .panel .products-heading h2:after {
    right: -30px; }

  .products-heading h2 span {
    margin-right: 7px; }

  .main_section {
    /* common style */ }
    .main_section .open-ag-slider-section .slick-dots {
      transform: translate(-30px, -750px) !important; }
    .main_section .legacy-content-section .awards-title {
      top: 438px !important; }
    .main_section .legacy-content-section .milestones-title {
      top: 160px !important; }
    .main_section .video-slider .slick-arrow.fa-angle-left {
      left: 235px !important; }
    .main_section .sign-up .subscribe-div .subscribe-btn {
      width: 57%; }
    .main_section .products .product {
      margin-left: 75px !important; }
    .main_section .products-details-landing-section .page-titles-wrapper .page-titles {
      font-size: 30px;
      margin-top: -145px !important; }
    .main_section .page-top-padding {
      /*padding-top: 350px;*/ }
    .main_section .products-section .panel-group .panel .products-heading h2:after {
      right: -5px; }
    .main_section .main_section {
      padding-top: 80px; }
    .main_section .home-products-section .product-category span {
      margin-left: -185px !important; }
    .main_section .products-filter .side-quicklinks .quicklink-list-wrapper {
      width: 305px;
      padding: 10px 15px;
      left: -225px; }
    .main_section .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
      right: 0 !important;
      top: -12.2% !important; }
    .main_section .products-section .show-more-product .btn {
      margin: 0 7px; }
    .main_section .home-products-section .home-slider-wrapper .slick-arrow.slick-next {
      right: 0 !important;
      top: -16.5%; }
    .main_section .main-events .event-black-div {
      padding: 25px 20px 20px !important; }

  .home-products-section .product-category span {
    margin-left: -185px !important; }

  .products-filter .side-quicklinks .quicklink-list-wrapper {
    width: 305px;
    padding: 10px 15px;
    left: -225px; }

  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -12.2% !important; }

  .products-section .show-more-product .btn {
    margin: 6px 7px; }

  .home-products-section .home-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -16.5%; }

  .main-events .event-black-div {
    padding: 25px 20px 20px !important; } }

/*# sourceMappingURL=main.css.map */
