:root {
  --the-green: rgb(0, 159, 79);
  --the-white: #fff;
  --the-black: rgba(35, 31, 32);
  --the-light-gray: #c9c9c9;
  --the-grey: #e6e6e6;
  --the-red: rgb(237, 28, 36);
  --the-yellow: rgba(255, 203, 5);
  --the-light-green: rgba(140, 198, 63);
}

/*----------Font--------*/
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-display: swap;
}

h1 {
  font-size: 2.8em;
  font-weight: 600;
  color: var(--the-black);
}

h2 {
  font-size: 2.8em;
  color: var(--the-red);
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  font-weight: 500;
  font-size: 3em;
  color: var(--the-red);
}

h4 {
  font-size: 3em;
  font-weight: 600;
  color: var(--the-green);
}

h5 {
  font-size: 1.5em;
  color: var(--the-green);
  text-transform: uppercase;
  font-weight: 550;
}

body a {
  color: var(--the-red);
}

a {
  color: var(--the-black);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none !important;
  color: var(--the-black);
}

p {
  font-size: 1.2em;
}

button:focus {
  outline: none;
}

li {
  position: relative;
  margin-left: 25px;
  font-size: 1.2em;
}

li::marker {
  left: 0;
  top: 0;
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  color: var(--the-green);
}

/*--------------------------*/
/* SEEDCO FONTS */
/*--------------------------*/
@font-face {
  font-family: 'seedco';
  src: url('font/seedco.eot?12457902');
  src: url('font/seedco.eot?12457902#iefix') format('embedded-opentype'),
       url('font/seedco.woff2?12457902') format('woff2'),
       url('font/seedco.woff?12457902') format('woff'),
       url('font/seedco.ttf?12457902') format('truetype'),
       url('font/seedco.svg?12457902#seedco') 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 */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'seedco';
    src: url('../font/seedco.svg?12457902#seedco') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "seedco";
  font-display: swap;
  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-latest_news_icon:before { content: '\e800'; } /* '' */
.icon-next_arrow:before { content: '\e801'; } /* '' */
.icon-online_shop_icon:before { content: '\e802'; } /* '' */
.icon-promotions_icon:before { content: '\e803'; } /* '' */
.icon-slider_back_icon:before { content: '\e804'; } /* '' */
.icon-slider_next_icon:before { content: '\e805'; } /* '' */
.icon-tip_of_the-day_icon:before { content: '\e806'; } /* '' */
.icon-twitter_icon:before { content: '\e807'; } /* '' */
.icon-youtube_icon:before { content: '\e808'; } /* '' */
.icon-blog_icon:before { content: '\e809'; } /* '' */
.icon-dropdown_arrow_icon:before { content: '\e80a'; } /* '' */
.icon-facebook_icon:before { content: '\e80b'; } /* '' */
.icon-home_icon:before { content: '\e80c'; } /* '' */
.icon-instagram_icon:before { content: '\e80d'; } /* '' */
.icon-veg:before { content: '\e80e'; } /* '' */
.icon-left-open:before { content: '\e810'; } /* '' */


/******************************/
html,
body,
.the-body-content {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.btn a {
  background: var(--the-black);
  color: var(--the-white);
  padding: 10px 26px;
  display: inline-block;
}

.events-read-mre .btn {
  padding: 20px 0;
}

/*Container width*/
.container {
  max-width: 85%;
}

.blog-container {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

section {
  scroll-behavior: smooth;
}

/* Landing Page */

.landing-page {
  height: 100vh;
  overflow-y: hidden;
}

.landing-img {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: -65px;
}

.seedco-landing-logo img {
  width: 300px;
}

.gradient-bg {
  background: rgb(81, 229, 141);
  background: linear-gradient(
    0deg,
    rgba(81, 229, 141, 1) 0%,
    rgba(20, 171, 81, 1) 100%
  );
}

.field-crop,
.veg-crop {
  text-align: center;
}

.crop-wrapper a {
  color: var(--the-white);
  font-size: 2em;
  font-weight: 600;
}

.gradient-bg {
  background: rgb(81, 229, 141);
  background: linear-gradient(
    0deg,
    rgba(81, 229, 141, 1) 0%,
    rgba(20, 171, 81, 1) 100%
  );
  padding: 70px 0;
}

.seedco-landing-logo {
  text-align: center;
}

.landing-img img {
  width: 350px;
}

/* Slider */

.slider-container {
  position: relative;
}

#homeSlider .item {
  height: 100vh;
  background-position: top 20% center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-caption {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.slider-btns {
  display: flex;
  gap: 20px;
}

@media (min-width: 767px) {
  .caption-holder {
    width: 50%;
  }

  .social-media {
    position: absolute;
    transform: rotate(-270deg);
    transform-origin: 0;
    gap: 20px;
    display: flex;
    right: 60px;
    width: 100%;
    top: 50%;
  }

  .caption-holder h1 {
    font-size: 3em !important;
    color: var(--the-white);
    margin-bottom: 30px;
  }
}

.active .caption-holder {
  animation: slideInUp;
  -webkit-animation: slideInUp;
  animation-duration: 2s;
}

.caption-holder h1 {
  font-size: 2em;
  color: var(--the-white);
  margin-bottom: 30px;
}

.learn-more-btn a {
  color: var(--the-white);
  padding: 13px 40px;
  display: inline-block;
  transition: 900ms;
  border: 1px solid var(--the-white);
  font-size: 15px;
  font-weight: 500;
  transition: 900ms;
}

.learn-more-btn.whats-new a {
  color: var(--the-white);
  padding: 13px 40px;
  display: inline-block;
  transition: 900ms;
  border: 1px solid var(--the-red);
  background-color: var(--the-red);
  font-size: 15px;
  font-weight: 500;
  transition: 900ms;
}

.learn-more-btn a:hover {
  border: 1px solid var(--the-white);
  background-color: var(--the-green);
}

.slider-container .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.social-media a {
  color: var(--the-white);
}

.social-media a {
  color: var(--the-white);
  font-size: 25px;
  border: 2px solid var(--the-white);
  border-radius: 50%;
  transition: 900ms;
}

.social-media a:hover {
  background-color: var(--the-green);
  cursor: pointer;
}

#homeSlider .owl-nav {
  position: absolute;
  bottom: 2.5em;
  right: 12%;
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  #homeSlider .owl-nav {
    right: 30px;
  }
}

#homeSlider .owl-dots {
  display: none;
}

.home-pg iframe {
  width: 100%;
  height: 390px;
}

#homeSlider .icon-slider_next_icon,
#homeSlider .icon-slider_back_icon {
  font-size: 1.8em;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  padding: 3px 1px;
  transition: ease-in-out 900ms;
}

#homeSlider .icon-slider_next_icon:hover,
#homeSlider .icon-slider_back_icon:hover {
  color: var(--the-black);
  background: var(--the-white);
}

.slider-social-media {
  position: absolute;
  bottom: 54px;
  right: 90px;
  color: #fff;
  animation: fadeIn;
  -webkit-animation: fadeIn;
  animation-duration: 2s;
}

.header-wrapper {
  animation: fadeIn;
  -webkit-animation: fadeIn;
  animation-duration: 3s;
}

.active .slider-social-media,
.active button {
  color: #fff;
  animation: fadeIn;
  -webkit-animation: fadeIn;
  animation-duration: 2s;
}

.slider-social-media i {
  color: var(--the-white);
  border: 2px solid var(--the-white);
  border-radius: 50px;
  font-size: 20px;
  padding: 5px 3px;
  transition: ease-in-out 900ms;
}

.slider-social-media i:hover {
  color: var(--the-black);
  background: var(--the-white);
}

i.fa-brands.fa-linkedin-in {
  padding: 10px 10px;
  font-size: 14px;
}

.slider-social-media {
  position: absolute;
  bottom: 190px;
  right: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 796px) {
  .slider-social-media {
    display: none;
  }

  .learn-more-btn a {
    padding: 13px 2px;
  }
}

.slider-social-media p {
  transform: rotate(90deg);
  position: relative;
  left: -16px;
  font-size: 13px;
  margin: 20px 0;
}

/* Quick Link Menu */

.quick-menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
}

.bg-green {
  background: var(--the-green);
  padding: 10px 0;
  color: var(--the-white);
  margin-bottom: 40px;
}

.bg-crops svg {
  fill: white;
  font-size: 20px;
  height: 55px;
  padding: 0 10px;
}

@media (max-width: 687px) {

  .quick-menu a {
    display: unset !important;
  }
  
}

.quick-menu i {
  font-size: 2.8em;
}

.quick-menu a {
  color: var(--the-white);
  display: flex;
  align-items: center;
}

.quick-latest-news {
  position: relative;
}

@media (min-width: 1080px) {
  .quick-latest-news::after {
    content: "|";
    font-size: 51px;
    position: absolute;
    left: 279px;
    font-weight: 1;
    top: 0;
  }
}

@media (max-width: 556px) {
  .quick-menu {
    display: inherit;
    justify-content: center;
    text-align: center;
  }

  .quick-menu i {
    font-size: 3.2em;
  }
}

/* Welcome */

.home-pg .wp-block-embed iframe {
  max-width: 100% !important;
  width: 100%;
  height: 390px;
}

.home-pg h1 {
  font-size: 3em;
  font-weight: 700;
  color: var(--the-red);
  margin-bottom: 20px;
}

/* Products */

.sc-products {
  margin: 20px 0 100px;
}

.sc-product {
  border: 1px solid var(--the-green);
  padding: 10px 0 5px;
  margin: 20px 0;
}

.product-img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.product-title {
  text-align: center;
  color: var(--the-green);
  font-size: 15px;
  font-weight: 500;
}

.product-title a {
  color: var(--the-green);
}

#productSlider .owl-nav {
  position: absolute;
  right: 0;
  font-size: 2em;
  margin-top: 20px;
}

#productSlider i,
#testimonySlider i {
  color: var(--the-green);
  border: 1px solid var(--the-green);
  border-radius: 50px;
  padding: 2px 0;
  margin: 0 5px;
}

#productSlider i:hover,
#testimonySlider i:hover {
  color: var(--the-white);
  border: 1px solid var(--the-green);
  background: var(--the-green);
  transition: ease-in-out 900ms;
}

.sc-products h2 {
  text-align: center;
}

.product-img img {
  width: 178px;
  height: 178px;
  object-fit: scale-down;
}

/* Tips */

.tip-wrapper {
  margin: 100px 0;
  clear: both;
}

.tip-text {
  background: var(--the-green);
  color: var(--the-white);
  padding: 10px 20px;
}

.tip-text p {
  font-size: 1em;
}

.tips-img img {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

.tip-text h2 {
  color: var(--the-white);
}

/* Quick Links */

.number {
  font-size: 2em;
  font-weight: 600;
}

.sc-links a {
  font-size: 1.2em;
  color: var(--the-black);
  transition: 500ms ease-in-out;
}

.sc-links a:hover {
  color: var(--the-red);
}

.sc-quick-links {
  padding: 30px;
}

.grey-bg {
  background: var(--the-light-gray);
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  width: 93%;
}

.sc-links hr {
  border: 1px solid var(--the-white);
}

/* Testimonials */

.testi-container h2 {
  text-align: center;
}

.testimony p {
  font-weight: 600;
  font-size: 14px;
}

#testimonySlider .owl-nav {
  float: right;
  font-size: 2em;
  margin-bottom: 40px;
}

/* Blog */

.blog {
  clear: both;
}

.blog-title a {
  font-weight: 600;
}

.the-date p {
  color: var(--the-red);
}

.blogs-wrapper {
  margin-bottom: 20px;
}

/* FAQs */

.faqs {
  margin: 60px 0;
}

.faq-header {
  margin: 40px 0;
  display: none;
}

.faq-header h2,
.faq-header p {
  text-align: center;
}

.faqs .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  float: right !important;
  color: #444 !important;
  font-size: 15px !important;
}

.faqs .sp-easy-accordion > .sp-ea-single > .ea-header a::before {
  content: "Q.";
  color: var(--red);
  font-size: 2.2em;
}

.faqs .sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #444 !important;
}

.faqs .ea-body p:nth-child(1)::before {
  content: "A. ";
  font-size: 2.8em;
  color: var(--green);
  font-weight: 600;
}

.faqs .sp-easy-accordion > .sp-ea-single > .ea-header a::before {
  content: "Q.";
  color: var(--red);
  font-size: 2.3em;
  font-weight: 600;
}

.faqs .sp-easy-accordion > .sp-ea-single {
  background: #fff !important;
}

.faqs .sp-easy-accordion > .sp-ea-single {
  border-top: 1px solid var(--the-grey);
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
}
/* Footer */

.footer-holder {
  background-image: url(../img/key-issues-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: var(--white);
  padding: 30px 0;
  position: relative;
}

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

.footer-logo img {
  width: 200px;
}

.footer-menu {
  margin-top: 30px;
}

.footer-links ul {
  list-style: none;
}

.footer-menu p,
.footer-menu a {
  color: var(--the-white);
  transition: ease-in-out 900ms;
}

.footer-menu a:hover {
  margin-left: 5px;
  transition: ease-in-out 900ms;
}

.footer-links ul a {
  color: var(--the-white);
  transition: 900ms;
  position: relative;
}

.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  color: var(--the-white);
}

.footer-links ul a::after {
  position: absolute;
  content: "";
  background: currentColor;
  border-bottom: 2px solid;
  height: 2px;
  left: 0;
  width: 100%;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms ease-in;
}

.footer-disclaimer p {
  color: var(--the-white);
}

.footer-disclaimer a {
  color: var(--the-brown);
}

.footer-line {
  border: 1px solid var(--the-white);
}

#mega-menu-wrap-footer-menu {
  background: rgba(255, 255, 255, 0);
}

.mc4wp-form-fields input {
  background: transparent;
  border: 1px solid var(--the-white);
  padding: 10px;
  color: var(--the-white);
  transition: 900ms;
  width: 100%;
}
.mc4wp-form-fields input::placeholder {
  color: var(--white);
}

.the-submit input {
  background: var(--the-black);
  border: 1px solid var(--the-black);
  padding: 10px;
  color: var(--the-white);
}

.the-submit input:hover {
  background: var(--the-white);
  border: 1px solid var(--the-black);
  color: var(--the-black);
}

.submit-btn input {
  width: 100%;
  background: var(--the-red);
  border: none;
  transition: 900ms;
}

.submit-btn input:hover {
  background: var(--the-black);
}

.the-input-field input::placeholder {
  color: var(--the-black);
}

.mc4wp-form-fields .the-submit {
  margin-left: -15px;
}

.footer-social-icons a {
  font-size: 30px;
  color: var(--the-white);
  border: 1px solid var(--the-white);
  padding: 3px 0;
  margin-right: 5px;
  transition: 900ms;
  border-radius: 50px;
}

.footer-social-icons a:hover {
  font-size: 30px;
  color: var(--the-black);
  border: 1px solid var(--the-white);
  background: var(--the-white);
}

.footer-social-icons i.fa-brands.fa-linkedin-in {
  padding: 10px 13px;
  font-size: 20px;
}

/* .footer-disclaimer {
  color: var(--the-white);
  background: var(--the-black);
} */

.footer-disclaimer {
  position: relative;
}

.footer-disclaimer a {
  color: var(--the-white);
}

.footer-line {
  border: 1px solid var(--the-white);
}

.footer-copy {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-copy img {
  width: 130px;
}

.footer-copy p {
  margin-bottom: 0;
  font-size: 15px;
}

.footer-menu p {
  color: var(--the-white);
  font-weight: 600;
}

.footer-newsletter p,
.footer-social-icons {
  color: var(--the-white);
  font-weight: 500;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu li {
  margin-left: 0;
}

.more-quick {
  padding-top: 40px;
}

/* About Us */

.about-us {
  position: relative;
  width: 100%;
}

.learn-more-button a::after {
  content: "\e808";
  left: 5px;
  position: relative;
  width: 100%;
  top: 0;
  font-family: seedcoicons;
  font-size: 20px;
  color: var(--the-green);
}

.learn-more-button a {
  color: var(--the-black);
  font-weight: 600;
}

/* News */

.news {
  margin: 40px 0;
  background-repeat: repeat;
  background-size: cover;
  padding: 20px 0;
}

.gap {
  margin-bottom: 30px;
}

.news-img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}

.the-news-title a {
  color: var(--the-black);
  font-weight: 600;
  font-size: 15px;
  height: 50px;
  display: inline-block;
}

.news-wrapper {
  border-bottom: 5px solid var(--the-light-gray);
  padding-bottom: 20px;
  transition: 1s;
}

.news-wrapper:hover {
  border-bottom: 5px solid var(--the-black);
  padding-bottom: 20px;
}

.all-news-btn {
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

.all-news-btn a {
  text-align: center;
  border: 2px solid var(--the-black);
  width: 100%;
  padding: 10px;
  display: inline-block;
  color: var(--the-black);
  text-transform: uppercase;
  font-weight: 600;
  transition: 900ms;
}

.all-news-btn a:hover {
  background-color: var(--the-black);
  color: var(--the-white);
}

/* News Ajax */

.news-blog-wrapper {
  border: 1px solid var(--the-black);
  padding: 20px;
  flex-basis: 48%;
  position: relative;
}

.news-blog-wrapper:hover {
  background-color: var(--the-black);
  color: var(--the-white);
}

.news-blog-wrapper:hover a {
  color: var(--the-white);
}

.news-blog-wrapper:hover .the-blog-title a h5 {
  color: var(--the-white);
}

.news-blog-wrapper:hover .the-blog-title::after {
  border-bottom: 5px solid var(--the-light-gray);
}

.news-blog h5 {
  font-size: 1.2em;
  color: var(--the-black);
  font-weight: 400;
  position: relative;
  height: 46px;
  overflow: hidden;
}

.the-blog-title::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  border-bottom: 5px solid var(--the-black);
  width: 10%;
  display: inline-block;
}

.blog-excerpt {
  margin-top: 45px;
}

.the-blog-title {
  height: 46px;
  position: relative;
}

.news-date {
  padding: 60px 0 0;
}

.besr-blog {
  margin-bottom: 40px;
}

.page-filters .children li {
  border-bottom: none;
}

.page-filters .children {
  margin-left: 40px;
}

/* Insights */

@media (max-width: 797px) {
  .insights-posts {
    width: 100% !important;
  }
}

.insights-posts {
  width: 300px;
}

.insights-flex {
  display: flex;
  flex-wrap: wrap;
}

.insights-img img {
  height: 150px;
}

.insights-posts a {
  color: var(--the-black);
  font-size: 15px;
}

.insights-posts {
  padding: 10px 15px 20px 0;
}

/* Programmes */

.programme-bg-img {
  padding: 65px 40px;
  background-image: url(http://localhost/besr/wp-content/uploads/2021/05/books-in-library.png);
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.programme-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(40, 34, 64, 0.7);
  z-index: -1;
}

.title-programmes {
  border-bottom: 1px solid var(--the-white);
  padding: 20px;
}

.title-programmes a {
  color: var(--the-white);
}

.programmes h2 {
  border-bottom: 1px solid var(--the-light-gray);
  padding-bottom: 20px;
  font-weight: 500;
  color: var(--the-white);
}

.programme-section {
  margin: 40px 0;
}

.programme-section .gap {
  padding: 30px 0;
}

/* Events */
.eventslider {
  height: 400px;
  position: relative;
}

.slider-event-title {
  top: 40%;
  position: relative;
  left: 50px;
  color: var(--the-white);
  width: 65%;
  z-index: 999;
}

@media (max-width: 797px) {
  .slider-event-title {
    top: 10%;
    width: 80%;
  }
}

.slider-event-title h4 {
  font-size: 2.2em;
  font-weight: 400;
  margin-bottom: 0;
}

.event-meta {
  font-size: 18px;
  font-weight: 300;
}

.eventslider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(40, 34, 64, 0.7);
  z-index: 1;
}

#eventSlider .icon-left-open,
.icon-right-open {
  font-size: 1.6em;
  color: var(--the-black);
  border: 1px solid var(--the-black);
  margin: 5px;
  padding: 5px 6px;
  transition: 900ms;
}

#eventSlider .icon-left-open:hover,
#eventSlider .icon-right-open:hover {
  color: var(--the-white);
  background: var(--the-black);
  border: 1px solid var(--the-black);
}

#eventSlider .owl-nav {
  margin-top: 10px;
}

#eventSlider .owl-dot {
  background: var(--the-light-gray) !important;
  width: 10px !important;
  height: 10px !important;
  margin: 5px;
  border-radius: 50%;
}

#eventSlider .owl-dot.active {
  background: var(--the-black) !important;
  width: 10px !important;
  height: 10px !important;
  margin: 5px;
  border-radius: 50%;
}

#eventSlider .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 45%;
}

/* Partners*/

#partnerSlider .owl-nav {
  /* position: absolute;
    bottom: 7em;
    right: 0; */
  display: none;
}

#partnerSlider img {
  width: 135px;
  height: auto;
  object-fit: cover;
}

.partners-align {
  text-align: center;
}

.partners h2 {
  padding: 10px 0;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.partners .row.cl-img {
  margin-bottom: 40px;
}

.partners-align h2::after {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--the-black);
  width: 50px;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  right: 50%;
}

.partners img {
  width: 150px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

/*Events*/

.single-events h5 {
  color: var(--the-brown);
  padding-right: 10px;
}

.single-events h1 {
  margin-bottom: 40px;
}

.single-contact-title {
  color: var(--the-black);
}

.single-contact-details {
  background: var(--the-light-gray);
  padding: 25px;
}

.all-events img {
  height: 300px;
  top: 0;
  object-fit: cover;
  object-position: top;
}

/*Events*/
.events-holder {
  box-shadow: 0px 0px 5px #ddd;
  margin-bottom: 40px;
  position: relative;
}

.events-text {
  padding: 20px;
}

.all-events h4 {
  margin-bottom: 30px;
}

.events-title a {
  color: var(--the-white);
  font-size: 1.3em;
  font-weight: 500;
}

.learn-more {
  text-align: center;
  margin-bottom: 50px;
}

.learn-more .btn a {
  text-transform: uppercase;
}

.events-border-b {
  border-bottom: 1px solid var(--the-brown);
  margin-bottom: 40px;
}

.events-title {
  position: absolute;
  left: 0;
  width: 68%;
  padding: 10px;
}

.events-image::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgb(40, 34, 64, 0.7);
}

@media only screen and (min-width: 768px) {
  .events-holder {
    display: flex;
    width: 100%;
    position: relative;
  }

  .events-text {
    flex-basis: 35%;
    padding: 20px;
  }

  .events-image {
    flex-basis: 65%;
    position: relative;
    z-index: 0;
  }
}

.sidebar-event-title {
  background: var(--the-brown);
  color: var(--the-white);
  padding: 30px 0px 15px 0px;
  text-align: center;
}

.events-cat h6 a {
  color: var(--the-black);
  font-size: 1em;
  margin: 10px;
  line-height: 30px;
  transition: 900ms;
  position: relative;
}

.events-cat h6 a::after {
  position: absolute;
  content: "";
  background: currentColor;
  border-bottom: 2px solid;
  height: 2px;
  left: 0;
  width: 100%;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms ease-in;
}

.events-cat h6 a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  color: var(--the-brown);
}

.sidebar-wrapper {
  box-shadow: 0px 0px 5px #ddd;
}

.sidebar-content {
  padding: 20px 0;
}

/* Contact */

.contact-details {
  background: var(--the-grey);
  padding: 60px 30px 40px 30px;
}

.contact-details h1 {
  font-weight: 300;
  color: var(--the-black);
  margin-bottom: 40px;
}

.contact-content h4 {
  font-size: 1.8em;
  font-weight: 300;
}

.contact-content {
  margin-bottom: 40px;
}

.contact-content a {
  color: var(--the-black);
  transition: 900ms;
  font-weight: 200;
}

.media-icons i {
  color: var(--the-black);
  font-size: 40px;
  border: 1px solid var(--the-black);
  margin-right: 15px;
}

/*PAGINATION*/

.pagination {
  clear: both;
  padding: 0px 0 50px 0;
  position: relative;
  font-size: 1em;
  line-height: 13px;
  float: right;
}

.pagination a,
.pagination span {
  display: block;
  float: left;
  font-weight: 200;
  margin: 2px 5px 2px 0;
  padding: 15px;
  text-decoration: none;
  width: auto;
  color: var(--the-light-gray);
  background: var(--the-red);
  transition: 900ms;
  border-radius: 10px 0px;
}

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

.pagination .current {
  padding: 15px;
  background: var(--the-black);
  color: var(--the-light-gray);
}

.col-md-3.events-cat {
  position: sticky;
  top: 0;
}

/*Adverstisement*/

.ads h3 {
  text-align: center;
  margin-top: 30px;
}

.ads img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-weight: normal;
  font-family: Open Sans;
  color: #fff !important;
  font-size: 12px;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border: 0;
  box-shadow: none;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input::placeholder {
  color: #fff !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: var(--the-brown) !important;
}

/*===== Testimonials Style 1 =====*/
.testmonials h2 {
  text-align: center;
  margin: 40px 0;
  padding-top: 30px;
}

.testi-wrp {
  float: left;
  width: 100%;
}

.testi-innr {
  display: inline-block;
  max-width: 775px;
  width: 100%;
}

.testi-car {
  float: left;
  width: 100%;
}

.testi-itm {
  float: left;
  width: 100%;
}

.testi-inf {
  display: inline-block;
  position: relative;
}

.testi-inf > img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block !important;
  max-width: 90px;
}

.testi-inf-innr {
  float: left;
  width: 100%;
  margin-top: 13px;
}

.testi-inf-innr > h6 {
  color: #303030;
  font-size: 18px;
  margin-bottom: 0;
}

.testi-inf-innr > span {
  color: #979797;
  font-size: 14px;
}

.testi-itm > p {
  font-style: italic;
  color: #303030;
  margin-bottom: 0;
  font-size: 0.9em;
  display: inline-block;
}

.testi-itm .testi-inf + p {
  margin-top: 20px;
}

.testi-inf::before,
.testi-inf::after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  font-size: 100px;
  color: var(--the-brown);
  top: 0;
  line-height: initial;
}

.testi-inf:before {
  content: "\201C";
  left: -80px;
}

.testi-inf::after {
  content: "\201D";
  right: -80px;
}

.testmonials.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 35px;
}

.testmonials .owl-carousel .owl-dots button.owl-dot {
  height: 7px;
  width: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0c8040;
  margin: 0 10px;
  position: relative;
}

.testmonials .owl-carousel .owl-dots button.owl-dot:before {
  content: "";
  position: absolute;
  border: 2px solid;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.testmonials .owl-carousel .owl-dots button.owl-dot:hover:before,
.owl-carousel .owl-dots button.owl-dot:focus:before,
.owl-carousel .owl-dots button.owl-dot.active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.testi-car.owl-carousel .owl-item img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  object-fit: cover;
}

.testi-car .owl-dots {
  display: none;
}

#testimonialSlider .icon-back_arrow_white,
#testimonialSlider .icon-next_arrow_white {
  font-size: 30px;
  color: var(--the-brown);
  border: 1px solid var(--the-brown);
  margin: 5px;
  border-radius: 50px;
  padding: 0px 0;
}

#testimonialSlider .owl-next {
  position: absolute;
  right: -30px;
  top: 6em;
}

#testimonialSlider .owl-prev {
  position: absolute;
  left: -30px;
  top: 6em;
}

/*Magazine*/

.magazine-wrapper img {
  height: 300px;
  /* margin: ; */
  /* margin-right: auto; */
  /* margin-left: auto; */
  /* display: block; */
}

.magazine-wrapper {
  width: 230px;
  position: relative;
  margin: 30px 0;
}

.magazine-wrapper p {
  font-size: 1em;
  color: var(--the-white);
}

.mag-title {
  background: rgba(0, 0, 0);
  /* padding: px; */
  min-height: 50px;
  padding: 0 10px;
}

/*LightBox Images*/

.winner-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: 1s;
  border-radius: 10px;
}

.winner-img img:hover {
  margin-top: -10px;
  transition: 1s;
}

.winner-img item {
  box-shadow: 0 8px 12px rgb(0 0 0 / 8%);
}

.lightbox {
  /** Hide the lightbox */
  width: 0;
  height: 0;
  overflow: hidden;

  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #333333;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}

/** Show lightbox when it is target */
.lightbox:target {
  width: 100%;
  height: 100%;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.lightbox .box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 500px;
  margin: 2% auto;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  box-shadow: 0px 1px 26px -3px #777777;
  position: relative;
  z-index: 2;
}

.lightbox .title {
  margin: 0;
  padding: 0 0 10px 0px;
  border-bottom: 1px #ccc solid;
  font-size: 22px;
}

.lightbox .content {
  display: block;
  position: relative;
}

.lightbox .content .desc {
  z-index: 99;
  bottom: 0;
  position: absolute;
  padding: 10px;
  margin: 0 0 4px 0;
  background: rgba(0, 0, 0, 0.8);

  color: #fff;
  font-size: 17px;
  opacity: 0;
  text-align: left;
  transition: opacity ease-in-out 0.5s;
}

.lightbox .content:hover .desc {
  opacity: 1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
  display: block;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #858585;
}

.prev {
  float: left;
}

.next,
.close {
  float: right;
}

.clear {
  display: block;
  clear: both;
}

.close_out {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Results Page*/
.the-results h3 {
  color: var(--the-brown);
}

.the-results p {
  color: var(--the-black);
}

.the-results {
  border-bottom: 2px solid var(--the-brown);
  margin-bottom: 25px;
}

/*Vacancies*/

.vacancies h3 {
  color: var(--the-black);
}

.vacancy-details p {
  color: var(--the-brown);
  transition: 900ms;
}

.vacancy-details p:hover {
  color: var(--the-black);
}

.due-date {
  color: var(--the-brown);
}

.vacancies {
  border: 2px solid var(--the-brown);
  margin-bottom: 20px;
  padding: 15px 10px;
}

.vacancies h6 {
  color: var(--the-black);
}

.single-vacancies h3 {
  color: var(--the-brown);
}

.single-vacancy-details h6 {
  font-weight: 700;
}

.single-vacancy-details h6 .due-date {
  font-weight: 600;
  color: var(--the-brown);
}

/*Videos*/

.the-vid-gallery {
  margin-bottom: 30px;
}

.videos iframe {
  width: 100%;
  height: 300px;
}

/* Projects */

.caf-meta-content {
  display: none !important;
}

/* .caf-featured-img-box {
	display: none !important;
} */

/* .caf-row {
	display: flex !important;
	flex-direction: column !important;
} */

.data-target-div1 #caf-post-layout1 .caf-post-title {
  background-color: transparent !important;
}

#caf-post-layout1 .manage-layout1 {
  padding: 0;
  box-shadow: none !important;
}

.post_count {
  display: none !important;
}

#caf-filter-layout3 h2 {
  display: none;
}

.data-target-div1 #caf-filter-layout3 li a.active {
  background-color: #e65f43;
  color: #fff !important;
  border-color: #e65f43;
}

.data-target-div1 .error-caf {
  background-color: transparent !important;
  color: var(--the-black) !important;
  font-size: 45px !important;
}

.data-target-div1 #caf-post-layout1 .caf-post-title h2 {
  color: var(--the-black) !important;
  font-size: 1em !important;
}

.fa-angle-double-right::before {
  display: none;
}

/* About seedco */

.about-seedco h6 {
  font-weight: 600;
}

.established,
.vision,
.mission,
.values,
.approach {
  margin: 40px 0;
  position: relative;
  padding-left: 80px;
}

.established::before {
  content: "\e80c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: seedcoicons;
  background: var(--the-light-gray);
  font-size: 38px;
  border-radius: 50px;
  color: var(--the-black);
  padding: 0px 10px;
}

.vision::before {
  content: "\e803";
  position: absolute;
  left: 0;
  top: 0;
  font-family: seedcoicons;
  background: var(--the-light-gray);
  font-size: 38px;
  border-radius: 50px;
  color: var(--the-black);
  padding: 0px 10px;
}

.mission::before {
  content: "\e801";
  position: absolute;
  left: 0;
  top: 0;
  font-family: seedcoicons;
  background: var(--the-light-gray);
  font-size: 38px;
  border-radius: 50px;
  color: var(--the-black);
  padding: 0px 10px;
}

.values::before {
  content: "\e802";
  position: absolute;
  left: 0;
  top: 0;
  font-family: seedcoicons;
  background: var(--the-light-gray);
  font-size: 38px;
  border-radius: 50px;
  color: var(--the-black);
  padding: 0px 10px;
}

.approach::before {
  content: "\e800";
  position: absolute;
  left: 0;
  top: 0;
  font-family: seedcoicons;
  background: var(--the-light-gray);
  font-size: 38px;
  border-radius: 50px;
  color: var(--the-black);
  padding: 0px 10px;
}

/* Sidebar */

.projects-sidebar {
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  padding: 30px 20px 30px 20px;
}

.recent-projects h3 {
  border-bottom: 2px solid var(--the-light-gray);
  padding-bottom: 10px;
}

.recent-projects h5 a {
  color: var(--the-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: 900ms;
}

.recent-projects h5 {
  border-bottom: 1px solid var(--the-black);
  padding: 5px 0;
}

.recent-projects h5 a:hover {
  color: var(--the-black);
}

.single-project h6 {
  color: var(--the-green);
  font-weight: 600;
}

/*Testimony*/

.testimony-from {
  display: flex;
  width: 100%;
  padding: 30px 0;
}

.testimony-owner,
.testimony-image {
  flex-basis: 50%;
}

.testimony-image img {
  height: 90px;
  border-radius: 100px;
  float: right;
}

.testimony-wrapper {
  background: var(--the-black);
  color: var(--the-white);
  padding: 15px;
  position: relative;
  border-radius: 20px;
}

.testimony-wrapper::after {
  content: "";
  position: absolute !important;
  display: inline-block !important;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid var(--the-black);
  bottom: -30px;
  right: 20px;
}

.testimony-owner .test-name {
  font-weight: 600;
  color: var(--the-black);
  /* font-size: 20px; */
}

.testimony-wrapper .fas.fa-quote-left {
  font-size: 30px;
  padding: 10px;
}

.testimony-owner {
  display: flex;
  gap: 20px;
}

/* Projects */

.project-meta {
  margin-top: 10px;
}

.project-meta h5 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--the-black);
}

.project-meta p {
  color: var(--the-black);
}

.project-image {
  overflow: hidden;
}

.project-wrapper:hover .project-image img {
  transform: scale(1.1);
  transition: 1s;
}

.woow-gal-amron-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woowgallery-amron {
  margin-bottom: 40px;
}
