/*!
Theme Name: ndsi
Theme URI: https://sustainableinsurancedeclaration.org/
Author: Gad Omuse
Author URI: https://sustainableinsurancedeclaration.org/
Description: NDSI Theme
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: ndsi
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've learned.

ndsi is based on Underscores https://sustainableinsurancedeclaration.org/, (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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  transition-duration: 300ms;
}
a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/**************************************
			 Alfie Custom
***************************************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  background: #fff;
  color: #000;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02rem;
  font-weight: bolder;
}

.width-80 {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  background: #fff;
  width: 100%;
  height: auto;
  margin: auto;
}
.site-header .logo img {
  width: 160px;
  height: auto;
}
.site-header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-blue {
  color: #28A8E0;
  font-weight: 500;
}

.blue-bg {
  background: #28A8E0;
}

.image-class {
  border-radius: 10px;
}
.image-class:hover {
  filter: brightness(0.8);
  cursor: pointer;
  transition: all 0.3s ease;
}

.top-bar {
  background: #28A8E0;
  width: 100%;
  height: auto;
}
.top-bar a {
  font-weight: 500;
}

.btn {
  background: #6FBF43;
  transition: all 0.3s ease;
  color: white !important;
  border-radius: 30px;
  padding: 9px 23px;
  border: none;
  font-size: 16px;
  font-weight: 500 !important;
}
.btn:hover {
  background: #28A8E0;
}

.title {
  color: #00312D;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.date {
  color: white;
  font-size: 11px;
}

.tab-content a {
  color: black;
  font-weight: 800;
}
.tab-content a:hover {
  color: #28A8E0;
  opacity: 0.7;
}
.tab-content .date-cont {
  font-weight: bold;
}
.tab-content .date-cont .date-day {
  font-size: 22px;
}

.btn:focus,
.btn:active:focus {
  outline: none !important;
  box-shadow: none !important;
}

#news-category-buttons .btn {
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 30px;
  padding: 6px 24px;
  font-size: 15px;
  color: black !important;
  margin-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#news-category-buttons .btn:hover {
  background: #6FBF43;
  color: #fff !important;
  border-color: #6FBF43;
}
#news-category-buttons .active {
  background: #28A8E0 !important;
  border-color: #28A8E0;
  color: #fff !important;
  font-weight: 500 !important;
}
#news-category-buttons .btn-outline-primary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.news-img {
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.news-img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px 15px 0 0;
}
.news-img img:hover {
  transition: all 0.3s ease;
  opacity: 1 !important;
}

.cat-name {
  position: absolute;
  top: 20px;
  left: 34px;
  background: #6FBF43;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
}
.cat-name:hover {
  background: #28A8E0;
}

.sustainability-block {
  color: #000;
}

.events-home-cont a.active {
  background: #28A8E0 !important;
  border-color: #28A8E0;
  color: #fff !important;
  font-weight: 500 !important;
}
.events-home-cont a.active:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.events-home-cont a.nav-link {
  margin-right: 10px;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.events-home-cont a.nav-link:hover {
  background: #6FBF43;
  color: #fff;
}
.events-home-cont .nav-tabs {
  border-bottom: none;
}
.events-home-cont .search-input-wrapper input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 5px 15px;
}
.events-home-cont .event-card {
  border-radius: 15px;
}
.events-home-cont .event-card:hover {
  box-shadow: 0 2px 4px rgba(40, 168, 224, 0.1);
}
.events-home-cont .event-card .event-location {
  font-size: 13px;
  font-weight: 600;
  color: #28A8E0;
}
.events-home-cont .event-card h5 a {
  color: #000;
}
.events-home-cont .event-card h5 a:hover {
  color: #28A8E0 !important;
}

.news-cont {
  color: black;
  border-radius: 15px;
  overflow: hidden;
}
.news-cont:hover {
  border: 1px solid rgba(40, 168, 224, 0.1);
  box-shadow: 0 2px 4px rgba(40, 168, 224, 0.1);
}
.news-cont .card-title a {
  color: black;
}
.news-cont .card-title a:hover {
  color: #28A8E0 !important;
}

.news-insights {
  width: 100%;
  height: auto;
  background: #ECF3F7;
}
.news-insights .news-cont {
  color: black;
  border-radius: 15px;
  overflow: hidden;
}
.news-insights .news-cont a {
  color: black;
}
.news-insights .news-cont a:hover {
  color: #28A8E0 !important;
}

.new-expert {
  opacity: 0.9;
}

.date {
  opacity: 0.9;
}

.search-input-wrapper input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 5px 15px;
}
.search-input-wrapper .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.search-input-wrapper {
  width: 30%;
}

.page-banner {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
}
.page-banner .page-heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 38px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
  text-align: center;
}

.event-list .card {
  border-radius: 15px;
  overflow: hidden;
}
.event-list .card:hover {
  box-shadow: 0 2px 4px rgba(40, 168, 224, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #28A8E0;
}
.event-list .card .no-hover-image:hover {
  opacity: 1 !important;
  filter: brightness(1);
}

.objective-card {
  background: rgba(107, 207, 249, 0.3);
  border-radius: 15px;
  padding: 20px;
}
.objective-card .icon-image {
  width: 50px;
  height: 50px;
}
.objective-card:hover {
  background: rgb(243, 253, 231);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.join-section {
  width: 100%;
  min-height: 450px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
}

.become-cont {
  background: rgba(107, 207, 249, 0.3);
  width: 100%;
  height: auto;
}

.form-cont input, .form-cont select, .form-cont textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.form-cont input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
  background: #6FBF43;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500 !important;
  border-color: #28A8E0;
}
.form-cont input.wpcf7-form-control.wpcf7-submit.has-spinner.btn:hover {
  background: #28A8E0;
  color: #fff;
  border: none;
}

.page-item.active .page-link {
  background-color: #28A8E0;
  border-color: #28A8E0;
}

.page-bx-cont {
  margin-top: 5%;
}

.event-content a {
  color: black;
  font-weight: 600;
}
.event-content a:hover {
  color: #6FBF43;
  opacity: 0.7;
}
.event-content .date-cont {
  font-weight: bold;
  font-weight: bold;
  background: #28A8E0;
  color: white;
  padding: 12px;
  border-radius: 10px;
}

.single-event .venue {
  color: #28A8E0;
  font-weight: bold;
}
.single-event .sticky-sidebar-event {
  position: sticky;
  top: 160px;
  z-index: 2;
}
.single-event .more-card {
  background: #28A8E0;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}
.single-event .more-card a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.single-event .more-card a:hover {
  opacity: 0.7;
}
.single-event .more-card .date-cont {
  color: #fff;
}
.single-event .more-card .venue {
  color: #fff;
  font-size: 10px;
}

.play-btn {
  position: absolute;
  top: 36%;
  bottom: 0;
  z-index: 999;
  left: 42%;
  right: 0;
  margin: auto;
}
.play-btn .fa-play-circle {
  color: #FF0000;
}

a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  width: 22px !important;
}

a.glink {
  text-decoration: none;
  color: white;
}
a.glink:hover {
  opacity: 0.6;
}

a.become-btn:hover {
  opacity: 0.7;
}

.vid-cont a:hover {
  opacity: 0.1;
}

.objective-description {
  font-size: 14px;
}

.accordion .card {
  border: none;
}
.accordion .card-header {
  background-color: rgb(234, 253, 231);
  color: black;
  border: none;
  margin-top: 2px;
  font-weight: 600;
}

.contact-us ul {
  padding: 0;
  margin: 0;
}
.contact-us ul li {
  list-style-type: none;
  display: block;
  padding: 7px;
}
.contact-us input {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.contact-us .btn {
  background: #6FBF43;
  transition: all 0.3s ease;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 25px;
  border: none;
  font-size: 12px;
  font-weight: 400 !important;
}
.contact-us .btn:hover {
  background: #28A8E0;
}
.contact-us .address-sidebar {
  background: #28A8E0;
  border: none;
  border-radius: 10px;
  color: #fff;
}
.contact-us .address-sidebar a {
  color: #fff;
}
.contact-us .faq-toggle {
  position: relative;
  cursor: pointer;
  padding-right: 2em;
}
.contact-us .faq-toggle:after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  content: "\f067"; /* plus */
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  transition: content 0.2s;
}
.contact-us .faq-toggle:not(.collapsed):after {
  content: "\f068"; /* minus */
}

.con-bx a:hover {
  opacity: 0.7;
}

.search-result-bx {
  margin-top: 8%;
}
.search-result-bx .search-content a {
  color: black;
}
.search-result-bx .search-content a:hover {
  color: #6FBF43;
}
.search-result-bx img {
  filter: brightness(0.7);
}

.stat-count {
  font-weight: 600;
  color: #28A8E0;
  font-size: 40px;
}

.stat-title {
  font-weight: 600;
  color: #28A8E0;
}

.header-search {
  display: none;
  position: fixed;
  top: 12%;
  left: 0;
  width: 100vw;
  z-index: 2;
  background: #28A8E0;
  padding: 45px 0;
}
.header-search #close-search-bar {
  right: 10%;
  position: absolute;
  z-index: 16;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
}
.header-search #close-search-bar:hover {
  opacity: 0.7;
}
.header-search .search-form {
  width: 25%;
  margin: auto;
  position: relative;
}
.header-search .search-form input {
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 4px 15px;
  background: transparent;
  color: #fff;
}
.header-search .search-form input::-moz-placeholder {
  color: white;
}
.header-search .search-form input::placeholder {
  color: white;
}
.header-search .search-form input:focus {
  outline: none;
  border-color: #d2d2d2;
}
.header-search .search-form .search-submit {
  position: absolute;
  left: -13px;
  top: 0;
  background: transparent;
  color: white !important;
}
.header-search .search-form input[type=search] {
  padding-left: 35px;
  color: white;
}

.site-footer {
  background: #403F41;
  padding: 50px 0px 20px 0px;
  color: #fff;
  width: 100%;
  height: auto;
  margin: auto;
}
.site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu ul li {
  list-style-type: none;
  display: block;
  padding: 4px;
}
.site-footer .footer-menu ul li a {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer .footer-menu ul li a:hover {
  color: #28A8E0;
  opacity: 0.7;
}
.site-footer .social ul {
  padding: 0;
  margin: 0;
}
.site-footer .social ul li {
  list-style-type: none;
  display: inline-block;
}
.site-footer .social ul li a {
  color: rgba(255, 255, 255, 0.9);
  padding-right: 27px;
  font-size: 16px;
}
.site-footer .social ul li a:hover {
  color: #28A8E0;
  opacity: 0.7;
}
.site-footer .contact ul {
  padding: 0;
  margin: 0;
}
.site-footer .contact ul li {
  list-style-type: none;
  display: block;
  padding: 7px;
}
.site-footer .contact ul li i {
  color: #28A8E0;
}
.site-footer .contact ul li i:hover {
  opacity: 0.7;
}
.site-footer .contact ul a {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer .copyright {
  margin: auto;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ===== MAP Styles ===== */
g {
  position: relative;
}

.st0 {
  fill: var(--country-fill, #385723);
  stroke-width: 1px;
  stroke: white;
  z-index: 0;
  transition: fill 0.3s ease;
}

.st0:hover {
  stroke-width: 1px;
  fill: #385723 !important;
  stroke: #28A8E0;
  transition: 0.3s ease-out all;
  z-index: 2;
  left: 0;
  top: 0;
}

.country-label {
  font-size: 5px;
  fill: #fff;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: all;
  cursor: pointer;
}

.country-name {
  font-size: 4px;
  text-anchor: middle;
}

span.span-reading-time {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
}

.display-map-details {
  background: rgb(243, 253, 231);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  min-height: 100px;
  text-align: center;
  transition: all 0.3s ease;
}
.display-map-details h4 {
  color: #00312D;
  margin-bottom: 10px;
  font-size: 20px;
}
.display-map-details .map-value {
  font-size: 48px;
  font-weight: bold;
  color: #28A8E0;
  margin: 10px 0;
}
.display-map-details .map-hint {
  color: #666;
  font-style: italic;
}

#testimonials-carousel .testimonial-content {
  position: relative;
}
#testimonials-carousel .testimonial-content .quote {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
}
#testimonials-carousel .testimonial-content .card-body {
  background: #28A8E0;
  border-radius: 15px;
  min-height: 320px;
  color: #fff;
}
#testimonials-carousel .testimonial-content img {
  width: 60px !important;
  height: 60px;
}
#testimonials-carousel .testimonial-content .testimonial-position {
  font-size: 12px;
}
#testimonials-carousel button.owl-next, #testimonials-carousel button.owl-prev {
  margin-top: 35px !important;
  background: #8DC63F !important;
  font-size: 19px !important;
  color: #fff;
  padding: 0px 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#testimonials-carousel button.owl-next:hover, #testimonials-carousel button.owl-prev:hover {
  background: #28A8E0 !important;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.home-hero-video-container {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.home-hero-video-container .home-slider-bgx {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #28A8E0;
  filter: brightness(0.5);
}
.home-hero-video-container .slide-bx {
  position: absolute;
  top: 38%;
  left: 15%;
  width: 33%;
  height: 100%;
  z-index: 2;
  color: #fff;
}
.home-hero-video-container .slide-bx h1 {
  font-size: 50px;
  font-weight: 800;
  display: block;
  color: #fff;
}
.home-hero-video-container .slide-bx p {
  font-size: 20px;
}
.home-hero-video-container .slide-bx .learn-more-bx {
  background-color: #28A8E0;
}
.home-hero-video-container .slide-bx .learn-more-bx:hover {
  background: #6FBF43;
  transition: all 0.3s ease;
}

#home-slider {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
#home-slider img {
  width: 100%;
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#home-slider .item {
  position: relative;
}
#home-slider .item img {
  filter: brightness(0.5);
}
#home-slider .slide-bx {
  position: absolute;
  top: 35%;
  left: 15%;
  color: #fff;
  width: 40%;
}
#home-slider .slide-bx h1 {
  font-size: 50px;
  font-weight: 800;
  color: transparent;
  display: block;
  color: #fff;
}
#home-slider .slide-bx p {
  font-size: 20px;
}
#home-slider .slide-bx .learn-more-bx {
  background-color: #28A8E0;
}
#home-slider .slide-bx .learn-more-bx:hover {
  background: #6FBF43;
}

.location-cont {
  font-size: 12px;
  color: #28A8E0;
}

.empower-communities {
  background: rgba(107, 207, 249, 0.3);
  width: 100%;
  height: auto;
}
.empower-communities img {
  width: 45px;
  height: auto;
}
.empower-communities .card {
  border: none;
  border-radius: 15px;
  padding: 20px;
}
.empower-communities .card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sponsors-cont {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  width: 100%;
  height: auto;
  color: #fff;
  padding: 16px 0;
}
.sponsors-cont .owl-item {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors-cont .owl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.get-in-touch-section {
  color: #000;
}
.get-in-touch-section input {
  padding: 0% 10px;
}
.get-in-touch-section h3 {
  font-weight: 400;
}
.get-in-touch-section .btn {
  background: #6FBF43;
  transition: all 0.3s ease;
  color: #fff !important;
  border-radius: 30px;
  padding: 13px 30px;
  border: none;
  font-size: 15px;
  font-weight: bold !important;
}
.get-in-touch-section .btn:hover {
  background: #28A8E0;
}

.objectives {
  width: 100%;
  height: auto;
  background: #F9F9F9;
}
.objectives .objective-item {
  background: #fff;
  border-radius: 15px;
}
.objectives .objective-item img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.committee {
  background: #28A8E0;
  width: 100%;
  height: auto;
  color: #fff;
}
.committee .card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

.mission-cont .card {
  background: #28A8E0;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-align: left;
}
.mission-cont .card img {
  width: 50px;
  height: 50px;
}

.leadership-tabs .nav-tabs {
  border-bottom: none;
}
.leadership-tabs .nav-item {
  margin: 0 10px;
}
.leadership-tabs .nav-link {
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.leadership-tabs .nav-link:hover {
  background: #6FBF43;
  color: #fff;
}
.leadership-tabs .active {
  background: #28A8E0 !important;
  border: none;
  color: #fff !important;
}
.leadership-tabs .active:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.leadership-card {
  position: relative;
  width: 100%;
  height: 25em;
  background-size: cover;
  background-position: top;
  cursor: pointer;
}
.leadership-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.leadership-card img {
  border-radius: 15px;
  width: 100%;
  height: 25em;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership-card img:hover {
  filter: brightness(0.7);
  transition: all 0.3s ease;
}
.leadership-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  z-index: 2;
  padding-bottom: 15px;
  border-radius: 15px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#search-toggle {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #28A8E0;
  border-radius: 50%;
  color: white;
  width: 35px;
  height: 35px;
  padding: 4px 10px;
}
#search-toggle:hover {
  background: #6FBF43;
  color: #fff;
}

.login-btn {
  font-weight: 600;
  padding: 9px 20px;
}
.login-btn:hover {
  background: #28A8E0;
  color: #fff !important;
  color: #28A8E0;
}

#leadershipModalImg {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}

button.close-btn {
  position: absolute;
  top: 55px;
  right: 24px;
  font-size: 38px;
  color: #28A8E0;
  opacity: 1;
}

.error-page {
  margin: 300px 0;
}

.how-we-work {
  background: white;
  background-image: url("assets/images/how_we_work_parttern.png");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: auto;
}
.how-we-work .card {
  border: none;
}

.how-we-work-video-cont {
  width: 100%;
  height: auto;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 300px 0;
  position: relative;
}
.how-we-work-video-cont .btn-play {
  font-size: 1rem;
  border-radius: 25px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
}
.how-we-work-video-cont .btn-play:hover {
  opacity: 0.9;
  transition: all 0.3s ease;
}

.single-box {
  margin-top: 8%;
}
.single-box .image-height {
  height: 450px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.single-box .image-height img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  border-radius: 15px;
}
.single-box .sticky-sidebar {
  background: #F9F9F9;
  position: sticky;
  top: 120px;
  z-index: 2;
  border-radius: 15px;
}
.single-box .tag-cloud a {
  display: inline-block;
  background: #6FBF43;
  color: white;
  padding: 7px 15px;
  border-radius: 15px;
  margin: 5px;
  font-weight: 600;
}
.single-box .tag-cloud a:hover {
  background: #28A8E0;
  color: white;
  transition: all 0.3s ease;
}
.single-box .recent-bx a {
  color: #28A8E0;
  font-weight: 800;
}
.single-box .recent-bx a:hover {
  opacity: 0.9;
  transition: all 0.3s ease;
}

.resources-bx .card {
  border-radius: 15px;
}
.resources-bx .card:hover {
  box-shadow: 0 2px 4px rgba(40, 168, 224, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(40, 168, 224, 0.1);
}
.resources-bx .card img:hover {
  filter: brightness(1);
  transition: all 0.3s ease;
}
.resources-bx .card .card-footer {
  border-radius: 15px;
}
.resources-bx .nav-tabs {
  border-bottom: 0;
}
.resources-bx .nav-tabs .nav-item {
  margin: 0 10px;
}
.resources-bx .nav-tabs .nav-link {
  border: 1px solid #28A8E0;
  border-radius: 30px;
  padding: 5px 24px;
}
.resources-bx .nav-tabs .nav-link:hover {
  border: 1px solid #6FBF43;
  transition: all 0.3s ease;
  color: #6FBF43;
}
.resources-bx .nav-tabs .active {
  background: #28A8E0;
  color: #fff;
  border-color: #28A8E0;
  border-radius: 30px;
}
.resources-bx .nav-tabs .active:hover {
  border-color: #6FBF43;
  background: #6FBF43;
  color: #fff;
  transition: all 0.3s ease;
}
.resources-bx a {
  font-weight: 600;
  color: black;
}
.resources-bx a:hover {
  opacity: 1;
}
.resources-bx input.form-control {
  border-radius: 30px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.resources-bx input.form-control:afocus {
  border: none;
  box-shadow: none;
}

.translate-cont {
  padding-left: 30px;
}

#eventSearch {
  border-radius: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: #ecf3f7 !important;
  color: black !important;
  border-left: 3px solid #6FBF43;
  border-bottom: 2px solid #6FBF43;
  opacity: 0.9;
}

.intl-tel-input {
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: inline;
  border: 1px solid;
  border-radius: 50%;
  font-size: 15px;
  padding-right: 2px;
}

.gtranslate_wrapper {
  position: relative;
  display: inline-block;
  width: auto;
}

.gtranslate_wrapper::before {
  content: "\f0ac"; /* globe */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  color: #fff;
}

.gtranslate_wrapper::after {
  content: "\f078"; /* chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  color: #fff;
}

select.gt_selector.notranslate {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 32px;
  background: none;
  border: none;
  color: #fff;
}

.gt_selector option {
  color: #000; /* Dropdown options */
}

.gt_selector:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit; /* or specify your desired border color */
}

@media only screen and (max-width: 768px) {
  a.custom-logo-link {
    width: 140px;
  }
  .mega-menu-toggle {
    cursor: pointer;
    color: #109cde !important;
    position: absolute !important;
    right: 0 !important;
    top: -47px !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: 0;
    padding-top: 40px !important;
  }
  .login-btn {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 1px solid rgba(210, 210, 210, 0.3803921569) !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid rgba(210, 210, 210, 0.3803921569) !important;
  }
  .stats-block {
    padding: 30px;
  }
  .join-section {
    padding: 0 15px;
  }
  .join-section h2 {
    font-size: 20px !important;
  }
  #news-category-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sustainability-insurance {
    text-align: center;
  }
  .page-banner .page-heading {
    top: 53% !important;
  }
  .top-bar {
    padding: 9px 0 !important;
  }
  .resource-header .nav-item {
    width: 100%;
  }
  .resource-header input.form-control {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    margin: 23px 0;
  }
  #home-slider {
    height: 95vh !important;
  }
  #home-slider .slide-bx {
    top: 50%;
    width: 80%;
    margin: auto;
  }
  #home-slider .slide-bx h1 {
    font-size: 25px !important;
  }
  .top-sec-cont {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    font-size: 11px;
  }
  .home-slider-container {
    height: 64vh !important;
  }
  .header-search {
    margin-bottom: 7px;
  }
  a.become-btn {
    margin: 10px 0;
  }
  .wrap {
    display: block;
  }
  .wrap .item {
    margin-bottom: 20px;
  }
  .page-banner {
    margin-top: 0 !important;
  }
  .main-header {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */