/*==== Style ====*/

body {
  background: #ffffff;
}

/*==== Start Title Section ====*/

.title {
  padding-bottom: 30px;
}
.title h2 {
  font-size: 40px;
  color: #0b4c74;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.question-area .title h2 span {
  display: block;
}
.title h2 span {
  color: #fe6925;
}
.title p.sub-heading {
  font-size: 18px;
  line-height: inherit;
}
.title p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.title p span {
  color: #0368b0;
}
.btn-primary {
  background: transparent;
  border: 2px solid #0b4c74;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #0b4c74;
  height: auto;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: #0b4c74;
  border-color: #0b4c74;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-outline-primary {
  border: 2px solid #ffffff;
  color: #fff;
  height: auto;
  padding: 5px 25px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  text-transform: uppercase;
}
.btn-outline-primary i {
  padding-left: 10px;
  color: #d9903a;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus {
  background: #d9903a;
  border-color: #d9903a;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-outline-primary:hover i,
.btn-outline-primary:focus i,
.btn-outline-primary:active i {
  color: #ffffff;
}

/*============== Home page Area ===============*/

.story-area {
  position: relative;
  background: #ffffff;
}
.story-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
  min-height: 640px;
}
.story-image {
  width: 100%;
  height: 300px;
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.story-content {
  padding: 30px 15px 20px;
  min-height: 230px;
}
.author {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 15px;
  height: 30px;
}
.story-carousel .author a > img,
.author a > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 50px;
  margin-right: 10px;
}
.author h4 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0;
}
.author a {
  color: #000000;
}
.story-content h5 {
  color: #000000;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.story-content h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  height: 100px;
  overflow: hidden;
}
.story-content h3 a {
  font-family: "Comfortaa", sans-serif;
  color: #0368b0;
  font-size: 28px;
  font-weight: bold;
}

.story-content .story-summary {
  height: 80px;
}

.story-content p {
  color: #000000;
  font-size: 13px;
  margin-bottom: 0;
}
.story-content p a {
  color: #fe6925;
}

.story-content a img {
  max-width: 50px;
}
.story-desc {
  height: 70px;
  overflow: hidden;
}
.story-carousel .owl-nav button {
  background: transparent;
  color: #1f1f1f;
  border-radius: 0;
  font-size: 30px;
  height: 36px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  bottom: 50%;
  width: 50px;
  outline: none;
}
.story-carousel .owl-nav button i {
  color: #1f1f1f;
  font-size: 30px;
  line-height: 30px;
}
.story-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -45px;
}
.story-carousel .owl-nav button.owl-prev {
  left: -45px;
  right: inherit;
}
.contributor-recomendation-summary {
  height: 250px;
  overflow: hidden;
}
.quick-area {
}
.quick-content {
  padding: 30px;
  background: #fe6925;
  height: 100%;
}
.quick-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.quick-content p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.quick-area .row > div:first-child > .quick-content {
  background: #fee042;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.quick-area .row > div:first-child > .quick-content h3 {
  color: #052e48;
}
.quick-area .row > div:first-child > .quick-content p {
  color: #052e48;
}
.quick-area .row > div:last-child > .quick-content {
  background: #0b4c74;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.video-image {
  position: relative;
  margin-bottom: 15px;
}
.video-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.video-image > a::before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.newsletter-top-area {
  background: #9df0dc;
  padding: 40px 40px 0;
  border-radius: 20px;
  margin-bottom: -40px;
}
.newsletter-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding-right: 20px;
}
.newsletter-content-item h4 {
  background: #fee042;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-content-item h3 {
  color: #0368b0;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.newsletter-content-item p {
  color: #000000;
  font-size: 13px;
  margin-bottom: 0;
}

/*============== Seed Grant Area ===============*/

.grand-banner h2 {
  color: #0b4c74;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.grand-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.grand-content p.heading {
  color: #fd6925;
  font-size: 36px;
  font-weight: bold;
  line-height: initial;
  padding-right: 30px;
  text-align: inherit;
}
.grand-content h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.grand-content p {
  color: #000000;
  font-size: 14px;
  text-align: justify;
}
ul.seed-project {
  padding: 0 3%;
}
ul.seed-project li {
  color: #ffffff;
  font-size: 13px;
  background: #ff8056;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 15px;
}
ul.seed-project li:nth-child(3) {
  background: #0368b0;
}
ul.seed-project li:first-child {
  background: #fee042;
  color: #000000;
}
ul.seed-project li:last-child {
  background: #9df0dc;
  color: #000000;
}
.grand-content h3 {
  color: #0b4c74;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.seed-eligibility h3 {
  text-align: center;
  color: #0b4c74;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.seed-assist h3 {
  text-align: center;
  color: #0b4c74;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.seed-eligibility p {
  color: #000000;
  font-size: 14px;
}
.seed-eligibility ul {
  background: #e2e2e2;
  padding: 30px 30px 30px 50px;
  border-radius: 10px;
}
.seed-eligibility li {
  color: #000000;
  font-size: 14px;
  padding: 5px 0;
  list-style: disc;
}
.seed-eligibility li a {
  color: #0368b0;
}
.seed-assist ul {
  column-count: 2;
  column-gap: 1.5rem;
}
.seed-assist li {
  padding: 5px 5px 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.seed-assist li img {
  padding-right: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 20px;
}
.seed-assist li a {
  font-size: 13px;
  color: #0b77c2;
  font-weight: bold;
}
.grand-table thead {
  vertical-align: middle;
}
.grand-table th {
  background: #c9c9c9;
  border: none;
  padding: 10px 15px;
  min-width: 150px;
  text-align: center;
}
.grand-table th:first-of-type {
  background: #e2e2e2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.grand-table th:last-of-type {
  background: #e2e2e2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.grand-table td {
  padding: 15px;
  border-style: dashed;
  border-color: #d3d3d3;
}
.grand-table p {
  color: #000000;
  font-size: 13px;
  margin-bottom: 0;
}
.grand-table li {
  color: #000000;
  font-size: 13px;
  padding: 5px 0;
}
.grand-table li span {
  color: #ff0000;
}
.grand-table ul.list-disc li {
  list-style: disc;
}
.grand-table ul.list-icon li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grand-table ul.list-icon li img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}

/*============== About Us Area ===============*/

.connect-item {
  text-align: center;
}
.connect-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-height: 180px;
}
.connect-item h3 {
  font-weight: bold;
  font-size: 18px;
  color: #0368b0;
}
.connect-item {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.about-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.about-content h3 {
  color: #0b4c74;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-content p {
  color: #000000;
  font-size: 14px;
  text-align: justify;
}
.about-content ul.seed-project {
  padding: 0;
}
.team-tab .nav-tabs {
  border-bottom: 3px solid #000000;
  padding-bottom: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.team-tab .nav-tabs li button {
  font-family: "Montserrat", sans-serif;
  border: none;
  box-shadow: none;
  outline: none;
  color: #0368b0;
  font-size: 20px;
  font-weight: 600;
  padding: 0 30px;
}
.team-tab .nav-tabs li button.active {
  color: #0b4c74;
}
.team-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.team-item {
  padding: 15px 20px;
  background: #d5e7f3;
  border-radius: 10px;
}
.team-item h4 {
  color: #0b4c74;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.team-item p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.team-content-bg .team-item {
  background: #beedff;
}
.border-hr {
  padding-top: 50px;
  border-top: 4px solid #000;
}
.partner-item {
  text-align: center;
}
.partner-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 10px;
}
.path-content {
  padding-left: 15px;
}
.path-image {
  text-align: right;
}
.path-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.path-content h3 {
  font-size: 36px;
  font-weight: bold;
  color: #0b4c74;
  margin-bottom: 10px;
}
.path-content h4 {
  display: flex;
  justify-content: space-between;
  color: #0b86c0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px solid #000000;
  padding-bottom: 15px;
}
.path-content h5 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.path-content p.sub-title {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 5px;
}
.path-content p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}

.path-area .carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  opacity: 1;
  background: rgba(239, 237, 231, 0.5);
  margin-bottom: 3rem;
}
.path-area .carousel-indicators [data-bs-target].active {
  background: rgba(111, 180, 54, 1);
}
.path-area .carousel-control-next,
.path-area .carousel-control-prev {
  opacity: 1;
  top: 40%;
  bottom: inherit;
  background: #fe6925;
  width: 36px;
  padding: 10px;
  border-radius: 50%;
  height: 36px;
}
.path-area .carousel-control-next-icon,
.path-area .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.path-area .carousel-control-prev {
  left: -60px;
}
.path-area .carousel-control-next {
  right: -60px;
}

.path-area .carousel-item .row > div:first-of-type {
  opacity: 0;
}

.path-area .carousel-item.active .row > div:first-of-type {
  opacity: 0;
  animation: animate-carousel-left 1s normal forwards;
}
/* .path-area .carousel-item.active .row > div:last-of-type {
    animation: animate-carousel-right 1s normal forwards;
} */

/*============== Journey Area ===============*/

.journey-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  border-radius: 10px;
  height: 100%;
}
.journey-image {
  text-align: center;
  padding-bottom: 20px;
}
.journey-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.journey-item h3 {
  color: #0368b0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.journey-item h4 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 3px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.journey-item p {
  font-size: 14px;
  color: #000000;
}
.journey-item p:last-of-type {
  margin-bottom: 0;
}

/*============== Highlight Area ===============*/

.highlight-sort {
  display: flex;
  justify-content: end;
}
.highlight-sort select,
.highlight-sort select:focus {
  width: auto;
  outline: none;
  box-shadow: none;
  border: 2px solid #dcdcdc;
  font-size: 14px;
  color: #1b1e1e;
  min-width: 180px;
}
.highlight-sort option {
  font-size: 13px;
  color: #1b1e1e;
}
.search-area {
  background: #0368b0;
  padding: 15px 30px;
  border-radius: 20px;
}
.search-title h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.search-form .input-group {
  background: #fff;
  border-radius: 15px;
}
.search-form input[type="text"] {
  font-size: 15px;
  border: none;
  color: #1b1e1e;
  padding: 8px 15px;
  border-radius: 15px;
}
.search-form input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.search-form button[type="submit"] {
  border-radius: 5px;
  padding: 8px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.search-form .input-group button[type="submit"] img {
  width: auto;
  max-width: 20px;
  height: auto;
}
.highlight-title h4 {
  color: #0b4c74;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.highlight-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0368b0;
  margin-bottom: 10px;
}
.highlight-title {
  border-bottom: 3px solid #000;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.article-previous hr {
  opacity: 1;
  border-bottom: 3px solid #000;
  margin: 60px 0 15px;
}
.author a > span {
  font-size: 14px;
  color: #000000;
  padding-right: 10px;
}
.highlight-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.highlight-image p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.highlight-content h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.highlight-content p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}

/*============== Question Area ===============*/

.question-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  padding: 25px 35px;
  border-radius: 10px;
}
.question-title {
  display: flex;
  align-items: center;
}
.question-title img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  padding-right: 25px;
}
.question-title h3 {
  color: #010101;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.question-content {
  padding-left: 15%;
}
.question-content p {
  text-align: justify;
  color: #000000;
  font-size: 14px;
}
.question-content p:last-of-type {
  margin-bottom: 0;
}
.question-content p span {
  color: #0b4c74;
}
.question-bottom img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}
.topic-sidebar h3 {
  font-size: 25px;
  color: #0b4c74;
  border-bottom: 3px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
.topic-sidebar ul {
  padding-left: 20px;
}
.topic-sidebar li {
  list-style: disc;
  padding: 3px 0;
}
.topic-sidebar li a {
  color: #202020;
  font-size: 14px;
  padding-left: 5px;
}
.topic-sidebar li a:hover {
  color: #fe6925;
}
.story-tag {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.story-tag a {
  color: #fff;
  background: #fe6925;
  padding: 5px 8px;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 5px;
  font-size: 13px;
}
.local-terms p {
  font-size: 13.5px;
  margin-bottom: 0;
  color: #000000;
  background: #d1f2ea;
  padding: 15px 30px;
  border-radius: 10px;
  text-align: center;
}
.local-terms p a {
  color: #0368b0;
  font-weight: bold;
}
.local-story .story-content h3 {
  font-size: 16px;
}
.tag-area .form-check {
  margin-bottom: 0.7rem;
}
.tag-area .form-check label {
  font-size: 14px;
  color: #000000;
  padding-left: 5px;
}
.tag-area .form-check .form-check-input[type="checkbox"],
.tag-area .form-check .form-check-input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
  border: 1.5px solid #d1d1d1;
}
.tag-area .form-check .form-check-input[type="checkbox"]:checked {
  background-color: #fd6925;
  border-color: #fd6925;
}
.filter-item {
  padding-bottom: 20px;
  padding-right: 10px;
}
.filter-item select,
.filter-item select:focus {
  border: 1px solid #dcdcdc;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  color: #1b1e1e;
}
.filter-item option {
  font-size: 13px;
}
.local-logo {
  text-align: left;
  max-width: 400px;
  margin: 0 auto 20px;
}
.local-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
}
.local-logo p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.local-logo h4 {
  font-size: 15px;
  color: #0b4c74;
  font-weight: bold;
  margin-bottom: 0;
}
.directory-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 5px 3px;
  margin-bottom: 10px;
  border-radius: 15px;
}
.directory-image {
  height: 100%;
}
.directory-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: fill;
  border-top-left-radius: 15px;
}

.directory-item-no-tags {
  border-bottom-left-radius: 15px;
}

.directory-item-show-tags {
  border-bottom-left-radius: 0;
}

.directory-content {
  padding: 20px 20px 20px 10px;
}
.directory-content p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.directory-content h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.directory-content h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.directory-content h3 a {
  color: #0368b0;
}
.directory-content h3 a:hover {
  color: #fe6925;
}
.directory-content p a {
  color: #fe6925;
  font-weight: bold;
}
.directory-content .story-tag a {
  padding: 5px 10px;
}
.pagination-area {
}
.pagination-area .page-item.active .page-link {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  border-radius: 0;
}
.pagination-area .page-item {
  padding: 0 5px;
}
.pagination-area .page-link {
  color: #fff;
  border: none;
  background: #fd6925;
  font-size: 16px;
}
.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
  color: #fff;
  background: #9d9785;
  border-color: #eaeaea;
  box-shadow: none;
}
.pagination-area li.active .page-link:hover,
.pagination-area li.active .page-link:focus {
  color: #ffffff;
  background: #9d9785;
  border-color: #9d9785;
  box-shadow: none;
}
.pagination-area .page-item:last-child {
  padding: 0;
}
.pagination-area .page-item:last-child .page-link {
  color: #262626;
  background: transparent;
}
.kit-area {
  background: url("assets/images/book-bg.png") no-repeat left 100px / 45%;
}
.kit-content img.book-mobile {
  display: none;
}
.kit-content > img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 2px solid #e9e9e9;
}
.kit-content p {
  color: #3c3c3c;
  font-size: 13px;
}
.kit-content p img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 24px;
  padding-right: 10px;
}
.kit-content p:last-of-type {
  margin-bottom: 0;
  padding-top: 10px;
}

/*============== Leader Area ===============*/

.leader-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.leader-image {
  padding-bottom: 20px;
}
.leader-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 110px;
  margin-right: 10px;
}
.leader-image h4 {
  color: #0368b0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.leader-image h5 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.leader-image p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.leader-content {
  border-top: 1px dashed #dadada;
  padding: 15px 0;
}
.leader-content p {
  font-size: 14px;
  color: #000000;
}
.leader-content p a.btn-primary {
  display: inline-block;
  border-radius: 10px;
  padding: 6px 30px;
  font-size: 14px;
  font-weight: bold;
}
.leader-focus {
  height: 60px;
  overflow: hidden;
}
.leader-role {
  height: 80px;
  overflow: hidden;
}
.profile-logo {
  background: #f1f1f1;
  min-height: 250px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 10px;
}
.profile-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 64px;
}
.organization-content {
}
.organization-content h3 {
  color: #0b4c74;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.organization-content h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.organization-content h5 {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}
.organization-content p {
  color: #000000;
  font-size: 14px;
  text-align: justify;
}
.organization-content hr {
  opacity: 1;
  border-top: 4px solid #000000;
  margin: 20px 0 25px;
}
.organization-image {
  text-align: center;
  padding: 20px 0 25px;
}
.organization-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.organization-content ul {
  padding-left: 25px;
}
.organization-content li:first-of-type {
  padding-top: 0;
}
.organization-content li {
  list-style: disc;
  font-size: 14px;
  color: #000000;
  padding: 5px 0;
}
.organization-content ul.profile-social {
  text-align: center;
  padding: 0;
}
.organization-content ul.profile-social li:first-of-type {
  padding-left: 0;
}
.organization-content ul.profile-social li:last-of-type {
  padding-right: 0;
}
.organization-content ul.profile-social li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
ul.profile-social li a {
  font-size: 20px;
  color: #0368b0;
}
.organization-content p > a.btn-primary {
  font-weight: bold;
}
.contribute-item-area {
  padding: 15px 0;
}
.contribute-item:first-of-type {
  background: #9df0dc;
}
.contribute-item:first-of-type h4 {
  color: #0665b7;
}
.contribute-item:first-of-type p {
  color: #000000;
}
.contribute-item:last-of-type {
  background: #fe6925;
}
.contribute-item {
  background: #0665b7;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 15px;
}
.contribute-item h4 {
  color: #fee042;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.contribute-item p {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0;
  line-height: inherit;
}
.contribute-list .title {
  padding-bottom: 0;
}
.contribute-list ul {
  padding-left: 2.5rem;
}
.contribute-list li {
  list-style: disc;
  color: #000000;
  font-size: 14px;
  padding: 5px 0;
}
.contribute-image img {
  /* position: absolute;
    left: 0;
    */
  width: auto;
  height: auto;
  max-width: 100%;
  /* max-height: 400px; */
}
.contribute-text-top h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0b4c74;
  margin-bottom: 10px;
}
.contribute-text-top p {
  font-size: 14px;
  color: #000000;
}
.seeking-item {
  text-align: center;
}
.seeking-icon {
  background: #fe6925;
  padding: 15px;
  border-radius: 50%;
  width: 82px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.seeking-icon-area div:nth-last-child(2) .seeking-icon {
  background: #fe6925;
}
.seeking-icon-area div:nth-last-child(3) .seeking-icon {
  background: #9df0dc;
}
.seeking-icon-area div:nth-last-child(4) .seeking-icon {
  background: #0368b0;
}
.seeking-icon-area div:nth-last-child(5) .seeking-icon {
  background: #0b4c74;
}
.seeking-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 32px;
}
.seeking-item p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.more-area h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.contribute-list {
  border-bottom: 4px solid #000000;
  border-top: 4px solid #000000;
}

/*============== Our Programmes Area ===============*/

.entry-area .title p {
  margin-bottom: 15px;
}
.entry-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
  height: 100%;
}
.entry-content {
  padding: 15px 15px 20px;
}
.entry-image {
  position: relative;
}
.entry-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.entry-image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.entry-title {
  padding: 0 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.entry-icon {
  background: #fe6925;
  padding: 5px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.entry-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 15px;
}
.entry-title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-title h3 a {
  color: #fee042;
}
.entry-content p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.entry-content h5 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: inherit;
}
.essay-title h2 {
  color: #0368b0;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 5px;
}
.essay-title h4 {
  color: #0b4c74;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.essay-title p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
.essay-content p {
  color: #000000;
  font-size: 14px;
  text-align: justify;
}
.essay-content hr {
  opacity: 1;
  border-bottom: 3px solid #000000;
  margin: 10px 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #d0d0d0;
  margin: 0 3px;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #fa4e10;
}
.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.related-entry {
}
.organisation-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  height: 100%;
}
.organisation-item > .flex-shrink-0 {
  max-width: 130px;
}
.organisation-item img {
  width: auto;
  height: auto;
  max-width: 110px;
}
.organisation-item h3 {
  color: #213e55;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.organisation-item p.organisation-address {
  color: #fe6925;
}
.organisation-item p {
  color: #000000;
  font-size: 13px;
  margin-bottom: 0;
}
.conservocation-title h2 {
  font-size: 40px;
  color: #0b4c74;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.title-bdr hr {
  opacity: 1;
  border-bottom: 3px solid #000;
  margin: 15px 0 0;
}
.organisation-bottom {
  text-align: center;
}
.organisation-bottom p {
  color: #000000;
  font-size: 13px;
}
.organisation-bottom p:last-of-type {
  padding-top: 10px;
  margin-bottom: 0;
}
.conservocation-content h2 {
  color: #0b4c74;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.conservocation-content p {
  text-align: justify;
  font-size: 14px;
  color: #000000;
}
.conservocation-content p span {
  color: #fd6925;
}
.conservocation-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
.programme-btn > a {
  display: inline-block;
}
.btn-bg .btn-primary {
  background: #0b4c74;
  color: #ffffff;
}
.btn-bg .btn-primary:hover {
  background: transparent;
  color: #0b4c74;
}
.programme-area .row > div:first-of-type > .programme-item {
  /* background: #fe6925; */
}
.programme-item-first {
  background: #fe6925 !important;
}
.programme-item {
  background: #0b4c74;
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
}
.programme-item h3 {
  color: #fee042;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
}
.programme-item ul {
  padding-left: 20px;
}
.programme-item li {
  color: #ffffff;
  font-size: 14px;
  list-style: disc;
  padding: 5px 0 5px 5px;
}
.programme-item li:last-of-type {
  padding-bottom: 0;
}
.roles-area .row > div:first-of-type > .roles-item {
  background: #fee042;
}
.roles-item {
  background: #9df0dc;
  padding: 25px 25px;
  border-radius: 10px;
  height: 100%;
}
.roles-item h3 {
  color: #0b4c74;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.roles-item p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}
.roles-item p:last-of-type {
  margin-bottom: 0;
}
.call-action-area .row > div:first-of-type > .action-item {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 2px solid #ffffff;
}
.call-action-area .row > div:last-of-type > .action-item {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.action-item {
  background: #0368b0;
  /* padding: 25px;
  height: 100%; */
}
.action-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 5px;
  max-height: 80px;
}
.action-item p {
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.action-item a.btn-primary {
  display: inline-block;
  color: #0b4c74;
  background: #ffffff;
  border-color: #0b4c74;
}
.action-item a.btn-primary:hover {
  background: #0b4c74;
  color: #fff;
}
.cop-content {
  padding-left: 15px;
}
.cop-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cop-content h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.cop-content h3 a {
  color: #0368b0;
}
.cop-content h3 a:hover {
  color: #fd6925;
}
.cop-content p.cop-date {
  margin-bottom: 5px;
}
.cop-content p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
}
.cop-content a.btn-primary {
  display: inline-block;
  padding: 8px 30px;
}
.aspiration-top h4 {
  color: #0b4c74;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.aspiration-top h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0b4c74;
  margin-bottom: 20px;
}
.aspiration-top img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.aspiration-top p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.aspiration-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.aspiration-image p {
  font-size: 13px;
  color: #000000;
  background: #fee042;
  padding: 10px 15px;
  border-radius: 10px;
}
.aspiration-content p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
  margin-bottom: 20px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 15px;
}
.program-item {
  margin-bottom: 15px;
}
.program-image {
  height: 230px;
  display: flex;
  flex-direction: row;
  padding: 0 15px 15px;
  align-items: end;
  justify-content: center;
}
.program-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.program-content {
  min-height: 220px;
}
.program-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.program-content h3 a {
  color: #0368b0;
}
.program-content p {
  font-size: 14px;
  color: #000000;
}
.program-btn a.btn-primary {
  display: inline-block;
  color: #0b4c74;
  font-size: 13px;
  padding: 8px 15px;
}
.program-btn.btn-bg a {
  color: #fafafa;
  background: #0b4c74;
}
.program-btn a.btn-primary:hover,
.program-btn.btn-bg a:hover {
  color: #fafafa;
  background: #0b4c74;
}
.programmes-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
  height: 100%;
}
.programmes-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.program-text {
  padding: 20px 20px;
}
.program-text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.program-text h3 a {
  color: #0368b0;
}
.program-text p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.explore-content {
}
.explore-content h2 {
  font-weight: bold;
  font-size: 40px;
  color: #0b4c74;
}
.explore-content h4 {
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}
.explore-content p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.explore-content ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
.explore-content li {
  list-style: decimal;
  font-size: 14px;
  color: #000000;
  padding: 5px;
}
.explore-image {
  text-align: center;
}
.explore-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.support-area h3 {
  text-align: center;
  color: #0b4c74;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.target-item {
  background: #fe6925;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  align-items: center;
  display: flex;
}
.support-target > div:last-of-type > .target-item {
  background: #0665b7;
}
.target-item p {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 0;
}
.support-area > p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.support-list {
  border-top: 3px solid #000;
  padding-top: 30px;
  margin-top: 15px;
}
.support-list .title {
  padding-bottom: 0;
}
.support-list ul {
  padding-left: 20px;
}
.support-list li {
  list-style: disc;
  font-size: 14px;
  color: #000000;
  padding: 5px;
}
.support-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.seed-item {
  position: relative;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}
.seed-logo {
  min-height: 200px;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.seed-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 160px;
}
.seed-content {
  padding: 0 20px 15px;
}
.seed-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.seed-content h3 a {
  color: #0368b0;
}
.seed-content .story-tag {
  padding-bottom: 5px;
}
.seed-content .story-tag a {
  padding: 5px 15px;
}
.seed-content p {
  font-size: 14px;
  color: #000000;
}
.seed-content .btn-primary {
  padding: 8px 30px;
}
.explore-bottom h3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/*============== Contact Us Area ===============*/

.contact-maps iframe {
  width: 100%;
  max-width: 100%;
}
.contact-info h3 {
  color: #0b4c74;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-info p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  line-height: 25px;
}
.contact-info p a {
  color: #000000;
}
.contact-area {
  background: #a1d4ee;
}
.contact-form label {
  color: #000000;
  font-size: 14px;
  text-align: right;
}
.contact-form label span.required {
  color: #9d274d;
}
.contact-form .form-control {
  color: #000000;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  height: auto;
  padding: 8px 15px;
}
.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.recaptcha-area {
  justify-content: end;
  display: flex;
}
.contact-form button[type="submit"],
.contact-form input[type="submit"] {
  border: 2px solid #0b4c74;
  color: #0b4c74;
  height: auto;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 8px;
}
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
  background: #0b4c74;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

/*==== Start scrollUp area ====*/

#scrollUp {
  display: inline-block;
  background-color: #73b144;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 25px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrollUp::after {
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}
#scrollUp:hover {
  cursor: pointer;
  background: #42a14d;
}
#scrollUp:active {
  background: #42a14d;
}
#scrollUp.show {
  opacity: 1;
  visibility: visible;
}

/* add on */
.sideform-collapsible {
  cursor: pointer;
  user-select: none;
}

.sideform-content {
  display: none;
  overflow: hidden;
}

.sideform-arrow {
  float: right;
  font-size: 50%;
  padding-top: 10px;
}

.circle-photo {
  width: 100px;
  height: 100px;
  border: 5px solid white;
  border-radius: 50%;
  background-color: transparent;
}

.contributor-circle-photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
}

.contributor-circle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.bottom-div {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: grey;
  color: white;
  text-align: justify;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  text-align: right;
}

.view-tags {
  color: #fe6925;
  font-weight: bold;
  margin-top: 12px;
}

.view-tags-item {
  display: none;
}

.home-feature-desc {
  height: 120px;
  padding-top: 10px;
}

.showBullets ul,
.showBullets ol {
  list-style-type: initial !important;
  list-style-position: outside !important;
  padding-left: 1.5rem !important;
  margin-left: 0 !important;
}

.showBullets li {
  display: list-item !important;
  list-style-type: inherit !important;
}

/* Optional: explicitly style the bullet marker */
.showBullets li::marker {
  content: initial;
  color: black; /* or any color you want */
}
