
:root {
	--the-green: #009f4f;
	--the-white: #fff;
	--the-black: #231f20;
	--the-light-gray: #c9c9c9;
	--the-grey: #e6e6e6;
	--the-red: #ed1c24;
	--the-yellow: #ffcb05;
	--the-light-green: #8cc63f;
}

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

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

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

ol, ul {
	font-size: unset !important;
}

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

/* 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?59941859#seedco') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "seedco";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-latest_news_icon:before {
	content: "";
}

/* '' */
.icon-next_arrow:before {
	content: "";
}

/* '' */
.icon-online_shop_icon:before {
	content: "";
}

/* '' */
.icon-promotions_icon:before {
	content: "";
}

/* '' */
.icon-slider_back_icon:before {
	content: "";
}

/* '' */
.icon-slider_next_icon:before {
	content: "";
}

/* '' */
.icon-tip_of_the-day_icon:before {
	content: "";
}

/* '' */
.icon-twitter_icon:before {
	content: "";
}

/* '' */
.icon-youtube_icon:before {
	content: "";
}

/* '' */
.icon-blog_icon:before {
	content: "";
}

/* '' */
.icon-dropdown_arrow_icon:before {
	content: "";
}

/* '' */
.icon-facebook_icon:before {
	content: "";
}

/* '' */
.icon-home_icon:before {
	content: "";
}

/* '' */
.icon-instagram_icon:before {
	content: "";
}

/* '' */

/* '' */

/******************************/
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: #51e58d;
	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: #51e58d;
	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;
	}
}

.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;
	transition: 900ms;
	border: 1px solid var(--the-white);
	font-size: 15px;
	font-weight: 500;
}

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

.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, .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: 100px;
	display: flex;
	gap: 10px;
}

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

#homeSlider .owl-dot {
	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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-easy-accordion .sp-ea-single .ea-header a, .ea-body p, .ea-body li {
	font-size: 18px;
}

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

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

#sp-ea-88.sp-easy-accordion > .sp-ea-single {
	background: #fff;
}

#sp-ea-88.sp-easy-accordion > .sp-ea-single {
	border-top: 1px solid var(--the-grey);
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Footer */
.footer-holder {
	background-image: url("https://cdn-ilajefn.nitrocdn.com/IPGPkgpOlbySsXwuIgXotUQcBNFbxpah/assets/images/optimized/rev-1517a77/seedcogroup.com/ke/vegetables/wp-content/themes/Seedco/img/veg.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, .8);
	height: 100%;
	width: 100%;
	top: 0;
}

.footer-holder.nitro-lazy {
	background-image: none !important;
}

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

input[type="email"]::placeholder {
	color: var(--the-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-disclaimer {
	position: relative;
}

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

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

.footer-copy {
	padding: 30px 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: "";
	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;
}

#inside {
	display: flex;
	flex-wrap: wrap;
}

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

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

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

.categories-filters li, .page-filters li {
	list-style: none;
	margin-left: 0;
	padding: 20px 0;
	border-bottom: 1px solid var(--the-black);
}

.categories-filters li a, .page-filters li a {
	color: var(--the-black);
	font-weight: 400;
}

.categories-filters h2, .main-content h2, .page-filters h2 {
	font-size: 3em;
	color: var(--the-black);
	padding-bottom: 30px;
}

.categories-filters h2, .page-filters h2 {
	border-bottom: 1px solid var(--the-black);
}

.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.nitro-lazy {
	background-image: none !important;
}

.programme-bg-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(40, 34, 64, .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: rgba(40, 34, 64, .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: rgba(40, 34, 64, .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: .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: "“";
	left: -80px;
}

.testi-inf::after {
	content: "”";
	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(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.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;
}

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

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

.mag-title {
	background: #000;
	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 rgba(0, 0, 0, 8%);
}

.lightbox {
	/** Hide the lightbox */
	width: 0;
	height: 0;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	color: #333;
	transition: width .5s ease-in-out, height .5s ease-in-out;
	background: rgba(0, 0, 0, .2);
}

/** Show lightbox when it is target */
.lightbox:target {
	width: 100%;
	height: 100%;
	transition: width .5s ease-in-out, height .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 #777;
	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, .8);
	color: #fff;
	font-size: 17px;
	opacity: 0;
	text-align: left;
	transition: opacity ease-in-out .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: 400px;
	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: "";
	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: "";
	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: "";
	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: "";
	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: "";
	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, .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);
}

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

/*New changes*/
.product-variety p {
	font-size: 1.2em !important;
}
