/* 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; }

/* 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; }

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

.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; }

/* 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; }

.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;
    padding: 11px 0 7px 0;
    display: inline-block;
    position: absolute;
    top: 45px;
    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;
    ont-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; } }
/* 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: 0;
    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; }

/* 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; }

/* popup style */
.popup-section {
  width: 100%;
  position: absolute;
  top: -105px;
  margin-top: -10px;
  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;
    margin-top: 4px; }
  .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 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 4px 24px; }
    .navbar .main-nav li a {
      padding-top: 8px;
      padding-bottom: 8px;
      font-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; }

.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 .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 {
  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; }

/* footer style */
.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; }

.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: #cacaca;
      color: #000; }
      .footer-bottom.foo-mobile .bottom-links-div li {
        margin-bottom: 6px; }
      .footer-bottom.foo-mobile .bottom-links-div a {
        color: #000; }
      .footer-bottom.foo-mobile .bottom-links-div .event-bottom {
        padding-bottom: 0; }

.social-icons-div a {
  height: 32px;
  width: 32px;
  padding: 6px 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social-icons-div a:hover {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(1.15, 1.15);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social-icons-div a.facebook:hover {
    background-color: #3a589b; }
  .social-icons-div a.twitter:hover {
    background-color: #598dca; }
  .social-icons-div a.linkedin:hover {
    background-color: #007ab9; }
  .social-icons-div a.youtube:hover {
    background-color: #e02f2f; }
  .social-icons-div a.instagram:hover {
    background-color: #6f2654; }
.social-icons-div li:nth-child(odd) a {
  /*background-color: $gray-eight;*/ }
.social-icons-div li:nth-child(even) a {
  /*background-color: $gray-seven;*/ }

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

.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 .email {
    text-decoration: none;
    color: #ffffff; }

.address {
  border-top: 1px solid #cecece; }
  .address .address-text {
    margin-top: 10px; }

.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: 24px;
  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); }

.cookie-wrapper {
  color: white; }

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

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

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

/*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; }

@media (max-width: 768px) {
  .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 */
/* home landing section */
.landing-section {
  height: 640px;
  margin-top: 104px; }
  .landing-section .carousel,
  .landing-section .carousel-inner,
  .landing-section .item {
    height: 100%; }
  .landing-section .item:nth-child(2) .landing-title {
    margin: 0;
    line-height: 38px; }
  .landing-section .item:nth-child(3) .landing-title {
    margin: 0;
    line-height: 38px; }
  .landing-section .item:nth-child(4) {
    /*background-image: url("../images/home/Campanha_contra_produtos_Ilegais.jpg");*/ }
    .landing-section .item:nth-child(4) .landing-title {
      margin: 0;
      line-height: 38px; }
  .landing-section .title-info {
    margin-bottom: 10px; }
  .landing-section .landing-container {
    position: relative;
    height: 100%; }
    .landing-section .landing-container .row {
      height: 100%; }
  .landing-section .landing-textbox {
    min-height: 278px;
    padding: 30px 35px;
    position: absolute;
    top: 58%;
    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 {
    margin-bottom: 20px; }
  .landing-section .landing-textbox-two .separator:last-child {
    display: none; }
  .landing-section .landing-title {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 48px; }
    .landing-section .landing-title span {
      font-size: 28px; }
  .landing-section .landing-text {
    font-size: 18px;
    line-height: 28px; }
  .landing-section .btn {
    padding: 10px 20px;
    text-decoration: none;
    ont-size: 14px;
    /*background-color: rgba(0, 0, 0, 0.6);*/ }
  .landing-section .carousel-indicators {
    bottom: 8px; }
    .landing-section .carousel-indicators .carousel-nav,
    .landing-section .carousel-indicators .active {
      width: 12px;
      height: 12px;
      margin: 3px;
      border: 0;
      background-color: rgba(255, 255, 255, 0.41); }
    .landing-section .carousel-indicators .active {
      background-color: #fff; }

/* 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;
    ont-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;
      ont-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: -16%;
  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: 480px; }

/*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 {
    margin: 0 auto; }
  .clients-div .upl-grid-4:last-child .client-inner-div {
    border: 0; }
  .clients-div .advanta-img {
    margin-right: 25px; }
  .clients-div .decco-img {
    margin-left: 25px; }

/* 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; }

/* leadershipteam landing section */
.leadershipteam-landing-section {
  padding-bottom: 160px;
  margin-top: 104px;
  background-image: url("../images/aboutus/leadershipteam-landing.jpg"); }

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

.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;
  /*-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  color: $white;
  @include prefix(transform, translateY(-50%), webkit moz ms o);*/ }
  .leadershipteam-landing-content h3 {
    margin: 0;
    line-height: 34px; }

/* leadership team section */
.leadershipteam-section .global-team {
  padding: 30px 15px 80px; }
  .leadershipteam-section .global-team .team-member-info,
  .leadershipteam-section .global-team a {
    font-family: NotoSansRegular;
    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: 80px 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; }
.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; }
.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 .country-team .bordered {
    padding-top: 50px;
    border-top: 1px solid #dcdcdc; }
.leadershipteam-section .team-heading {
  margin: 0 0 50px;
  font-size: 26px;
  font-family: NotoSansRegular; }
.leadershipteam-section .team-sub-heading {
  margin: 0 0 30px;
  font-size: 24px;
  font-family: NotoSansRegular; }
.leadershipteam-section .team-member {
  padding: 0 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 .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 .country-team-slider .team-member {
  padding: 0 15px; }
.leadershipteam-section .country-team-slider .slick-dots {
  position: static; }
.leadershipteam-section .mobile-view .team-member-name {
  font-size: 20px;
  text-align: center; }

/* 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 .milestones-title {
    top: 145px !important;
    left: -63px !important; }
  .legacy-content-section .awards-title {
    top: 390px !important;
    left: -115px !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%; }

/* vision mission landing section */
.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;
      font-family: NotoSansDisplayExtraLight !important; }

/* 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: 474px; }
  .our-values-section #slide2 {
    background-image: url("../images/vision-mission/Impossible_pink.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 474px; }
  .our-values-section #slide3 {
    background-image: url("../images/vision-mission/Win_blue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 474px; }
  .our-values-section #slide4 {
    background-image: url("../images/vision-mission/team_red.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 474px; }
  .our-values-section #slide5 {
    background-image: url("../images/vision-mission/Agile_yellow.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 474px; }
  .our-values-section #slide6 {
    background-image: url("../images/vision-mission/simple_purple.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 474px; }
  .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: 474px; }
  .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: 77.25% !important; }

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

  .desk-video-controls {
    bottom: 20%; } }
@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 .left-value-wrapper {
    margin-left: 15px !important; }
  .our-values-section .container-fluid {
    padding-left: 0; }
  .our-values-section .right-core-value-text {
    width: auto;
    position: relative; }
  .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(-34%); } }
@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(-3%); }

  .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: 94.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: translateY(60%);
    left: 0; }

  .embed-container {
    padding-bottom: 99.25% !important; } }
@media (max-width: 425px) {
  .our-values-section-mobile {
    display: block; }

  .our-values-section-mobile .slide1-mobile {
    background-image: url("../images/vision-mission/Our-Values-Mobile-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
  .our-values-section-mobile .slide2-mobile {
    background-image: url("../images/vision-mission/Our-Values-Mobile-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
  .our-values-section-mobile .slide3-mobile {
    background-image: url("../images/vision-mission/Our-Values-Mobile-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
  .our-values-section-mobile .slide4-mobile {
    background-image: url("../images/vision-mission/Our-Values-Mobile-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
  .our-values-section-mobile .slide5-mobile {
    background-image: url("../images/vision-mission/Our-Values-Mobile-5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
  .our-values-section-mobile .slide6-mobile {
    background-image: url("../images/vision-mission/Our-Values-Mobile-6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }

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

  .breadcrumbs-wrapper {
    padding-top: 0;
    padding-bottom: 0; } }
@media (min-width: 426px) {
  .our-values-section {
    display: block; }

  .our-values-section-mobile {
    display: none; }
    .our-values-section-mobile .slick-dots {
      display: none; } }
@media (max-width: 350px) {
  .our-values-section .value-main-mobile {
    font-size: 24px; } }
@media (max-width: 320px) {
  .embed-container {
    padding-bottom: 107.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 {
  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(-50%); }
  .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 {
  width: 110px;
  margin: 0 18px;
  padding: 6px 18px 6px 18px;
  font-size: 14px;
  text-align: left;
  background: transparent; }
.products-section .show-more-product .showallbutton {
  width: 110px;
  margin: 0 18px;
  padding: 6px 18px 6px 22px !important;
  font-size: 14px;
  text-align: left;
  background: transparent; }
.products-section .show-more-product .showmorebutton {
  width: 110px;
  margin: 0 18px;
  padding: 6px 18px 6px 9px !important;
  font-size: 14px;
  text-align: left;
  background: transparent; }
.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 .view-btn {
  margin-left: -12px;
  font-family: NotoSansRegular;
  font-size: 14px;
  /*color: #8fbe38 !important;*/
  color: #888888 !important; }

.products-heading {
  padding: 0; }
  .products-heading h2 {
    margin: 0;
    font-size: 38px;
    font-family: NotoSansLight !important;
    text-transform: uppercase; }
    .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: 25px 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 {
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: NotoSansRegular; }
    .products .product-info .product-ingrd {
      font-family: NotoSansRegular !important; }
  .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; } }
/* 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: 100%;
    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; }
    .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-section {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px; }
  .products-section .right-side-core-value-text {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white; }
    .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); }

/* 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 */
.product-details-section {
  padding-bottom: 70px; }
  .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; }
  .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; }

/* 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 */
.table span img {
  width: 100%; }

.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;
  background-color: #f3f3f3; }
  .news-section .news-sec-mobile {
    display: none; }
  .news-section .panel-group .panel {
    border-bottom: 1px solid #dcdcdc; }
    .news-section .panel-group .panel .panel-heading:after {
      font-size: 26px; }
  .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-list-section .panel-group .panel {
  border-bottom: none !important; }

.news-content .news-months .panel-group .panel .panel-heading:after {
  font-size: 18px; }

.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 .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-section {
  padding-bottom: 50px;
  padding-top: 30px; }
  .news-section .news-name {
    font-size: 16px;
    font-family: NotoSansRegular;
    text-transform: uppercase; }
  .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 p span {
      color: #000 !important;
      font-family: NotoSansLight !important;
      font-size: 14px !important; }
  .news-wrapper h3 {
    color: #000 !important;
    font-family: NotoSansLight !important; }
  .news-wrapper li {
    color: #000 !important;
    font-family: NotoSansLight !important; }
  .news-wrapper img {
    max-width: 100%; }
  .news-wrapper small {
    font-size: 14px !important; }

.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 !important;
  font-size: 14px;
  line-height: 24px !important;
  margin-top: -7px; }

.blog-desc-wrapper p, span {
  font-family: NotoSansLight !important;
  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;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: NotoSansRegular !important;
  color: black;
  box-shadow: none;
  border-radius: 0; }

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

/* 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; }

/* 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 .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 .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 {
    font-family: NotoSansLight;
    font-size: 12px;
    padding-top: 40px; }
  #clients .name {
    margin-bottom: 0px;
    font-family: NotoSansRegular;
    font-size: 14px; }
  #clients .company {
    margin-bottom: 0px;
    font-family: NotoSansRegular;
    font-size: 14px; }
  #clients .view-all-testimonials {
    font-family: NotoSansRegular;
    font-size: 14px; }
  #clients .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%); }
  #clients .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%); }
  #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; }

#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; } }
@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%; } }
@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_content_css .para {
  white-space: nowrap; }

.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; }

.open-ag-video {
  position: relative;
  margin-top: 4%; }
  .open-ag-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }

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

.know-us-landing-section {
  color: black; }
  .know-us-landing-section .open-ag-wrapper {
    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: 40px; }
  .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/open-ag/strip-back-arrow.png"); }
  .open-ag-slider-section .slick-arrow.slick-next:before {
    content: url("../images/open-ag/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), .open-ag-slider-section .slide:last-child {
      background-image: url("../images/open-ag/OpenInnovation-banner.jpg"); }
    .open-ag-slider-section .slide:nth-child(3) {
      background-image: url("../images/open-ag/OpenMarkets-banner.jpg"); }
    .open-ag-slider-section .slide:nth-child(4) {
      background-image: url("../images/open-ag/OpenCollaboration-banner.jpg"); }
      .open-ag-slider-section .slide:nth-child(4) .left-value-wrapper {
        color: black; }
    .open-ag-slider-section .slide:nth-child(5), .open-ag-slider-section .slide:first-child {
      background-image: url("../images/open-ag/Gnyam-Dham-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 {
    transform: translate(-445px, -635px); }
    .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/open-ag/OpenInnovation-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(2) button:before {
      background-image: url("../images/open-ag/OpenMarkets-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(3) button:before {
      background-image: url("../images/open-ag/OpenCollaboration-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(4) button:before {
      background-image: url("../images/open-ag/OpenHearts-grey.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(5) button:before {
      background-image: url("../images/open-ag/OpenHearts-grey.png"); }
    .open-ag-slider-section .slick-dots li:first-child.slick-active button:before {
      background-image: url("../images/open-ag/OpenInnovation.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(2).slick-active button:before {
      background-image: url("../images/open-ag/OpenMarkets.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(3).slick-active button:before {
      background-image: url("../images/open-ag/OpenCollaboration.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(4).slick-active button:before {
      background-image: url("../images/open-ag/OpenHearts.png"); }
    .open-ag-slider-section .slick-dots li:nth-child(5).slick-active button:before {
      background-image: url("../images/open-ag/OpenHearts.png"); }

.ag-icons {
  padding: 0 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px; }
  .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: 1024px) {
  .openag-growers-section .animated-logo {
    width: 100%;
    height: auto; } }
@media (max-width: 1024px) {
  .open-ag-video {
    margin-top: 9%; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-335px, -682px); } }
@media (max-width: 991px) {
  .know-us-landing-section .ag-descp {
    padding: 0 125px; }

  .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(-222px, -640px); } }
@media (max-width: 768px) {
  .ag-icon-wrapper {
    margin-bottom: -20px; }

  .open-ag-video .embed-container {
    margin-top: -40px; }

  .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%); }

  .mobile-ag-slider-section p {
    margin-top: 10px; }

  .mobile-slider-section .market-limit {
    width: 450px !important; }

  .open-ag-video {
    margin-top: 5%; }

  .ag-icons {
    padding: 0 11px;
    text-align: center;
    cursor: pointer;
    font-size: 14px; }

  .ag-icons img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0; }

  .open-ag-slider-section .slide:nth-child(2) {
    background-image: url("../images/open-ag/mobile/Mobile-sliders-open-innovation.jpg"); }
  .open-ag-slider-section .slide:nth-child(3) {
    background-image: url("../images/open-ag/mobile/Mobile-sliders-open-market.jpg"); }
  .open-ag-slider-section .slide:nth-child(4) {
    background-image: url("../images/open-ag/mobile/Mobile-sliders-open-collaboration.jpg"); }
  .open-ag-slider-section .slide:nth-child(5) {
    background-image: url("../images/open-ag/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(-150px, -674px); } }
@media (max-width: 425px) {
  .open-ag-video .embed-container {
    margin-top: -25px; }

  .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; }

  .open-ag-slider-section {
    margin-left: 2px; }

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

  .open-ag-video .embed-container {
    height: 260px; }

  .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: 80px; }

  .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, -735px); }

  .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; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-82px, -745px); } }
@media (max-width: 320px) {
  .open-ag-slider-section .slick-dots li {
    margin-right: 18px; }

  .open-ag-slider-section .slick-dots {
    transform: translate(-65px, -765px); } }
/* Import mediaqueries */
/* Media queries */
@media (min-width: 768px) {
  /* header stle */
  .model-img {
    display: none; }

  .model-pic {
    display: block; }

  .desktop-product {
    display: block; }

  .mobile-product {
    display: none; }

  .navbar-header {
    float: none; }

  .mobile-ag-slider-section {
    display: 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; } }
@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; } }
@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; } }
@media (min-width: 1300px) {
  /* common style */
  .upl-container {
    width: 1200px; } }
@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: 1199px) {
  /* common style */
  /* country dropdown style */
  .country-dropdown .country-col {
    padding-left: 20px; }
  .country-dropdown li {
    margin-bottom: 15px; }
  .country-dropdown .last-li {
    display: inline-block;
    padding-left: 0; }

  /* 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 */
  .leadershipteam-section .team-member {
    padding: 0; }
  .leadershipteam-section .global-team .team-member-name {
    font-size: 22px; }

  /* 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 (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; } }
@media (max-width: 991px) {
  .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; }
    .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: black; }

  .address-title {
    color: white; }

  .foo-desktop {
    display: none; }

  .foo-mobile {
    display: block; } }
@media (max-width: 767px) {
  /* common style */
  .news-awards-section .box-content .main-news {
    margin-bottom: 50px !important; }

  .desk-ag-icons {
    display: none; }

  .legacy-content-section .milestones-title {
    left: -30px !important; }

  .legacy-content-section .awards-title {
    left: -80px !important; }

  .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; }

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

  .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 .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;
    opacity: 0.7; }
  .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: 28px; }

  .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;
    border-bottom: 1px solid #ccc; }
  .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;
    font-family: NotoSansRegular !important;
    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; }

  .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 */
  .video-frame {
    height: auto; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 45px; }

  .share-icons-fixed .toggle-btn {
    padding: 14px 17px;
    top: 0;
    right: 100%; }

  .enquiry-fixed .enquiry-toggle-btn {
    padding: 12px 0 11px 0;
    top: -1%; }

  .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; }

  /* portfolio page styling */
  .portfolio-section .portfolio-details-table table .portfolio-name {
    padding-left: 15px; }

  /* careers page style */
  .careers-content-section .certification-slider .slick-arrow {
    top: 32%; }

  .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) {
  #back-to-top {
    bottom: 8px; }

  .leadershipteam-landing-section {
    margin-top: 78px; }

  .tos-content-section {
    margin-top: 60px; }

  .events-list-div {
    padding-left: 15px; }

  .news-details-section {
    padding-top: 30px; }

  .news-details {
    padding: 0 15px; }

  .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 .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) {
  .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: 0 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) {
  .legacy-content-section .awards-title {
    top: 425px !important; }

  .legacy-content-section .milestones-title {
    top: 185px !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; }

  .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: -5px; }

  .main_section {
    padding-top: 80px; }

  .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: 0 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; } }
@media (max-width: 768px) {
  .legacy-content-section .milestones-title {
    top: 130px;
    left: -60px; }

  .legacy-content-section .awards-title {
    top: 370px;
    left: -110px; }

  .ourlegacy-landing-section .embed-container {
    margin-top: -2px; }

  .model-img {
    display: block; }

  .model-pic {
    display: none; }

  #mode-of-action .action-info {
    overflow: scroll; }

  .landing-section {
    margin-top: 78px; }

  .video-slider .slick-arrow.fa-angle-left {
    left: 600px; }

  .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-div a {
    color: #9b9b9b; } }

/*# sourceMappingURL=main.css.map */
