@charset "UTF-8";
/*!
Theme Name: agf
Theme URI: http://africanguaranteefund.com/
Author: africanguaranteefund.me
Author URI: http://africanguaranteefund.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ncba-ig
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you have learned.

ncba-ig is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
@import "./responsiveness.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 15px;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.75px;
  line-height: 23px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
}

a {
  text-decoration: none;
}

p {
  padding: 10px 0;
  margin: 0;
}

.menu-container {
  background-color: white;
  width: 100%;
}

.tilt-arrow {
  display: inline-block;
  transform: rotate(-45deg);
}

.btn-primary {
  background-color: #DCE25A;
  color: #000 !important;
  border: none;
  padding: 7px 18px;
  margin: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #225F3E;
  color: rgba(255, 255, 255, 0.7137254902) !important;
}

.light-yellow-bg {
  background-color: rgb(255, 246, 224);
  border-radius: 10px;
}

.light-green-bg {
  background-color: rgba(39, 58, 41, 0.13);
  border-radius: 10px;
}

.span-title {
  color: #90C52D;
  font-weight: 800;
}

.span-title-dark {
  color: #DCE25A;
  font-weight: 800;
}

.sidbar-social {
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  z-index: 1000;
}
.sidbar-social li {
  background-color: white;
  list-style: none;
  border-radius: 30px;
  text-align: center;
  padding: 8px 9px;
  border: 1px solid #E9EDCA;
}
.sidbar-social li:hover {
  background-color: #E9EDCA;
  transition: all 0.3s ease;
}

.fa-facebook-f {
  color: #3b5998;
}

.fa-x-twitter {
  color: #1da1f2;
}

.fa-linkedin-in {
  color: #0077b5;
}

.fa-instagram {
  color: #e1306c;
}

.fa-youtube {
  color: #ff0000;
}

.single-post img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.archives-sidebar {
  border-left: 1px solid #d2d2d2;
}
.archives-sidebar a {
  display: block;
  padding: 12px 20px;
  color: #000;
  border-top: 1px solid #E9EDCA;
  font-weight: 900;
}
.archives-sidebar a:hover {
  background-color: #E9EDCA;
  transition: all 0.3s ease;
  color: #225F3E;
  transition: all 0.3s ease;
}

.faqs-bx {
  color: #000;
}
.faqs-bx .accordion-button {
  color: #225F3E;
  background-color: #E9EDCA;
  box-shadow: 0;
  font-weight: bold;
}
.faqs-bx .accordion-header {
  margin-bottom: 10px;
}
.faqs-bx .accordion-item {
  border: none;
}

.nav-links {
  font-size: 20px;
}
.nav-links a {
  border: 1px solid #E9EDCA;
  padding: 10px 20px;
  color: #000;
  font-weight: 600;
}
.nav-links a:hover {
  background-color: #E9EDCA;
  color: #225F3E;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nav-links .current {
  border: 1px solid #E9EDCA;
  padding: 10px 20px;
  background-color: #225F3E;
  color: white;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 100px;
  width: auto;
  background: #E9EDCA;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto a {
  color: #000;
  border-top: 1px solid #d2d2d2;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto a:hover {
  color: #225F3E;
}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
  margin-top: 0;
}

/* ============ Slider Styles ============ */
#home-slider {
  width: 100%;
  min-height: 650px;
  overflow: hidden;
  margin-top: 47px;
}
#home-slider img {
  width: 100%;
  height: 80vh;
  display: block;
  filter: brightness(0.5);
}
#home-slider .slide-bx {
  position: absolute;
  top: 40%;
  left: 17%;
  width: 30%;
  height: auto;
  overflow: hidden;
  color: white;
}
#home-slider .owl-dots {
  position: absolute;
  width: 10%;
  left: 15%;
  bottom: 22%;
  justify-content: left;
  margin: auto;
  border-radius: 15px;
}
#home-slider .owl-dots .owl-dot.active span {
  background-color: #90C52D;
  padding: 0 10px;
  border-radius: 15px;
  transform: scale(1);
}

.banner {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==== Ours Products Styles ====*/
#our-products a {
  color: #000;
}
#our-products img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-products .owl-item:not(:last-child) .item {
  border-right: 1px solid rgba(204, 204, 204, 0.3);
}
#our-products .owl-item:not(:last-child) .item:hover {
  border-right: none;
}
#our-products .prod-cont-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s ease;
}
#our-products .prod-cont-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #225F3E;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 0;
  border-radius: 15px;
}
#our-products .prod-cont-box > * {
  position: relative;
  z-index: 1;
}
#our-products .prod-cont-box .learn-more {
  color: #90C52D;
  transition: all 0.3s ease;
}
#our-products .prod-cont-box img {
  transition: transform 0.3s ease;
}
#our-products .prod-cont-box a {
  transition: color 0.3s ease;
}
#our-products .prod-cont-box:hover::before {
  transform: translateX(0);
}
#our-products .prod-cont-box:hover {
  color: white;
}
#our-products .prod-cont-box:hover a {
  color: white;
}
#our-products .prod-cont-box:hover .learn-more {
  color: #90C52D;
}
#our-products .prod-cont-box:hover img {
  transform: scale(1.1);
}

.vid-modal {
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark shadow */
}
.vid-modal .modal-body {
  padding: 0;
  margin: 0;
  position: relative;
}
.vid-modal .modal-body p {
  padding: 0;
}
.vid-modal .close-cont {
  position: absolute;
  top: -10%;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  background-color: white;
  color: #225F3E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vid-modal .close-cont:hover {
  background-color: #90C52D;
  width: 40px;
  height: 40px;
  color: white !important;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.related-prod .prod-cont-box {
  border: 1px solid #E9EDCA;
  color: #000;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-prod .prod-cont-box:hover {
  background-color: #E9EDCA;
  transition: all 0.3s ease;
}
.related-prod .prod-cont-box a {
  color: #225F3E;
}
.related-prod .prod-cont-box a:hover {
  color: #000;
}

a.contact-btn {
  background-color: #225F3E;
  color: rgba(255, 255, 255, 0.7137254902);
  border: none;
  border-radius: 0;
  padding: 28px 19px;
  margin: 0;
  color: #90C52D;
}
a.contact-btn:hover {
  background-color: #90C52D;
  color: rgba(255, 255, 255, 0.7137254902);
}
a.contact-btn img {
  width: 20%;
}

button.owl-prev {
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 34%;
}
button.owl-prev span {
  font-size: 60px;
  color: #225F3E;
}

button.owl-next {
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 34%;
}
button.owl-next span {
  font-size: 60px;
  color: #225F3E;
}

.contact-cont {
  width: 100%;
  height: auto;
  background-image: url(images/impact.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 230px 0;
}
.contact-cont .cta-primary {
  background-color: #90C52D;
  color: rgba(255, 255, 255, 0.7137254902);
  border: none;
  border-radius: 30px;
  padding: 8px 25px;
  margin: 0;
}
.contact-cont .cta-primary:hover {
  background-color: #225F3E;
  color: rgba(255, 255, 255, 0.7137254902);
}

#counter-stats {
  width: 100%;
  height: auto;
  background-image: url(images/h20.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: white;
}
#counter-stats .counter {
  font-size: 28px;
  font-weight: bold;
  padding: 0 4px;
}
#counter-stats .counter-description {
  text-align: center;
  width: 100%;
}
#counter-stats .counter-prefix,
#counter-stats .counter-suffix {
  font-size: 28px;
  font-weight: bold;
}

.new-image {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.new-image img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.new-image .cat-bx {
  position: absolute;
  bottom: 14px;
  left: -9px;
}

.news-cont a {
  color: #000;
}
.news-cont img:hover {
  filter: brightness(0.5);
  transition: all 0.3s ease;
}
.news-cont .green-economy {
  background-color: #128341;
  margin-left: 20px;
  font-size: 12px;
  border-radius: 30px;
  padding: 4px 10px;
  color: white;
  border: none;
}
.news-cont .blue-economy {
  background-color: #108240;
  margin-left: 20px;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 4px 10px;
  color: white;
  border: none;
}
.news-cont .agriculture {
  background-color: #226140;
  margin-left: 20px;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 4px 10px;
  border: none;
}
.news-cont .blue-economy {
  background-color: #005999;
  margin-left: 20px;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 4px 10px;
  border: none;
}
.news-cont .blue-economy:hover {
  opacity: 0.8;
}
.news-cont .women-and-youth {
  background-color: #8f1838;
  margin-left: 20px;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 4px 10px;
  border: none;
}
.news-cont .women-and-youth:hover {
  opacity: 0.8;
}
.news-cont .read-more-btn {
  color: #90C52D;
}
.news-cont .read-more-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.news-cont h5:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.news-cont .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  display: block !important;
}

.consultancies-bx h6 a {
  color: #225F3E;
}
.consultancies-bx h6 a:hover {
  color: #000;
}

.our-leadership-bx .profile .prof-bx {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.our-leadership-bx .profile .prof-bx .leadership-pic {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
  border-radius: 20px !important;
}
.our-leadership-bx .profile .prof-bx .leadership-pic img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(238, 235, 235, 0.2);
}
.our-leadership-bx .profile .prof-bx .leadership-pic img:hover {
  filter: brightness(0.9);
  transition: all 0.3s ease;
}
.our-leadership-bx .profile h5 {
  font-size: 18px;
  font-weight: 600;
  color: #225F3E;
}
.our-leadership-bx .profile h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.our-leadership-bx .modal-pic {
  overflow: hidden;
}
.our-leadership-bx .modal-pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-leadership-bx .close-btn {
  position: absolute;
  right: 0;
  padding: 10px;
  z-index: 10;
  font-size: 20px;
}
.our-leadership-bx .close-btn .btn-close {
  color: #225F3E;
}
.our-leadership-bx .close-btn .btn-close:hover {
  color: #90C52D;
  transition: all 0.3s ease;
}
.our-leadership-bx .modal-body {
  padding: 0;
}
.our-leadership-bx .modal-body .content {
  padding-right: 30px;
  text-align: justify;
  padding-bottom: 30px;
}
.our-leadership-bx .horizonta-btns {
  font-size: 18px;
  border-radius: 0;
  color: #225F3E;
}
.our-leadership-bx .horizonta-btns li {
  margin-right: 10px;
}
.our-leadership-bx .horizonta-btns .nav-link {
  background-color: rgba(233, 237, 202, 0.4588235294);
  margin-right: 20px;
  color: black;
  border-top-left-radius: 10px;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 26px;
  width: 100%;
  border: 1px solid #E9EDCA;
}
.our-leadership-bx .horizonta-btns .nav-link:hover {
  background-color: #90C52D !important;
  color: white !important;
  transition: all 0.4s ease;
}
.our-leadership-bx .horizonta-btns .active {
  background-color: #225F3E !important;
  color: white !important;
}
.our-leadership-bx .verticle-btns {
  position: sticky;
  top: 120px;
}
.our-leadership-bx .verticle-btns .nav-link {
  background-color: #E9EDCA;
  color: black !important;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 26px;
  width: 100%;
  border: 1px solid #d2d2d2;
  margin-top: 5px;
}
.our-leadership-bx .verticle-btns .nav-link:hover {
  background-color: #90C52D !important;
  color: black !important;
  transition: all 0.4s ease;
}
.our-leadership-bx .verticle-btns .active {
  background-color: #225F3E !important;
  color: white !important;
}
.our-leadership-bx .profile img {
  margin: auto;
}
.our-leadership-bx .profile h5 {
  font-size: 14px;
  font-weight: 600;
  color: #225F3E;
}
.our-leadership-bx .profile h6 {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.contact-form-bx input, .contact-form-bx select, .contact-form-bx textarea {
  background-color: #E9EDCA;
  border-radius: 0;
}
.contact-form-bx input:focus, .contact-form-bx select:focus, .contact-form-bx textarea:focus {
  border-color: #225F3E;
  box-shadow: none;
  transition: all 0.3s ease;
}
.contact-form-bx .submit-btn {
  background-color: #DCE25A !important;
  color: #225F3E !important;
  border: none;
  border-radius: 30px;
  padding: 8px 25px;
  margin: 0;
}
.contact-form-bx .submit-btn:hover {
  background-color: #225F3E !important;
  color: white !important;
  transition: all 0.3s ease;
}
.contact-form-bx .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding-top: 5px;
}

.cont-desc {
  font-weight: 500;
}

.fa-white {
  color: white;
}
.fa-white:hover {
  color: #90C52D;
  transition: all 0.3s ease;
}

.widget-area {
  border: 1px solid #d2d2d2;
  padding: 15px;
  border-radius: 10px;
}
.widget-area h2 {
  font-size: 21px;
  font-weight: 600;
  color: #225F3E;
}
.widget-area ul {
  padding: 0;
  margin: 0;
}
.widget-area ul li {
  list-style: none;
}
.widget-area ul li a {
  border-top: 1px solid #E9EDCA;
  display: block;
  padding-right: 25px;
  position: relative;
  padding: 7px;
  color: #000;
}
.widget-area ul li a:hover {
  color: #225F3E;
  transition: all 0.3s ease;
}
.widget-area ul li a::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.multimedia {
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
.multimedia .filters {
  text-align: center;
  margin-top: 50px;
}
.multimedia .filters ul {
  padding: 0;
  margin: 0;
}
.multimedia .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  color: #225F3E;
  font-weight: 600;
}
.multimedia .filters ul li:hover {
  color: #90C52D;
  transition: all 0.3s ease;
}
.multimedia .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #90C52D;
  transition: width 350ms ease-out;
}
.multimedia .filters ul li:hover:after {
  width: calc(100% - 60px);
}
.multimedia .filters ul li.active:after {
  width: calc(100% - 60px);
}
.multimedia .filters-content {
  width: 100%;
  height: auto;
}
.multimedia .filters-content .gallery-title {
  position: absolute;
  bottom: 15px;
  z-index: 999;
  text-shadow: 2px 2px 5px #000000;
  color: white;
  margin: auto;
  text-align: center;
  width: 90%;
}
.multimedia .filters-content .grid {
  display: flex;
  flex-wrap: wrap; /* wrap new items to next row */
  margin-left: -10px; /* for gutter compensation */
  height: auto;
}
.multimedia .filters-content .grid .grid-item {
  width: 33.3333%; /* 3 columns */
  padding-left: 10px; /* gutter */
  margin-bottom: 15px; /* vertical spacing */
}
.multimedia .filters-content .grid .grid-item .owl-carousel .owl-item {
  height: 250px;
  overflow: hidden;
}
.multimedia .filters-content .grid .grid-item .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 40vh;
}
.multimedia .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms ease-in-out;
}
.multimedia .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.multimedia .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.footer {
  background-color: #225F3E;
  color: white;
  padding: 50px 0;
  width: 100%;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding: 0;
}
.footer ul li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.footer ul li a:hover {
  color: #DCE25A;
}
.footer ul li:not(:last-child) {
  margin-bottom: 10px;
}

.sponsors-cont .sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.sponsors-cont .sponsor-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.5s;
}
.sponsors-cont .sponsor-item .sponsor-logo {
  height: 120px; /* Set equal height */
  display: flex;
  align-items: center; /* Vertical center */
  justify-content: center;
}
.sponsors-cont .sponsor-item .sponsor-logo img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsors-cont .sponsor-item .sponsor-logo:hover {
  border-color: #225F3E;
}
.sponsors-cont .sponsor-item .sponsor-logo:hover::before {
  left: 100%;
}

.value-block {
  position: relative;
}
.value-block img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.value-block .empower-youth {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(34, 95, 62, 0.8);
  padding: 20px;
  border-radius: 15px;
  width: 49%;
}
.value-block .empower-youth:hover .btn-primary {
  background-color: #E9EDCA;
  color: #000 !important;
}

.h3.wp-block-accordion-heading {
  border-bottom: 1px solid #E9EDCA !important;
  font-weight: 600;
  font-size: 18px;
}

.our-value-section {
  color: #000;
}
.our-value-section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.our-value-section .value-title {
  color: #225F3E;
}
.our-value-section .value-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.our-value-section .value-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E9EDCA;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}
.our-value-section .value-item:hover::before {
  transform: translateX(0);
}
.our-value-section .val-image {
  position: relative;
}
.our-value-section .val-image:hover img {
  filter: brightness(0.5);
  transition: all 0.3s ease;
}
.our-value-section .val-image .play-btn {
  background-color: white;
  position: absolute;
  top: 50%;
  right: 22%;
  border-radius: 30px;
  padding: 10px 16px;
}
.our-value-section .val-image .play-btn:hover {
  background-color: #90C52D;
  color: rgba(255, 255, 255, 0.7137254902);
}

.single-post img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.announcements-bx {
  overflow: hidden;
}
.announcements-bx img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-bx img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-bx img:hover {
  filter: brightness(0.9);
  transition: all 0.3s ease;
}

.mission-vision-bx {
  background-color: #225F3E;
  width: 100%;
  color: white;
}
.mission-vision-bx .vision-mission-bx {
  width: 100%;
  padding-left: 25px;
  padding-bottom: 30px;
}
.mission-vision-bx .vision-mission-bx img {
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
}
.mission-vision-bx .card {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.mission-vision-bx .card:hover {
  background-color: E9EDCA;
  border-color: #E9EDCA;
  transition: all 0.3s ease;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(238, 235, 235, 0.2);
}

.single-post {
  margin-top: 0px;
}

.gen-banner {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  min-height: 320px;
}
.gen-banner img {
  width: 100%;
  height: auto;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gen-banner h3 {
  position: absolute;
  top: 50%;
  color: white;
  width: 100%;
  text-align: center;
}

.news-updates-bx img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-updates-bx .news-cont {
  overflow: hidden;
}

.careers-content .card {
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #E9EDCA;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.careers-content .card:hover {
  border-top: 1px solid #225F3E;
  transition: all 0.3s ease;
}
.careers-content .card:hover a.btn-primary {
  background-color: #225F3E;
  color: white !important;
}
.careers-content .card .card-body {
  border: 0 !important;
  box-shadow: 0;
  border-radius: 0;
}
.careers-content .card .card-body a {
  color: #225F3E;
  transition: color 0.3s ease;
}
.careers-content .card .card-body:hover {
  background-color: #E9EDCA;
  color: #225F3E;
  transition: all 0.3s ease;
}
.careers-content .card .card-body:hover a {
  color: #225F3E;
}

.publications-reports-bx .accordion {
  border-color: none !important;
}
.publications-reports-bx .accordion-item {
  border: none;
}
.publications-reports-bx .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.publications-reports-bx .accordion-button {
  color: #225F3E;
  background-color: #E9EDCA;
  box-shadow: 0;
  font-weight: bold;
}
.publications-reports-bx .accordion-button:hover {
  background-color: #225F3E;
  color: white;
  transition: all 0.3s ease;
}
.publications-reports-bx .accordion-button:afocus {
  border-color: #E9EDCA;
}
.publications-reports-bx .btn-primary {
  font-size: 13px;
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */