﻿@font-face {
  font-family: 'seed-co';
  src: url('../font/seed-co.eot?41996020');
  src: url('../font/seed-co.eot?41996020#iefix') format('embedded-opentype'),
       url('../font/seed-co.woff2?41996020') format('woff2'),
       url('../font/seed-co.woff?41996020') format('woff'),
       url('../font/seed-co.ttf?41996020') format('truetype'),
       url('../font/seed-co.svg?41996020#seed-co') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "seed-co";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-africa:before { content: '\e800'; } /* '' */
.icon-arrow_top:before { content: '\e801'; } /* '' */
.icon-button:before { content: '\e802'; } /* '' */
.icon-cart:before { content: '\e803'; } /* '' */
.icon-contact:before { content: '\e804'; } /* '' */
.icon-cow_peas:before { content: '\e805'; } /* '' */
.icon-ground_nuts:before { content: '\e806'; } /* '' */
.icon-home:before { content: '\e807'; } /* '' */
.icon-line:before { content: '\e808'; } /* '' */
.icon-linkedin:before { content: '\e809'; } /* '' */
.icon-maize:before { content: '\e80a'; } /* '' */
.icon-map:before { content: '\e80b'; } /* '' */
.icon-next:before { content: '\e80c'; } /* '' */
.icon-prev:before { content: '\e80d'; } /* '' */
.icon-search:before { content: '\e80e'; } /* '' */
.icon-share_price:before { content: '\e80f'; } /* '' */
.icon-sorghum:before { content: '\e810'; } /* '' */
.icon-soya_beans:before { content: '\e811'; } /* '' */
.icon-sugar_beans:before { content: '\e812'; } /* '' */
.icon-sustainability:before { content: '\e813'; } /* '' */
.icon-twitter:before { content: '\e814'; } /* '' */
.icon-vegetables:before { content: '\e815'; } /* '' */
.icon-wheat:before { content: '\e816'; } /* '' */
.icon-youtube:before { content: '\e817'; } /* '' */
.icon-seed-bag:before { content: '\e818'; } /* '' */
.icon-soya:before { content: '\e819'; } /* '' */
.icon-leaf:before { content: '\e81a'; } /* '' */
.icon-notes:before { content: '\e81b'; } /* '' */
.icon-graduate:before { content: '\e81c'; } /* '' */
.icon-groundnuts:before { content: '\e81d'; } /* '' */
.icon-pie-tag:before { content: '\e81e'; } /* '' */
.icon-scholarship:before { content: '\e81f'; } /* '' */
.icon-world-plant:before { content: '\e820'; } /* '' */
.icon-africa-1:before { content: '\e821'; } /* '' */
.icon-seeds:before { content: '\e822'; } /* '' */
.icon-hand-graduation:before { content: '\e823'; } /* '' */
.icon-plant-sprouting :before { content: '\e824'; } /* '' */
.icon-scholarship-money:before { content: '\e825'; } /* '' */
.icon-plant:before { content: '\e826'; } /* '' */
.icon-maize-1:before { content: '\e827'; } /* '' */
.icon-sorghum-1:before { content: '\e828'; } /* '' */
.icon-road:before { content: '\e829'; } /* '' */
.icon-wheat-1:before { content: '\e82a'; } /* '' */
.icon-sugar-beans:before { content: '\e82b'; } /* '' */
.icon-right-arrow:before { content: '\e82c'; } /* '' */
.icon-arrow-right:before { content: '\e82d'; } /* '' */
.icon-maize-seeds:before { content: '\e82e'; } /* '' */
.icon-planting-seeds:before { content: '\e82f'; } /* '' */
.icon-flowers:before { content: '\e830'; } /* '' */
.icon-minus:before { content: '\e831'; } /* '' */
.icon-plus:before { content: '\e832'; } /* '' */
.icon-linkedin-1:before { content: '\e836'; } /* '' */
.icon-x:before { content: '\e837'; } /* '' */
.icon-facebook:before { content: '\e838'; } /* '' */
.icon-instagram-1:before { content: '\e839'; } /* '' */
.icon-you-tube:before { content: '\e83a'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */




:root {
  --primary-color: rgb(0 159 79);
  --darker-green: rgba(1, 104, 57, 1);
  --secondary-color: rgb(237 28 36);
  --black: black;
  --white: white;
  --grey: #f8f8f8;
  --transition: all 0.5s;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
    font-family: "Inter", sans-serif;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: var(--white);
  color: var(--black);
  font-size: 1.6em;
  line-height: 1.6;
  overflow-x: hidden;
}
a,
a:link,
a:visited {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}
a:hover,
a:link:hover,
a:visited:hover {
  color: var(--secondary-color);
}
a img,
a:link img,
a:visited img {
  transition: var(--transition);
}
a img:hover,
a:link img:hover,
a:visited img:hover {
  opacity: 0.85;
}
a img.logo:hover,
a:link img.logo:hover,
a:visited img.logo:hover {
  transform: none !important;
}
h1,
h2,
h3 {
  letter-spacing: 1px;
  color: var(--black);
}
h1 {
  font-size: 2em;
  position: relative;
  margin-bottom: 60px;
  /* margin-left: 30px; */
}

@media (max-width: 600px) {
  h1::before {
    display: none !important;
  }
}

h3 {
  font-size: 32px;
  position: relative;
  /* left: 30px; */
  margin-bottom: 40px;
  font-weight: 600;
  color: var(--darker-green);
}

hr {
  border: none;
  border-top: none;
  border-bottom: none;
  height: 0.5px;
  margin: 50px 0;
  color: var(--grey);
  background-color: var(--grey);
}
p,li {
  font-size: 1em;
  font-weight: 400;
  text-align: inherit;
  line-height: 1.5;
}
ul li::marker {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.2em;
}
ol {
  list-style: none;
  counter-reset: li;
}
ol li::before {
  content: counter(li);
  color: var(--white);
  background: var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  margin-left: -2.5em;
  margin-bottom: 0.5em;
  margin-right: 1em;
  text-align: center;
  width: 1.5em;
}
ol li {
  counter-increment: li;
  padding: 0 0 10px 0;
}
em {
  font-style: italic;
  font-weight: 100;
}
blockquote {
  background: #eff4eb;
  border-left: 5px solid green;
  margin-left: 0;
  padding: 5px 20px;
}
img {
  display: block;
  border: 0;
  /* max-width: 250px; */
  height: auto;
  width: 250px;
}
/* Full-page loader background */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff; /* Change to match your site’s background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it stays on top */
}

/* Loader */
.loader {
  position: relative;
  width: 85px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#0B8F35 50px, transparent 0),
                    linear-gradient(#0B8F35 50px, transparent 0),
                    linear-gradient(#0B8F35 50px, transparent 0),
                    linear-gradient(#0B8F35 50px, transparent 0),
                    linear-gradient(#0B8F35 50px, transparent 0),
                    linear-gradient(#0B8F35 50px, transparent 0);
  background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 90px center;
  animation: rikSpikeRoll 1s linear infinite alternate;
}
@keyframes rikSpikeRoll {
0% { background-size: 10px 3px;}
16% { background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px}
33% { background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px}
50% { background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px}
66% { background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px}
83% { background-size: 10px 3px, 10px 3px,  10px 10px, 10px 30px, 10px 50px, 10px 3px}
100% { background-size: 10px 3px, 10px 3px, 10px 3px,  10px 10px, 10px 30px, 10px 50px}
}
  

#preloader {
  transition: opacity 0.5s ease-in-out;
}

.container {
  max-width: 87%;
}

.wp-block-image.welcome-img img {
  height: 380px;
}

.wp-block-buttons,
.button {
  display: inline-block;
  text-transform: uppercase;
}
.wp-block-buttons::after,
.button::after {
display: none;
}

.wp-block-buttons a.wp-block-button__link:hover,
.wp-block-buttons a:hover,
.button a.wp-block-button__link:hover,
.button a:hover {
  border-left: none;
  border-right: none;

}
.wp-block-buttons a.wp-block-button__link::before,
.wp-block-buttons a.wp-block-button__link::after,
.wp-block-buttons a::before,
.wp-block-buttons a::after,
.button a.wp-block-button__link::before,
.button a.wp-block-button__link::after,
.button a::before,
.button a::after {
  content: "";
  border-bottom: none;
}

.wp-container-2 {
  display: inline-block !important;
  margin-top: 2em;
}
.mobile {
  display: block;
  transition: var(--transition);
}
.desktop {
  display: none;
  transition: var(--transition);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
    transition: var(--transition);
  }
  .desktop {
    display: block;
    transition: var(--transition);
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 50px 0;
}
table tr:nth-of-type(odd) {
  background: var(--grey);
}
table th {
  background: var(--secondary-color);
  color: var(--white);
  font-weight: bold;
}
table td,
table th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
}
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  table {
    width: 100%;
  }
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tr {
    border: 1px solid #ccc;
  }
  table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }
}
.pagination {
  clear: both;
  padding: 50px 0 80px 0;
  position: relative;
  width: 100%;
  font-size: 1.2em;
  line-height: 13px;
}
.pagination a,
.pagination span {
  display: block;
  float: left;
  font-weight: 100;
  margin: 2px 2px 2px 0;
  padding: 15px;
  text-decoration: none;
  width: auto;
  color: var(--white);
  background: var(--primary-color);
}
.pagination a:hover {
  color: var(--white);
  background: var(--black);
}
.pagination .current {
  padding: 15px;
  color: var(--white);
  background: var(--black);
}
.grid-section {
  /* max-width: 90%; */
  margin: 0 auto;
  width: 100%;
}
.grid-section-seamless {
  display: flex;
  width: 100%;
}

@media(max-width:767px){
  .grid-section-seamless {
    flex-wrap: wrap;
  }
}

.grid-2,
.grid-3 {
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.grid-6-s {
  display: flex;
  flex: 1 50%;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .grid-6-s {
    display: flex;
    flex: 1 33%;
  }
}
@media screen and (min-width: 768px) {
  .grid-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-2 {
    display: flex;
    flex: 0 1 calc(50% - 1em);
  }
  .grid-3 {
    display: flex;
    flex: 0 1 calc(33% - 1em);
  }
  .grid-6-s {
    display: flex;
    flex: 1 16.5%;
  }
}
.content {
  position: relative;
  /* width: 95%; */
  max-width: 85%;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
}
.content:after {
  content: " ";
  display: table;
  clear: both;
}
.content .column {
  width: 100%;
  float: left;
  margin-top: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .column {
    margin-left: 3%;
  }
  .column:first-child {
    margin-left: 0;
  }
  .column.quarter {
    width: 22.75%;
  }
  .column.three-quarters {
    width: 74.25%;
  }
  .column.third {
    width: 31.3333333333%;
  }
  .column.two-thirds {
    width: 65.6666666667%;
  }
  .column.fifth {
    width: 19.4%;
  }
  .column.four-fifths {
    width: 77.6%;
  }
  .column.half {
    width: 48.5%;
  }
}
.banner {
	background-color: var(--primary-color);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 660px;
	margin-bottom: 120px;
	top: 90px;
}

.banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.banner .content {
    position: relative;
    width: 95%;
    max-width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
    height: 100%;
    align-items: center;
    display: grid;
}

.banner h2 {
  margin-top: 200px;
  color: var(--white);
}

.banner .taxonomy-title {
  position: relative;
  padding-top: 80px;
}

.banner p {
  color: var(--white);
 
}
.banner p a,
.banner p a:link,
.banner p a:visited {
  color: var(--white);
}
.banner p a:hover,
.banner p a:link:hover,
.banner p a:visited:hover {
  color: var(--white);
  text-decoration: underline;
}
.banner .overlay {
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
}
footer {
  /* background-color: var(--primary-color); */
  background-image: url(../img/bg/key-issues-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: var(--white);
  padding: 30px 0 0 0;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  background: rgba(0, 159, 79, 1);
  height: 100%;
  width: 100%;
  top: 0;
}

footer .products-menu ul {
  list-style: none;
  padding: 0;
}
footer a,
footer a:link,
footer a:visited {
  color: var(--white);
}
footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  padding-left: 10px;
  color: var(--black);
}
footer h3 {
  color: var(--white);
  left: 0;
  margin-bottom: 10px;
}
footer h3::before {
  content: none;
}
footer ul.social {
  padding: 0;
  list-style: none;
}
footer ul.social li {
  display: inline;
}
footer ul.social li a i {
  font-size: 2em;
}
footer ul.social li a:hover {
  padding: 0;
}
footer .image {
  max-width: 400px;
  background-color: var(--white);
  display: inline-block;
  height: 100%;
  width: 100%;
  /* margin-top: 40px; */
}
footer .image:hover {
  background-color: var(--black);
}
footer .image:hover p {
  color: var(--white);
  text-align: center;
}
footer .image a,
footer .image a:link,
footer .image a:visited {
  color: var(--primary-color);
}
footer .image a:hover,
footer .image a:link:hover,
footer .image a:visited:hover {
  color: var(--white);
  text-align: center;
}
footer .image a img,
footer .image a:link img,
footer .image a:visited img {
  border: none;
  padding: 0;
  margin: 0;
}
footer .image a p,
footer .image a:link p,
footer .image a:visited p {
  margin: 10px;
  padding: 0;
  text-align: center;
}

.connect {
  margin-top: 40px;
}

.quarter.column.newsletter {
  margin-bottom: 20px;
}

footer img.logo.desktop {
  padding: 0 20px;
}

.copyright {
  padding: 30px 0 10px 0;
}
.copyright p {
  color: var(--white);
}
.copyright p a {
  color: var(--white);
}
.copyright p a:hover {
  color: var(--primary-color);
}
.copyright .column {
  margin-top: 0;
}
.copyright .column p.end {
  float: left;
}
.newsletter h3 {
  color: var(--white);
}
.newsletter .btn {
  display: inline-block;
  background-color: var(--secondary-color);
  border: none;
  color: var(--white);
  display: inline-block;
  font-size: 1em;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition: var(--transition);
}
.newsletter .btn:hover {
  background-color: var(--black);
  cursor: pointer;
}
.newsletter input[type="text"] {
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  width: 100%;
  padding: 15px 10px;
  margin: 0 0 20px 0;
}
.newsletter input[type="text"]::placeholder {
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .copyright .column p.end {
    float: right;
  }
}
.google-map iframe {
  width: 100%;
  width: 100vw;
  position: relative;
  margin-bottom: -25px;
  margin-left: -50vw;
  left: 50%;
}
.wpcf7 {
  margin: 0 0 30px 0;
}
.wpcf7 p {
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
}
.wpcf7 label {
	color: var(--black);
	text-transform: initial;
	width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="search"].search-field,
.wpcf7 select,
.wpcf7 textarea, .wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date, .wpcf7-form-control.wpcf7-file {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  background-color: transparent;
  border: 1px solid var(--black);
  box-shadow: none;
  color: #8a97a0;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  margin-bottom: 30px;
}
.wpcf7 textarea {
  /* margin: 20px 0; */
  height: 235px;
}
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 10px 40px 10px 15px;
  text-transform: uppercase;
  background-color: var(--white);
  border: none;
  color: var(--green);
  display: inline-block;
  font-size: 1.3em;
  width: 100%;
  text-decoration: none;
  text-transform: initial;
  outline: 0;
  transition: var(--transition);
}
.wpcf7 input[type="submit"]:hover {
  background-color: var(--primary-color);
  color: var(--white);
  cursor: pointer;
}

.apply-btn input[type="submit"] {
  background-color: var(--green);
  color: var(--white);
}

.apply-btn input[type="submit"]:hover {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
}

.wpcf7 .button a {
  padding: 0;
}

.wpcf7 .button::after {
  content: "";
  font-family: "seed-co";
  color: var(--primary-color);
  display: block;
  font-size: 2em;
  position: relative;
  right: -75%;
  top: -63px;
}

.wpcf7 .button::after .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #46b450 !important;
  color: #fff;
  padding: 20px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900 !important;
  background-color: #ffb900 !important;
  padding: 20px !important;
}
.home-products-section {
  background-color: var(--grey);
  padding-top: 30px;
  padding-bottom: 40px;
}
.home-product-images {
  display: block;
  padding-bottom: 40px;
}

.product-image img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
}
.home-product-images a:hover,
.home-product-images a:link:hover,
.home-product-images a:visited:hover {
  opacity: 0.6 !important;
}
.button.end,
.wp-block-buttons.end {
  float: left;
}
@media only screen and (min-width: 768px) {
  .button.end,
  .wp-block-buttons.end {
    float: right;
    padding: 25px 0px;
  }
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 4;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}

.justify img {
  width: 200px !important;
  float: left;
  padding: 10px;
}
.justify h3::before {
  left: 175px;
}

.sc-modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 99999;
  max-width: 800px;
  height: auto;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  margin: 40px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  top: 91px;
}
.sc-modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.statement a,
.statement a:link,
.statement a:visited {
  border: none !important;
  cursor: default !important;
  color: var(--black);
}
.statement a:hover,
.statement a:link:hover,
.statement a:visited:hover {
  color: var(--black);
}
.statement .button {
  display: none;
}
.menu-image {
  max-width: 400px;
  background-color: var(--white);
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: var(--transition);
}
.menu-image:hover {
  background-color: var(--primary-color);
}
.menu-image:hover p {
  color: var(--white);
}
.menu-image a:first-of-type {
  display: none;
}
.menu-image a {
  display: block;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.menu-image a img {
  border: none;
  padding: 0;
  margin: 0;
}
.menu-image a p {
  margin: 10px;
  padding: 0;
  display: none;
}
.menu-container {
  width: 100%;
  margin: 0 auto;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
  max-width: 1200px;
  width: 95%;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  border-bottom: 2px solid transparent;
  padding: 0;
  margin: 0;
}
.menu > ul > li a,
.menu > ul > li a:link,
.menu > ul > li a:visited {
  text-decoration: none;
  padding: 0 30px 0 30px;
  color: #000;
  display: block;
}
.menu > ul > li a:hover,
.menu > ul > li a:link:hover,
.menu > ul > li a:visited:hover {
  color: #000;
}
.menu > ul > li:hover,
.menu > ul > li.current-menu-item,
.menu > ul > li.current-page-parent {
  border-bottom: 2px solid var(--secondary-color) !important;
  margin-bottom: 20px;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f8f8f8;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 2px 0 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 1em;
}
.menu > ul > li > ul > li > ul > li.current-menu-item a {
  color: var(--primary-color);
}
.menu > ul > li > ul > li > ul > li.current-menu-item a::before {
  display: inline-block;
  content: "";
  border-bottom: 1.5px solid var(--primary-color);
  width: 5rem;
  position: absolute;
  top: 25px;
}
.menu > ul > li > ul > li > ul > li a,
.menu > ul > li > ul > li > ul > li a:link,
.menu > ul > li > ul > li > ul > li a:visited {
  border: 0;
  border-bottom: 1.5px solid transparent;
  padding: 0;
  position: relative;
}
.menu > ul > li > ul > li > ul > li a:hover,
.menu > ul > li > ul > li > ul > li a:link:hover,
.menu > ul > li > ul > li > ul > li a:visited:hover {
  color: var(--primary-color);
}
.menu > ul > li > ul > li > ul > li a:hover::before,
.menu > ul > li > ul > li > ul > li a:link:hover::before,
.menu > ul > li > ul > li > ul > li a:visited:hover::before {
  display: inline-block;
  content: "";
  border-bottom: 1.5px solid var(--primary-color);
  width: 5rem;
  position: absolute;
  top: 25px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li.current-menu-item a {
  color: var(--primary-color) !important;
}
.menu > ul > li > ul.normal-sub > li a,
.menu > ul > li > ul.normal-sub > li a:link,
.menu > ul > li > ul.normal-sub > li a:visited {
  color: var(--black);
  border: 0;
  padding: 5px 0;
}
.menu > ul > li > ul.normal-sub > li a:hover,
.menu > ul > li > ul.normal-sub > li a:link:hover,
.menu > ul > li > ul.normal-sub > li a:visited:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

ul.mega-sub-menu
  li.mega-top-menu-link
  a.mega-menu-link[aria-haspopup="true"][aria-expanded="false"]:hover {
  pointer-events: none !important;
  cursor: pointer !important;
  color: var(--black) !important;
}

a.mega-menu-link[aria-haspopup="true"][aria-expanded="false"]::before {
  display: none !important;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.top-menu {
  background: var(--white);
}

.menu-bar {
	backdrop-filter: blur(25px);
	box-shadow: 0px 4px 50px 0px #0000001A;
	padding: 15px;
	background: rgba(63,63,63,0.30);
}

.nav-top {
  /* background-color: var(--white); */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-top .header-logo .logo {
  float: left;
  width: 160px;
}
.nav-top .links {
  position: relative;
  top: 50px;
}

span.links {
  display: flex !important;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}

.top-menu .links a,
.top-menu .links a:link,
.top-menu .links a:visited {
  color: var(--green);
  padding: 0 10px;
}

.top-menu .links a:hover,
.top-menu .links a:link:hover,
.nav-top .links a:visited:hover {
  color: var(--secondary-color);
}

.top-menu .links a i,
.top-menu .links a:link i,
.top-menu .links a:visited i {
  color: var(--green);
}

i.icon-line::before {
  content: "";
  position: relative;
  left: 0;
  top: 5px;
  border-right: 2px solid var(--green);
  height: 30px;
}

.top-menu .links span.social a,
.top-menu .links span.social a:link,
.top-menu .links span.social a:visited {
  color: var(--primary-color) !important;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}

.top-menu .links span.social a i,
.top-menu .links span.social a:link i,
.top-menu .links span.social a:visited i {
  color: var(--green);
}

.top-menu .links span.social a:hover i,
.top-menu .links span.social a:link:hover i,
.top-menu .links span.social a:visited:hover i {
  color: var(--secondary-color);
}

/* Mega Menu Styles */
#mega-menu-wrap-desktop_menu
  #mega-menu-desktop_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  display: none;
}

@media (min-width: 1350px) {
  ul#mega-menu-desktop_menu {
    display: flex !important;
    justify-content: end;
    gap: 20px;
  }

  .mega-current_page_item a {
    color: var(--green) !important;
  }
}

@media (max-width: 992px) {
  .mega-menu-link .icon-map:before {
    color: var(--white);
  }
}

@media (max-width: 860px) {
  span.social,
  .icon-line {
    display: none;
  }
}

@media (max-width: 542px) {
  span.links, div#myBtn span {
    font-size: 15px;
    gap: 0;
}
.icon-search:before, .icon-contact:before, #headerBtn.dropbtn:after {
display: none
}
}

.mega-current-menu-item a,
.mega-current_page_parent a {
  border-bottom: 3px solid var(--red) !important;
}

a.mega-menu-link:hover {
  border-bottom: 3px solid var(--red) !important;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

.menu {
  margin-bottom: 20px;
}

.menu ul.mega-sub-menu {
  margin-top: 20px !important;
  padding: 15px 0 !important;
  border-radius: 15px !important;
}

ul.mega-sub-menu ul.mega-sub-menu {
  margin-top: 0px !important;
  padding: 0 !important;
}

ul.mega-sub-menu li a,
ul.mega-sub-menu li a:hover {
  border-bottom: none !important;
}

ul.mega-sub-menu:nth-child(2) ul.mega-sub-menu li a,
.mega-sub-menu li a {
  position: relative !important;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

ul.mega-sub-menu:nth-child(2) ul.mega-sub-menu li a:hover,
.mega-sub-menu li a:hover {
  color: var(--green) !important;
}

ul.mega-sub-menu:nth-child(2)
  .mega-menu-item-has-children
  ul.mega-sub-menu
  li
  a::before {
  content: "";
  position: absolute !important;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid var(--green) !important;
  width: 0% !important;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

ul.mega-sub-menu:nth-child(2)
  .mega-menu-item-has-children
  ul.mega-sub-menu
  li
  a:hover::before {
  content: "";
  position: absolute !important;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid var(--green) !important;
  width: 10% !important;
}

.mega-sub-menu li a::before {
  content: "";
  position: absolute !important;
  left: 10px;
  bottom: 0;
  border-bottom: 3px solid var(--green) !important;
  width: 0% !important;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

.mega-sub-menu li a:hover::before {
  content: "";
  position: absolute !important;
  left: 10px;
  bottom: 0;
  border-bottom: 3px solid var(--green) !important;
  width: 10% !important;
}

ul.mega-sub-menu:nth-child(2) .mega-menu-item-has-children {
  border-left: 2px solid var(--red) !important;
}

ul.mega-sub-menu:nth-child(2) .mega-menu-item-has-children ul.mega-sub-menu li {
  border-left: none !important;
  min-height: unset !important;
}

i.icon-map {
  color: var(--green);
}

.news {
  position: relative;
  box-shadow: #ededed 0px 1px 7px;
  margin-bottom: 55px;
}

.news a {
  margin: 10px 0;
}

.news a img {
  position: relative;
  height: 300px;
}
.news a:hover img {
  position: relative;
  opacity: 0.7;
}
.news a h3 {
  font-size: 1em;
  position: relative;
  left: 0;
  padding: 15px 14px;
  min-height: 70px;
}
.news a h3::before {
  content: none;
}

.news p {
  padding: 0 15px;
}

.home .news a > p {
  position: relative;
  top: -40px;
  padding: 0px 15px;
  color: var(--red);
}
.news .wp-block-buttons,
.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 0px;
}
.news .button a {
  padding: 20px 100px 20px 20px;
}
form.wp-block-search .wp-block-search__label {
  display: none;
}
form.wp-block-search input[type="search"] {
  background-color: transparent;
  border: 1px solid var(--black) !important;
  box-shadow: none;
  color: #8a97a0;
  font-size: 16px;
  height: auto;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  margin: 0;
  outline: 0;
}
form.wp-block-search button[type="submit"] {
  background: var(--black) !important;
  border: 1px solid var(--black) !important;
  color: var(--white) !important;
  display: inline-block;
  width: 20%;
  outline: 0;
  padding: 0 !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition);
}
form.wp-block-search button[type="submit"]:hover {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  cursor: pointer;
}
a.search-result {
  background-color: var(--white);
  padding: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
}
a.search-result h3 {
  color: var(--primary-color);
}

a.search-result p {
  color: var(--black);
  margin: 0;
}
a.search-result:hover.search-result {
  background-color: var(--primary-color);
}
a.search-result:hover.search-result h3 {
  color: var(--white);
}
a.search-result:hover.search-result p {
  color: var(--white);
}
.key-issues {
  margin-bottom: 4em;
}
.key-issues {
  background-color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
  min-height: 600px;
}

.key-issues .grid-section{
  margin: 60px 0;
}

.key-issues h2 {
  color: var(--white);
  font-weight: 600;
}
/* .sc-keyissues.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
} */

.sc-keyissues a.button {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  padding: 20px;
  border-radius: 50px;
}

.sc-keyissues a.button:hover {
  background: var(--black);
}

.sc-keyissues a.button::after {
  display: none;
}

.key-issues-header {
	text-align: center;
	margin-bottom: 60px;
}


.tabs section.active {
	display: block;
	margin: 40px 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
  box-shadow: 0px 0px 16px 0px rgba(204,202,204,1);
	border-radius: 15px;
}

.tabs button.active {
	background: var(--primary-color);
  opacity: 1;
}


.tabs button.active h5 {
	color: var(--white);
}

.tabs :focus {
  box-shadow: none;
  outline: none;
}
.tabs .sc-button-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
.tabs button {
	background: transparent;
	border: 1px solid var(--primary-color);
	transition: var(--transition);
	display: inline-block;
	width: 100%;
	border-radius: 15px;
  opacity: 0.75;
}

.sc-btn-wrap {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	gap: 20px;
}

.sc-btn-wrap i {
	background: var(--primary-color);
	color: var(--white);
	border-radius: 50%;
	font-size: 35px;
	padding: 5px;
}

@media(min-width:600px) {
  .tabs button i {
    font-size: 1.7em;
    color: var(--white);
  }
}


.tabs button i::before {
  background-color: var(--primary-color);
}

.tabs button.active i::before {
  background-color: var(--white);
}

.active .sc-btn-wrap i {
  background: var(--white);
  color: var(--primary-color);
}


.tabs button:hover {
  background: var(--primary-color);
  cursor: pointer;
  opacity: 1;
}

.tabs button:hover h5 {
color: var(--white);
}

/* .tab-btn:hover h2 {
	color: var(--white);
} */

.tab-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	justify-content: center;
	margin-top: 30px;
}
/* 
#tab_1 a {
	border: 1px solid var(--primary-color);
	padding: 10px 25px;
	border-radius: 50px;
	display: inline-block;
	opacity: 0.65;
	transition: 300ms ease-in-out;
	width: fit-content;
}
#tab_1 a:hover{
  background-color: var(--primary-color);
color: var(--white);
opacity: 1;
} */


.tabs section {
  /* flex: 2 1 auto; */
  display: none;
  background: var(--white);
  padding: 1rem;
  height: 500px;
  width: 100%;

}
.tabs section.active {
  display: block;
}
.tabs section h2,
.tabs section p {
  color: var(--black);
}
@media (max-width: 900px) {
  .tabs .sc-button-list {
    width: 20%;
  }
  .tabs section {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .tabs button {
    display: flex;
  }

  .tabs .sc-button-list {
    display: flex;
    gap: 20px;
    flex-direction: inherit;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }

  .sc-keyissues.tabs {
    display: block;
  }

  .tabs section {
    width: 100%;
  }

  .tabs button.active i {
    color: var(--black);
  }

  .tabs button.active span {
    color: var(--white);
  }

  .active h3::before {
    display: none;
  }

  .active h3 {
    left: 0;
  }
}

@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }
  .tabs .sc-button-list {
    flex-direction: row;
    width: 100%;
  }

  .tabs button {
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0.8em;
    top: 0;
    opacity: 0.75;
  }
  .tabs button span {
    display: none;
  }
  .tabs section {
    height: auto;
    width: 100%;
  }
}
section.sc-keyissues.tabs img {
	width: 136px !important;
}
.sc-outter.hero-video {
	background: url(../css/img/clouds.webp);
	width: 100%;
	height: 100%;
  min-height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center;
}

/* .hero-video {
  margin-bottom: 40px;
} */
/* .hero-video .video-container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
} */

.hero-video video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .nav-top .header-logo .logo {
    float: left;
    width: 120px;
}

}
.hero-video .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent !important;
  z-index: 1;
}
/* .hero-video h1 {
  text-transform: capitalize;
  margin: 0 0 1rem;
  padding: 0;
  color: #fff;
  font-weight: 600;
} */
.hero-video h1::before {
  content: none;
}
@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 32px;
  }
  .hero-video .callout {
    position: relative;
    top: 35px;
  }
}
@media (min-width: 768px) {
  .hero-video h1 {
    font-size: 45px;
  }
}
.hero-video .desc {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.hero-video .callout {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  z-index: 0;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-video .callout {
    width: 90%;
  }
}

/* Products */

.products {
  margin: 50px 0;
  text-align: center;
}

.sc-product {
  margin: 20px 0;
}

.product-title h5 {
  font-size: 1em;
  font-weight: 600;
  color: var(--primary-color);
  padding: 10px 0;
}

.modal-dialog {
  top: 30%;
}

.modal-header h4 {
  font-weight: 600;
  color: var(--primary-color);
}

.modal-body h5 {
  text-align: left;
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 600;
}

.modal-body p {
  font-size: 15px;
  text-align: left;
}

.close {
  float: right;
  font-size: 2.5rem;
  color: var(--primary-color);
  opacity: 1;
}

.crop-wrapper {
  background: linear-gradient(90deg, var(--white) 20%, var(--primary-color) 0%);
  padding: 60px 0;
  margin-bottom: 150px;
}

.crop-img {
  position: absolute;
  top: 30px;
}
@media (max-width: 600px) {
  .crop-img {
    position: absolute;
    top: 30px;
    margin: -17px;
  }
}
.crop-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .crop-img img {
    filter: brightness(0.5);
  }

  .crop {
    padding: 50px 0px 0px 20px;
  }
}

.crop h2 {
  font-size: 3.5em;
  font-weight: 600;
  color: var(--white);
  position: relative;
  /* margin-left: 20px; */
  margin-bottom: 40px;
}

/* .crop h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  border-bottom: 1px solid var(--white);
  width: 100px;
} */

.crop p {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 40px;
}

.crop .button a {
  background-color: transparent;
  border: none;
  border-left: 2px solid var(--white);
  border-right: 2px solid transparent;
  border-radius: 0;
  color: var(--white);
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: 20px 60px 20px 20px;
  text-decoration: none;
  outline: 0;
  transition: var(--transition);
  position: relative;
}

.crop .button a::before,
.crop .button a::after {
  border-bottom: 2px solid var(--white);
}

.crop .button::after {
  content: "";
  font-family: "seed-co";
  color: var(--white);
  display: block;
  font-size: 2em;
  position: relative;
  right: -85%;
  top: -60px;
}

.crop .button a:hover {
  background-color: transparent;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
  color: var(--white);
  cursor: pointer;
}
.report-wrapper h5 {
  font-weight: 600;
  padding: 2px;
  min-height: 50px;
}
.crop {
  padding: 20px 0px 0px 30px;
}

.seedco-animals {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.seedco-animals img {
  width: 160px;
}

/* Reports */

.report-wrapper {
  width: 200px;
  border: 1px solid;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

.report-wrapper:hover{
  border: 1px solid var(--secondary-color);
}

.report-wrapper h5 {
	font-weight: 600;
	padding: 2px 10px;
	min-height: 80px;
	font-size: 0.9em;
}

.report-wrapper h6 {
	font-weight: 600;
	padding: 3px 10px;
	margin: 20px 0;
}

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

.report-tabs h2 {
	font-size: 1em;
	font-weight: 500;
	color: var(--primary-color);
	transform: var(--transition);
	padding: 0 15px;
}

.report-tabs .active h2 {
  color: var(--white);
}

.tab-content {
  margin-top: 50px;
}

.tabs .tab-btn {
  background: var(--grey);
  border: none;
  font-size: 1em;
  margin: 20px 0;
  padding: 20px 0;
  position: relative;
  top: 0;
  transition: var(--transition);
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .tab-btn.active h2 {
    text-align: center;
    width: 100%;
  }
  h1 {
    font-size: 1.4em;
    position: relative;
    margin-bottom: 60px;
    margin-left: 30px;
  }
}
.tabs .tab-btn.active {
  background: var(--primary-color);
  color: var(--white);
}

.tab-content section {
  width: 100%;
  height: 100%;
}

.no-reports-msg p {
  text-align: center;
  padding-top: 40px;
}

/* Careers */

.careers {
  margin: 40px 0;
}

.career-holder {
  background: var(--primary-color);
  color: var(--white);
  padding: 10px;
}

.career-holder h5 {
	font-weight: 600;
	font-size: 1.2em;
	padding: 10px 0;
}

.closing-date p {
  font-size: 0.8em;
}

/*--------Search-----------*/
@media screen and (max-width: 575px) {
  .main-nav-container {
    top: -63px;
  }
}

@media screen and (max-width: 999px) and (min-width: 576px) {
  .main-nav-container {
    top: -50px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  .main-nav-container {
    top: 25px;
    right: -120px;
  }
}

@media screen and (max-width: 1200px) {
  .the-search {
    display: inline-block;
    float: right;
    position: absolute;
    top: 0;
    right: 38px;
  }

  .fa.fa-bars {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 642px) {
  .fa.fa-bars {
    position: absolute;
    right: 13px;
    top: 0em;
  }

  input[type="search"].search-field {
    top: -30px !important;
  }
}

@media only screen and (min-width: 1201px) {
  .the-search {
    top: 0;
    right: -210px;
    position: relative;
  }
}

input[type="search"].search-field {
  padding: 20px;
  margin: 49px 0px;
  border: 1px solid var(--black);
  position: absolute;
  top: 135px;
  border-radius: 0 0 0px 0px;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
}

.search form {
  height: 100%;
  width: 100%;
}

.search {
  position: absolute;
  height: 70px;
  width: 100%;
  top: 39px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search.search-results {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search form {
  height: 100%;
  width: 100%;
  display: inline;
}

.search-results .search input {
  border-radius: 0;
  border: none;
  background: var(--white);
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  top: 25px;
  color: var(--the-black);
}

.search input::-webkit-input-placeholder,
.search input::-moz-placeholder,
.search input:-moz-placeholder,
.search input:-ms-input-placeholder {
  color: #c9cbc4;
  font-weight: 700;
}

.search input:focus {
  outline: none;
}

.search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.the-search {
  display: inline-block;
  float: right;
}

.srch li {
  list-style: none;
}

/*Video Gallery*/
.video-wrapper iframe {
  width: 100%;
  height: 300px;
}
.video-wrapper {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: center;
}
.video-wrapper h4 {
  font-size: 1em;
  font-weight: 600;
}
/**/

/* Online shop */

.shop-wrapper img {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
}

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

/*New changes*/
.home-image img {
  height: 314px;
  object-fit: cover;
}
.first-h-three {
  font-size: 1.7em;
}
#tab_1,
#tab_2,
#tab_3 {
  padding: 25px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  -moz-transition: 700ms ease-in-out;
  -ms-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%), 0 1px 0 rgb(255 255 255 / 15%);
}

.sticky .nav-top .header-logo .logo {
  width: 110px;
  transition: 700ms ease-in-out;
  -webkit-transition: 700ms ease-in-out;
  -moz-transition: 700ms ease-in-out;
  -ms-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
}

/* Vacancies */

.vacancy-wrapper {
  padding: 20px 0;
  border-bottom: 2px solid var(--green);
  margin-bottom: 40px;
}

.v-apply a {
  background: var(--green);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 50px;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

.v-apply a:hover {
  background: var(--red);
  color: var(--white);
}

.v-details h4 {
  font-size: 1.2em;
  font-weight: 600;
}

.v-details .v-date {
  font-size: 15px;
  color: var(--red);
  font-weight: 600;
}

.v-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.career-wrapper {
  margin-bottom: 40px;
}

/* Board */

.person h3 {
  margin-top: 15px;
}

.person h3::after {
  content: "";
  position: relative;
  border-bottom: 2px solid var(--secondary-color);
  left: -30px;
  width: 60px;
  top: 10px;
  display: block;
}

.person h3::before {
  display: none;
}

.person {
  padding: 20px;
}

.person .button {
  padding: 0;
}

.person img {
	width: 100% !important;
}

/* Dropdown */

.nav-shops .dropbtn {
  padding: 0;
  font-weight: normal;
}

.nav-shops .dropdown-content a {
  color: black !important;
}

.nav-shops .show {
  z-index: 9999999;
}

.dropbtn {
  padding: 5px;
  /* font-size: 1.5em; */
  border: none;
  cursor: pointer;
  color: var(--white);
  padding: 40px 0 0;
  font-weight: 600;
}

@media (max-width: 600px) {
  .shops .dropbtn {
    font-size: 0.9em;
  }
  .crop p {
    margin-bottom: 15px;
    font-size: 1em;
  }
}

.shops {
  padding: 20px 0;
}

.dropbtn:after {
  content: "";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

#myDropdown ul,
#myDropdownHeader ul {
  list-style: none;
  padding-left: 0;
}

.desk-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 5px 10px !important;
  text-decoration: none;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-content: center;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: var(--green);
}

.show {
  display: block !important;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

img.flag {
  width: 30px;
  margin-left: 5px;
}

img.flag-dropdown {
  width: 30px;
  margin-right: 3px;
}

.hide {
  display: none !important;
}

/* Analysts */

.a-details h5 {
  font-size: 1em;
  font-weight: 600;
  min-height: 40px;
}

.a-details p {
  font-size: 14px;
  color: var(--red);
}

@media (min-width: 767px) {
  .analyst-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.a-box {
  box-shadow: #ededed 0px 1px 7px;
  padding: 20px;
  margin: 20px 0;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -ms-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
}

.a-box:hover {
  background: black;
  color: var(--white);
}

/* Modal */
.sc-modal a.close-modal {
  position: absolute;
  top: 10.5px;
  right: 10.5px;
}

/* Finacial Reports */
.page-id-544 .tabs section.active {
  display: flex;
  height: 100%;
}

.newsletter input[type="email"] {
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  width: 100%;
  padding: 15px 10px;
  margin: 0 0 20px 0;
  font-size: 15px;
}

.newsletter input[type="submit"] {
  display: inline-block;
  background-color: var(--secondary-color);
  border: none;
  color: var(--white);
  display: inline-block;
  font-size: 1em;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition: var(--transition);
}

.newsletter input[type="submit"]:hover {
  background-color: var(--black);
  cursor: pointer;
}

input[type="email"]::placeholder {
  color: #fff;
  font-size: 15px;
}

p.position {
  min-height: 60px;
}

p.ex-position {
  font-weight: 600;
}

img{
    width: 100%;
}

#myDropdownHeader img {
	width: 35px !important;
}

/* Committee */

.person-card {
  width: 100%;
}

.person-card h3 {
  margin-top: 10px;
  font-size: 1.4em;
  margin-bottom: 5px;
  color: var(--black);
}

.person-card h3::before {
  display: none;
}

.committees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}

.person-card .button a {
  background: transparent;
  color: black !important;
  padding: 0;
}

.person-card .button a:hover {
  background: transparent;
  color: var(--primary-color) !important;
  padding: 0;
}

.person-card .button {
  padding: 0;
}

/* Testimonials Page */

.testimonial-filter {
  margin-bottom: 20px;
}

.testimonial-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.testimonial-thumbnail img {
  max-width: 100px;
  height: auto;
  display: block;
  margin-top: 10px;
}



.testimonial-filter {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: inherit;
	justify-content: flex-end;
  text-align: end;
  font-family: 'Barlow', sans-serif;
}

.testimonial-filter label {
  font-weight: 600;
  font-size: 16px;
}

#testimonial-country-select {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 200px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 36px;
  font-family: 'Barlow', sans-serif;
}

#testimonial-country-select:hover {
  border-color: #888;
}

#testimonial-country-select:focus {
  outline: none;
  border-color: #555;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}


.testimonial-content.on-mobile {
  display: none;
}


.testimonial-item {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 20px; */
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.testimonial-thumbnail img {
  max-width: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-info {
  flex: 1 1 300px;
}

.testimonial-info h3 {
  margin-top: 0;
}

.testimonial-occupation,
.testimonial-country {
  margin: 5px 0;
  font-style: italic;
  color: #555;
}

.testimonial-content {
  width: 100%;
  margin-top: 15px;
}

.testimony-flexwrap {
	display: flex;
	gap: 10px;
	align-items: center;
}

.testimonial-info h4 {
	margin-bottom: 0;
}

.testimonial-content p {
	font-style: italic;
	color: var(--primary-color);
}

.all-testimonies {
	padding-top: 230px;
}

@media (max-width: 600px) {
  .testimonial-filter {
      flex-direction: column;
      align-items: flex-start;
  }

  #testimonial-country-select {
      width: 100%;
  }

  .all-testimonies {
    padding-top: 270px;
  }

  .testimonial-content {
    display: none;
  }

.testimonial-content.on-mobile {
  display: block;
}
}
