@charset "utf-8";
/*..............embedded fonts..............*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/*..............embedded fonts..............*/

/*..............variables..............*/
:root {
  --lato: "Lato", sans-serif;
  --raleway: "Raleway", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --body-font-color: #777777;
  --body-paragraph-color: #777777;
  --green: #8ac622;
  --white: #ffffff;
  --black: #000000;
  --dark: #222222;
  --common-transition: all 0.3s ease 0s;
}
/*..............variables..............*/

/*..............common styles..............*/
body {
  margin: 0;
  padding: 0;
  font-family: var(--lato);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  color: var(--body-font-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--raleway);
  margin: 0 0 20px;
  padding: 0;
  color: var(--dark);
}
h1 {
  font-size: clamp(30px, 4.5vw, 80px);
}
h2 {
  font-size: clamp(25px, 4.5vw, 65px);
  line-height: 1.1;
}
h3 {
  font-size: clamp(20px, 4.5vw, 26px);
}
h4 {
  font-size: clamp(18px, 4.5vw, 24px);
}
h5 {
}
h6 {
  font-size: clamp(16px, 4.5vw, 18px);
}

p {
  margin: 0 0 25px;
  padding: 0;
  line-height: 1.5;
}
p:last-child {
  margin: 0;
}
img {
  max-width: 100%;
}
a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}
a,
a:link,
a:visited,
a:focus,
a:hover {
  color: var(--green);
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea,
select,
.form-control {
  font-family: var(--raleway);
  font-weight: 400;
  font-size: 16px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #c7c7c7;
  height: 50px;
  padding-left: 0;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}
select {
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 13px;
  appearance: none;
  -webkit-appearance: none;
}
input[type="submit"] {
  font-family: var(--raleway);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  outline: none;
}
.form-control:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #fff;
}
label {
  color: #c7c7c7;
  font-family: var(--raleway);
  font-weight: 600;
  font-size: 18px;
}
.form-group {
  margin: 0 0 15px;
}

/* --- for placeholder color --- */
.form-control::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--white);
}
.form-control::-webkit-input-placeholder {
  color: var(--white);
}
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
  float: left;
  margin: 0 15px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.aligncenter {
  margin: 10px auto;
  display: block;
}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn,
a.btn {
  background: url(../images/btn-arrow.svg) no-repeat 100%;
  border: solid 1px var(--white);
  display: inline-block;
  padding: 11px 60px 11px 35px;
  border-right: 0;
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 50px;
  min-width: 202px;
  font-family: var(--lato);
  font-weight: 700;
}
.btn:hover,
a.btn:hover {
  color: var(--white);
  background: var(--green) url(../images/btn-arrow.svg) no-repeat 100%;
  border-color: var(--green);
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
a.btn.red {
  color: var(--white);
  background: var(--red) url(../images/arrow-white-btn.svg) no-repeat 92% center;
}
.btn.border,
a.btn.border {
  background: none;
  color: #000;
  border: 2px solid var(--sky-blue);
}

.btn.green-border {
  border: solid 1px var(--green);
  color: var(--green);
}
.btn.green-border:hover {
  color: var(--white);
}

.btn-link {
  font-family: var(--raleway);
  font-weight: 600;
  color: #000;
  display: inline-block;
}
.btn-link svg {
  margin-left: 12px;
}
.btn-link svg path {
  fill: #f89f5b;
}
.btn-link i {
  color: #f89f5b;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
  color: var(--white);
}

a.btn.green-border:hover {
  color: var(--white);
  background: var(--green) url(../images/btn-arrow.svg) no-repeat 100%;
  border-color: var(--green);
}
a.btn.green-border {
  background: url(../images/btn-arrow.svg) no-repeat 100%;
  border: solid 1px var(--green);
  display: inline-block;
  padding: 11px 60px 11px 35px;
  border-right: 0;
  color: var(--green);
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  font-family: var(--lato);
  font-weight: 700;
}
span.green {
  font-weight: 600;
  color: var(--green);
}
.slogan {
  color: #ad1541;
  font-family: var(--lato);
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
/* --- Button Styles --- */

/* --- checkbox and radio button Styles --- */

/*
.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}
*/

/* --- checkbox and radio button Styles --- */

.common-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.common-padding-small {
  padding-top: 45px;
  padding-bottom: 45px;
}
.common-padding-lt-rt {
  padding-left: 70px;
  padding-right: 70px;
}
strong {
  font-weight: 700;
}
.min-height-100 {
  min-height: 100vh;
}

/*..............common styles..............*/

.click {
  display: none;
}

/*for header css*/

.main-header {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  transition: all 2s ease-out;
  animation: slide-down 0.5s;
}
.main-header.fixed .hdr-btm {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background: rgb(34 34 34);
  animation: slide-down 1s ease-out;
}
.hdr-top {
  padding: 20px 0;
  backdrop-filter: blur(5px);
  background: linear-gradient(
    90deg,
    #0e9bcc40 0%,
    #09d2cc57 27.5%,
    #49c93947 50%,
    #acb60d4a 76%,
    #b785155e 100%
  );
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socialLink ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: var(--green);
}
.socialLink ul li:hover a {
  background: var(--green);
  color: var(--white);
}
.socialLink ul li {
  display: inline-block;
}
.header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.logo {
  max-width: 329px;
  position: relative;
  display: flex;
}
.contactinfo ul li a img,
.hdr-top .contact-flex ul li a img {
  margin-right: 10px;
  width: 18px;
}

.nav_btn {
  width: 24px;
  height: 30px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 12px;
  top: 24px;
  z-index: 3;
  display: none;
}
.closebtn {
  display: none;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.main-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-menu nav {
}
.main-menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-menu nav > ul > li {
  position: relative;
  margin-left: 32px;
}
.main-menu nav ul li:first-child {
  margin-left: 0;
}
.main-menu nav ul li a {
  display: block;
  padding: 28px 0;
  color: var(--white);
  font-size: 18px;
  font-family: var(--lato);
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: solid 3px transparent;
}
.main-menu nav ul li.current-menu-item > a,
.main-menu nav ul li:hover > a {
  color: var(--white);
  border-bottom: 3px solid var(--green);
}
.main-menu nav ul li.menu-item-has-children::after {
  content: "";
  background: url(../images/nav-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 38px;
  right: -5px;
}
li.menu-item-has-children {
  position: relative;
  display: inline-block;
}
.main-menu ul li.menu-item-has-children a {
  margin-right: 15px;
}
li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  background-color: var(--white);
  min-width: 230px;
  z-index: 1;
}
li.menu-item-has-children ul.sub-menu a {
  display: block;
  color: var(--black) !important;
  margin-right: 0;
  padding: 10px 25px;
  font-weight: 400 !important;
}
li.menu-item-has-children > ul.sub-menu > li:hover > a {
  background-color: var(--green);
  color: var(--white) !important;
}
li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
li.menu-item-has-children ul.sub-menu li {
  margin-right: 0;
  width: 100%;
  font-size: 14px;
}

li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
li.menu-item-has-children ul.sub-menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
  filter: brightness(0);
  top: 24px;
  right: 10px;
}

.main-menu .btn {
  margin-left: 80px;
}
.hdr-btm {
  border-bottom: solid 1px #8d8d8c;
}
.hdr-right {
  display: flex;
  align-items: center;
}
.hdr-right a.btn {
  margin-left: 50px;
}
/*TOP SEARCH*/
.search_form {
  width: 380px;
  position: relative;
  display: flex;
}
.searchTerm {
  width: 100%;
  border: 1px solid #fff;
  border-right: none;
  padding: 0 60px 0 20px;
  height: 50px;
  border-radius: 50px;
  outline: none;
  color: #fff;
}
.searchTerm:focus {
  color: var(--green);
}
.searchButton {
  width: 50px;
  height: 50px;
  border: 0;
  background: var(--green);
  text-align: center;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0;
}
/*TOP SEARCH*/
/*for header css*/

/*HOME BANNER*/
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-img {
  position: relative;
  height: 100vh;
}
.banner-img:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.banner-slider-wrap .slider-container .banner-holder {
  position: absolute;
  top: calc(50% + 87.5px);
  transform: translateY(-50%);
}
.home-slider .banner-cont {
  max-width: 1180px;
}
.home-slider .banner-cont h1 {
  font-weight: 500;
}
.home-slider .banner-cont h4 {
  font-weight: 600;
  font-family: var(--lato);
}
/*HOME BANNER*/

/*HOME ABOUTUS SECTION*/
.aboutus-info {
  padding: 0 20px;
}
.aboutusimg {
  border-radius: 30px;
  overflow: hidden;
  max-height: 530px;
}
.aboutusimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutus-info p {
  font-weight: 600;
}
/*HOME ABOUTUS SECTION*/

/*Land Acknowledgement*/
.land-info {
  border: solid 10px var(--green);
  padding: 65px;
  border-radius: 30px;
  background: #f8fcf5;
  position: relative;
}
.land-info:before {
  position: absolute;
  top: -46px;
  right: -140px;
  content: "";
  background: url(../images/Layer_1.png);
  width: 176px;
  height: 173px;
  z-index: -1;
  background-size: 100%;
}
.land-info:after {
  position: absolute;
  bottom: -36px;
  left: -140px;
  content: "";
  background: url(../images/Layer_2.png);
  width: 170px;
  height: 183px;
  z-index: -1;
  background-size: 100%;
}
/*Land Acknowledgement*/

/*VIDEO Love the Everglades*/
.everglades-hdr h2 {
  margin: 0 0 60px;
}
.videobg a.vdoimg {
  position: relative;
  height: 680px;
}
.videobg a.vdoimg:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    rgba(0, 0, 0, 63%),
    rgb(10 11 4 / 33%),
    rgb(9 11 2 / 19%)
  );
}
.videobg a.vdoimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videobg a.vdoimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#everglades iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -7px;
}
div#everglades button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--green);
  padding: 10px;
  z-index: 9;
  opacity: 1;
  display: flex;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
/*VIDEO Love the Everglades*/

/*HOME BLOG LIST*/
.blog-holder {
  border-radius: 20px;
  border: 1px solid var(--green);
  margin-bottom: 20px;
  background: #fff;
}
.blog-info {
  padding: 20px;
}
.blog-info h3 {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dateofpost {
  background: #ad1541;
  display: inline-block;
  color: var(--white);
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--lato);
  margin-bottom: 20px;
}
.blog-info a.btn.green-border:hover {
  background-color: transparent;
  color: var(--green);
}
.blog-info a.btn.green-border {
  padding: 5px 40px 5px 5px;
  border: 0 none;
  min-width: 120px;
  background-size: 35px;
}
.blog-img {
  position: relative;
  padding: 63% 0 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*HOME BLOG LIST*/

/*FOOTER*/
.ftr-top {
  position: relative;
}
.ftr-top::before {
  content: "";
  background: url(../images/ftr-border.svg) no-repeat center;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  z-index: 2;
  height: 70px;
}
.ftr-top::after {
  content: "";
  background: linear-gradient(
    90deg,
    #0e9bcc 0%,
    #09d2cc 27.5%,
    #49c939 50%,
    #acb60d 76%,
    #b78515 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
}
.ftr-top .container {
  position: relative;
  z-index: 3;
}
.ftr-top.common-padding {
  padding-top: 170px;
}

.ftr-top h3 {
  color: var(--white);
  font-weight: 600;
}
.ftr-top,
.ftr-top h5,
.ftr-top a,
.ftr-btm,
.ftr-btm a {
  color: #d3d3d3;
}
.ftr-content p {
  max-width: 350px;
  color: var(--white);
  margin: 0;
}
.ftr-menus ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.ftr-menus ul li {
  display: block;
}
.ftr-menus ul li:not(:last-child),
.ftr-links ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ftr-links ul,
.ftr-btm-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-links.ftr-social ul {
  display: flex;
}
.ftr-links.ftr-social ul li:not(:last-child) {
  margin: 0 20px 0 0;
}
.ftr-btm {
  padding: 25px 0;
  background: #181818;
}
.ftr-btm p {
  margin-bottom: 0;
}
.ftr-btm-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.ftr-btm-links ul li:not(:last-child) {
  margin: 0 30px 0 0;
}

.ftr-top .ftr-social ul li a span {
  width: 35px;
  height: 35px;
  background: var(--green);
  border-radius: 50%;
  padding: 10px;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.ftr-top .ftr-social ul li a {
  display: flex;
  align-items: center;
}
.ftr-top .ftr-social ul {
  column-count: 2;
}
.ftr-top .ftr-social ul li {
  margin-bottom: 20px;
}

.newsletters form {
  max-width: 650px;
  margin: 50px 0 90px;
}
.newsletters form input.form-control {
  border: solid 1px #d3d3d3;
  padding: 0 60px 0 25px;
  border-radius: 50px;
}
.newsletters form input.btn {
  border-color: var(--green);
  margin-left: -50px;
  background: var(--green) url(../images/submit.svg) no-repeat 90% 13px !important;
}
.ftr-top {
  background-size: cover !important;
  background-position: right !important;
}
.hdr-right .mobileview a.btn {
  display: none;
}
/*FOOTER*/

/* -- inner banner -- */

.inner-banner {
  height: 580px;
  position: relative;
  padding: 320px 0 172px;
}
.inner-banner::after {
  content: "";
  background: linear-gradient(
    231.14deg,
    #162205 7.38%,
    rgba(25, 38, 6, 0.91) 44.42%,
    rgba(26, 39, 7, 0.85) 73.9%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
}
.inner-banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 3;
}
.inner-banner .banner-content h1 {
  color: var(--white);
}

/* -- inner banner -- */

/* -- About Page -- */
/* .our-mission-sec.common-padding{padding-bottom: 160px;} */
.our-mission-wrap {
  padding: 60px 100px;
  text-align: center;
  background: url(../images/mission-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
/* .our-mission-wrap::after{content: '';background: url(../images/mission-btm.png);bottom: -160px;right: 0;left: 0;height: 70px;width: auto;position: absolute;} */
.our-mission-wrap h2 {
  margin: 0 0 30px;
}
.our-mission-wrap p {
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
  margin: 0;
}

.goals-img {
  padding-right: 40px;
}
.goals-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.desc-wrap {
  display: flex;
  align-items: center;
}
.desc-wrap p {
  margin: 0;
  font-weight: 600;
  width: calc(100% - 110px);
}
.desc-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}

.goal-listing ul {
  display: block;
  margin: 30px 0 0;
}
.goal-listing ul li {
  padding: 15px 0 15px 23px;
  position: relative;
  font-size: 18px;
}
.goal-listing ul li::after {
  content: "";
  background: var(--green);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
}

.donate-wrap h3 {
  margin: 0 5px 0 0;
  display: inline-block;
  color: #222222;
  font-weight: 600;
}
.donate-wrap a {
  line-height: 1;
  color: #222222;
}
.donate-wrap {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
}

/* -- About Page -- */

/* -- Blog Page -- */
.hdng-wrap {
  text-align: center;
  margin: 0 0 60px;
}
.hdng-wrap p {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 7px;
  color: #ad1541;
  margin: 0 0 20px;
}
.hdng-wrap h2 {
  text-transform: capitalize;
}
.hdng-wrap h2 span {
  color: var(--green);
  margin: 0;
}

.blog-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.blog-list-wrap ul li {
  width: 33.33%;
  padding: 15px;
}

.sidebar-wrap {
  padding: 30px 16px 30px 30px;
  background: #fbfff4;
  border: 1px solid #caf480;
  border-radius: 20px;
  margin: 0 0 30px;
}
.sidebar-wrap h3 {
  font-weight: 600;
  margin: 0 0 20px;
}
/* .sidebar-wrap p{margin: 0;} */

.sidebar-wrap.archives {
  max-height: 620px;
  overflow-y: auto;
}
.archive-listing ul {
  display: block;
}
.archive-listing ul li {
  padding: 10px 0;
}
.archive-listing ul li a {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #222222;
  font-size: 18px;
  margin: 0 0 10px;
}
.archive-listing ul li a:hover {
  font-weight: 600;
}
.archive-listing ul li p {
  color: var(--green);
  font-weight: 600;
}

.sidebar-wrap.category {
  max-height: 447px;
  overflow-y: auto;
}

/* -- Blog Page -- */

/* -- Blog Detail Page -- */

.blog-details-wrap {
  margin: 0 0 46px;
}
.blog-details-wrap span.date-wrap {
  color: var(--white);
  font-size: 16px;
  background: #ad1541;
  padding: 5px 30px;
  border-radius: 50px;
  margin: 0 0 30px;
  display: inline-block;
}
.blog-details-wrap h2 span {
  color: var(--green);
}
.blog-details-wrap h3 {
  font-family: var(--lato);
  font-weight: 500;
  margin: 0;
}

.blog-det-img {
  position: relative;
  padding: 37% 0 0 0;
  margin: 0 0 30px;
}
.blog-det-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.border-wrap {
  margin: 60px 0;
  min-height: 80px;
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.details-post ul li:not(:last-child) {
  padding-bottom: 15px;
}

.details-post .socialLink ul li a {
  border: 1px solid var(--green);
}

/* -- Blog Detail Page -- */

/* -- Donate Page -- */

.donate-page-wrap {
  max-width: 1058px;
  margin: 0 auto;
}
.donate-page-wrap h3 {
  font-weight: 600;
}
.donate-page-wrap .video-wrapper .video {
  width: 100%;
  cursor: pointer;
  border-radius: 50px;
}
.donate-page-wrap .video-container {
  position: relative;
  padding-bottom: 50%;
}
.donate-page-wrap #playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.donate-page-wrap .video-wrapper {
  border: 1px solid var(--violet);
  border-radius: 50px;
  background: var(--white);
  margin-top: 40px;
  position: relative;
}
.donate-page-wrap .image-video {
  position: relative;
  padding-bottom: 50%;
}
.donate-page-wrap .image-video img,
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donate-page-wrap .play-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 100px;
}
.donate-page-wrap .play-icon span {
  width: 122px;
  height: 122px;
  display: flex;
  vertical-align: middle;
  background: var(--white);
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.our-mission-sec h2 {
  color: var(--black);
  font-weight: 700;
  text-transform: capitalize;
}
.our-mission-sec span {
  color: var(--green);
}
.our-mission-sec p {
  max-width: 862px;
  margin: 0 auto 30px;
}
/* .our-mission-sec a.btn{padding: 12px 0 12px 47px;} */

.engage-card {
  display: flex;
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 30px;
}
.engage-card .image-holder {
  width: 210px;
  padding: 48% 0 0 0;
  position: relative;
}
.engage-card .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}
.engage-card .content-wrap {
  width: calc(100% - 210px);
  padding: 0 30px;
}
.engage-card .content-wrap h3 {
  font-weight: 600;
}

/* -- Donate Page -- */

/* -- Grant Collaboration Page -- */

.collab-img {
  padding-right: 40px;
}
.collab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* -- Grant Collaboration Page -- */

/* -- Contact Page -- */

.email-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.email-wrap span {
  width: 40px;
  height: 40px;
  border: 1px solid var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--green);
}
.email-wrap a {
  font-weight: 600;
  color: var(--body-font-color);
  margin-left: 5px;
}

.contact-info .socialLink ul li a {
  border: 1px solid var(--green);
}

.contact-form {
  border: 5px solid var(--green);
  border-radius: 30px;
  padding: 30px;
}
.contact-form h2 {
  margin: 0 0 30px;
}
.contact-form form .form-control {
  border: 1px solid var(--green);
  border-radius: 30px;
  padding: 12px 20px;
  color: #777777;
}
.contact-form form .form-control::placeholder {
  color: #777777;
  text-transform: capitalize;
}
.contact-form form textarea.form-control {
  min-height: 150px;
}
.contact-form form input.btn {
  background-color: var(--green);
}

/* -- Contact Page -- */

/* -- Brand Collaboration Page -- */

.collab-wrap {
  text-align: center;
}
.collab-wrap h2 {
  margin: 0 0 60px;
}
.collab-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.collab-wrap ul li {
  width: 16.6%;
  padding: 15px;
}
.collab-wrap ul li .partner-box {
  border: 1px solid var(--green);
  border-radius: 20px;
  padding: 10px 0;
  text-align: center;
}
.collab-wrap ul li .partner-box .logo-box {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.collab-wrap ul li .partner-box .logo-box img {
  position: relative;
}
.collab-wrap ul li .partner-box span {
  display: block;
}

/* -- Brand Collaboration Page -- */

/* -- Our Team Page -- */

.team-list-wrap {
  text-align: center;
}
.team-list-wrap h2 {
  margin: 0 0 60px;
}
.team-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 60px;
}
.team-list-wrap ul li {
  width: 25%;
  padding: 15px;
}
.partner-box {
  position: relative;
  padding: 100% 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.partner-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px;
}
.partner-box .overlay-wrap {
  position: absolute;
  bottom: 0;
  top: 95%;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  background-color: #0000007a;
  z-index: 2;
  border-radius: 0 0 20px 20px;
  transition: 0.3s ease;
}
.partner-box .overlay-wrap h2 {
  color: var(--white);
  font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
  margin: 0 0 10px;
}
.partner-box .overlay-wrap p {
  color: var(--white);
  margin: 0;
}
.partner-box:hover .overlay-wrap {
  top: 60%;
  transition: 0.3s ease;
}

.pagination-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination-wrap ul li {
  width: fit-content;
  padding: 0 15px;
}
.pagination-wrap ul li a {
  display: block;
  border: 1px solid var(--green);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--black);
}
.pagination-wrap ul li:hover a {
  background: var(--green);
  color: var(--white);
}

/* -- Our Team Page -- */

/* -- Everglades awareness concert Page -- */
.awarness-wrap .heading-wrap {
  text-align: center;
}
.awarness-wrap .heading-wrap h2 {
  margin: 0 0 60px;
}

.awarness-card-wrap {
  margin: 0 0 60px;
}
.concert-box {
  border: 1px solid #caf480;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  height: 100%;
}
.concert-box a {
  display: block;
}
.concert-box .image-holder {
  position: relative;
  padding: 60% 0 0;
  margin: 0 0 30px;
}
.concert-box .image-holder img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.concert-box .content-wrap {
  text-align: start;
  padding: 0 12px 70px;
}
.concert-box .content-wrap h3 {
  font-weight: 500;
}
.concert-box .content-wrap h3:last-child {
  margin: 0;
}
.concert-box .content-wrap p {
  color: #777777;
  margin: 0 0 20px;
}
.concert-box .content-wrap a.btn {
  position: absolute;
  bottom: 20px;
  left: 12px;
  color: var(--green);
}
.concert-box .content-wrap a.btn:hover {
  color: var(--white);
}

.text-sec ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.text-sec ul li {
  width: 33%;
  display: flex;
  align-items: center;
}
.text-sec ul li .icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--green);
  background: #f9ffef;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green);
  margin-right: 10px;
}
.text-sec ul li p {
  width: calc(100% - 54px);
}

.fund-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.fund-wrap h3,
.fund-wrap p {
  margin: 0 5px 0 0;
}
.fund-wrap a {
  color: #222222;
}

.awarness-sec .our-mission-wrap {
  max-width: 1024px;
  padding: 60px;
}
.awarness-sec .our-mission-wrap .image-holder {
  position: relative;
  padding: 55% 0 0;
}
.awarness-sec .our-mission-wrap .image-holder img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.awarness-sec .our-mission-wrap h3 {
  margin: 0;
  padding: 40px 0 0;
}

.bottom-box {
  max-width: 931px;
  padding: 30px;
  border: 1px solid var(--green);
  border-radius: 20px;
  margin: 0 0 20px;
}
.bottom-box h3 {
  margin: 0 0 10px;
}
.bottom-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 20px;
  max-width: 550px;
}
.bottom-box ul li {
  width: fit-content;
  padding: 10px;
}
.bottom-box ul li span {
  padding: 5px 10px;
  border: 1px solid var(--green);
  border-radius: 8px;
  color: var(--green);
}

/* -- Everglades awareness concert Page -- */

/* -- Symposium Page -- */

.symposium-sec .heading-wrap h2 {
  margin: 0 0 30px;
}

.date-wrap ul {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.date-wrap ul li {
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-right: 1px solid #777777;
}
.date-wrap ul li span {
  width: 40px;
  height: 40px;
  border: 1px solid var(--green);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  color: var(--green);
}
.date-wrap ul li h3 {
  margin: 0;
  color: #222222;
  font-weight: 600;
}
.date-wrap ul li:first-child {
  padding-left: 0;
}
.date-wrap ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.date-wrap h3 {
  margin: 0 0 30px;
  color: #222222;
  font-weight: 600;
}

.center-box {
  border: 1px solid var(--green);
  border-radius: 20px;
  height: 100%;
}
.center-box .heading-wrap {
  padding: 15px;
  background: var(--green);
  border-radius: 20px 20px 0 0;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.center-box .heading-wrap h3 {
  margin: 0;
  color: var(--white);
}
.content-wrap {
  padding: 20px;
}
.content-wrap .location-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.content-wrap .location-wrap span {
  width: 40px;
  height: 40px;
  border: 1px solid var(--green);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green);
  margin-right: 15px;
}
.content-wrap .location-wrap p {
  margin: 0;
  width: calc(100% - 55px);
  color: #222222;
  font-weight: 600;
}
.content-wrap .facebook-link p {
  color: #222222;
  margin: 0 0 10px;
  font-weight: 600;
}
.content-wrap .facebook-link a {
  font-weight: 600;
}

.content-wrap .heading-wrap {
  text-align: center;
}
.content-wrap .heading-wrap h2 {
  margin: 0 0 60px;
}
.speakers-wrap h3 {
  color: #222222;
  font-weight: 600;
}
.speaker-list h3 {
  text-transform: uppercase;
}
.speaker-list ul {
  margin: 0 0 30px;
}
.speaker-list ul li {
  color: #222222;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.speaker-list ul li::after {
  content: "";
  background: var(--green);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.speaker-list h2 {
  margin: 0 0 60px;
}

.content-wrap .text-wrap h2 {
  margin: 0 0 60px;
}
.content-wrap .text-wrap .text-part h6 {
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}
.content-wrap .text-wrap .text-part h6::after {
  content: "";
  background: var(--green);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content-wrap .text-wrap .text-part p {
  margin: 0 0 20px;
}

.registration-form {
  padding: 20px;
  border: 7px solid var(--green);
  max-width: 920px;
  border-radius: 30px;
}
.registration-form h2 {
  margin: 0 0 30px;
}
.registration-form .form-control {
  border: 1px solid var(--green);
  border-radius: 50px;
  color: #777777;
  padding: 12px 20px;
  margin: 0 0 20px;
}
.registration-form .form-control::placeholder {
  color: #777777;
  text-transform: capitalize;
}
.registration-form textarea.form-control {
  min-height: 77px;
  border-radius: 15px;
}

.registration-form .checkbox-wrap .form-check {
  margin-bottom: 14px;
}
.registration-form .checkbox-wrap .form-check label {
  color: #777777;
  font-weight: 400;
}
.registration-form .checkbox-wrap .form-check input {
  width: 22px;
  height: 22px;
  margin-right: 13px;
  border: 1px solid var(--green);
}
.registration-form .checkbox-wrap .form-check input:focus {
  box-shadow: none;
  border: 1px solid var(--green);
}
.registration-form .checkbox-wrap .form-check input:checked {
  background-color: var(--green);
}
.registration-form h6 {
  color: #222222;
  font-weight: 600;
}

.registration-form textarea.form-control.btm {
  min-height: 157px;
}

.registration-form input[type="submit"] {
  background-color: var(--green);
}

.our-mission-wrap a.btn {
  border: 1px solid var(--green);
  color: var(--green);
  margin-bottom: 30px;
}

/* -- Symposium Page -- */

/* -- 11.03.2024 -- */

.mc4wp-form-fields {
  display: flex;
  width: 100%;
}

span.wpcf7-list-item.first.last {
  display: flex;
  align-items: center;
  margin: 0;
}
span.wpcf7-list-item.first.last input {
  width: 22px;
  height: 22px;
  margin-right: 13px;
  border: 1px solid var(--green);
}
span.wpcf7-list-item.first.last input:checked {
  background-color: #49c939;
}

/* .registration-form .form-control.wpcf7-not-valid{border-color: rgb(255, 0, 0) !important;}
.wpcf7-not-valid-tip{font-size: 0;} */

.registration-form .form-control,
.contact-form .form-control {
  margin: 0;
}
.registration-form p,
.contact-form p {
  margin: 20px 0;
}

.awarness-wrap .text-sec h3 {
  font-weight: 600;
}

/* -- 11.03.2024 -- */

/* 12.03.2024 -- */
.single-page-wrap {
  padding: 20px;
  border-radius: 30px;
}
ul.event-date-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
ul.event-date-wrap li {
  width: 20%;
  padding: 10px !important;
}
.single-page-wrap a {
  word-break: break-word;
}
.single-page-wrap h3 {
  font-weight: 600;
  text-decoration: underline;
  color: var(--green);
}
.single-page-wrap .team-imp-item h3 {
  text-align: center;
  text-decoration: none;
  position: relative;
}
.single-page-wrap .team-imp-item h3 :after {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: var(--green);
  content: "";
  margin: 0 auto;
  bottom: -6px;
  border-radius: 6px;
}
.donate-page-wrap h3 {
  font-weight: 600;
  color: var(--green);
  text-decoration: underline;
}

.single-page-wrap li {
  padding: 10px;
}

/* -- 13.03.2024 -- */
.contact-info .socialLink {
  margin: 0 0 20px;
}
.contact-form {
  padding: 10px;
}

/* -- 14.03.2024 -- */
.error404 .inner-banner {
  height: 440px;
  position: relative;
  padding: 240px 0 172px;
}

.single-page-wrap .mc4wp-form-fields {
  border: solid 1px #8ac622;
  border-radius: 30px;
  color: var(--green);
  max-width: 700px;
  margin-bottom: 30px;
}

.single-page-wrap .mc4wp-form-fields input.form-control {
  color: var(--green);
  padding: 0 20px;
  border: 0;
}
.single-page-wrap .mc4wp-form-fields input.form-control::-moz-placeholder {
  color: var(--green);
  opacity: 1;
}
.single-page-wrap .mc4wp-form-fields input.form-control:-ms-input-placeholder {
  color: var(--green);
}
.single-page-wrap
  .mc4wp-form-fields
  input.form-control::-webkit-input-placeholder {
  color: var(--green);
}

.single-page-wrap .mc4wp-form-fields input.btn {
  color: var(--white);
  background: #8ac622 url(../images/btn-arrow.svg) no-repeat 100%;
}

#more {
  display: none;
}

.info-partner {
  padding: 15px 0;
}
.info-partner button#myBtn {
  background: #8ac622;
  color: #fff;
  border: 0;
  padding: 10px 20px 12px;
  line-height: 1;
  border-radius: 25px;
}

.page-id-191 form#mc4wp-form-1 {
  margin: 0 auto;
  max-width: 800px;
}
.page-id-191 form#mc4wp-form-1 input.btn {
  border: 1px solid #8ac622;
  color: #8ac622;
}
.page-id-191 form#mc4wp-form-1 input.btn:hover {
  color: #fff;
}

.mc4wp-alert.mc4wp-success {
  color: green;
  margin-top: -20px;
  margin-bottom: 16px;
  font-size: 14px;
}

.immersion-box {
  height: 100%;
}
.immersion-box .imgbox {
  display: block;
  padding: 0 0 56.25%;
  position: relative;
}
.immersion-box .imgbox img.card-img-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.immersion-box .card-body h3.card-title {
  text-decoration: none;
  border-top: 2px solid var(--green);
  padding-top: 10px;
}
.immersion-box .card-body hr.divider {
  background: #8bc34a;
  height: 2px;
  opacity: 1;
}
.immersion-box .card-body p.status {
  margin: 0;
  color: #b3a216;
}
.immersion-box .card-body .details p {
  margin: 0 0 3px;
  font-size: 16px;
}
.immersion-box .card-body .details strong {
  margin: 0 0 3px;
  display: inline-block;
  font-size: 16px;
}

.immerce-top-banner {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.immerce-top-banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.immerce-top-banner .container {
  position: relative;
  z-index: 3;
}
.immerce-top-banner h1 {
  color: #fff;
}
.dtls-head h2 {
  border-bottom: 2px solid var(--green);
  padding-bottom: 20px;
}
.main-imgbox {
  margin: 0 auto;
  max-width: 850px;
}
.main-imgbox img {
  width: 100%;
}
.dtls-content {
  text-align: left;
  padding-top: 30px;
}

.ose-vimeo,
.ose-youtube {
  margin: 20px 0 0;
  display: block !important;
  height: auto !important;
  max-height: inherit !important;
  width: 100% !important;
  max-width: 850px !important;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.ose-vimeo iframe,
.ose-youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

#load-more {
  margin: 25px auto 25px;
  display: block;
  max-width: 200px;
}

/* -- 23.09.2024 -- */

.custom-thank-you h3 {
  text-decoration: none;
}

.team-member ul {
  display: block;
  margin: 0 0 20px;
}

.team-member ul li {
  width: 100%;
  padding: 5px 0;
  text-align: start;
  position: relative;
  padding-left: 30px;
}
.team-member ul li:after {
  content: "";
  background-color: var(--green);
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 15px;
  left: 0;
}

.who-we-are-title h3 {
  text-align: center;
  text-decoration: none;
}

.item-imm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-imp-item {
  width: 32%;
  background: #fff;
  border: solid 7px var(--green);
  padding: 20px;
  border-radius: 30px;
}
.team-imp-item p {
  text-align: justify;
}

.single-page-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
}

/* -- 23.09.2024 -- */

/* -- 24.09.2024 -- */

.info-partner .btn.green-border {
  margin: 20px 0 0;
}

/* -- 24.09.2024 -- */

/*Media Query css*/

@media only screen and (min-width: 1022px) {
  .latest-works-carouesl .slick-list {
    overflow: visible;
    margin: 0 -15px;
  }
}

@media only screen and (min-width: 1699px) {
  .container {
    max-width: 1624px;
  }
}

@media screen and (max-width: 1699px) {
  .main-menu nav ul li a {
    font-size: 16px;
  }
  .main-menu nav > ul > li {
    margin-left: 15px;
  }
  .hdr-right a.btn {
    margin-left: 15px;
  }
  .main-menu nav ul li.menu-item-has-children::after {
    right: 0;
  }

  .engage-card {
    display: block;
  }
  .engage-card .image-holder {
    width: 100%;
    padding: 60% 0 0 0;
    position: relative;
  }
  .engage-card .image-holder img {
    border-radius: 30px 30px 0 0;
  }
  .engage-card .content-wrap {
    width: 100%;
    padding: 20px;
  }
  .content-wrap .facebook-link a {
    font-size: 14px;
    word-break: break-word;
  }
  .content-wrap .facebook-link p {
    line-height: 1;
    margin: 0;
  }

  .archive-listing ul li a {
    width: 250px;
  }
}

@media screen and (max-width: 1399px) {
  .hdr-right a.btn {
    min-width: 180px;
  }
  .main-menu nav ul li a {
    font-size: 14px;
  }
  .logo {
    max-width: 250px;
  }

  .archive-listing ul li a {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  #mySidenav {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hdr-right a.btn {
    margin: 0 50px 0 0;
  }
  a.closebtn {
    filter: brightness(0) invert(1);
  }
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.7s;
  }
  .nav-inner-position {
    width: 100%;
    max-width: 320px;
    height: 100%;
    overflow: hidden;
    background: #4d7a00;
    float: right;
    padding: 20px 15px 20px;
    position: relative;
    z-index: 2;
  }
  .main-menu nav ul li:hover > a {
    border-bottom: 3px solid transparent;
  }
  .nav_btn {
    display: block;
    top: 0;
  }
  .main-menu nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .closebtn {
    display: block;
    text-align: right;
  }
  li.menu-item-has-children ul.sub-menu {
    box-shadow: none;
    background: var(--green);
    position: inherit;
    padding: 0 15px;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
  }
  li.menu-item-has-children ul.sub-menu li {
    border: 0;
  }
  li.menu-item-has-children ul.sub-menu a {
    padding: 5px 0;
    display: inline-block;
  }
  nav.big-menu,
  .menu-main-menu-container {
    width: 100%;
  }
  .main-menu nav ul li {
    border-bottom: solid 1px #fff;
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .main-menu nav ul li.menu-item-has-children::after {
    top: 17px;
    right: 15px;
  }
  .main-menu nav ul li a {
    display: inline-block;
    padding: 10px 0;
  }
  li.menu-item-has-children > a::after {
    display: none;
  }
  li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
  li.menu-item-has-children ul.sub-menu.active {
    display: block;
  }
  .nav_btn img {
    filter: brightness(1);
    width: 100%;
  }
  .main-header.fixed .hdr-btm .nav_btn img {
    filter: brightness(1);
  }
  .main-menu nav ul li.current-menu-item a {
    border-bottom: 0;
  }
  /* .main-header, .main-header.fixed { position: relative;} */
  .videobg a.vdoimg span {
    width: 70px;
  }
  .videobg a.vdoimg {
    height: 300px;
  }
  .banner-slider-wrap .slider-container .banner-holder {
    top: 50%;
  }
  .hdr-top {
    padding: 10px 0;
  }
  .hdr-right a.btn {
    background-size: 43px;
    padding: 7px 0 7px 20px;
  }
  .hdr-btm {
    padding: 10px 0;
  }
  .hdr-right .mobileview a.btn {
    display: block;
    background-color: var(--dark);
    margin-top: 20px;
    width: 100%;
  }
  .hdr-right a.btn {
    display: none;
  }
  .home-slider .banner-cont {
    padding-right: 30px;
  }

  .ftr-top .ftr-social ul {
    column-count: 1;
  }
  .ftr-top::before {
    height: 40px;
  }

  .inner-banner {
    height: 530px;
  }

  .blog-list-wrap ul li {
    width: 50%;
  }
  .sidebar-wrap.archives {
    padding: 10px;
  }

  li.menu-item-has-children ul.sub-menu.active {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    min-width: auto;
    width: 100%;
  }
  li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    padding: 0;
  }
  li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .common-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .land-info:before {
    right: -14px;
    z-index: 1;
    top: -49px;
    width: 120px;
    height: 120px;
  }
  .land-info:after {
    left: -15px;
    z-index: 1;
    width: 120px;
    height: 120px;
  }
  .aboutusimg {
    margin-bottom: 20px;
    max-height: 100%;
  }
  .aboutusimg-two {
    margin: 10px 0 0;
  }

  .blog-holder {
    margin: 10px 0 !important;
  }
  .newsletters form {
    margin: 20px 0;
  }
  .ftr-content p {
    max-width: 100%;
  }
  .ftr-content {
    margin: 0 0 20px;
  }
  .ftr-top.common-padding {
    padding-top: 70px;
  }

  .inner-banner {
    height: 370px;
    padding: 170px 0;
  }

  .engage-card {
    margin: 10px 0;
  }

  .border-wrap {
    margin: 30px 0;
    min-height: 40px;
    width: 100%;
  }
  .our-mission-wrap {
    padding: 40px;
  }

  .center-box {
    height: calc(100% - 20px);
    margin: 20px 0;
  }
  .concert-box {
    height: calc(100% - 10px);
    margin: 10px 0;
  }

  .text-sec ul {
    display: block;
  }
  .text-sec ul li {
    width: 100%;
    padding: 0 0 10px;
  }

  .awarness-wrap .heading-wrap h2 {
    margin: 0 0 30px;
  }

  .team-list-wrap ul li {
    width: 33.33%;
  }
  .collab-wrap ul li {
    width: 20%;
  }

  .collab-img {
    margin: 0 0 20px;
    padding: 0;
  }

  .goals-img {
    padding: 0;
  }

  ul.event-date-wrap li {
    width: 33.33%;
  }

  .socialLink {
    margin: 0 0 20px;
  }

  .archive-listing ul li a {
    width: 100%;
  }

  section.golas-sec.common-padding {
    padding-top: 0;
  }

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

  .team-imp-item {
    width: 48%;
    margin: 0 0 20px;
  }

  .single-page-wrap iframe {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .common-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .search_form {
    width: 170px;
  }
  .socialLink ul li a {
    width: 24px;
    height: 24px;
    margin-right: 1px;
  }
  .searchButton {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .searchTerm {
    padding: 0 35px 0 15px;
    height: 30px;
    font-size: 14px;
  }
  .hdr-right a.btn {
    margin: 0 35px 0 0;
    min-width: 140px;
    background-size: 40px;
    font-size: 16px;
  }
  .land-info {
    padding: 65px 25px;
  }
  .blog-list .hdr-text {
    margin-bottom: 20px;
    text-align: center;
  }
  .aboutus-info {
    padding: 0 0 20px 0;
  }
  .banner-img {
    height: 520px;
  }
  .home-slider .banner-cont h1 br {
    display: none;
  }
  .blog-img {
    height: auto;
  }
  .ftr-top.common-padding {
    padding-top: 70px;
    text-align: center;
  }
  .newsletters form {
    margin: 25px 0 50px;
  }
  .ftr-content,
  .ftr-menus {
    margin-bottom: 20px;
  }
  .ftr-top .ftr-social ul li a {
    justify-content: center;
  }
  .newsletters form input.btn {
    padding: 5px 40px 5px 15px;
    min-width: 150px;
  }
  .ftr-top::before {
    height: 20px;
  }

  .inner-banner {
    height: 290px;
    padding: 130px 0;
  }
  .our-mission-wrap {
    padding: 10px;
  }

  .desc-wrap {
    display: block;
    text-align: center;
  }
  .desc-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .desc-wrap p {
    width: 100%;
  }
  .donate-wrap {
    margin: 10px 0 0;
    display: block;
  }

  .border-wrap {
    margin: 10px 0;
    min-height: 20px;
    width: 100%;
  }

  .date-wrap ul {
    overflow-x: auto;
    padding: 10px 0;
  }
  .date-wrap ul li {
    white-space: nowrap;
  }

  .fund-wrap {
    display: block;
  }

  .awarness-sec .our-mission-wrap,
  .bottom-box {
    padding: 10px;
  }

  .blog-list-wrap ul {
    margin: 0;
  }
  .blog-list-wrap ul li {
    width: 100%;
    padding: 0;
  }
  .hdng-wrap {
    margin: 0 0 20px;
  }

  .sidebar-wrap.category {
    overflow-x: hidden;
  }

  .sidebar-wrap {
    padding: 10px;
  }

  .blog-det-img {
    padding: 50% 0 0;
  }

  .team-list-wrap ul li {
    width: 100%;
  }
  .team-list-wrap ul {
    margin: -15px -15px 20px;
  }

  .collab-wrap ul li {
    width: 50%;
  }

  ul.event-date-wrap li {
    width: 50%;
  }

  .banner-cont.white {
    padding-top: 30px;
  }

  .speaker-list h2 {
    margin: 0 0 10px;
  }

  .everglades-hdr h2 {
    margin: 0 0 10px;
  }

  .our-mission-sec p {
    margin: 0;
  }

  .socialLink {
    margin: 0;
  }

  .single-page-wrap .mc4wp-form-fields {
    border: 0;
    display: block;
  }
  .single-page-wrap .mc4wp-form-fields input.form-control {
    color: var(--green);
    padding: 0 20px;
    border: solid 1px var(--green);
    margin-bottom: 10px;
    border-radius: 30px;
  }

  .team-imp-item {
    width: 100%;
    margin: 0 0 10px;
  }

  .single-page-wrap iframe {
    min-height: 170px;
  }
}

.page-template-team-immersion #bird {
  margin-bottom: 0;
}

/*Media Query css*/

.who-we-are-intro h3 {
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}
.who-we-are-top {
  padding-top: 100px;
}

.everglades-video-section {
  position: relative;
  background: url("../wp-content/uploads/2024/02/video-bg.jpg") center
    center/cover no-repeat !important;
  padding: 100px 20px;
  text-align: center;
  color: white;
}

.video-heading {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
}

.video-heading .green {
  color: #8bc34a;
}

.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

.thumbnail-img {
  width: 100%;
  border-radius: 8px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.video-embed {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  position: relative;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: none;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .video-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .play-btn {
    width: 60px;
    height: 60px;
  }
}
.everglades-video-section {
  position: relative;
  background: url("../wp-content/uploads/2024/02/video-bg.jpg") center
    center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: white;
}

.video-heading {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
}

.video-heading .green {
  color: #8bc34a;
}

.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

.thumbnail-img {
  width: 100%;
  border-radius: 8px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.video-embed {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  position: relative;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: none;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .video-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .play-btn {
    width: 60px;
    height: 60px;
  }
}
