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

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

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

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

.upl-grid-6 {
  width: calc(100% / 4);
  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; }

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

/* background color */
.bg-gray-one {
  background-color: white; }

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

/* 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 */
.popup-page-top-padding {
  padding-top: 165px; }

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

@media (max-width: 425px) {
  .backlink {
    display: none; } }
/* Common Style */
a {
  text-decoration: none;
  color: #000; }

.light-family {
  font-family: NotoSansLight; }

.regular-family {
  font-family: NotoSansRegular; }

.medium-family {
  font-family: NotoSansMedium; }

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

.font--14 {
  font-size: 14px; }

.font--16 {
  font-size: 16px; }

.font--14 {
  font-size: 14px; }

.font-size--32 {
  font-size: 32px; }

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

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

.font--21 {
  font-size: 21px; }

.font--60 {
  font-size: 60px; }

.font--24 {
  font-size: 24px; }

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

.font--80 {
  font-size: 80px; }

.lineheight--68 {
  line-height: 68px; }

.lineheight--64 {
  line-height: 64px; }

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

.lineheight--12 {
  line-height: 12px; }

.lineheight--19 {
  line-height: 19px; }

.lineheight--20 {
  line-height: 20px; }

.lineheight--30 {
  line-height: 30px; }

.lineheight--21 {
  line-height: 21px; }

.lineheight--23 {
  line-height: 23px; }

.lineheight--24 {
  line-height: 24px; }

.lineheight--30 {
  line-height: 30px; }

.mt-100 {
  margin-top: 100px; }

.text-color {
  color: #102D69; }

.mt-6 {
  margin-top: 6px; }

.mt-20 {
  margin-top: 20px; }

.mt-55 {
  margin-top: 55px; }

.mt-10 {
  margin: 10px 0 0; }

.mt-13 {
  margin-top: 13px; }

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

.pb-30 {
  padding-bottom: 30px; }

.pb-22 {
  padding-bottom: 22px; }

.pb-55 {
  padding-bottom: 55px; }

.mr-40 {
  margin-right: 40px; }

.w-100 {
  width: 100%; }

.p-15 {
  padding: 15px; }

.active {
  display: block !important; }

.common-section {
  padding: 40px 0; }

.blue-text {
  color: #1961AC; }

.red-text {
  color: #E7344C; }

.white-text {
  color: #fff; }

.dark-blue-text {
  color: #102d69 !important; }

.green-text {
  color: #13A538 !important; }

.yellow-text {
  color: #FBBA00; }

.cursor-pointer {
  cursor: pointer; }

.flex-50 {
  flex: 0 0 50%; }

.text-decoration {
  text-decoration: none; }

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

.w-auto {
  width: auto; }

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

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

.right-line {
  border-right: 1px solid #000;
  margin: 12px; }

.common-btn {
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #102d69;
  padding: 11px 31px;
  box-shadow: 3px 6px 24px #102D6938;
  font-family: NotoSansMedium; }
  .common-btn:hover, .common-btn:focus {
    color: white; }

.blue-btn {
  border: 1px solid #102d69;
  color: #102d69;
  transition: .3s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #102d69;
    border: 1px solid #102d69;
    color: #fff; }

.pink-btn {
  border: 1px solid #bd6191;
  color: #bd6191;
  transition: .3s ease-in-out; }
  .pink-btn:hover, .pink-btn:focus {
    background-color: #bd6191;
    border: 1px solid #bd6191;
    color: #fff; }

.yellow-btn {
  border: 1px solid #FBBA00;
  color: #FBBA00; }
  .yellow-btn:hover, .yellow-btn:focus {
    background-color: #FBBA00;
    border: 1px solid #FBBA00; }

.light-red-btn {
  border: 1px solid #E7344C;
  color: #E7344C; }
  .light-red-btn:hover, .light-red-btn:focus {
    background-color: #E7344C;
    border: 1px solid #E7344C; }

.white-btn {
  border: 1px solid #fff; }
  .white-btn:hover, .white-btn:focus {
    background-color: #102d69;
    border: 1px solid #102d69; }

.green-btn {
  border: 1px solid #13A538;
  color: #13A538; }
  .green-btn:hover, .green-btn:focus {
    background-color: #13A538;
    border: 1px solid #13A538; }

.green-bg-btn {
  background-color: #13A538;
  color: #fff; }
  .green-bg-btn:hover, .green-bg-btn:focus {
    color: #13A538;
    background-color: #fff;
    border: 1px solid #13A538; }

.search-btn {
  border: 1px solid #fff;
  background-color: #102d69;
  color: #fff; }
  .search-btn:hover, .search-btn:focus {
    background-color: #fff;
    border: 1px solid #102d69;
    color: #102d69; }

.vendors-pdf-btn {
  border: 1px solid #102d69;
  background-color: #fff;
  color: #102d69; }
  .vendors-pdf-btn:hover, .vendors-pdf-btn:focus, .vendors-pdf-btn:active {
    background-color: #102d69;
    border: 1px solid #fff;
    color: #fff; }

.region-modal {
  cursor: pointer; }

.region-acc-btn:not(.collapsed),
.region-acc-btn,
.region-acc-header,
.region-accordion,
.region-acc-item,
.crops-accordion,
.crops-acc-item,
.crops-acc-header,
.crops-acc-btn,
.crops-acc-btn:not(.collapsed) {
  background-color: #102d69;
  --bs-accordion-bg: #102d69;
  color: #fff;
  --bs-accordion-color: #fff; }

.accordion-flush .region-acc-item .region-acc-btn, .accordion-flush .region-acc-item .region-acc-btn .collapsed {
  color: #fff; }

.accordion-flush .crops-acc-item .crops-acc-btn, .accordion-flush .crops-acc-item .crops-acc-btn .collapsed {
  color: #fff; }

.region-acc-btn,
.crops-acc-btn {
  padding: 20px 0;
  border-bottom: 1px solid #fff; }

.region-acc-btn:focus,
.crops-acc-btn:focus {
  border-color: transparent;
  box-shadow: none; }

.region-acc-btn:after,
.crops-acc-btn:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important; }

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

.breadcrumbs {
  font-family: NotoSansRegular;
  --bs-breadcrumb-divider: '>'; }
  .breadcrumbs a {
    text-decoration: none;
    color: #000; }
  .breadcrumbs .active {
    text-decoration: none;
    color: #102d69; }

.breadcrumb {
  align-items: center; }

.get-in-touch-text {
  font-size: 50px; }

/* Distributor card style */
.distributor-section {
  padding: 50px 0; }
  .distributor-section .card {
    margin: 0 auto; }

.distibutor-heading {
  color: #102d69; }

.card-wrapper {
  padding: 30px; }

.card {
  background: #fff;
  border: 0;
  box-shadow: 0px 3px 21px #00000033;
  border-radius: 12px; }

.distributor-wrapper {
  padding-top: 50px; }

.distributor-card-wrapper {
  padding: 30px 0; }

.distributor-card-wrapper .img-hover-zoom--colorize img {
  padding: 0; }

.img-hover-zoom--colorize img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  padding: 1px;
  transition: transform .5s; }

.img-hover-zoom--colorize:hover img {
  transform: scale(1.05); }

.redirection-section {
  padding: 150px 0 120px; }

.redirection-content {
  padding-bottom: 50px; }

.redirection-container {
  display: flex;
  flex-direction: column; }

.redirection-title {
  font-size: 60px;
  line-height: 68px; }

.redirection-text {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 30px; }

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

.fa-angle-left, .fa-angle-right {
  top: 35%;
  color: #C5C5C5;
  font-size: 50px; }

.fa-angle-right {
  right: 1%; }

.fa-angle-left {
  left: 1%; }

/* MEDIA */
@media (max-width: 768px) {
  .breadcrumbs {
    position: absolute;
    top: 80px; }

  .landing-slider .slick-prev {
    left: -42%; } }
.learn-more-container {
  margin-bottom: 30px; }

/* Blogs card style here */
.blogs-list-container {
  margin-bottom: 50px; }

.blogs-card-slider .slick-slide {
  height: auto; }
.blogs-card-slider .slick-next, .blogs-card-slider .slick-prev {
  width: 46px;
  height: 46px; }
.blogs-card-slider .slick-next {
  left: 54% !important; }
.blogs-card-slider .slick-prev {
  left: 33%; }
.blogs-card-slider .slick-arrow {
  top: 100%; }

@media (min-width: 768px) and (max-width: 992px) {
  .blogs-card-slider .slick-prev {
    left: 42%; } }
@media (min-width: 992px) {
  .fa-angle-right {
    right: -2%; }

  .fa-angle-left {
    left: -2%; } }
.card-deck img {
  width: 100%;
  border-radius: 12px; }

.flex-md-50 {
  flex: 0 0 50%; }

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

.landing-slider .slick-prev, .landing-slider .slick-next {
  height: 40px; }
.landing-slider .slick-prev {
  left: -36%; }
.landing-slider .slick-next {
  right: 15%; }

.banner-slider .banner-slides {
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
.banner-slider .banner-deskimg {
  width: 522px;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%, 0); }
.banner-slider .banner-content {
  margin-top: 295px;
  text-align: center;
  padding: 20px; }
.banner-slider .slick-prev, .banner-slider .slick-next {
  height: 46px;
  width: 46px; }
.banner-slider .slick-prev {
  left: 30%;
  top: 115%; }
.banner-slider .slick-next {
  right: 30%;
  top: 115%; }

@media (min-width: 480px) {
  .banner-slider .banner-content {
    margin-top: 305px; }
  .banner-slider .slick-prev {
    left: 35%; }
  .banner-slider .slick-next {
    right: 35%; } }
@media (min-width: 768px) {
  .banner-slider .slick-prev {
    left: 40%; }
  .banner-slider .slick-next {
    right: 40%; } }
@media (min-width: 1024px) {
  .redirection-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }

  .redirection-title {
    font-size: 60px;
    line-height: 68px; }

  .redirection-text {
    font-size: 21px;
    line-height: 30px; }

  .distributor-wrapper {
    padding-top: 70px; }

  .blogs-list-container {
    margin-bottom: 0; }

  .banner-slider .slick-prev {
    left: 43%; }
  .banner-slider .slick-next {
    right: 43%; } }
@media (min-width: 1200px) {
  .banner-slider .banner-deskimg {
    left: 12%;
    width: 58%;
    top: 0;
    transform: translate(-335px, -215px); }
  .banner-slider .banner-content {
    margin-top: -150px;
    text-align: left;
    height: 605px; }
  .banner-slider .slick-prev, .banner-slider .slick-next {
    height: 46px;
    width: 46px; }
  .banner-slider .slick-prev {
    left: 53%;
    top: 85%; }
  .banner-slider .slick-next {
    right: 33.5%;
    top: 85%; }
  .banner-slider .banner-content-bold-para,
  .banner-slider .banner-content-subtitle,
  .banner-slider .banner-content-title,
  .banner-slider .banner-sec-para {
    text-align: left; }
  .banner-slider .banner-content-subtitle {
    font-size: 24px;
    line-height: 28px; }
  .banner-slider .banner-content-bold-para {
    font-size: 30px;
    line-height: 40px;
    padding: 0; }
  .banner-slider .banner-sec-para {
    font-size: 18px;
    line-height: 28px; }
  .banner-slider .banner-sec-para {
    padding: 0; }
  .banner-slider .banner-content-title {
    font-size: 60px;
    line-height: 68px; }

  .distributor-section .card {
    max-width: 345px;
    min-width: 345px; }

  .img-hover-zoom--colorize img {
    margin-top: -75px;
    width: 150px;
    height: 150px; } }
@media (min-width: 1366px) {
  .banner-slider .slick-next {
    right: 35.5%; } }
@media (min-width: 1400px) {
  .banner-slider .banner-deskimg {
    top: -52%;
    left: 24%;
    transform: translate(-500px, 18px); }
  .banner-slider .slick-prev {
    left: 53%;
    top: 85%; }
  .banner-slider .slick-next {
    right: 37%;
    top: 85%; } }
@media (min-width: 1600px) {
  .banner-slider .slick-prev {
    left: 52%; }
  .banner-slider .slick-next {
    right: 38%; }

  .testimonials-container {
    width: 1600px; }

  .banner-slider .banner-deskimg {
    top: -70%;
    width: 50%;
    transform: translate(-585px, 150px);
    left: 30%; } }
@media (min-width: 1920px) {
  .banner-slider .slick-prev {
    left: 51.5%; }
  .banner-slider .slick-next {
    right: 42.5%; }
  .banner-slider .banner-deskimg {
    top: -75%;
    width: 42%;
    transform: translate(-595px, 170px);
    left: 26%; } }
@media (min-width: 2560px) {
  .banner-slider .banner-deskimg {
    top: -40%;
    width: 24%;
    left: 11%; } }
@media (max-width: 767px) {
  .blog-mb {
    margin-bottom: -190px; }

  .blog-mob-mb {
    margin-bottom: 0; }

  .featured-common-section {
    padding: 90px 0 40px 0 !important; }

  .featured-content-wrapper {
    padding-top: 30px !important; }

  .testimonial-slider .slick-track {
    padding-bottom: 0 !important; }

  .person-name {
    position: inherit !important; }

  .breadcrumbs, .breadcrumb {
    display: none; }

  .wrapper {
    padding: 50px 10px; }

  .blog-mob-mb {
    margin-bottom: 0; }

  .testimonial-mob-sec {
    padding-bottom: 0 !important; }

  .distibutor-heading-sec {
    font-size: 36px !important;
    line-height: 40px; }

  .bottom-space {
    margin-bottom: -65px; } }
.crops-slider .slick-arrow {
  content: "\f105";
  position: absolute;
  font-size: 45px;
  color: #102D69;
  top: 22%; }
.crops-slider .fa-angle-right {
  right: 5px; }
.crops-slider .fa-angle-left {
  left: 5px; }
.crops-slider .slick-list {
  height: max-content; }
.crops-slider .crop-img {
  margin: auto; }

.testimonials {
  padding: 40px 0;
  background-color: #F3F2F2; }
  .testimonials .user-img-container {
    z-index: 1; }
  .testimonials .testimonial-slider {
    padding: 10px 0 0; }
    .testimonials .testimonial-slider .slick-list {
      overflow: hidden;
      padding-bottom: 30px; }
    .testimonials .testimonial-slider .testimonial-para {
      margin-top: 80px;
      font-size: 16px;
      line-height: 21px;
      text-align: center; }
    .testimonials .testimonial-slider .card-body {
      padding: 20px 30px 30px; }
    .testimonials .testimonial-slider .user-name {
      font-size: 11px;
      line-height: 14px;
      padding-bottom: 30px; }
    .testimonials .testimonial-slider .user-img {
      width: 86px;
      height: 86px; }
    .testimonials .testimonial-slider .slick-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease-in-out;
      margin: 0 20px; }
    .testimonials .testimonial-slider .slick-slide,
    .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
      transition: all 0.4s ease-in-out; }
    .testimonials .testimonial-slider .slick-next, .testimonials .testimonial-slider .slick-prev {
      z-index: 5;
      top: unset;
      bottom: 0;
      transform: translate(-50%, -50%);
      height: 46px;
      width: 46px; }
    .testimonials .testimonial-slider .slick-next {
      left: 56% !important; }
    .testimonials .testimonial-slider .slick-prev {
      left: 40%; }
    .testimonials .testimonial-slider .slick-arrow {
      top: 95%; }
    .testimonials .testimonial-slider .slick-slide.slick-center {
      z-index: 30; }

@media (min-width: 480px) {
  .testimonials .testimonial-slider .slick-next {
    left: 55%; }

  .blogs-card-slider .fa-angle-left, .blogs-card-slider .fa-angle-right {
    top: 35%; }

  .landing-slider .slick-prev {
    left: -43%; }
  .landing-slider .slick-next {
    right: 30%; } }
@media (min-width: 992px) {
  .generic-testimonial-section {
    transform: translate(0, -345px); }

  .testimonials {
    padding: 70px 0; }
    .testimonials .test-title {
      font-size: 60px;
      line-height: 12px;
      padding-bottom: 45px; }
    .testimonials .testimonial-slider {
      padding: 10px 0 70px; }
      .testimonials .testimonial-slider .user-img {
        width: 123px;
        height: 123px; }
      .testimonials .testimonial-slider .slick-slide {
        margin: 0 10px;
        transform: scale(0.8); }
      .testimonials .testimonial-slider .slick-slide,
      .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
        transform: scale(0.6) translate(461px);
        transition: all 0.4s ease-in-out; }
      .testimonials .testimonial-slider .slick-center,
      .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
        transform: scale(1.1);
        width: 550px; }
      .testimonials .testimonial-slider .slick-active {
        transform: scale(0.8) translate(110px); }
      .testimonials .testimonial-slider .slick-current.slick-active {
        transform: scale(1.1); }
      .testimonials .testimonial-slider .slick-next {
        left: 54% !important; }
      .testimonials .testimonial-slider .slick-prev {
        left: 47%; }
      .testimonials .testimonial-slider .slick-slide.slick-center + .slick-slide {
        transform: scale(0.6) translate(-461px);
        z-index: 10; }
      .testimonials .testimonial-slider .slick-slide.slick-center {
        /* margin: 0 -10%; */
        transform: scale(1.1);
        z-index: 30; } }
.products .product-content {
  padding: 60px 10px 0;
  transition: .3s ease-in-out; }
  .products .product-content .product-bold-para {
    font-size: 22px;
    line-height: 28px;
    padding-top: 70px; }
  .products .product-content .product-para {
    font-size: 16px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px; }

.learnMore-btn {
  font-size: 16px;
  line-height: 28px; }

.product-slider {
  padding: 0;
  overflow: hidden; }
  .product-slider .slick-slide {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 0; }
  .product-slider .slick-slide,
  .product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transition: all 0.4s ease-in-out; }
  .product-slider .slick-list {
    height: auto !important; }
  .product-slider .slick-next {
    right: 30%; }
  .product-slider .slick-prev {
    left: 30%; }
  .product-slider .slick-prev:before, .product-slider .slick-next:before {
    color: #212529;
    font-size: 35px; }
  .product-slider .slick-arrow {
    top: 95%;
    width: 46px;
    height: 46px;
    font-size: 70px;
    color: #102D69; }
  .product-slider .fa-angle-left {
    left: 15px; }
  .product-slider .fa-angle-right {
    right: 15px; }
  .product-slider .slick-slide.slick-center {
    z-index: 30;
    margin-top: 0; }
  .product-slider .product-slides {
    height: auto;
    flex: 0 0 33%; }
  .product-slider .product-slides figcaption {
    font-size: 32px;
    line-height: 40px;
    color: #102D69;
    font-family: NotoSansLight; }
  .product-slider .slick-slide .product-content {
    display: none; }
  .product-slider .slick-current.slick-active .product-content {
    display: block; }

@media (min-width: 992px) {
  .products .product-content {
    padding: 195px 10px 0; }
    .products .product-content .product-bold-para {
      font-size: 28px;
      line-height: 36px; }
    .products .product-content .product-para {
      font-size: 18px;
      line-height: 28px; }

  .product-slider {
    transform: translateY(-75px);
    padding: 0;
    padding-top: 80px;
    position: relative; }
    .product-slider .product-slides figcaption {
      padding-top: 30px;
      font-size: 55px;
      line-height: 60px;
      color: #102D69;
      font-family: NotoSansLight; }
    .product-slider .slick-slide,
    .product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
      transition: all 0.4s ease-in-out; }
    .product-slider .slick-center .product-content {
      opacity: 1;
      display: block;
      width: 637px;
      transition: all 0.25s ease;
      padding-top: 65%; }
    .product-slider .slick-arrow {
      top: 35%; }
    .product-slider .slick-prev:before, .product-slider .slick-next:before {
      color: #212529;
      font-size: 35px; }
    .product-slider .slick-slide.slick-center {
      z-index: 30;
      transform: scale(1); }
    .product-slider .slick-list {
      overflow: visible; }
    .product-slider .slick-center,
    .product-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
      transform: scale(1.3); }
    .product-slider .slick-slide,
    .product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
      transform: scale(0.8, 0.8);
      opacity: .5;
      transition: all 0.4s ease-in-out; }
    .product-slider .slick-current.slick-active {
      transform: scale(1);
      opacity: 1; }
    .product-slider .slick-current.slick-active figcaption {
      padding-top: 30px;
      font-size: 55px;
      line-height: 60px;
      color: #102D69;
      font-family: NotoSansLight; } }
@media (min-width: 1200px) {
  .product-slider .slick-center .product-content {
    width: 900px; }

  .testimonials .testimonial-slider .slick-slide,
  .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.7) translate(270px);
    transition: all 0.4s ease-in-out; }
  .testimonials .testimonial-slider .slick-center,
  .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.2);
    width: 550px; }
  .testimonials .testimonial-slider .slick-current.slick-active {
    transform: scale(1.2); }
  .testimonials .testimonial-slider .slick-slide.slick-center + .slick-slide {
    transform: scale(0.7) translate(-270px);
    z-index: 10; }
  .testimonials .testimonial-slider .slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1.4);
    z-index: 30; } }
.landing-slider .slick-prev {
  left: 28%; }
.landing-slider .slick-next {
  right: 12%; }

.generic-landing-slider .slick-next {
  right: 16%; }

.landing-slide_content {
  padding-bottom: 100px;
  margin-top: -32%;
  margin-left: 51%; }

.slider_landing-slider .slick-arrow {
  top: auto;
  bottom: 35px !important;
  transform: translateY(0); }

.slider_landing-slider .btn--arrow-right {
  bottom: 35px;
  right: 40%;
  left: auto; }

.slider_landing-slider .btn--arrow-left {
  right: 46.5%;
  bottom: 0; }

.slider_landing-slider img {
  width: 50%; }

@media (max-width: 768px) {
  .landing-slide_content {
    margin-top: 30px;
    margin-left: 30px; }

  .slider_landing-slider .btn--arrow-right {
    right: 60%; }

  .slider_landing-slider .btn--arrow-left {
    right: 80%; }

  .slider_landing-slider img {
    width: 100%; }

  .font--60 {
    font-size: 50px; } }
.featured-top-space {
  margin-top: 80px; }

.font--80 {
  font-size: 56px; }

.top-space {
  margin-top: 30px; }

@media (min-width: 991px) {
  .featured-top-space {
    margin-top: 100px; }

  .top-space {
    margin-top: 0; } }
@media (min-width: 1440px) {
  .get-in-touch-text {
    font-size: 60px;
    line-height: 12px; } }
.landing-banner {
  padding-top: 71px; }
  .landing-banner picture, .landing-banner .banner-deskimg {
    max-width: 100%; }

.banner-content {
  margin-top: 35px;
  text-align: center;
  padding: 10px 30px 30px;
  font-size: 16px; }

.banner-content-title {
  font-size: 24px;
  line-height: 24px;
  color: #102d69; }

.banner-links {
  margin-top: 20px;
  display: inline-block; }

.landing-banner-slider .slick-next, .landing-banner-slider .slick-prev {
  top: 104%;
  height: 50px;
  width: 50px; }
.landing-banner-slider .slick-prev {
  left: 30%; }
.landing-banner-slider .slick-next {
  right: 30%; }

@media (min-width: 1200px) {
  .landing-banner .banner-content-title {
    padding-top: 20px; }
  .landing-banner picture, .landing-banner .banner-deskimg {
    transform: translate(-150px, -150px);
    max-width: 125%; }
  .landing-banner .banner-content-title {
    font-size: 60px;
    line-height: 68px; }

  .landing-banner-slider .slick-next, .landing-banner-slider .slick-prev {
    top: 71%;
    height: 50px;
    width: 50px; }
  .landing-banner-slider .slick-prev {
    left: 54%; }
  .landing-banner-slider .slick-next {
    right: 33%; }

  .banner-slides {
    overflow-x: hidden; }

  .banner-content {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    transform: translateY(-100px); }
    .banner-content .banner-sec-para {
      text-align: left; }

  .generic-banner-products {
    transform: translate(0, -175px); } }
@media (min-width: 1366px) {
  .landing-banner-slider .slick-next, .landing-banner-slider .slick-prev {
    top: 68%;
    height: 50px;
    width: 50px; }
  .landing-banner-slider .slick-prev {
    left: 53.5%; }
  .landing-banner-slider .slick-next {
    right: 34%; } }
@media (min-width: 1600px) {
  .landing-banner picture, .landing-banner .banner-deskimg {
    max-width: 120%; }

  .banner-content {
    max-width: 70%; }

  .landing-banner-slider .slick-next, .landing-banner-slider .slick-prev {
    top: 72%; }
  .landing-banner-slider .slick-next {
    right: 37%; } }
@media (min-width: 1920px) {
  .landing-banner picture, .landing-banner .banner-deskimg {
    transform: translate(-155px, -210px);
    max-width: 115%; }

  .banner-content {
    margin-left: 30px; }

  .landing-banner-slider .slick-next, .landing-banner-slider .slick-prev {
    top: 64%; } }
@media (min-width: 2560px) {
  .landing-banner-slider .slick-next, .landing-banner-slider .slick-prev {
    top: 64%; }
  .landing-banner-slider .slick-prev {
    left: 52.5%; }
  .landing-banner-slider .slick-next {
    right: 41%; } }
/* End of common style */
/* 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;
    /*margin: 0 0 30px;*/ }
  .products-filter .section-head {
    margin-left: -52px; }
  .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 h1 {
    margin: 0;
    padding-bottom: 30px;
    font-family: NotoSansLight;
    font-size: 34px;
    color: #fff; }
  .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: 9%;
    right: 105%;
    font-size: 16px;
    font-family: myriadProRegular;
    text-align: center;
    text-transform: uppercase;
    background-color: #ff8833;
    color: white;
    cursor: pointer;
    -webkit-transform: translate(36%, 135%);
    -moz-transform: translate(36%, 135%);
    -ms-transform: translate(36%, 135%);
    -o-transform: translate(36%, 135%);
    transform: translate(36%, 135%); }
  .enquiry-fixed .enquiry-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    padding: 10px 14px;
    font-size: 24px;
    cursor: pointer; }
  .enquiry-fixed .form-group {
    margin-bottom: 10px; }
  .enquiry-fixed .form-control {
    height: 30px;
    border-radius: 0; }
  .enquiry-fixed textarea.form-control {
    height: 70px;
    resize: none; }
  .enquiry-fixed .submit-div {
    clear: both; }
  .enquiry-fixed .enquiry-btn {
    border-radius: 0;
    padding: 6px 28px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #5a5a5a;
    color: #fff; }
  .enquiry-fixed .intl-tel-input .country-list {
    width: 258px; }
  .enquiry-fixed label {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
    color: #595959; }
  .enquiry-fixed a {
    color: #595959; }

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

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

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

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

.sticky-top {
  position: fixed !important;
  top: 0 !important;
  background: #fff !important; }

.menu-main-menu-country-dropdown {
  display: none; }

.main-menu ul li.active > a {
  color: #102d69; }

.main-menu ul li.active {
  display: inline; }

.mobile_header_dropdown ul li.active > a {
  font-family: NotoSansMedium; }

.nav-list-hide-mob {
  display: none; }

.nav-list-show-mob {
  display: block !important; }

.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0 9px;
  box-shadow: 0px 6px 30px #0000001A; }
  .main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .main-header .header-left {
    display: flex;
    align-items: center; }
  .main-header .header-right {
    position: relative;
    display: flex;
    align-items: center; }

.nav-topbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  height: 30px;
  background-color: #fff;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 15;
  border-bottom: 1px solid #706F6F; }

#location-selector {
  background-color: transparent;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #706F6F;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
  border-left: 1px solid black;
  padding-left: 5px;
  line-height: 1; }

.flag-icon-main {
  background-image: url(../images/main.png); }

.flag-icon {
  width: 25px;
  min-width: 25px;
  height: 17.55px;
  vertical-align: middle;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 10px; }

#location-selector .label-country {
  position: relative;
  top: 2px; }

.custom-logo-link {
  display: inline-block;
  line-height: 0;
  padding-top: 5px; }

.custom-logo-link img {
  width: 154px;
  padding: 15px;
  height: auto; }

.main-menu {
  margin-left: 20px; }
  .main-menu ul {
    display: flex;
    align-items: center;
    list-style: none; }
    .main-menu ul li a {
      font-weight: 400;
      color: #000;
      padding: 30px 20px;
      text-decoration: none;
      cursor: pointer; }

.language-select-box {
  margin: 0 10px; }

.wpml-ls-legacy-dropdown .wpml-ls-item {
  display: flex; }

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a img {
  width: 26px;
  height: 16px; }

.search-box-container-container {
  position: absolute;
  width: 35px;
  height: 100%;
  right: -25px;
  color: #C4C4C4;
  top: -32px;
  transition: all 0.3s ease-in-out; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.global-search-nav-container {
  padding-top: 20px;
  width: 100%; }

.search-box-container.active input {
  opacity: 1;
  visibility: visible;
  width: 100%; }

.search-box-container input {
  height: 100%;
  width: 100%;
  border: none;
  padding: 18px 20px;
  border-radius: 7px;
  font-size: 14px;
  color: #6D6D6D;
  font-weight: 400;
  box-shadow: 0px 4px 20px #0000001A;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out; }

.search-box-container.active .search-icon {
  margin-right: 20px; }

.search-box-container .search-icon {
  font-size: 20px; }

.dwn-arrow {
  margin-left: 7px; }

.mob-main-menus {
  display: none; }

.burger-menu {
  float: right;
  margin-right: 0;
  margin-bottom: -9px;
  margin-top: -60px;
  padding: 26px 30px 25px;
  background-color: #102d69;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .burger-menu .fa-navicon:before, .burger-menu .fa-reorder:before, .burger-menu .fa-bars:before {
    color: white;
    content: "\f0c9";
    font-size: 20px; }

.fa-close {
  display: none;
  color: #fff;
  font-size: 21px; }

.search-box-container {
  position: relative;
  cursor: pointer; }

.search-icon::before {
  content: "\f002";
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: .39; }

.aboutus-dropdown {
  width: auto !important; }

.main-header .main-menu .dropdown-menu {
  padding: 0;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  .main-header .main-menu .dropdown-menu li {
    padding: 8px 0; }
    .main-header .main-menu .dropdown-menu li a {
      border: 0;
      padding: 15px;
      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; }
      .main-header .main-menu .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; }
        .main-header .main-menu .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: #E7344C;
  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;
  box-shadow: 6px 8px 22px #00000029;
  border-radius: 0px 0px 15px 15px;
  opacity: 1; }
.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: #E7344C; }

.select-country-dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  z-index: 1;
  top: 170% !important;
  left: -30px !important; }

.select-country-dropdown-menu.show {
  transform: translate3d(0px, 0px, 0px) !important; }

.crops-dropdown-menu, .services-dropdown-menu {
  top: 99%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  .crops-dropdown-menu .nav-crop-menu, .services-dropdown-menu .nav-crop-menu {
    padding: 0 60px 0 15px !important;
    display: flex;
    align-items: center; }
    .crops-dropdown-menu .nav-crop-menu .nav-crop-img, .services-dropdown-menu .nav-crop-menu .nav-crop-img {
      width: 55px; }
    .crops-dropdown-menu .nav-crop-menu:hover, .services-dropdown-menu .nav-crop-menu:hover {
      background: #E8E8E8; }
  .crops-dropdown-menu .all-crops-mob-sec, .services-dropdown-menu .all-crops-mob-sec {
    padding: 0px 0 14px 70px !important;
    display: block; }

.crops-accordion .accordion-body {
  padding: 0; }
.crops-accordion .crops-acc-btn {
  border-bottom: 1px solid #fff; }

.mob-crops-dropdown-menu, .mob-services-dropdown-menu {
  display: none !important;
  position: relative;
  top: 10px;
  left: 0; }

.select-country-dropdown-container, .mob-select-country-dropdown-container {
  cursor: pointer;
  position: relative;
  display: none; }

.dropdown-active {
  display: inline !important; }

.mob-select-country-dropdown-menu {
  position: relative;
  top: 10px;
  left: 0; }
  .mob-select-country-dropdown-menu li {
    background: #fff; }

.select-country-dropdown-menu, .mob-select-country-dropdown-menu {
  display: none;
  box-shadow: 6px 8px 22px #00000029;
  border-radius: 0px 0px 15px 15px;
  z-index: 10;
  overflow-y: scroll;
  height: 500px; }
  .select-country-dropdown-menu li, .mob-select-country-dropdown-menu li {
    padding: 16px 35px; }
    .select-country-dropdown-menu li:hover, .mob-select-country-dropdown-menu li:hover {
      background: #E8E8E8; }
    .select-country-dropdown-menu li a:hover, .mob-select-country-dropdown-menu li a:hover {
      color: #000; }
    .select-country-dropdown-menu li .country-flag-img, .mob-select-country-dropdown-menu li .country-flag-img {
      width: 35px;
      margin-right: 10px; }

.mob-select-country-dropdown {
  color: #fff; }

.mobile_header_dropdown {
  display: block;
  position: fixed;
  right: -100%;
  top: 59.4px;
  width: 80%;
  height: calc(100vh - 59.4px);
  background: #fff;
  transition: all 0.5s ease-in-out;
  padding: 50px 50px 100px;
  z-index: 998; }

.mobile_header_dropdown {
  background-color: #102d69;
  height: 100%;
  width: 280px;
  position: fixed;
  top: 55px;
  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; }
  .mobile_header_dropdown.in {
    right: 0;
    width: 100%;
    -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; }
  .mobile_header_dropdown a {
    color: #fff; }
  .mobile_header_dropdown li {
    padding: 20px 0;
    border-bottom: 1px solid #fff; }
  .mobile_header_dropdown .mob-nav-wrapper {
    background-color: #f3f3f3;
    padding: 112px 12px 20px;
    position: relative; }

.mob-select-country-dropdown-menu li {
  border-bottom: none; }
  .mob-select-country-dropdown-menu li a {
    padding: 0 35px;
    color: #000; }
    .mob-select-country-dropdown-menu li a:hover {
      color: #000; }

@media (max-width: 1440px) {
  .main-header .header-right {
    margin-right: 55px; } }
@media (max-width: 1366px) {
  .main-header .header-right {
    margin-right: 0; } }
@media (max-width: 1365px) {
  .main-menu ul {
    display: none; }

  .mob-main-menus {
    display: block; }

  .select-country-dropdown-container, .mob-select-country-dropdown-container {
    margin-right: 20px; } }
@media (max-width: 1024px) {
  .main-header .header-right {
    margin-right: 60px; }

  .header-left .custom-logo-link img {
    max-width: 125px;
    object-fit: contain; }

  .main-header .header-right .btn-wrap, .btn-login {
    display: none; }

  .mobile_header_dropdown.active {
    right: 0; } }
@media (max-width: 991px) {
  .mob-select-country-dropdown-container {
    display: block; } }
@media (max-width: 375px) {
  .search-box-container {
    position: absolute;
    right: -3px; } }
@media (max-width: 320px) {
  .header-left .custom-logo-link img {
    max-width: 110px; } }
@media (min-width: 1024px) {
  .crops-dropdown-menu .all-crops-mob-sec {
    display: none; }

  .services-dropdown-menu .all-crops-mob-sec {
    display: none; }

  .main-menu ul li a {
    padding: 30px 15px; }

  .global-search-nav-container {
    padding: 10px 0 30px; }
    .global-search-nav-container .search-wrapper {
      margin: auto;
      width: 70%; }

  .select-country-dropdown-container {
    display: block; }

  .region-accordion {
    display: none; } }
@media (min-width: 1200px) {
  .menu-main-menu-country-dropdown {
    list-style: none;
    display: block; }
    .menu-main-menu-country-dropdown .dropdown-toggle::after {
      display: none; }

  .mobile_header_dropdown.in {
    right: 0;
    width: 25%;
    transition: all 0.25s ease-in-out; }

  .search-box-container {
    right: -20px; } }
@media (min-width: 1366px) {
  .dwn-arrow {
    margin-left: 4px; }

  .crops-dropdown-menu, .services-dropdown-menu {
    top: 169% !important; }

  .crops-accordion {
    display: none; }

  .nav-list-hide-mob {
    display: block; }

  .nav-list-show-mob {
    display: none !important; } }
@media (min-width: 1440px) {
  .main-menu {
    margin-left: 100px; } }
@media (min-width: 1600px) {
  .main-header .header-right {
    margin-right: -15px; }

  .search-box-container {
    right: -30px; }

  .main-menu ul li a {
    padding: 30px 20px; } }
@media (min-width: 1920px) {
  .main-header .header-right {
    margin-right: -230px; }

  .main-header {
    padding: 26px 0 24px; }

  .burger-menu {
    height: 100px;
    margin-bottom: -40px;
    margin-top: -75px; }

  .crops-dropdown-menu, .services-dropdown-menu {
    top: 212% !important; }

  .select-country-dropdown-menu {
    top: 210% !important; }

  .mobile_header_dropdown {
    top: 85px; } }
@media (min-width: 2560px) {
  .main-header .header-right {
    margin-right: -555px; }

  .main-menu {
    margin-left: 300px; } }
@media screen and (max-width: 1280px) {
  .main-header .header-right {
    margin-right: 85px; } }
.mb--20 {
  margin-bottom: 10px; }

/* footer style */
.footer {
  padding: 20px 0 0;
  background-color: #0C1C49;
  text-align: center; }
  .footer .footer-logo-img-div {
    align-items: center;
    justify-content: center; }
  .footer img {
    width: 100%; }
  .footer .footer-para {
    color: #fff; }

.p-4 {
  padding: 2.5rem !important; }

#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); }

.footer-list {
  font-size: 16px; }

.footer ul li.active > .footer-list {
  font-family: NotoSansMedium; }

@media (max-width: 768px) {
  .footer img {
    width: 150px; } }
.preference-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 1; }
  .preference-modal .white-text {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: 800; }

.modal-backdrop.show {
  opacity: 0.75; }

.preference-modal-content {
  border-radius: 53px !important;
  width: 950px;
  height: 572px;
  margin-left: auto;
  margin-right: auto; }

.preference-bg-section {
  background-color: #C4D7F6;
  margin-top: -16px;
  margin-bottom: -16px;
  margin-left: -17px;
  border-top-left-radius: 53px;
  border-bottom-left-radius: 53px; }
  .preference-bg-section svg {
    width: 100%;
    height: 570px; }

.modal-backdrop.in {
  opacity: 0; }

.modal-backdrop {
  z-index: 999; }

.vertical-align-center {
  display: table;
  vertical-align: middle;
  pointer-events: none; }

.region-text {
  padding: 10px !important;
  font-size: 16px;
  line-height: 20px; }

.region-form-section {
  padding: 20px; }

.ml-25 {
  margin-left: 25px; }

.skip-btn {
  border: 1px solid transparent;
  background-color: transparent;
  color: #102d69;
  padding: 11px 31px;
  border-radius: 30px;
  font-family: NotoSansMedium; }
  .skip-btn:hover {
    border: 1px solid #fff;
    background-color: #102d69;
    color: #fff;
    background-color: #102d69;
    padding: 11px 31px;
    box-shadow: 3px 6px 24px #102d6938; }

.region-info-text {
  color: #102d69;
  padding: 35px;
  font-size: 16px;
  line-height: 21px; }

.fa-info-circle:before {
  content: "\f05a";
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #102d69;
  padding: 5px;
  background-color: #fff;
  color: #102d69;
  margin-left: -40px; }

.mobile-region-btn-section {
  display: none; }

@media (max-width: 1024px) {
  .preference-modal-content {
    border-radius: 0 !important;
    width: 785px;
    height: 565px;
    border-top-left-radius: 53px !important;
    border-bottom-left-radius: 53px !important; } }
@media (max-width: 992px) {
  .mob-social-list {
    padding-top: 30px; }

  .preference-modal-content {
    margin-top: 60px;
    border-top-right-radius: 53px !important; }
    .preference-modal-content .preference-bg-section {
      border-top-right-radius: 53px; }
    .preference-modal-content .modal-white-text {
      width: 70%;
      font-size: 14px;
      line-height: 18px; }
    .preference-modal-content .modal-body {
      padding-right: 0;
      background-color: #fff;
      border-radius: 53px; }
    .preference-modal-content .region-form-section {
      margin-top: 15px; }

  .mobile-region-btn-section {
    position: initial; }
    .mobile-region-btn-section .cross-btn {
      position: absolute;
      opacity: 1;
      top: -7%;
      left: 90%;
      color: white;
      font-size: 30px; }

  .preference-modal .white-text {
    top: -60px; } }
.mb-20 {
  margin-bottom: 20px; }

#tooltip {
  display: none !important; }

@media (max-width: 425px) {
  .preference-bg-section {
    height: 350px;
    overflow-y: hidden; }
    .preference-bg-section svg {
      width: 100%; }
    .preference-bg-section .preference-modal-content {
      width: 305px; } }
@media (min-width: 768px) {
  .footer-white-space {
    white-space: nowrap; }

  .footer img {
    transform: translateX(-10px); }

  #tooltip {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 5px;
    position: absolute;
    left: 55%;
    top: 30%;
    font-size: 18px;
    line-height: 21px; } }
/* Import pages */
/* home landing section */
.landing-section {
  height: 640px;
  margin-top: 100px; }
  .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) .landing-title {
    margin: 0;
    line-height: 38px; }
  .landing-section .item:nth-child(5) .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: -12% !important; }
  .home-products-section .video-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -11.7% !important; }
  .home-products-section .home-slider-wrapper .slick-arrow.slick-prev {
    left: 92%; }
  .home-products-section .spot-heads p {
    font-family: NotoSansLight;
    color: black;
    padding-bottom: 10px;
    font-size: 36px; }
  .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-btn {
    color: #ffffff;
    float: right;
    margin-top: -40px;
    margin-right: 30px; }
  .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: black;
    font-family: NotoSansRegular; }
  .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 a {
    color: #000; }
  .news-awards-section .box-content .read-btn {
    color: #ff8833; }
  .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;
      font-size: 14px; }
  .news-awards-section .event-venue {
    margin-top: 10px; }
    .news-awards-section .event-venue p {
      margin: 0;
      color: #000; }
    .news-awards-section .event-venue .event-read-more a {
      color: #ff7733; }

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

/* video slider */
.video-slider .slick-arrow {
  font-size: 55px;
  top: 26%;
  color: #fff;
  position: absolute;
  opacity: 0.7;
  cursor: pointer;
  padding: 10px;
  background: #00000047; }
  .video-slider .slick-arrow.fa-angle-right {
    right: 0; }
  .video-slider .slick-arrow.fa-angle-left {
    left: 0; }

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

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

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

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

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

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

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

.division-div {
  padding-bottom: 0; }
  .division-div a {
    color: black; }
    .division-div a:hover {
      color: black; }
  .division-div h5 {
    text-align: center;
    margin-bottom: 15px; }
  .division-div h4 {
    margin-bottom: 10px; }
  .division-div p {
    text-align: center; }
  .division-div .bottom-line {
    color: #e33a40; }
  .division-div .rep-image {
    padding: 15px;
    border-right: 1px solid #ddd; }
    .division-div .rep-image p {
      font-family: NotoSansRegular; }
  .division-div .upl-grid-4:last-child .rep-image {
    border: 0; }
  .division-div .rep-down {
    padding-bottom: 40px; }

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

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

/* 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;
  margin-top: 104px; }

/* 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: -3%; }
  .legacy-content-section .awards-title {
    top: 20%;
    left: -138px; }
  .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; }

/* 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 {
    display: none; }

  .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 .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 #13A538; }
  .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;
    white-space: pre-line; }
    .products .product-name h3 {
      left: 6px;
      right: 6px;
      font-size: 18px;
      color: #ffffff;
      line-height: 22px;
      font-family: NotoSansDisplayBold !important; }
  .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-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: -50px; }

/* 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 #13A538; }
.panel-group .panel .panel-heading.heading-sky-blue {
  background-color: #e8fafe;
  border-bottom: 4px solid #00bef2; }
.panel-group .panel .panel-heading.heading-orange {
  background-color: #fef1e8;
  border-bottom: 4px solid #f57921; }
.panel-group .panel .panel-heading.heading-lavender {
  background-color: #f8f6fb;
  border-bottom: 4px solid #8166ab; }
.panel-group .panel .panel-heading.heading-navy-blue {
  background-color: #e9ecf3;
  border-bottom: 4px solid #26408a; }

@media (max-width: 425px) {
  .products-section .products-list .products-row .product-name {
    padding-top: 50px; }
  .products-section .products .product {
    margin-left: 80px !important;
    margin-right: 30px; }

  .show-more-product {
    padding: 38px 1px 19px 50px;
    margin-left: -50px; } }
@media (max-width: 365px) {
  .products-section .products .product {
    margin-left: 67px !important;
    margin-right: 30px; } }
/* 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;
      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: 30px 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; }
  .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 #13A538;
      font-size: 22px;
      color: #13A538; }
    .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 #13A538; }
    .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 .pbox-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #000 !important;
    margin-top: 27px; }
  .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;
      margin-bottom: 0 !important; }
  .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 #13A538;
    color: #13A538; }
  .product-details-section.herbicide .product-title {
    border-bottom: 1px solid #13A538; }
  .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-section {
  background-image: linear-gradient(180deg, #95C11F, #55B32B, #168E3E) !important; }

.news-list-container .card-deck {
  box-shadow: 3px 12px 24px #0C458140;
  border-radius: 12px;
  margin: 0 20px 50px;
  opacity: 1; }
.news-list-container .card-body {
  padding: 15px 22px 20px;
  min-height: 225px;
  max-height: 225px; }

.news-title {
  color: #000;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 0 25px; }

.news-short-desc {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.banner-news-img {
  border-radius: 15px; }

.news-list-img {
  min-height: 186px;
  max-height: 186px;
  border-radius: 12px 0 0; }

.events-section {
  padding-bottom: 106px; }

.event-card-body {
  padding: 15px 5px; }

.event-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.event-name {
  font-size: 16px;
  line-height: 21px; }

.location-time {
  font-size: 14px;
  line-height: 30px; }
  .location-time span {
    padding: 0 10px; }

.event-slide .event-card-body {
  display: none; }

.event-slide.slick-active .event-card-body {
  display: block;
  margin-top: -9px;
  box-shadow: 0px 3px 21px #00000033; }

.event-info {
  font-size: 14px;
  line-height: 18px; }

.event-img {
  width: 100%; }

@media (min-width: 768px) {
  .event-card-body {
    padding: 25px;
    height: 210px; }

  .event-img {
    min-height: 400px;
    max-height: 400px; }

  .event-slide {
    width: 600px;
    margin: 0 10px 20px 10px;
    border-radius: 0px 0px 12px 12px;
    opacity: 1; }

  .news-events-list-container .fa-angle-right, .news-events-list-container .fa-angle-left {
    color: #fff;
    top: 29%;
    font-size: 60px; }
  .news-events-list-container .fa-angle-right {
    right: 35px; }
  .news-events-list-container .fa-angle-left {
    left: 35px; }

  .events-section .container {
    padding: 0;
    margin: 0;
    max-width: 100%; } }
@media (min-width: 1024px) {
  .news-section {
    background-image: linear-gradient(256deg, #95C11F, #55B32B, #168E3E) !important; }

  .news-title {
    font-size: 60px;
    line-height: 12px;
    padding: 80px 0 90px; }

  .event-slide {
    width: 800px;
    height: 610px;
    margin: 0 20px 20px 20px; } }
@media (min-width: 1200px) {
  .event-card-body {
    padding: 25px 50px; }

  .event-name {
    font-size: 24px;
    line-height: 30px; }

  .location-time {
    font-size: 16px; }

  .event-info {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px; }

  .news-list-container .card-body {
    padding: 25px 37px; } }
@media (min-width: 2560px) {
  .news-events-list-container .fa-angle-right, .news-events-list-container .fa-angle-left {
    top: 35%;
    font-size: 80px; }
  .news-events-list-container .fa-angle-right {
    right: 70px; }
  .news-events-list-container .fa-angle-left {
    left: 70px; } }
@media (max-width: 425px) {
  .blog-content {
    flex-direction: column-reverse; }

  .news-events-list-container .card {
    box-shadow: none; }
  .news-events-list-container .slick-arrow {
    bottom: -80px;
    top: auto;
    width: 46px;
    height: 46px; }
  .news-events-list-container .slick-next {
    right: 33%; }
  .news-events-list-container .slick-prev {
    left: 33%; }

  .banner-news-img {
    margin-bottom: 20px; }

  .event-img {
    min-height: 188px;
    max-height: 188px; } }
.first-news-wrapper.skeleton-bg {
  background-color: transparent; }

.skeleton.breadcrumb-item {
  width: 50px;
  height: 20px; }

.skeleton.news-date {
  width: 90px;
  height: 30px; }

.contact-form-section {
  padding: 30px 15px 0 15px; }

.contact-text {
  font-size: 14px;
  line-height: 24px; }

.contact-title {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 30px;
  color: #102d69;
  margin: 0; }

.query-list, .region-list {
  display: none;
  cursor: pointer; }

.error-text {
  display: none; }

.error-text {
  background: transparent;
  border: none;
  padding: 10px 0 0 20px;
  margin: 0; }

.success-container {
  display: none;
  font-size: 30px;
  line-height: 40px;
  padding-top: 50px;
  box-shadow: 6px 8px 22px #0000002E;
  padding: 30px 40px;
  border-radius: 12px;
  margin: 50px auto; }

.input {
  outline: none;
  padding: 15px 25px;
  border: 1px solid #B9B9B9;
  border-radius: 93px !important;
  opacity: 1;
  width: 100%; }
  .input:focus {
    border: 1px solid #102D69; }

.contact-dropdown {
  list-style: none;
  box-shadow: 6px 8px 22px #0000002E;
  margin-top: 5px;
  z-index: 1;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px !important;
  background: #fff;
  position: absolute;
  top: 70px;
  overflow-x: hidden;
  max-height: 200px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .contact-dropdown li {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 30px;
    font-family: NotoSansLight; }

.contact-dropdown::-webkit-scrollbar-thumb {
  background: #102D69;
  border-radius: 25px;
  height: 100px; }

.contact-dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 25px; }

.contact-dropdown::-webkit-scrollbar {
  width: 25px;
  height: 100px;
  overflow-y: hidden; }

.dropdown {
  outline: none;
  border: none;
  width: 100%; }

.contact-row .input-captcha {
  padding-bottom: 20px; }

.toggle-dropdown {
  padding: 15px 45px 15px 25px; }

.input-wrapper {
  white-space: nowrap; }

.fa-chevron-down {
  color: #A3A3A3;
  font-size: 20px;
  padding-left: 5px;
  display: inline; }

.address-textarea {
  border-radius: 30px !important; }

.mobile-number-field {
  display: flex;
  width: 100%;
  border-radius: 93px !important;
  border: 1px solid #B9B9B9; }
  .mobile-number-field .contact-number {
    padding: 18px;
    border: none; }
  .mobile-number-field .input {
    box-shadow: none; }

.nice-select.international-dialing-code-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NotoSansRegular;
  width: 110px;
  height: auto;
  border: 0;
  color: #fff;
  background: #102D69;
  border-radius: 37px;
  appearance: none; }
  .nice-select.international-dialing-code-list .current {
    font-size: 14px;
    line-height: 24px; }
  .nice-select.international-dialing-code-list .list {
    background: #fff;
    position: absolute;
    top: 60px;
    text-align: center;
    left: 0px;
    height: 160px;
    width: inherit;
    overflow-y: scroll;
    font-size: 16px;
    padding: 10px;
    z-index: 1; }
    .nice-select.international-dialing-code-list .list::-webkit-scrollbar-thumb {
      background: #102D69; }
    .nice-select.international-dialing-code-list .list::-webkit-scrollbar {
      width: 10px; }
  .nice-select.international-dialing-code-list .option {
    color: #102D69;
    background-color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 24px; }
  .nice-select.international-dialing-code-list:after {
    width: 0;
    height: 0;
    border: 0;
    transform: rotate(0);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #fff;
    transform-origin: center; }
  .nice-select.international-dialing-code-list.open:after {
    transform: rotate(-180deg); }

.contact-row .input-group {
  padding-bottom: 20px;
  display: block; }

.capcha-btn-container {
  justify-content: center;
  align-items: center; }

.contact-submit-btn {
  border-radius: 27px;
  padding: 15px 36px;
  font-size: 18px;
  line-height: 28px;
  transition: all .2s ease-in-out; }
  .contact-submit-btn:hover {
    cursor: pointer;
    transform: scale(1) translateY(-3px) translateZ(0); }

.dropdown-menu1 li.selected:not(.init) {
  background: #09f; }

.contact-map-address-section {
  padding: 71px 0 0 0; }
  .contact-map-address-section .contact-text {
    font-size: 14px;
    line-height: 24px;
    color: #A4A4A4; }
  .contact-map-address-section .contact-value {
    font-size: 18px;
    line-height: 24px; }

.contact-map-address-container {
  flex-direction: column-reverse; }

.contact-map-container {
  height: 481px; }

.contact-address-container {
  padding: 50px 40px;
  background-color: #F3F2F2; }
  .contact-address-container .email {
    text-decoration: none;
    color: #000000; }

.get-in-text {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #102d69; }

@media (min-width: 768px) {
  .contact-row .input-captcha {
    padding-bottom: 0; }

  .success-container {
    width: 50%; } }
@media (min-width: 1024px) {
  .capcha-btn-container {
    justify-content: end; }

  .contact-map-address-container {
    flex-direction: row; }

  .contact-map-container {
    height: 473px; } }
@media (min-width: 1200px) {
  .contact-form-section {
    padding: 80px 15px 0 15px; }

  .contact-title {
    color: #000;
    font-size: 60px;
    line-height: 12px;
    padding-bottom: 70px; }

  .contact-text {
    font-size: 21px;
    line-height: 25px; }

  .input {
    padding: 22px 38px; }

  .toggle-dropdown {
    padding: 22px 55px 22px 38px; }

  .nice-select.international-dialing-code-list .current, .nice-select.international-dialing-code-list .option {
    font-size: 21px; }

  .contact-address-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px; }

  .contact-map-address-section .contact-text, .contact-map-address-section .contact-value {
    font-size: 21px;
    line-height: 30px;
    color: #000; }

  .contact-submit-btn {
    margin-left: 50px; }

  .get-in-text {
    text-align: left;
    font-size: 44px;
    line-height: 45px;
    color: #000; } }
/* terms of service style */
.tos-landing-section {
  padding-bottom: 80px;
  margin-top: 105px;
  background-image: url("../images/contact-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-breadcrumb {
  padding-top: 100px; }

.privacy-para,
.privacy-subtitle {
  font-size: 16px;
  line-height: 21px; }

.privacy-container {
  padding: 50px 0 90px 0; }

.privacy-title {
  font-size: 50px;
  line-height: 60px; }

@media (min-width: 768px) {
  .privacy-para,
  .privacy-subtitle {
    font-size: 18px;
    line-height: 28px; } }
.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; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Efficacy landing section */
.efficacy-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/aquatics_landing/Aquatics-top-image.jpg"); }

.efficacy-section {
  padding-bottom: 50px; }
  .efficacy-section .breadcrumbs-wrapper {
    background-color: #ddd; }
  .efficacy-section .efficacy-row {
    padding-top: 50px; }
  .efficacy-section .efficacy-links {
    margin-top: 80px; }
    .efficacy-section .efficacy-links .aquatic-wrapper {
      text-align: center;
      border-right: 1px solid black; }
      .efficacy-section .efficacy-links .aquatic-wrapper:last-child {
        border-right: none; }
      .efficacy-section .efficacy-links .aquatic-wrapper a {
        font-family: MyriadProSemiBold;
        color: black;
        text-decoration: none; }
        .efficacy-section .efficacy-links .aquatic-wrapper a:hover {
          color: #E7344C; }
      .efficacy-section .efficacy-links .aquatic-wrapper .active {
        color: #E7344C; }
  .efficacy-section .efficacy-content {
    padding-bottom: 10px; }
    .efficacy-section .efficacy-content .efficacy-head {
      font-family: MyriadProBold;
      font-size: 60px;
      line-height: 50px;
      color: #76a354;
      text-transform: none; }
    .efficacy-section .efficacy-content .efficacy-sub-head {
      font-family: MyriadProSemiBold;
      color: #0e4366;
      text-transform: uppercase;
      margin-bottom: 12px;
      padding: 0px; }
  .efficacy-section .efficacy-main .efficacy-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #76a354;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'myriadProLight', "PT Sans"; }
  .efficacy-section .efficacy-main .efficacy-details {
    font: normal 14px/24px Arial, Sans-Serif;
    margin-bottom: 12px;
    color: #707070; }
  .efficacy-section .efficacy-main .download-links {
    margin-bottom: 15px;
    margin-left: 17px; }
    .efficacy-section .efficacy-main .download-links a {
      color: red;
      text-decoration: none; }

/* Selectivity landing section */
.selectivity-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/aquatics_landing/Aquatics-top-image.jpg"); }

.selectivity-section {
  padding-bottom: 50px; }
  .selectivity-section .breadcrumbs-wrapper {
    background-color: #ddd; }
  .selectivity-section .selectivity-row {
    padding-top: 50px; }
  .selectivity-section .selectivity-links {
    margin-top: 80px; }
    .selectivity-section .selectivity-links .aquatic-wrapper {
      text-align: center;
      border-right: 1px solid black; }
      .selectivity-section .selectivity-links .aquatic-wrapper:last-child {
        border-right: none; }
      .selectivity-section .selectivity-links .aquatic-wrapper a {
        font-family: MyriadProSemiBold;
        color: black;
        text-decoration: none; }
        .selectivity-section .selectivity-links .aquatic-wrapper a:hover {
          color: #E7344C; }
      .selectivity-section .selectivity-links .aquatic-wrapper .active {
        color: #E7344C; }
  .selectivity-section .selectivity-content {
    padding-bottom: 10px; }
    .selectivity-section .selectivity-content .selectivity-head {
      font-family: MyriadProBold;
      font-size: 60px;
      line-height: 50px;
      color: #76a354;
      text-transform: none; }
    .selectivity-section .selectivity-content .selectivity-sub-head {
      font-family: MyriadProSemiBold;
      color: #0e4366;
      text-transform: uppercase;
      margin-bottom: 12px;
      padding: 0px; }
  .selectivity-section .selectivity-main .selectivity-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #76a354;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'myriadProLight', "PT Sans"; }
  .selectivity-section .selectivity-main .selectivity-details {
    font: normal 14px/24px Arial, Sans-Serif;
    margin-bottom: 12px;
    color: #707070; }
  .selectivity-section .selectivity-main .download-links {
    margin-bottom: 15px;
    margin-left: 17px; }
    .selectivity-section .selectivity-main .download-links a {
      color: red;
      text-decoration: none; }

/* Fisheries landing section */
.fisheries-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/aquatics_landing/Aquatics-top-image.jpg"); }

.fisheries-section {
  padding-bottom: 50px; }
  .fisheries-section .breadcrumbs-wrapper {
    background-color: #ddd; }
  .fisheries-section .fisheries-row {
    padding-top: 50px; }
  .fisheries-section .fisheries-links {
    margin-top: 80px; }
    .fisheries-section .fisheries-links .aquatic-wrapper {
      text-align: center;
      border-right: 1px solid black; }
      .fisheries-section .fisheries-links .aquatic-wrapper:last-child {
        border-right: none; }
      .fisheries-section .fisheries-links .aquatic-wrapper a {
        font-family: MyriadProSemiBold;
        color: black;
        text-decoration: none; }
        .fisheries-section .fisheries-links .aquatic-wrapper a:hover {
          color: #E7344C; }
      .fisheries-section .fisheries-links .aquatic-wrapper .active {
        color: #E7344C; }
  .fisheries-section .fisheries-content {
    padding-bottom: 10px; }
    .fisheries-section .fisheries-content .fisheries-head {
      font-family: MyriadProBold;
      font-size: 60px;
      line-height: 50px;
      color: #76a354;
      text-transform: none; }
    .fisheries-section .fisheries-content .fisheries-sub-head {
      font-family: MyriadProSemiBold;
      color: #0e4366;
      text-transform: uppercase;
      margin-bottom: 12px;
      padding: 0px; }
  .fisheries-section .fisheries-main .fisheries-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #76a354;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-family: 'myriadProLight', "PT Sans"; }
  .fisheries-section .fisheries-main .fisheries-details {
    font: normal 14px/24px Arial, Sans-Serif;
    margin-bottom: 12px;
    color: #707070; }
  .fisheries-section .fisheries-main .download-links {
    margin-bottom: 15px;
    margin-left: 17px; }
    .fisheries-section .fisheries-main .download-links a {
      color: red;
      text-decoration: none; }

.emergent-plant-landing-section {
  padding-bottom: 80px;
  background-image: url("../images/plant_and_algae_guide/emergent_plants/Aquatics-top-image.jpg"); }

.aquatic-row {
  padding-top: 20px;
  padding-bottom: 40px; }
  .aquatic-row p {
    margin: 0; }
  .aquatic-row img {
    width: 260px; }
    .aquatic-row img:first-child {
      margin-bottom: 20px; }
  .aquatic-row .aquatic-head {
    margin-top: 0;
    font-size: 50px;
    color: #76a354; }
  .aquatic-row .aquatic-subhead {
    font-family: MyriadProSemiBold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #76a354; }
  .aquatic-row .aquatic-description {
    padding-top: 10px;
    line-height: 30px; }

.back {
  color: black !important; }
  .back a {
    color: black !important; }

.blue-sub {
  color: #0e4366;
  font-family: MyriadProRegular; }

.plant-algae-row .aquatic-head {
  margin-top: 0; }
.plant-algae-row img {
  width: auto; }

.aquatic-categories {
  margin-top: 10px; }
  .aquatic-categories a {
    text-decoration: none;
    color: black; }
    .aquatic-categories a:hover {
      font-weight: bold; }

.aquatic-grid {
  padding-right: 35px;
  width: calc(100% / 5);
  float: left;
  padding-bottom: 10px; }
  .aquatic-grid h3 {
    font-family: MyriadProRegular;
    color: #76a354; }
  .aquatic-grid p {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd; }

.search-result-section {
  padding: 50px 0; }

.search-wrapper {
  width: 100%;
  padding: 0 20px; }
  .search-wrapper .search-box .search-field {
    width: 100%;
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000026;
    border: 1px solid #000000;
    border-radius: 93px;
    opacity: 1; }
    .search-wrapper .search-box .search-field .input {
      width: 100%;
      height: 100%;
      border: 0;
      font-size: 16px;
      line-height: 24px;
      color: #000;
      background: transparent;
      padding-left: 20px; }
    .search-wrapper .search-box .search-field .input:focus-visible {
      outline: 0; }
    .search-wrapper .search-box .search-field .input-group {
      height: 100%; }
    .search-wrapper .search-box .search-field .bn-search-btn {
      padding: 0;
      width: 60px;
      height: 100%;
      border: none;
      border-radius: 30px;
      background: #102D69;
      color: #FFFFFF;
      font-size: 24px;
      line-height: 24px; }
      .search-wrapper .search-box .search-field .bn-search-btn:hover {
        background: #102D69; }
    .search-wrapper .search-box .search-field .search-icon {
      display: block; }
    .search-wrapper .search-box .search-field .search-text {
      display: none;
      font-size: 24px;
      line-height: 24px;
      color: #FFF; }

.search-field .input-group {
  flex-wrap: nowrap; }
.search-field input {
  width: 100%;
  border-radius: 30px;
  padding: 6px 25px;
  border: 0;
  background: transparent;
  font-size: 18px; }
  .search-field input:focus {
    outline: 0; }

.showing-text {
  padding: 60px 0 30px;
  color: #000;
  font-size: 18px;
  line-height: 30px; }
  .showing-text .searched-input {
    color: #102D69; }

.list-option {
  margin-bottom: 35px;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-bottom: 10px; }
  .list-option::-webkit-scrollbar {
    height: 2px; }
  .list-option::-webkit-scrollbar-track {
    background-color: transparent; }
  .list-option::-webkit-scrollbar-thumb {
    background-color: transparent; }
  .list-option li {
    margin-right: 20px;
    margin-bottom: 0;
    float: none;
    display: inline-block; }
    .list-option li a {
      text-decoration: none;
      border: 1px solid;
      padding: 12px 30px;
      border-radius: 26px;
      font-size: 16px;
      display: block;
      border-color: #707070;
      color: #102D69;
      text-align: center; }
    .list-option li.active a, .list-option li a:hover {
      background: #102D69;
      color: #FFF;
      border-color: #102D69;
      transition: all 0.25s ease; }

.opt {
  color: #000000;
  font-size: 16px; }

.product-search-results a {
  text-decoration: none; }
.product-search-results hr {
  margin: 25px 0 25px; }
.product-search-results .load-more-btn {
  font-size: 16px;
  outline: none;
  background: none;
  padding: 15px 40px;
  border: 1px solid #102D69;
  border-radius: 30px;
  color: #707070; }
  .product-search-results .load-more-btn:hover {
    color: #FFF;
    background: #102D69; }

.link-wrapper {
  display: block;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  .link-wrapper:hover {
    color: #000; }
  .link-wrapper .title {
    font-size: 28px;
    line-height: 30px; }
  .link-wrapper p {
    font-size: 16px;
    line-height: 24px; }
  .link-wrapper .search-link {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #707070CC; }
    .link-wrapper .search-link:hover {
      color: #DD4577; }

.link-img {
  width: 100%;
  max-height: 140px;
  object-fit: contain; }

.link-wrapper-loading-container .link-wrapper-loading {
  margin-bottom: 40px;
  width: 100%;
  background-size: 200%;
  animation: loader 0.75s infinite reverse; }

.link-wrapper-content {
  text-decoration: none; }
  .link-wrapper-content:hover {
    color: #000; }
  .link-wrapper-content .bold {
    font-weight: 600; }

.link-wrapper-title {
  font-size: 18px;
  line-height: 30px;
  margin: 0; }

.link-wrapper-para {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0; }

.data-loader-container {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.data-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #102D69;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.pagination-style {
  padding-top: 50px;
  display: flex;
  justify-content: center; }
  .pagination-style li a {
    font-family: NotoSansRegular;
    border: 0;
    box-shadow: none;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pagination-style li a:hover {
      background: #102d69;
      color: #fff; }
  .pagination-style li.active .current {
    font-family: NotoSansRegular;
    width: 40px;
    height: 40px;
    background: #102d69;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pagination-style .prev:hover, .pagination-style .next:hover {
    background: none;
    color: #707070; }
  .pagination-style .prev .current, .pagination-style .next .current {
    background: none;
    color: #707070; }
  .pagination-style .fa-angle-right,
  .pagination-style .fa-angle-left {
    font-size: 40px;
    color: #707070; }

.search-pagination {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 768px) {
  .showing-text {
    font-size: 28px;
    line-height: 30px; }
    .showing-text .searched-input {
      color: #102D69; } }
@media (min-width: 1024px) {
  .search-field input {
    padding: 10px 25px; }

  .search-wrapper {
    padding: 15px 0 0 0; }
    .search-wrapper .search-box .search-field .bn-search-btn {
      padding: 12px 64px;
      width: auto; }
    .search-wrapper .search-box .search-field .search-icon {
      display: none; }
    .search-wrapper .search-box .search-field .search-text {
      display: block; } }
.blog-loading-box {
  height: 450px;
  width: 100%;
  background: linear-gradient(90deg, #dce0e5, #f0f2f4, #dce0e5);
  background-size: 200%;
  animation: loader 0.75s infinite reverse; }

.blog-section {
  background: transparent linear-gradient(180deg, #1961AC 0%, #165596 31%, #114375 67%, #0D3156 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 50px;
  padding-top: 120px; }
  .blog-section .blog-name {
    font-size: 16px;
    font-family: NotoSansRegular; }
  .blog-section .blogs {
    display: flex;
    flex-wrap: wrap; }
  .blog-section .breadcrumb-item + .breadcrumb-item::before {
    color: #fff; }
  .blog-section .breadcrumbs .active {
    color: #fff; }
  .blog-section .breadcrumb-item {
    font-size: 8px;
    line-height: 11px; }

.events-list-container .col-md-4 {
  display: none; }

.card-deck {
  margin-bottom: 30px; }

.blogs-category-container button {
  margin: 0 5px; }

.blog-content {
  padding: 15px  40px;
  flex-direction: column-reverse; }
  .blog-content a {
    color: #fff; }

.blog-first-para {
  padding-top: 20px; }

.blog-first-title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: .5rem; }

.blog-short-desc {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 20px !important; }
  .blog-short-desc p, .blog-short-desc span {
    margin-bottom: 5px !important; }

.related-blog-content p, .related-blog-content span {
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: NotoSansLight; }

.blog-error-message {
  font-size: 18px;
  line-height: 21px;
  font-family: NotoSansRegular;
  padding-top: 30px; }

.blog-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0; }

.blog-first-short-desc,
.blog-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.mob-button-wrapper {
  transform: translateY(17px); }

.blogs-category-container {
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 50px; }
  .blogs-category-container::-webkit-scrollbar {
    width: 1em; }
  .blogs-category-container::-webkit-scrollbar-track {
    box-shadow: none; }
  .blogs-category-container::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid transparent; }

.blogs-buttons-container {
  padding: 40px 0; }

.active-btn {
  background-color: #102d69;
  border: 1px solid #102d69;
  color: #fff; }

.blogs-breadcrumb {
  margin-bottom: .5rem; }

.blog-first-img {
  border-radius: 15px; }

.blogs-card-body {
  padding: 30px;
  max-height: 220px;
  min-height: 220px; }
  .blogs-card-body a:hover {
    color: #102d69; }

.blogs-card-img {
  max-height: 186px;
  min-height: 186px; }

.blog-top-space {
  padding-top: 20px; }

.blog-first-para {
  padding-top: 0; }

.blog-card-body {
  padding: 30px; }

.blog-detail-container table, .blog-detail-container img, .blog-detail-container p, .blog-detail-container span {
  max-width: 100%; }
.blog-detail-container .pull-left {
  width: auto !important; }

@media (min-width: 768px) {
  .blog-first-para {
    padding-top: 0; }

  .blog-section .breadcrumb-item {
    font-size: 14px;
    line-height: 19px; }

  .blogs-category-container {
    padding: 40px 0; }
    .blogs-category-container button {
      margin-right: 22px; }

  .blog-content {
    padding: 0;
    flex-direction: row; }

  .blog-first-title {
    font-size: 28px;
    line-height: 30px; }

  .blogs-card-img {
    max-height: 186px;
    min-height: 186px;
    border-radius: 12px; }

  .blog-short-desc {
    width: 90%; } }
/* 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%; }
  .special-page-banner .special-banner .img-responsive {
    max-width: auto; }
.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: -17px;
    font-family: NotoSansRegular;
    font-size: 16px;
    color: black;
    margin-right: -100%; }
  #product-overview .pdf-section {
    padding-top: 95px; }
    #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; }

#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: NotoSansLight;
    font-size: 12px; }
  #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; }

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

  .slider-image-container .slick-dots {
    margin-top: 10px; } }
* {
  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/testimonials/testimonials-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; }

.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%;
  height: 180px;
  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; }

.personalised-feature-product {
  padding-top: 100px; }

.crop-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .crop-logo-container .crop-name {
    font-size: 18px;
    line-height: 23px;
    color: #102d69; }

.mob-crop-active-img, .mob-crop-img {
  display: inline; }

.crop-active-img, .crop-img {
  display: none !important; }

.mob-crop-active-img {
  display: none !important; }

.active-crop .mob-crop-active-img {
  display: inline !important; }
.active-crop .mob-crop-img {
  display: none; }

.crop-btn {
  border: none;
  background: none;
  outline: none; }

.products {
  padding: 100px 0 30px;
  position: relative; }

.product-title,
.feature-title,
.test-title,
.blog-heading,
.distibutor-section-heading,
.banner-content-title {
  font-size: 36px;
  line-height: 40px; }

.desktop-view-img {
  display: none; }

.eclipse-container {
  position: absolute;
  top: 7px;
  right: -39%; }

.featured-top-space {
  display: none; }

.red-text {
  font-size: 22px;
  text-align: center; }

.feature-secondary-para,
.banner-sec-para {
  font-size: 16px;
  line-height: 21px;
  text-align: center; }

.feature-bold-text,
.banner-content-bold-para {
  font-size: 22px;
  line-height: 28px;
  padding-top: 15px;
  text-align: center; }

.banner-content-bold-para {
  padding: 0 20px; }

.feature-btn-container {
  text-align: center;
  justify-content: center;
  flex-direction: column; }

.banner-sec-para {
  padding: 10px 0; }

.banner-content-subtitle {
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  transform: inherit; }

.product-title {
  margin-top: 50px; }

.seeMoreBtn {
  margin-bottom: 20px; }

.distributor-card-wrapper {
  margin-bottom: 30px; }

.crop-list-container figure {
  margin: 0 0 1rem !important; }

@media (min-width: 375px) {
  .eclipse-container {
    right: -28%; } }
@media (min-width: 460px) {
  .eclipse-container {
    right: -20%; } }
@media (min-width: 560px) {
  .eclipse-container {
    right: -16%; } }
@media (min-width: 600px) {
  .eclipse-container {
    right: -18%; } }
@media (min-width: 700px) {
  .eclipse-container {
    right: -20%;
    top: -107px; } }
@media (min-width: 768px) {
  .crop-list-container {
    padding: 0 80px; }

  .mob-crop-active-img, .mob-crop-img {
    display: none !important; }

  .crop-img {
    display: inline !important; }

  .active-crop .crop-active-img {
    display: inline !important; }
  .active-crop .crop-img {
    display: none !important; }
  .active-crop .mob-crop-active-img {
    display: none !important; }

  .desktop-view-img {
    display: block; }

  .eclipse-container {
    right: -40%;
    top: -145px; }

  .mob-view-img {
    display: none; } }
@media (min-width: 992px) {
  .eclipse-container {
    right: -29%;
    top: -107px; }

  .blog-heading {
    padding-bottom: 50px; }

  .feature-bold-text {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px; }

  .feature-secondary-para {
    font-size: 18px;
    line-height: 28px; }

  .seeMoreBtn {
    margin-right: 25px;
    margin-bottom: 0; }

  .featured-top-space {
    display: block;
    margin-top: 0 !important; }

  .feature-title {
    display: none; }

  .products {
    padding: 150px 0 30px; }

  .product-title,
  .test-title,
  .blog-heading,
  .distibutor-section-heading {
    font-size: 60px;
    line-height: 80px; }

  .red-text {
    font-size: 60px;
    line-height: 71px; }

  .feature-secondary-para,
  .feature-bold-text,
  .red-text,
  .feature-btn-container {
    text-align: left; }

  .feature-btn-container {
    flex-direction: row;
    justify-content: start; }

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

  .testimonials-card-img {
    width: 550px; }

  .testimonial-slider .slick-slide {
    width: 550px; } }
@media (min-width: 1200px) {
  .crop-list-container {
    padding: 0 0 0 150px; }

  .crop-logo-container {
    margin: 0 20px; }

  .eclipse-container {
    right: -24%;
    top: -335px; }

  .banner-content-title {
    padding-top: 80px; }

  .products {
    padding: 0 0 30px; }

  .blogs-card-body {
    padding: 30px !important; } }
@media (min-width: 1366px) {
  .banner-content-title {
    padding-top: 100px; } }
@media (min-width: 1400px) {
  .eclipse-container {
    right: -13%;
    top: -440px; }

  .product-slider .slick-center .product-content {
    width: 840px !important; } }
@media (min-width: 1600px) {
  .eclipse-container {
    right: -17%;
    top: -360px; } }
@media (min-width: 2560px) {
  .eclipse-container {
    right: -10%;
    top: -495px; } }
.testimonials-img {
  width: 150px !important;
  height: 150px !important; }

.product-slides img {
  display: block;
  margin-top: 35% !important;
  height: 390px;
  margin-left: 12%;
  padding-top: 20%; }

@media (max-width: 767px) {
  .testimonials-img {
    width: 140px !important;
    height: 140px !important; } }
@media (max-width: 992px) {
  .product-slides img {
    display: block;
    margin-top: 20% !important; }

  .products .product-content {
    padding: 120px 10px; }

  .testimonials-img {
    width: 140px !important;
    height: 140px !important; }

  .product-slider .slick-arrow {
    top: 92%; } }
.home-testimonial .testimonial-slider .slick-track {
  padding-top: 170px;
  padding-bottom: 100px !important; }

.skeleton.banner-deskimg {
  width: 1000px;
  height: 1000px;
  border-radius: 50%; }

.skeleton.banner-sec-para {
  height: 200px; }

.skeleton-bg {
  background-color: #fff; }

.skeleton.banner-links {
  width: 200px;
  height: 50px; }

.skeleton.crop-img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.skeleton.product-caption {
  width: 150px;
  height: 30px; }

.crops-banner {
  background-image: url("/images/crops-landing/crops-banner.png");
  height: 250px; }

.crops-details {
  padding: 15px 25px 0; }

.crops .crops-content .crops-title {
  font-size: 16px;
  line-height: 16px; }
.crops .crops-content .crops-para,
.crops .crops-content .knowMore {
  font-size: 12px;
  line-height: 26px; }

.crops-heading {
  font-size: 36px;
  line-height: 40px; }

.crop-inner-container {
  padding: 20px;
  margin-bottom: 120px;
  border-radius: 50px;
  box-shadow: 12px 16px 44px #00000029;
  justify-content: center; }

.crop-img-container {
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .crop-img-container .crop-img-wrapper .mob-crop-img {
    height: 150px;
    width: 150px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translate(-50%, -50%); }

.desk-crop-img {
  display: none; }

.crop-container {
  padding-top: 90px; }

.crops-content {
  padding-top: 60px;
  text-align: center; }

@media (min-width: 768px) {
  .crop-inner-container {
    margin: 0 20px 100px; }

  .crops-content .crops-title {
    font-size: 26px;
    line-height: 26px; }

  .landing-mob-crop-img {
    display: block !important; }

  .crops-heading {
    font-size: 60px; } }
@media (min-width: 1200px) {
  .crops-banner {
    height: 350px; }

  .crops-details {
    padding: 70px 0; }

  .landing-mob-crop-img {
    display: none !important; }

  .crop-mob-nav {
    display: none; }

  .crop-inner-container {
    box-shadow: 12px 16px 44px #00000029;
    border-radius: 144px 144px;
    padding: 0; }

  .mob-crop-img {
    display: none; }

  .desk-crop-img {
    display: block; }

  .crops-content {
    text-align: left;
    padding-top: 20px; }

  .crops-content .crops-para {
    margin-bottom: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .crops-content .crops-para,
  .crops-content .knowMore {
    font-size: 16px;
    line-height: 20px; } }
@media (min-width: 1920px) {
  .container {
    max-width: 1200px; } }
.font-8 {
  font-size: 8px; }

.lineheight--11 {
  line-height: 11px; }

.skeleton.crops {
  max-width: 600px;
  height: 300px; }

.about-featured-img-div img {
  border-radius: 50%;
  height: 341px;
  object-fit: cover; }

.about-featured-section {
  padding-top: 0 !important; }

.side-padding {
  padding: 0 20px; }

.aboutus-landing-section {
  height: 241px;
  background-image: url("/images/aboutus/mob-about-us-landing.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.desk-banner-text {
  display: none; }

.mob-banner-text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 23px; }

.banner-text-container {
  text-align: center;
  padding-top: 145px; }

.banner-text {
  color: #fff;
  font-size: 32px;
  padding: 0 69px;
  line-height: 34px;
  transform: translate(0, -40px); }

.who-we-are-section {
  padding: 30px 0 50px; }

.who-we-are-container {
  display: flex;
  flex-direction: column-reverse; }
  .who-we-are-container .text-container {
    margin-top: 20px;
    text-align: center; }
    .who-we-are-container .text-container .title {
      color: #000;
      font-size: 36px;
      line-height: 40px; }
    .who-we-are-container .text-container .para {
      font-size: 18px;
      line-height: 23px; }
  .who-we-are-container .video-container {
    height: 250px; }

.vision-mision-section {
  color: #fff;
  padding: 100px 0 30px;
  background-image: url("/images/aboutus/mob-vision-mision.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.vision-mision-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center; }

.vision-text, .mision-text {
  padding-bottom: 50px;
  flex: 0 0 40%; }
  .vision-text .title, .mision-text .title {
    font-size: 36px;
    line-height: 40px; }
  .vision-text .text, .mision-text .text {
    font-size: 18px;
    line-height: 23px; }

.four-circles-section {
  padding: 41px 15px 10px 15px; }

.four-circles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .four-circles-container .count {
    font-size: 100px;
    line-height: 30px; }
  .four-circles-container .text {
    width: 205px;
    font-size: 21px;
    line-height: 30px;
    padding-top: 20px; }

.circle {
  width: 300px;
  height: 300px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 60px; }

.circle1 {
  background-image: linear-gradient(53deg, #102D69, #E7344C); }

.circle2 {
  background-image: linear-gradient(49deg, #FBBA00, #EA580C); }

.circle3 {
  background-image: linear-gradient(45deg, #95C11F, #55B32B, #168E3E); }

.circle4 {
  background-image: linear-gradient(37deg, #13A538, #115F55, #102D69); }

.leaders-title {
  padding-bottom: 30px; }

.leader-col {
  padding-bottom: 40px; }

.leader-img {
  width: 123px;
  height: 123px; }

.sustainability-goals-section {
  transform: translate(0, -60px);
  padding-bottom: 0; }

.sustainability-goals-title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  padding: 40px; }

.goal-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }

.goal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px; }

.goal-info-div {
  padding: 23px 0 0 0;
  text-align: center; }

.featured-content-wrapper-title {
  font-size: 36px;
  line-height: 40px; }

.about-us-desc p,
.about-us-desc span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .about-featured-img-div img {
    height: 546px; }

  .side-padding {
    padding: 0; }

  .aboutus-landing-section {
    margin-bottom: 40px;
    margin-top: 72px;
    position: relative;
    height: 400px;
    background-image: url("/images/aboutus/about-us-landing.png"); }

  .banner-text-container {
    padding-top: 150px; }

  .mob-banner-text {
    display: none; }

  .desk-banner-text {
    display: block;
    color: #fff;
    width: 45%;
    margin: auto; }

  .banner-text {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold; }

  .vision-mision-section {
    background-image: url("/images/aboutus/vision-mision.png"); }

  .four-circles-container {
    justify-content: space-evenly; }

  .goal-row {
    flex-direction: row; }

  .goal-container {
    width: 40%; } }
.about-featured-section {
  margin: 30px; }

@media (min-width: 992px) {
  .featured-content-wrapper-title {
    font-size: 60px;
    line-height: 68px; } }
@media (min-width: 1024px) {
  .aboutus-landing-section {
    margin-bottom: 50px; }

  .who-we-are-section {
    padding: 30px 0 50px;
    position: relative; }

  .who-we-are-container {
    flex-direction: row;
    align-items: center;
    height: 300px; }
    .who-we-are-container .text-container {
      margin: 0;
      flex: 0 0 47%;
      text-align: left; }
      .who-we-are-container .text-container .title {
        color: #102d69;
        font-size: 60px;
        line-height: 68px; }
    .who-we-are-container .video-container {
      position: absolute;
      right: 0;
      width: 498px;
      height: 300px; }

  .vision-mision-container {
    flex-direction: row;
    text-align: left; }

  .vision-text .title, .mision-text .title {
    font-size: 60px;
    line-height: 12px; }
  .vision-text .text, .mision-text .text {
    font-size: 30px;
    line-height: 36px;
    margin-top: 50px; }

  .circle {
    width: 340px;
    height: 340px; }

  .sustainability-goals-title {
    font-size: 60px;
    line-height: 68px;
    color: #102D69;
    padding: 70px 0; } }
@media (min-width: 1200px) {
  .about-featured-section {
    padding: 30px 0 60px 0 !important; }

  .aboutus-landing-section {
    height: 550px; }

  .banner-text-container {
    padding-top: 170px; }

  .banner-text {
    font-size: 60px;
    line-height: 64px; }

  .desk-banner-text {
    padding-top: 45px;
    font-size: 24px;
    line-height: 30px; }

  .who-we-are-section {
    padding: 0 0 50px; }

  .who-we-are-container {
    height: 400px; }
    .who-we-are-container .text-container .para {
      font-size: 24px;
      line-height: 30px; }
    .who-we-are-container .video-container {
      height: 400px;
      width: 570px; }

  .vision-mision-section {
    margin: 0; }

  .four-circles-section {
    padding: 75px 50px 10px; }

  .four-circles-container {
    justify-content: space-between; }

  .circle {
    width: 265px;
    height: 265px; }

  .leaders-title {
    padding-bottom: 80px; }

  .goal-container {
    flex-direction: row;
    padding-bottom: 70px; }

  .goal-info-div {
    padding: 0 0 0 23px;
    text-align: left; } }
@media (min-width: 1366px) {
  .circle {
    width: 290px;
    height: 290px; }

  .who-we-are-container {
    height: 450px; }
    .who-we-are-container .video-container {
      width: 650px;
      height: 450px; } }
@media (min-width: 1600px) {
  .aboutus-landing-section {
    height: 650px; }

  .banner-text-container {
    padding-top: 220px; }

  .who-we-are-section {
    padding: 70px 0; }

  .who-we-are-container .video-container {
    width: 775px; }

  .four-circles-section {
    padding: 100px 80px; }

  .circle {
    width: 340px;
    height: 340px; } }
@media (min-width: 1920px) {
  .four-circles-section {
    padding: 100px 11%; } }
@media (min-width: 2560px) {
  .who-we-are-container .video-container {
    width: 1245px; }

  .four-circles-section {
    padding: 100px 20%; } }
.navigation-container {
  padding-top: 70px; }
  .navigation-container .breadcrumb li {
    font-size: 8px;
    line-height: 11px; }
  .navigation-container .breadcrumb li a {
    font-size: 8px;
    line-height: 11px; }

.breadcrumb-desk,
.desktop-nav,
.desk-img-container,
aside {
  display: none; }

.blog-card {
  margin: auto; }

.blogs-card-slider .card-wrapper {
  padding: 20px; }

.blog-card-img {
  height: 186px; }

.blog-card-body {
  height: 225px; }

.blog-title {
  font-size: 32px;
  line-height: 40px; }

.news-tags {
  font-size: 14px;
  line-height: 21px; }

.blog-date,
.blog-author {
  font-size: 14px;
  line-height: 19px; }

.blog-detail-container img {
  width: 100% !important; }

.blog-tags {
  font-size: 14px;
  line-height: 24px; }

.blog-para,
.social-para {
  font-size: 16px;
  line-height: 21px; }

.blog-quotes {
  font-size: 21px;
  line-height: 28px; }

.blog-quotes-author {
  font-size: 18px;
  line-height: 24px; }

.video-text {
  padding: 8px 15px;
  font-size: 16px;
  line-height: 21px; }

.link-list {
  padding-left: 0; }

.social-links {
  color: #fff;
  padding: 11px;
  border-radius: 50px;
  margin: 0 10px; }

.social-para {
  padding: 10px 10px 20px 10px;
  text-align: center; }

.share-span {
  display: block; }

.blog-social-links {
  box-shadow: 0px 4px 24px #00000026;
  border-radius: 22px;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.aside-title,
.related-blogs-para {
  font-size: 18px;
  line-height: 24px; }

.blogs {
  padding: 10px 0; }

.bottom-social-link-list,
.social-media-list {
  display: flex; }

.fb-link {
  padding: 10px 14px 10px 14px;
  background-color: #4676ED; }

.linkedin-link {
  background-color: #4467AD; }

.twitter-link {
  background-color: #5A99EC; }

.instagram-link {
  background-color: #6f2654; }

.whatsapp-link {
  background: transparent linear-gradient(0deg, #78CD51 0%, #A0FC84 100%) 0% 0% no-repeat padding-box; }

.aside-list {
  padding-left: 0; }

.related-blogs {
  padding: 60px 0 50px 0; }

.related-blog-title {
  font-size: 24px;
  line-height: 24px; }

.breadcrumb-blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.related-blog-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  overflow: hidden; }

.bottom-social-link-list {
  padding-left: 0;
  padding-top: 10px; }

.blog-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  overflow: hidden; }

.related-blog-content {
  height: 150px; }

@media (min-width: 768px) {
  .related-blog-title {
    font-size: 60px; } }
@media (min-width: 992px) {
  .navigation-container {
    padding-top: 150px; }

  .mob-img-container {
    display: none; }

  .navigation-container .breadcrumb li,
  .navigation-container .breadcrumb li a {
    font-size: 14px;
    line-height: 19px; }

  .breadcrumb-desk,
  .desktop-nav,
  .desk-img-container,
  aside {
    display: block; }

  .desk-img-container img {
    height: 469px; }

  .aside-social-list {
    padding-left: 0; }

  .blogs {
    padding: 10px 0; }

  .blog-title {
    font-size: 50px;
    line-height: 60px; }

  .blog-info {
    font-size: 16px;
    line-height: 22px; }

  .blog-para {
    font-size: 16px;
    line-height: 28px; }

  .blog-quotes {
    font-size: 28px;
    line-height: 40px; }

  .blog-quotes-author {
    font-size: 24px;
    line-height: 36px; }

  .video-text {
    font-size: 16px;
    line-height: 28px; }

  .blog-social-links {
    margin: 60px 0 30px; }

  .social-para {
    font-size: 21px;
    line-height: 24px; }

  .share-span {
    display: inline; }

  .related-blogs {
    padding: 100px 0 50px 0; } }
@media (min-width: 1200px) {
  .social-para {
    padding: 0; }

  .blog-card {
    width: 345px; } }
@media (min-width: 1400px) {
  .blog-social-links {
    flex-direction: row; }

  .bottom-social-link-list {
    width: 40%;
    padding: 0; } }
.skeleton {
  background: linear-gradient(45deg, #dce0e5, #f0f2f4, #dce0e5);
  background-size: 200%;
  animation: skeleton 1s ease infinite alternate-reverse; }

@keyframes skeleton {
  0% {
    background-position: right; }
  100% {
    background-position: left; } }
.skeleton.blog-title {
  height: 50px; }

.skeleton.blog-info {
  width: 90%;
  height: 30px; }

.skeleton.desk-img-container,
.skeleton.mob-img-container {
  height: 400px; }

.skeleton.blog-para {
  height: 25px; }

.skeleton.aside-title {
  height: 30px;
  border-radius: 5px; }

.skeleton.social-list {
  margin: 0 10px 10px 10px;
  width: 40px;
  height: 40px;
  border-radius: 50px; }

.skeleton.related-blogs-para {
  height: 35px; }

.skeleton.slides {
  height: 200px;
  width: 250px;
  margin: 0 10px; }

.distributor-locator-finder-wrapper {
  padding-top: 71px; }

.distibutor-landing-section {
  background-image: linear-gradient(180deg, #1961AC, #165596, #114375, #0D3156); }
  .distibutor-landing-section .distibutor-landing-container {
    padding: 15px 15px 80px; }
  .distibutor-landing-section .breadcrumbs {
    padding-top: 30px;
    position: initial; }
    .distibutor-landing-section .breadcrumbs .breadcrumb {
      margin: 0; }
    .distibutor-landing-section .breadcrumbs li::before {
      color: #fff; }
    .distibutor-landing-section .breadcrumbs a {
      color: #fff; }
    .distibutor-landing-section .breadcrumbs .active {
      color: #fff; }
  .distibutor-landing-section .distributor-title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px; }
  .distibutor-landing-section .dropdown-backdrop {
    z-index: 1;
    display: none; }
  .distibutor-landing-section .dropdown-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    font-size: 18px; }
  .distibutor-landing-section .dropdown-toggle::after {
    content: none; }
  .distibutor-landing-section .input-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px; }
    .distibutor-landing-section .input-wrapper .fa-chevron-down {
      position: absolute;
      top: 18px;
      right: -5px; }
    .distibutor-landing-section .input-wrapper input {
      width: 100%;
      padding: 15px 55px 15px 20px;
      flex: 1;
      border: 0;
      background: transparent; }
      .distibutor-landing-section .input-wrapper input:focus {
        outline: none; }
    .distibutor-landing-section .input-wrapper i {
      margin-right: 30px;
      font-size: 20px;
      color: #A3A3A3;
      margin-left: -115px;
      opacity: 0.36; }
  .distibutor-landing-section .search-button {
    box-shadow: 0px 6px 40px #00000029;
    border-radius: 50px;
    padding: 15px 35px;
    border: 0;
    background: linear-gradient(90deg, #fc8204, #ffbc11);
    color: #fff; }
  .distibutor-landing-section .dropdown-menu {
    z-index: 10;
    top: auto; }
  .distibutor-landing-section .selection-list-container {
    display: flex;
    flex-direction: column; }
    .distibutor-landing-section .selection-list-container p {
      margin-bottom: 0; }
  .distibutor-landing-section ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-top: 25px; }
    .distibutor-landing-section ul li {
      margin-right: 20px;
      margin-bottom: 0; }
  .distibutor-landing-section .category-dropdown .dropdown-menu {
    padding: 15px;
    font-size: 16px;
    font-weight: 300;
    font-family: NotoSansLight;
    box-shadow: 0px 4px 24px #00000026;
    background: #fff;
    text-align: left;
    width: 320px;
    left: 50%;
    transform: translateX(-50%); }
    .distibutor-landing-section .category-dropdown .dropdown-menu ul {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      margin-top: 0;
      max-height: 400px;
      overflow-y: auto; }
      .distibutor-landing-section .category-dropdown .dropdown-menu ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        text-transform: uppercase;
        cursor: pointer; }

.distributor-results-section {
  padding: 0 20px 50px 20px; }

.showing-results-text {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 17px 0;
  color: gray; }

.empty-rep-area {
  padding: 50px 0 80px; }

.rep-results-card strong {
  font-family: "NotoSansSemiBold"; }

.rep-card-container .rep-results-card {
  margin-bottom: 36px;
  padding: 25px 40px 15px;
  border-radius: 12px;
  box-shadow: 3px 12px 24px #0C458140; }

.rep-results-card {
  margin-bottom: 100px;
  box-shadow: 0px 4px 24px #00000029;
  padding: 13px 45px 20px;
  background: #FFF; }
  .rep-results-card table {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed; }
  .rep-results-card th, .rep-results-card td {
    font-size: 12px;
    padding: 4px; }
  .rep-results-card tr {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
  .rep-results-card td p {
    margin-bottom: 0; }
  .rep-results-card hr {
    margin-top: 5px;
    margin-bottom: 5px; }

.territory-selection-display {
  border: 1px solid #fff;
  border-radius: 93px;
  box-shadow: 0px 4px 24px #00000026;
  background: #fff !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: horizontal;
  overflow: hidden; }

.rep-results-card tr:last-child {
  border: none; }

.rep-contact-button {
  padding: 9px 25px;
  border: 1px solid #102d69;
  border-radius: 50px;
  color: #102d69; }
  .rep-contact-button:hover {
    color: #fff;
    background: #102d69; }

.loading-table {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px; }
  .loading-table > div {
    height: 35px;
    margin-top: 10px;
    background: linear-gradient(90deg, #dce0e5, #f0f2f4, #dce0e5);
    background-size: 200%;
    animation: loader 0.75s infinite reverse; }

.distributor-search-btn {
  background: transparent;
  padding: 15px 50px;
  margin: 40px 0 0; }

.get-in-touch-btn {
  font-size: 12px;
  line-height: 10px;
  padding: 5px 5px;
  box-shadow: none; }

@media (min-width: 650px) {
  .distibutor-landing-section .category-dropdown .dropdown-menu {
    width: 600px; }
    .distibutor-landing-section .category-dropdown .dropdown-menu ul {
      grid-template-columns: repeat(2, 1fr); }
  .distibutor-landing-section .dropdown-container {
    flex-direction: row; }
  .distibutor-landing-section .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .distributor-search-btn {
    margin: 0 0 0 30px; } }
@media (min-width: 768px) {
  .territory-selection-display {
    margin-right: 65px; }

  .distibutor-landing-section {
    background-image: none;
    background: #102d69; }
    .distibutor-landing-section .distibutor-landing-container {
      padding: 50px 15px 100px; }
    .distibutor-landing-section .input-wrapper {
      margin-bottom: 0; }
      .distibutor-landing-section .input-wrapper input {
        padding: 18px 60px 18px 24px; }
      .distibutor-landing-section .input-wrapper .fa-chevron-down {
        position: initial; }
    .distibutor-landing-section .search-button {
      padding: 18px 40px; }
    .distibutor-landing-section .selection-list-container ul {
      overflow: hidden; }
    .distibutor-landing-section .category-dropdown .dropdown-menu {
      margin-top: 10px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 18px; } }
@media (min-width: 992px) {
  .distibutor-landing-section .category-dropdown .dropdown-menu {
    width: 800px;
    padding: 15px 40px; }
  .distibutor-landing-section .selection-list-container ul {
    white-space: unset;
    overflow: hidden; } }
@media (min-width: 1024px) {
  .distibutor-landing-section .distibutor-landing-container {
    padding: 100px 0 130px; }
  .distibutor-landing-section .distributor-title {
    font-size: 60px;
    line-height: 12px;
    margin-bottom: 70px; }
  .distibutor-landing-section .selection-list-container {
    flex-direction: row;
    align-items: center; }
    .distibutor-landing-section .selection-list-container p {
      margin-bottom: 5px;
      margin-right: 15px; }
    .distibutor-landing-section .selection-list-container ul {
      margin-top: 0; }

  .showing-results-text {
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    margin: 50px 0; }

  .get-in-touch-btn {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 20px; }

  .rep-results-card th, .rep-results-card td {
    padding: 20px; }

  .rep-results-card th, .rep-results-card td {
    font-size: 16px;
    line-height: 24px; }

  .rep-results-card table {
    width: 95%; }

  .distibutor-landing-section .input-wrapper i {
    color: #000; } }
@media (min-width: 320px) and (max-width: 375px) {
  .get-in-touch-btn {
    font-size: 9px;
    padding: 3px 3px; } }
@media (max-width: 320px) {
  .distibutor-landing-section .input-wrapper i {
    margin-left: -140px; } }
.vendor-banner {
  padding-top: 100px;
  height: 800px;
  background: transparent linear-gradient(256deg, #1961AC 0%, #165596 31%, #114375 67%, #0D3156 100%) 0% 0% no-repeat padding-box;
  background-position: center;
  display: flex;
  align-items: center;
  justify-items: center; }

.vendor-banner-title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 40px; }

.banner-title-wrapper {
  position: relative; }

.vendor-data-download {
  padding: 20px 0; }

.vendor-para {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap; }

.download-btn {
  font-size: 16px;
  line-height: 28px; }

.vendor-data {
  padding: 35px 20px;
  box-shadow: 3px 12px 24px #0C458140;
  border-radius: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  text-align: center;
  margin-bottom: 25px; }

.cards-container {
  padding: 0 20px; }

.vendor-info {
  padding: 30px 0 20px 0; }

.vendor-info-wrapper {
  flex-direction: column-reverse; }

.vendor-info-content .breadcrumb-item.active {
  color: #102D69; }

.vendor-info-title,
.get-in-touch-title {
  font-size: 24px;
  line-height: 24px;
  text-align: center; }

.vendor-info-main-para {
  font-size: 18px;
  line-height: 21px;
  text-align: center; }

.secondary-para {
  font-size: 16px;
  line-height: 21px;
  text-align: center; }

.contact-section {
  padding: 30px 0 100px 0; }

.enquiry-btn {
  font-size: 16px;
  line-height: 28px; }

.enqry-btn-container {
  text-align: center; }

.desk-nav {
  display: none; }

.mob-nav li a,
.mob-nav li {
  font-size: 8px;
  line-height: 11px;
  color: #fff; }

.mob-nav .breadcrumb-item.active {
  color: #fff; }

.font-14 {
  font-size: 14px; }

.lineheight--19 {
  line-height: 19px; }

.vendor-contact-form input::placeholder,
.vendor-contact-form textarea::placeholder {
  font-size: 14px;
  line-height: 24px; }

.vendor-form-section .capcha-btn-container {
  justify-content: center; }

.vendor-form-section {
  padding: 30px 15px 0 15px; }
  .vendor-form-section .enquiry-btn {
    font-size: 16px;
    line-height: 28px; }

@media (min-width: 992px) {
  .vendor-banner {
    height: 473px; }

  .vendor-banner-title {
    margin-top: -60px; }

  .enqry-btn-container {
    text-align: left; }

  .vendor-info-wrapper {
    flex-direction: row; }

  .vendor-info-title,
  .secondary-para,
  .vendor-info-main-para,
  .enquiry-btn {
    text-align: left; }

  .vendor-banner-title,
  .vendor-info-title {
    font-size: 60px;
    line-height: 70px; }

  .cards-container {
    display: flex;
    justify-content: space-around;
    padding: 15px 0; }

  .vendor-data-download {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0; }

  .vendor-data {
    margin-bottom: 0;
    width: 25%; }

  .vendor-forms {
    margin: 0 100px; }

  .vendor-info {
    padding: 170px 0 20px 0; }

  .vendor-info-main-para {
    font-size: 24px;
    line-height: 30px; }

  .desk-nav {
    display: block; }
    .desk-nav .breadcrumb-item.active {
      color: #102D69; }
    .desk-nav li a,
    .desk-nav li {
      font-size: 14px;
      line-height: 19px;
      color: #000; }

  .mob-nav {
    display: none; }

  .get-in-touch-title {
    font-size: 60px;
    padding-bottom: 30px; }

  .vendor-contact-form input::placeholder,
  .vendor-contact-form textarea::placeholder {
    font-size: 21px;
    line-height: 24px; }

  .vendor-form-section .capcha-btn-container {
    justify-content: end; }

  .vendor-form-section .enquiry-btn {
    font-size: 18px;
    line-height: 28px; } }
.attribute-value {
  font-family: NotoSansSemiBold; }

.show-for-mob {
  display: none; }

.show-mob {
  display: block;
  padding-bottom: 0 !important; }

.sumando-wrapper {
  padding-top: 100px; }

.show-mob-compare-section {
  display: none; }

.feature-product-title {
  font-size: 32px;
  line-height: 40px;
  padding-top: 20px; }

.product-icon {
  width: 84px;
  height: 84px;
  background: #C4C4C4;
  border-radius: 50%;
  transform: translateY(42px); }

.other-products-wrapper {
  padding: 30px 0 0; }

.other-product {
  padding-left: 0; }

.mob-product-value-wrapper {
  transform: translateY(-95px); }

.desk-product-value-wrapper {
  display: none; }

.products-value-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding: 0 10px 30px; }
  .products-value-wrapper .card-body {
    min-height: 160px;
    width: 160px;
    display: grid;
    padding: 50px 30px 10px;
    box-shadow: 0px 3px 21px #00000024;
    white-space: normal;
    border-radius: 12px; }
    .products-value-wrapper .card-body p {
      margin: 5px 0 0; }
  .products-value-wrapper .card {
    flex: 0 0 55%;
    box-shadow: none;
    background: transparent;
    margin: 0 10px 10px 0; }

/* Hide scrollbar for Chrome, Safari and Opera */
.products-value-wrapper::-webkit-scrollbar,
.yeild-results-wrapper::-webkit-scrollbar,
.related-products-container::-webkit-scrollbar {
  display: none; }

.related-product-wrapper::-webkit-scrollbar {
  width: 0; }

.product-attr {
  font-size: 16px;
  line-height: 21px; }

.yeild-results-section {
  background-image: linear-gradient(180deg, #1961AC, #165596, #114375, #0D3156);
  padding: 80px 0 65px;
  color: #fff; }

.yeild-results-title {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 60px; }

.yeild-wrapper {
  display: flex;
  overflow: overlay;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.yeild-wrapper::-webkit-scrollbar {
  display: none; }

.yeild-results-wrapper {
  justify-content: center; }
  .yeild-results-wrapper .slick-slide {
    width: 340px;
    height: 480px;
    margin: 0 20px 50px 20px; }
  .yeild-results-wrapper .slick-dots {
    padding-bottom: 10px; }
  .yeild-results-wrapper .slick-dots li.slick-active button:before {
    background: #fff;
    opacity: 1; }
  .yeild-results-wrapper .slick-dots li button:before {
    color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 17px;
    height: 17px; }
  .yeild-results-wrapper .slick-dots li {
    margin: 0 5px; }

.product-col:first-child .product-close {
  visibility: hidden; }

.product-filter-container .biotype:last-child {
  border-bottom: 0; }

.yield-card hr:last-child {
  border-top: 0; }

.yield-card {
  width: 340px;
  margin: 0 auto;
  background-color: #306BA8;
  padding: 40px;
  border-radius: 20px; }

.yeild-field {
  white-space: pre-wrap;
  padding: 0 10px 50px;
  margin: 0 20px; }

.yield-count {
  font-size: 21px;
  line-height: 30px; }

.yield-name {
  font-size: 14px;
  line-height: 30px; }

.yield-results-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.yield-results-btn {
  background: #fff;
  color: #102d69;
  border: 1px solid #102d69; }
  .yield-results-btn:hover, .yield-results-btn:focus {
    background-color: #fff;
    color: #102d69; }

.related-products-section {
  min-height: 560px;
  padding: 60px 0 30px 0; }

/* Hide scrollbar for Chrome, Safari and Opera */
.compare-section {
  padding: 50px 0 60px 0; }

.compared-products-wrapper {
  overflow: auto; }

.compared-products {
  padding-bottom: 60px;
  overflow-x: scroll;
  scroll-snap-align: center;
  min-width: 310px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* Hide scrollbar for Chrome, Safari and Opera */
.compared-products::-webkit-scrollbar,
.compared-products-wrapper::-webkit-scrollbar {
  display: none; }

.compare-container {
  display: flex;
  justify-content: center; }

.compare-heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px; }

.compare-attributes {
  padding-left: 0; }
  .compare-attributes .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .compare-attributes .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      font-size: 16px;
      line-height: 28px; }
    .compare-attributes .styled-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: #C4C4C4;
      border-radius: 5px; }
    .compare-attributes .styled-checkbox:hover + label:before {
      background: #102d69; }
    .compare-attributes .styled-checkbox:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
    .compare-attributes .styled-checkbox:checked + label:before {
      background: #102d69; }
    .compare-attributes .styled-checkbox:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 11px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }
  .compare-attributes .unstyled {
    width: max-content;
    margin: 70px 0 0;
    padding: 0 0 10px;
    list-style-type: none; }
  .compare-attributes li {
    margin: 20px 0; }

.compared-products {
  padding: 15px 20px;
  display: flex; }

.product-col {
  margin-left: 10px;
  box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
  padding: 10px 15px 0 25px;
  width: 400px; }
  .product-col .product-name {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
    white-space: nowrap; }
  .product-col .product-other-prop {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 19px; }
  .product-col .product-values {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.product-close {
  background: none;
  border: none;
  color: #E7344C; }

.product-selection-list {
  margin-top: 5px;
  box-shadow: 6px 8px 22px #0000002E;
  border-radius: 15px;
  list-style: none;
  z-index: 1;
  padding: 0; }
  .product-selection-list .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .product-selection-list .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      font-size: 16px; }
    .product-selection-list .styled-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: #C4C4C4;
      border-radius: 5px; }
    .product-selection-list .styled-checkbox:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
    .product-selection-list .styled-checkbox:checked + label:before {
      background: #102d69; }
    .product-selection-list .styled-checkbox:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 12px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }
  .product-selection-list .product-select {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 70px;
    color: #102d69; }
  .product-selection-list .product-select.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5; }

.disclaimer-wrapper {
  padding: 50px 0 0 0; }

.compare-disclaimer-wrapper {
  padding: 50px 0 20px 0; }

.attribute-list .grey-border-bottom {
  padding-bottom: 12px; }

.testimonial-unslick {
  flex-direction: column;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 0 !important; }
  .testimonial-unslick .user-feedback {
    margin: 10px 10px 100px; }

.related-products-section .related-product-title {
  padding-bottom: 60px; }

.featured-content-wrapper {
  padding-top: 50px; }

.featured-img-div {
  padding-top: 30px; }

.featured-bg-img {
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: relative;
  margin: 0 auto; }

.featured-product-img {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%);
  height: 340px; }

.related-product-wrapper {
  overflow: auto; }

.yeild-results-wrapper .slick-next, .yeild-results-wrapper .slick-prev {
  top: 104%;
  height: 50px;
  width: 50px; }
.yeild-results-wrapper .slick-prev {
  left: 30%; }
.yeild-results-wrapper .slick-next {
  right: 30%; }

@media (max-width: 768px) {
  .compare-heading-container {
    flex-direction: column; }

  .related-products-container {
    padding: 100px 20px 0 20px; } }
@media (max-width: 992px) {
  .related-products-section .container {
    max-width: 100%; }

  .related-products-container {
    padding: 90px 20px 10px 20px; }
    .related-products-container .related-product-card {
      margin: 0 20px !important; } }
@media (max-width: 1200px) {
  .compare-attributes .unstyled {
    margin: 78px 0 0; }

  .compare-attributes .styled-checkbox + label {
    font-size: 14px;
    line-height: 24px; } }
.related-products-container {
  padding: 100px 20px 0 20px;
  display: flex;
  overflow: scroll;
  min-width: 1000px; }
  .related-products-container .related-product-card {
    height: 317px;
    width: 256px;
    margin: 0 auto;
    margin-bottom: 50px; }
  .related-products-container .slick-list {
    overflow: visible;
    height: 100%; }
  .related-products-container .related-product-img-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -85px; }
  .related-products-container .related-product-img {
    max-width: 191px;
    max-height: 212px; }
  .related-products-container .related-card-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 130px; }
  .related-products-container .related-productcard-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 21px; }
  .related-products-container .product-info {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .related-products-container .product-link {
    color: #102D69;
    font-size: 16px;
    line-height: 20px; }

@media (min-width: 768px) {
  .attribute-value {
    font-family: NotoSansRegular; }

  .sumando-wrapper {
    padding-top: 50px; }

  .show-mob-compare-section {
    display: block; }

  .show-mob {
    display: none; }

  .compare-attributes {
    padding-left: 40px; }

  .result-count {
    height: 130px; }

  .yeild-results-wrapper .slick-dots {
    position: absolute;
    margin: 0; }
  .yeild-results-wrapper .slick-prev {
    left: 40%; }
  .yeild-results-wrapper .slick-next {
    right: 40%; }

  .yield-results-btn-container {
    margin-top: 70px; }

  .mob-product-value-wrapper {
    display: none; }

  .desk-product-value-wrapper {
    display: inherit; }

  .products-value-wrapper .card {
    flex: 0 0 31%; }

  .related-products-container {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    scroll-snap-align: center;
    min-width: 875px; }
    .related-products-container .related-product-card {
      position: relative; }

  .compare-heading-container {
    justify-content: space-between; }
    .compare-heading-container .product-selection-list {
      position: absolute;
      margin-left: 32px;
      background: #fff; }

  .compare-container {
    justify-content: flex-start; }

  .featured-bg-img {
    width: 400px;
    height: 400px;
    position: relative;
    margin: 0 auto; }

  .featured-product-img {
    left: 50%;
    bottom: -80px;
    transform: translate(-50%);
    height: 370px; }

  .featured-content-wrapper {
    padding-top: 100px; } }
@media (min-width: 992px) {
  .featured-content-wrapper,
  .featured-img-div {
    padding-top: 0; }

  .featured-div-pt {
    margin-top: 0 !important; } }
@media (min-width: 1024px) {
  .related-products-section {
    height: 700px; }

  .testimonial-unslick {
    flex-direction: row; }

  .feature-product-title {
    padding-top: 0;
    text-align: left; }

  .compared-products {
    padding: 17px 30px; }

  .products-value-wrapper .card {
    flex: 0 0 50%; }

  .desk-product-value-wrapper {
    transform: translateY(-40px); }

  .product-col {
    margin-left: 15px; }

  .featured-bg-img {
    border-radius: 50%;
    width: 450px;
    height: 450px;
    position: relative;
    margin: 0;
    margin-top: -120px; }

  .featured-product-img {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%);
    height: 470px; } }
@media (min-width: 1200px) {
  .yeild-results-wrapper .slick-next, .yeild-results-wrapper .slick-prev {
    height: 50px;
    width: 50px; }
  .yeild-results-wrapper .slick-prev {
    left: 43%; }
  .yeild-results-wrapper .slick-next {
    right: 43%; }

  .compared-products {
    padding: 0 40px 60px 0; }

  .feature-product-title {
    font-size: 80px;
    line-height: 81px; }

  .hybrid-detail-landing-container .product-icon {
    width: 94px;
    height: 94px; }

  .products-value-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px; }
    .products-value-wrapper .card {
      flex: 0 0 31%; }
    .products-value-wrapper .card-body {
      padding: 50px 30px 10px; }

  .product-attr {
    font-size: 18px;
    line-height: 21px; }

  .yeild-results-section {
    background-image: linear-gradient(270deg, #1961AC, #165596, #114375, #0D3156);
    padding: 135px 0; }

  .yeild-results-title {
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 100px; }

  .result-count {
    font-size: 36px;
    line-height: 56px; }

  .result-name {
    font-size: 21px;
    line-height: 30px; }

  .featured-bg-img {
    height: 500px;
    width: 500px; }

  .product-col {
    white-space: nowrap;
    width: 243px; }
    .product-col .product-name {
      white-space: nowrap;
      font-size: 24px;
      line-height: 28px; }
    .product-col .product-other-prop {
      font-size: 16px;
      line-height: 28px;
      padding: 8px 0; } }
@media (max-width: 425px) {
  .add-width {
    width: 500px; }

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

  .related-products-section .container {
    padding: 0; }

  .hybrid-detail-landing-container {
    padding: 30px 0; }

  .hide-for-mob {
    display: none; }

  .show-for-mob {
    display: flex; }

  .related-products-container {
    padding: 90px 20px 10px 50px;
    min-width: 1000px; }

  .compared-products {
    justify-content: center; }

  .product-col {
    box-shadow: none;
    border-radius: 15px;
    padding: 5px;
    width: auto;
    border: 1px solid #102d69; } }
@media (max-width: 375px) {
  .related-products-container {
    padding: 90px 20px 10px 55px; } }
@media (max-width: 360px) {
  .related-products-container {
    padding: 90px 20px 10px 45px; } }
@media (max-width: 320px) {
  .related-products-container {
    padding: 90px 20px 10px 25px;
    min-width: 915px; } }
.skeleton-wrapper .skeleton-div .featured-bg-img {
  background: linear-gradient(45deg, #dce0e5, #f0f2f4, #dce0e5);
  border-radius: 50%;
  background-size: 200%;
  animation: skeleton 1s ease infinite alternate-reverse; }
.skeleton-wrapper .skeleton-div .breadcrumb-item {
  width: 70px;
  height: 10px;
  margin-right: 10px;
  background: linear-gradient(45deg, #dce0e5, #f0f2f4, #dce0e5);
  border-radius: 12px;
  background-size: 200%;
  animation: skeleton 1s ease infinite alternate-reverse; }
.skeleton-wrapper .skeleton-div .breadcrumb-item + .breadcrumb-item::before {
  display: none; }
.skeleton-wrapper .skeleton-div .feature-product-title {
  height: 20px;
  width: 150px; }
.skeleton-wrapper .skeleton-div .feature-bold-text,
.skeleton-wrapper .skeleton-div .feature-product-title,
.skeleton-wrapper .skeleton-div .feature-secondary-para,
.skeleton-wrapper .skeleton-div .feature-btn-container a {
  background: linear-gradient(45deg, #dce0e5, #f0f2f4, #dce0e5);
  border-radius: 12px;
  background-size: 200%;
  animation: skeleton 1s ease infinite alternate-reverse; }
.skeleton-wrapper .skeleton-div .feature-secondary-para {
  height: 100px; }
.skeleton-wrapper .skeleton-div .feature-bold-text {
  height: 50px; }
.skeleton-wrapper .skeleton-div .feature-btn-container a {
  height: 50px;
  width: 180px;
  border: 0; }

.skeleton-card {
  height: 450px;
  width: 250px;
  margin-right: 10px;
  background: linear-gradient(45deg, #dce0e5, #f0f2f4, #dce0e5);
  border-radius: 12px;
  background-size: 200%;
  animation: skeleton 1s ease infinite alternate-reverse; }

.skeleton-li {
  width: 100px;
  height: 10px;
  border: none;
  margin: 50px 10px;
  background: linear-gradient(45deg, #dce0e5, #f0f2f4, #dce0e5);
  border-radius: 12px;
  background-size: 200%;
  animation: skeleton 1s ease infinite alternate-reverse; }

@keyframes skeleton {
  0% {
    background-position: right; }
  100% {
    background-position: left; } }
.crop-heading {
  padding-top: 20px;
  font-size: 36px;
  line-height: 40px; }

.other-product-title {
  padding-bottom: 50px; }

.crop-subtitle {
  font-size: 24px;
  line-height: 30px; }

.crop-para {
  font-size: 16px;
  line-height: 21px; }

.crop-page-products {
  padding: 50px 0; }
  .crop-page-products .product-slider .product-slides {
    margin: 20px 15px 0 0; }

.crop-featured-content-wrapper {
  flex-direction: column-reverse; }

.featured-content-wrapper {
  text-align: center; }

.case-study-title {
  font-size: 24px;
  line-height: 24px; }

.crop-distibutor-section {
  padding: 100px 0 30px; }

.other-products-section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  margin-bottom: 30px; }

.product-detail-distributor {
  padding-top: 10px; }

.product-filter-container .styled-checkbox,
.filter-attributes .styled-checkbox {
  position: absolute;
  opacity: 0; }
  .product-filter-container .styled-checkbox + label,
  .filter-attributes .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px; }
  .product-filter-container .styled-checkbox + label:before,
  .filter-attributes .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12); }
  .product-filter-container .styled-checkbox:hover + label:before,
  .filter-attributes .styled-checkbox:hover + label:before {
    background: #102d69; }
  .product-filter-container .styled-checkbox:focus + label:before,
  .filter-attributes .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .product-filter-container .styled-checkbox:checked + label:before,
  .filter-attributes .styled-checkbox:checked + label:before {
    background: #102d69; }
  .product-filter-container .styled-checkbox:checked + label:after,
  .filter-attributes .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }
.product-filter-container .unstyled,
.filter-attributes .unstyled {
  margin: 35px 0 0;
  padding: 0 0 7px;
  list-style-type: none; }
.product-filter-container li,
.filter-attributes li {
  margin: 20px 0; }

.featured-common-section {
  padding: 150px 0 60px 0; }

.grey-border-bottom {
  border-bottom: 1px solid #707070;
  padding-bottom: 7px; }

.other-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  opacity: 1; }
  .other-products-wrapper .other-product {
    margin: 80px auto 80px auto;
    background: none;
    box-shadow: none;
    position: relative;
    min-width: 235px;
    max-width: 235px;
    min-height: 325px;
    max-height: 325px; }
    .other-products-wrapper .other-product .other-product-img-wrapper {
      position: absolute;
      top: -95px;
      left: 50%;
      transform: translateX(-47%); }
  .other-products-wrapper .other-product-img {
    max-width: 191px;
    max-height: 212px; }
  .other-products-wrapper .card-body {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 3px 12px 24px #0C458140;
    border-radius: 12px;
    margin: 0 auto; }
  .other-products-wrapper .product-title {
    font-size: 16px;
    line-height: 13px; }
  .other-products-wrapper .product-info {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .other-products-wrapper .product-link {
    font-size: 14px;
    line-height: 13px;
    color: #102d69; }

.override-text div, .override-text p, .override-text span {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .override-text div span, .override-text div p, .override-text p span, .override-text p p, .override-text span span, .override-text span p {
    -webkit-line-clamp: 3 !important; }

.desktop-other-products-section {
  display: none; }

.filter-acc-btn::after {
  content: "\f0fe";
  font-family: "fontAwesome";
  text-indent: 0;
  cursor: pointer;
  float: left;
  font-size: 30px;
  background-image: none;
  color: #102d69;
  transform: rotate(0);
  margin-bottom: 20px; }

.filter-acc-btn:not(.collapsed) {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #707070; }

#filterAccordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color:transparent; }

.filter-acc-btn:not(.collapsed)::after {
  background-image: none;
  content: "\f146";
  font-family: "fontAwesome";
  text-indent: 0;
  cursor: pointer;
  float: left;
  font-size: 30px;
  color: #102d69;
  transform: rotate(0); }

.mob-top-scroll-btn-container {
  text-align: center; }
  .mob-top-scroll-btn-container span {
    padding: 10px 12px 3px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #102d69;
    text-transform: uppercase;
    border-bottom: 1px solid #102d69;
    cursor: pointer; }

.filter-button-container .common-btn:hover {
  color: #102d69; }
.filter-button-container .common-btn:active {
  color: #fff; }

.filter-blue-btn {
  border: 1px solid #102d69;
  color: #102d69; }
  .filter-blue-btn:active {
    background-color: #102d69;
    border: 1px solid #102d69; }

@media (min-width: 335px) {
  .filter-submit-btn {
    margin-right: 10px; } }
@media (min-width: 768px) {
  .desktop-other-products-section {
    display: block; }

  .mob-other-products-section {
    display: none; }

  .other-products-wrapper {
    padding-top: 0; }

  .crop-featured-content-wrapper {
    flex-direction: row; }

  .featured-content-wrapper {
    text-align: left; }

  .featured-img {
    width: 400px; }

  .other-product-img {
    max-width: 191px;
    max-height: 212px; }

  .mob-top-scroll-btn-container {
    display: none; } }
@media (min-width: 769px) {
  .cropdetail-load-more {
    display: none; } }
@media (min-width: 1024px) {
  .crop-heading {
    font-size: 60px;
    line-height: 64px; }

  .crop-subtitle {
    font-size: 24px;
    line-height: 30px; }

  .crop-para {
    font-size: 18px;
    line-height: 28px; }

  .crop-page-products .product-slider .product-slides {
    margin: 60px 15px 0 0; }

  .case-study-title {
    font-size: 30px;
    line-height: 50px; }

  .other-products-wrapper {
    flex-direction: row; }

  .featured-img {
    width: 550px; }

  .other-product-title {
    padding-bottom: 150px; } }
.product-slider .slick-center .product-content {
  width: 1000px;
  top: 78%; }

@media (min-width: 992px) {
  .crop-product-slider .slick-current.slick-active figcaption {
    color: #13A538; } }
@media (min-width: 1200px) {
  .btn-space {
    margin-left: 30px; }

  .product-slider .slick-center .crop-product-content {
    top: 78%; }

  .featured-img {
    height: 550px; }

  .other-products-wrapper {
    flex-direction: row;
    justify-content: left; }
    .other-products-wrapper .card-body {
      width: 256px; }
    .other-products-wrapper .product-title {
      font-size: 21px;
      line-height: 31px; }
    .other-products-wrapper .product-info {
      font-size: 16px;
      line-height: 20px; }
    .other-products-wrapper .product-link {
      font-size: 16px;
      line-height: 20px;
      color: #13A538; } }
.back-gray-img {
  background-color: #F5F5F5;
  border-radius: 50%; }

.pink-shade {
  color: #bd6191; }

.mt--40 {
  margin-top: 100px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .mt--40 {
      margin-top: 60px; } }

.technology-tabs-section {
  padding-bottom: 80px; }
  .technology-tabs-section .nav-pills {
    --bs-nav-pills-border-radius: 30px;
    --bs-nav-pills-link-active-bg: #102d69;
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
  .technology-tabs-section .nav-fill .nav-item .nav-link, .technology-tabs-section .nav-justified .nav-item .nav-link {
    width: 75%; }

.technology-landing picture, .technology-landing .banner-deskimg {
  width: 430px; }

.technology-content {
  display: none; }

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

.techno-testimonials {
  background-color: transparent; }

.techno-tabs-list {
  margin: 30px 30px 45px; }
  .techno-tabs-list ul {
    flex-wrap: nowrap; }
  .techno-tabs-list .nav-item .nav-link {
    font-size: 18px;
    line-height: 28px; }

.techno-pdf-div {
  padding-top: 30px;
  text-align: center; }

.techno-content-wrapper {
  text-align: center;
  padding-top: 40px; }

.techno-content-div {
  display: block; }

.techno-key {
  padding: 25px 0 0 0; }

.techno-video-div {
  padding-top: 40px; }

.techno-testimonials .testimonial-slider .slick-track {
  padding-top: 75px;
  padding-bottom: 60px; }

.techno-video-div iframe {
  height: 100%;
  width: 100%; }

@media (min-width: 768px) {
  .technology-landing picture, .technology-landing .banner-deskimg {
    width: auto; } }
@media (min-width: 1200px) {
  .technology-content {
    display: block; }

  .technology-tabs-section .nav-fill .nav-item .nav-link, .technology-tabs-section .nav-justified .nav-item .nav-link {
    width: 60%; }

  .technology-landing picture, .landing-banner .banner-deskimg {
    transform: translate(-150px, -95px); }

  .p-22 {
    padding: 0 22px; }

  .technology-content {
    padding: 10px 30px 0; }

  .technology-landing {
    height: 750px; }

  .technology-tabs-heading {
    font-size: 60px;
    line-height: 68px; }

  .techno-product-title {
    font-size: 36px;
    line-height: 36px; }

  .techno-product-content {
    font-size: 18px;
    line-height: 28px; }

  .techo-key-title {
    font-size: 40px;
    line-height: 40px; }

  .techno-key-content {
    font-size: 21px;
    line-height: 30px; }

  .techno-event-title {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0 15px; }

  .techno-tabs-list ul {
    padding: 0 25%; }

  .techno-content-wrapper {
    text-align: left;
    padding-top: 0; }

  .techno-content-div {
    display: flex; }

  .techno-key {
    padding: 50px 30px 95px 0; }

  .techno-video-div iframe {
    height: 450px; }

  .techno-testimonials .testimonial-slider .slick-track {
    padding-top: 170px;
    padding-bottom: 100px; } }
@media (min-width: 1365px) {
  .technology-landing {
    height: 880px; } }
@media (min-width: 1600px) {
  .technology-landing {
    height: 1110px; }

  .techno-tabs-list ul {
    padding: 0 30%; } }
/* Import mediaqueries */
/* Media queries */
@media (min-width: 768px) {
  /* header stle */
  .desktop-product {
    display: block; }

  .mobile-product {
    display: none; }

  .navbar-header {
    float: none; }

  /* product page style */
  .products .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; } }
@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; }

  .special-page-banner .special-page-breadcrumbs {
    top: 20%; }

  /* 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: 1366px) {
  .special-page-banner .backlink {
    margin-top: -100%; }

  .special-page-banner .breadcrumbs {
    margin-top: -100%; } }
@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 (min-width: 1920px) {
  .special-page-banner .backlink {
    margin-top: -130%;
    right: 30%;
    left: 0; }

  .special-page-banner .breadcrumbs {
    margin-top: -130%; } }
@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%; }

  .special-page-banner .backlink {
    margin-top: -117%; }
  .special-page-banner .breadcrumbs {
    margin-top: -117%; } }
@media (min-width: 1600px) {
  .special-page-banner .special-page-breadcrumbs {
    top: 22%; } }
@media (min-width: 1920px) {
  .special-page-banner .special-page-breadcrumbs {
    top: 23%; } }
@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%; }

  .special-page-banner .backlink {
    margin-top: -105% !important; }
  .special-page-banner .breadcrumbs {
    margin-top: -105% !important; } }
@media (max-width: 1024px) {
  #mode-of-action .slider-image-container {
    margin-left: 205px; }
    #mode-of-action .slider-image-container .slick-dots {
      margin-left: -90px; }

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

  .breadcrumbs-section .breadcrumbs {
    top: 120px; }
  .breadcrumbs-section .backlink {
    top: 170px; }

  .navbar .main-nav li {
    padding: 35px 3px 24px; } }
@media (min-width: 2560px) {
  .special-page-banner .special-page-breadcrumbs {
    top: 21%; } }
@media (max-width: 1024px) {
  /*.product-filter-section .products-filter{
  	margin-top: 205px;
  }*/
  /*#mode-of-action {
  	.slider-image-container{
  		.slider-image{
  			margin-left: 160px;
  		}
  	}
  }*/
  .special-page-banner .special-page-breadcrumbs {
    top: 18%; }

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

  .inner-ham-menu-wrapper {
    right: -15px !important; }

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

  .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: -1 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; }
    .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-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: -25px;
    padding: 25px 0 0;
    /*border-top: 1px solid $green;*/ }

  .product-white-wrapper {
    width: 100%; }

  /* portfolio page styling */
  .portfolio-section {
    padding-bottom: 50px; }
    .portfolio-section .portfolio-details-table {
      padding: 30px 0; }
      .portfolio-section .portfolio-details-table table .portfolio-name {
        padding-left: 100px; }

  /* contact us page style */
  .contact-content-section {
    padding-top: 30px; }
    .contact-content-section .map-div {
      padding-top: 40px; }

  /* footer style */
  .contact-info {
    margin-bottom: 5px;
    border-bottom: 0; }

  .footer-top {
    background-color: #000000; }
    .footer-top .sitemap {
      padding: 20px 28px; }

  .footer-nav h4 {
    margin: 4px 0 4px;
    color: #ffffff; }

  .footer-nav a,
  .contact-info .email {
    font-family: NotoSansLight;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px; }

  .enquiry-form-fixed {
    z-index: 9999; }

  /* share icons style */
  .share-icons-fixed {
    z-index: 999; }

  .contact-info,
  .address {
    font-size: 14px;
    color: white; }

  .foo-desktop {
    display: none; }

  .foo-mobile {
    display: block; } }
@media (max-width: 767px) {
  /* common style */
  .news-search .arrow-left .search-info {
    margin-top: 50px; }

  .blog-search .arrow-left .search-info {
    margin-top: 50px; }

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

  /* 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 {
    margin-top: 80px; }
    .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; }

  .news-awards-section h3 {
    font-size: 18px; }
  .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: 18px;
    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: 1px solid #ccc;*/ }
    .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: 50px; }
    .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) {
  .rep-locator-grid {
    width: calc(100% / 2); }

  .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: 12px 17px;
    top: 0;
    right: 100%; }

  .enquiry-fixed .enquiry-toggle-btn {
    padding: 12px 0 11px 0;
    top: -1%; } }
@media (max-width: 480px) {
  /* common style */
  .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) {
  #mode-of-action .slider-image-container {
    margin-left: 10px !important; }
  #mode-of-action .slick-dots {
    margin-left: -10px !important; }

  .special-page-banner .special-product-banner {
    margin-top: 100px !important; }

  #mode-of-action {
    width: 100%;
    overflow-x: scroll; }

  #mode-of-action .action-heading {
    font-size: 24px; }

  #mode-of-action .pdf-space {
    float: left;
    margin-right: 0;
    margin-bottom: -23px; }

  #rancona .mapp-num {
    margin-top: 30px;
    text-align: left;
    margin-left: 15px; }

  .popup-section {
    top: -22px !important; }

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

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

  .products-details-landing-section .page-titles-wrapper .ingredient-div {
    margin-left: 15px; }

  .products-details-landing-section .product-banner-img {
    margin-top: 0; }

  .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; } }
@media (max-width: 375px) {
  .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) {
  /*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 p {
    margin-right: 8% !important;
    margin-top: -25px !important;
    margin-left: 10px !important; } }
@media (max-width: 320px) {
  /* common style */
  .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 .home-slider-wrapper .slick-arrow.slick-next {
    right: 0 !important;
    top: -16.5% !important; }

  .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; } }
@media (max-width: 768px) {
  #mode-of-action .slider-image-container {
    margin-left: 90px; }
    #mode-of-action .slider-image-container .slick-dots {
      margin-left: -30px; }

  .breadcrumbs-section .backlink {
    top: 160px;
    margin-right: -545px; }

  .backlink {
    margin-right: -515px;
    margin-top: -92px; }

  .breadcrumbs-section .breadcrumbs {
    top: 98px; }
  .breadcrumbs-section .product-backlink {
    margin-left: 327px; }

  .news-sec .search-div {
    padding-left: 15px; }

  .blog-details {
    margin: 10px; }

  .blog-details-section {
    margin-top: 50px; }

  .news-details {
    margin: 10px; }

  .special-page-banner .special-page-breadcrumbs {
    top: 10%; }

  .news-details-section {
    margin-top: 50px; }

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

  #crops-and-targets .show-crop-btn {
    margin-left: 0; }

  #crops-and-targets .show-target-btn {
    margin-left: 0; }

  #crops-and-targets .crops-and-targets-details .vertical-divider {
    width: 0; }

  #crops-and-targets .crops-and-targets-details .target-list {
    border-top: 1px solid white;
    margin-top: 30px; }

  #crops-and-targets .table-responsive {
    border: none; }

  .products-filter .show-product-btn-div {
    margin-top: 40px; }

  /*#mode-of-action {
  	.slider-image-container{
  		.slider-image{
  			margin-left: 70px;
  		}
  	}
  }*/
  .ourlegacy-landing-section .embed-container {
    margin-top: 0; }

  .blog-sec .search-div {
    padding-left: 15px; }

  #quick-facts .quick-content p {
    margin-left: -22px; }

  .table-responsive {
    border: none; }

  #pests-diseases .target-heading {
    padding-top: 25px; }

  #pests-diseases .show-target-btn {
    margin-left: 0; }

  #pests-diseases .show-crop-btn {
    margin-left: 0; }

  #quickfacts .quick-heading {
    padding-left: 0;
    margin-left: -22px; }

  #pests-diseases .vertical {
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid white; }

  .rep-landing-section {
    margin-top: 80px; }

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

  .product-details-section .product-title {
    border-bottom: none !important; }

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

  .popup-section {
    top: 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; }

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

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