@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins';
  color: #7c7c7c;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Gingerbrand';
  src: url(../fonts/Gingerbrand.ttf);
  font-weight: 400;
  font-style: normal
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
  border-bottom: 1px solid #00000026;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 36px 25px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 25px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
  border-bottom: 2px solid #387d35;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 136px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  background: unset;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

/*btn Css Start*/


.theme-btn {
  border: none;
  background-color: #2e7d32;
  color: #fff;
  padding: 10px 9px 10px 18px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 9;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  margin-right: unset;
  width: fit-content;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn::before, .theme-btn::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
}
.theme-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.theme-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.theme-btn:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.theme-btn.bg-white {
  background-color: #000);
  color: #000;
}
.theme-btn.bg-white:hover {
  color: #000;
}
.theme-btn.transparent {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 20px 40px;
}
.theme-btn.transparent:hover {
  color: #000;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.theme-btn span {
    border: 1px solid #fff;
    width: 42px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-right: 8px;
    font-size: 15px;
    background: #fff;
    color: #387d35;
}


/*Btn Css End*/

.menuSec .row {
    align-items: center;
}

.head-btn {
    text-align: end;
}
body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 0px;
  background-color: #000;
}

body::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #2e7d32;
}

/*b anner Css Start*/


section.main_slider {
    margin: 0 50px;
}

img.img-fluid {
    width: 100%;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.banner-img img {
    width: 81%;
    margin: 0 auto;
}

.banner-img {
    text-align: center;
}
.banner_text h1 {
    font-family: 'Gingerbrand';
    color: #000;
    font-size: 87px;
    line-height: 90px;
}
/*banner Css End*/

/*Section Building Start*/

.text-building h2 {
    font-family: 'Gingerbrand';
    font-size: 41px;
    color: #000;
    margin-bottom: 13px;
    line-height: 52px;
}

.text-building p {
    width: 83%;
}

.building-sec .row {
    align-items: center;
}

.text-building .theme-btn {
    margin-bottom: 0px;
}

.building-sec .row {
    align-items: center;
}

.building-img a {
    border: 1px solid #2e7d32;
    padding: 37px 32px;
    border-radius: 50%;
    color: #fff;
    background: #2e7d32;
    position: absolute;
    right: 190px;
    bottom: 9px;
    font-size: 43px;
    transform: rotate(315deg);
}

.building-img {
    position: relative;
    margin-bottom: 20px;
}

.building-img a:hover {
    transform: rotate(360deg);
    background: #000;
}
.text-neighbor h2 {
    font-family: 'Gingerbrand';
    font-size: 30px;
    text-align: center;
    line-height: 41px;
    margin-bottom: 0px;
    color: #fff;
}

.text-neighbor {
    background-image: url(../images/neighbor-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 0px;
    border-radius: 110px 110px 110px 0px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img1-neighbor img {
    width: 100%;
    border-radius: 0px 110px 110px 110px;
    height: 215px;
    object-fit: cover;
}

.building-sec {
    padding: 90px 0px;
}

.text-neighbor:hover {
    background-position: right center;
    transition: 0.9s;
}
.box-2neighbot-main .img1-neighbor img {
    border-radius: 0px 120px 0px 110px;
}

.box-2neighbot-main .text-neighbor {
    border-radius: 110px 0px 110px 0px;
}
.main-neighbor {
    margin: 34px 15px 0px;
    position: relative;
}
.img1-neighbor:hover {
    filter: brightness(0.3);
    transition: 0.9s;
}
img.neughbor-star-img {
    position: absolute;
    top: 150px;
    left: 27.8%;
}
/*Section Building End*/


/*Section ideas Start*/

.img-ideas-main img {
    width: 100%;
    border-radius: 50px;
}

.text-ideas h2 {
    font-size: 30px;
    font-family: 'Gingerbrand';
    margin-bottom: 6px;
}

.text-ideas {
    border: 1px solid #fff;
    padding: 31px 71px;
    border-radius: 50px;
    background: #fff;
    margin-top: -20px;
    position: relative;
}

.text-ideas a.theme-btn {
    margin-bottom: 0px;
}

.heading-ideas h2 {
    font-family: 'Gingerbrand';
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.heading-ideas {
    text-align: center;
    margin-bottom: 40px;
}

.ideas-sec {
    padding: 100px 0px;
    background-image: url(../images/ideas-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.img-ideas-main {
    position: relative;
}

.img-ideas-main a {border: 1px solid #fff;padding: 18px 14px;border-radius: 50%;color: #fff;background: #fff;position: absolute;right: -15px;top: -16px;font-size: 30px;transform: rotate(315deg);color: #2e7d32;border: 8px solid #2e7d32;}

.img-ideas-main a:hover {
    transform: rotate(360deg);
}


.heading-ideas p {
    color: #fff;
}
.text-ideas p {
    height: 91px;
}
/*Section Ideas End*/

/*Section Support Start*/


.text-support h2 {
    font-family: 'Gingerbrand';
    color: #000;
    margin-bottom: 15px;
    font-size: 50px;
}

.text-support ul li img {
    width: 76px;
    object-fit: scale-down;
    height: 76px;
}

.text-support ul li h3 {
    font-family: 'Gingerbrand';
    font-weight: unset;
    font-size: 20px;
    margin-bottom: 4px;
}

.text-support ul {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.text-support ul li p {
    width: 100%;
    margin-bottom: 0px;
}

.img-support img {
    width: 100%;
    border-radius: 109px;
    height: 230px;
    object-fit: cover;
    margin-bottom: 20px;
}

.img-support.img-2-supp img {
    border-radius: 109px 109px 109px 0px;
}

.img-support.img-3-supp img {
    border-radius: 109px 0px 109px 109px;
}

.support-sec {
    padding: 100px 0px;
}
.main-img-support {
    margin-left: 35px;
}
.support-icon-img {
    background: #387d35;
    padding: 18px 15px;
    border-radius: 30px;
    width: 58px;
    height: 57px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin-top: 10px;
}

/*Section Support End*/

/*Section Contribution Start*/

.contribution-img img {
    width: 100%;
    border-radius: 50px;
}

.text-contribution h2 {
    font-size: 50px;
    font-family: 'Gingerbrand';
    color: #000;
    margin-bottom: 13px;
}

.text-contribution p {
    width: 90%;
}

.contribution-sec .row {
    align-items: center;
}

.text-contribution {
    margin-left: 10px;
}


/*Section Contribution End*/

/*Section testimonials Start*/

.text-testi h3 {
    font-size: 22px;
    font-family: 'Gingerbrand';
    font-weight: unset;
    margin-bottom: -2px;
    color: #fff;
}

.text-testi span {
    font-size: 12px;
    color: #fff;
}

.text-testi p {
    margin-top: 9px;
    color: #ffffffcf;
    margin-bottom: 0px;
    width: 84%;
}

.testi-main {
    background-image: url(../images/testi-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 123px 123px 123px 0px;
        position: relative;
}

.testi-main .row {
    align-items: center;
}

.img-testi {
    margin-top: -16px;
}
.text-testi i {
    border: 1px solid #fff;
    /* padding: 18px 14px; */
    border-radius: 50%;
    color: #fff;
    background: #2e7d32;
    position: absolute;
    right: 35px;
    top: 4px;
    font-size: 34px;
    /* transform: rotate(315deg); */
    color: #fff;
    border: 8px solid #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials-sec .heading-ideas p {
    color: #000;
}
.testimonials-sec .heading-ideas h2 {
    color: #000;
}
.testimonials-sec {
    padding: 100px 0px;
}
/*Section testimonials End*/


/*Footer Start*/


.logo-text a {
    font-size: 58px;
    font-family: 'Gingerbrand';
    text-align: center;
    color: #fff;
}

.logo-text {
    text-align: center;
    padding-bottom: 31px;
    border-bottom: 1px solid #ffffff4a;
    margin-bottom: 50px;
}

footer {
    background: #47914b;
    padding-top: 70px;
}

.ft-quick-text h3 {
    font-family: 'Gingerbrand';
    color: #fff;
    font-weight: unset;
    font-size: 22px;
    margin-bottom: 17px;
}

.ft-quick-text ul li a {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ffffffb8;
}

.ft-quick-text ul {column-count: 2;}

.ft-quick-text ul li {
    margin-bottom: 10px;
}

.ft-quick-text {
    width: 60%;
    margin: 0 auto;
}

.contact-info-ft h3 {
    font-family: 'Gingerbrand';
    color: #fff;
    font-weight: unset;
    font-size: 22px;
    margin-bottom: 17px;
}

.contact-info-ft a {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ffffff99;
    font-weight: 400;
}

.contact-info-ft {
    width: 60%;
    margin: 0 auto;
}

.ft-connected h3 {
    font-family: 'Gingerbrand';
    color: #fff;
    font-weight: unset;
    font-size: 22px;
    margin-bottom: 17px;
}

.ft-connected p {
    color: #fff;
}

.ft-connected {
    width: 80%;
    margin: 0 auto;
}

.ft-field input {
    border: 1px solid #fff;
    width: 100%;
    height: 53px;
    border-radius: 30px;
    padding: 0px 22px;
}

.ft-field a {
    border: 1px solid #4f914d;
    padding: 8px 12px;
    border-radius: 26px;
    background: #4f914d;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 4px;
}

.ft-field {
    position: relative;
}
.copyright-ft p {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    border-top: 1px solid #ffffff7a;
    padding: 10px 0px;
    margin-top: 50px;
}
.ft-quick-text ul li a:hover {
    color: #fff;
}

.contact-info-ft a:hover {
    color: #fff;
}
/*Footer End*/


/*inner Banner Start*/

header.inner-head {
    position: unset;
}

.inner-banner {
    padding: 100px 0px;
}

.text-innerbanner h2 {
    font-size: 96px;
    font-family: 'Gingerbrand';
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}
.mission-text h2 {
    font-size: 41px;
    font-family: 'Gingerbrand';
    color: #000;
    margin-bottom: 0px;
}
header.inner-head .menuSec ul li a {
    padding: 36px 25px;
}
/*inner Banner End*/

/*Survey Page Start*/

.survey-img img {
    width: 100%;
    border-radius: 40px;
}

.survey-img {
    margin-bottom: 20px;
}

.text-survey h2 {
    font-size: 30px;
    font-family: 'Gingerbrand';
    color: #000;
    margin-bottom: 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #4f914d;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #4f914d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.survey-main h3 {
    font-size: 30px;
    font-family: 'Gingerbrand';
    margin-bottom: 25px;
    font-weight: unset;
}

.text-survey {
    margin-bottom: 30px;
}
.survey-check-field ul li label {
    font-size: 14px;
    font-family: 'Poppins';
}

.survey-check-field ul li {
    border: 1px solid #0000004f;
    padding: 10px 14px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.survey-check-field ul {
    column-count: 2;
    width: 84%;
}
.survet-textarea-field textarea {
    width: 100%;
    padding: 20px 30px;
    height: 240px;
    border-radius: 30px;
    border: 1px solid #00000061;
    font-family: 'Poppins';
    font-size: 14px;
}
.survey-sec {
    padding-bottom: 90px;
}
ul.rd-btn-list {
    column-count: 1;
    width: 40%;
}
/*Survey Page end*/

/*Donation Page Start*/
.text-comingsoon h2 {
    font-family: 'Gingerbrand';
    font-size: 195px;
    color: #000;
    text-align: center;
    line-height: 150px;
    margin-bottom: 60px;
}

.text-comingsoon p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.coming-soon-main {
    padding-top: 40px;
}

/*Donation Page End*/

/*Contact Page Start*/

 .contact-form {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    max-width: 610px;
    margin: 50px auto 100px;
    background-color: #f5f5f5;
    padding: 25px 40px;
    border-radius: 12px;
  }

  .contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Gingerbrand';
    font-weight: unset;
    color: #000;
    font-size: 39px;
  }

  .contact-field {
    width: 100%;
    padding: 14px 12px;
    margin-bottom: 23px;
    border: unset;
    border-radius: 8px;
    font-size: 14px;
  }

  .name-group {
    display: flex;
    gap: 12px;
  }

  .name-group .contact-field {
    flex: 1;
  }

  .contact-textarea {
    min-height: 130px;
    resize: vertical;
  }

  .contact-btn .theme-btn {
    margin-top: 0px;
}
.contact-btn {
    display: flex;
    justify-content: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Contact Page ENd*/

.contribution-sec {
    padding-bottom: 80px;
}
.coming-soon-main {
    padding-bottom: 80px;
}



@media only screen and (min-width: 1400px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	header {
	    overflow: hidden;
	    position: relative;
	}

	section {
	    overflow: hidden;
	}

	footer {
	    overflow: hidden;
	}
	.theme-btn {
	    font-size: 13px;
	    padding: 10px 10px;
	}

	.theme-btn span {
	    width: 35px;
	    height: 35px;
	    font-size: 13px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	header {
	    overflow: hidden;
	    position: relative;
	}

	section {
	    overflow: hidden;
	}

	footer {
	    overflow: hidden;
	}
	.head-btn {
	    margin-left: -30px;
	}

	.menuSec ul li a {
	    padding: 30px 15px;
	}

	.theme-btn {
	    font-size: 13px;
	    padding: 10px 10px;
	}

	.theme-btn span {
	    width: 35px;
	    height: 35px;
	    font-size: 14px;
	}

	.banner_text h1 {
	    font-size: 55px;
	    line-height: 1.5;
	}

	.text-building h2 {
	    font-size: 30px;
	    line-height: 1.5;
	}

	.text-building p {
	    width: 100%;
	    font-size: 13px;
	}

	img.neughbor-star-img {
	    left: 25%;
	}
	.text-ideas p {
	    height: auto;
	}

	.text-support h2 {
	    font-size: 35px;
	    line-height: 1.5;
	}
	.text-contribution h2 {
	    font-size: 35px;
	}
	.survey-check-field ul {
	    width: 100%;
	}
	.text-comingsoon h2 {
	    font-size: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	header {
	    overflow: hidden;
	    position: relative;
	}

	section {
	    overflow: hidden;
	}

	footer {
	    overflow: hidden;
	}
	.menuSec ul li a {
	    padding: 10px;
	}

	header {
	    position: relative;
	}

	.theme-btn {
	    padding: 10px 10px;
	    font-size: 12px;
	}

	.head-btn a.theme-btn {
	    margin-left: -60px;
	    font-size: 13px;
	    margin-top: 0;
        margin-bottom: 0;
	}
	.menuSec {
	    padding: 10px 0;
	}

	.head-btn a.theme-btn span {
	    width: 30px;
	    height: 30px;
	    font-size: 13px;
	}

	.menuSec ul {
	    text-align: left;
	    padding-left: 20px;
	}

	.banner_text h1 {
	    font-size: 44px;
	    line-height: 1.5;
	}

	.carousel-caption {
	    top: 0;
	    display: flex;
	    align-items: center;
	    background: #ebebeb6e;
	}

	section.main_slider {
	    margin: 0;
	}
	.text-building h2 {
	    font-size: 20px;
	    line-height: 1.5;
	}

	.text-building p {
	    width: 100%;
	    font-size: 12px;
	}
	img.neughbor-star-img {
	    left: 22.8%;
	}
	.img-ideas-main img {
	    border-radius: unset;
	}

	.text-ideas {
	    margin-top: 0;
	    border-radius: unset;
	    padding: 20px 10px;
	}

	.text-ideas p {
	    height: auto;
	}

	.text-support h2 {
	    font-size: 22px;
	    line-height: 1.5;
	}

	.text-support ul li h3 {
	    font-size: 15px;
	    line-height: 1.5;
	}

	.text-support ul li p {
	    font-size: 12px;
	    line-height: 1.5;
	}
	.text-contribution h2 {
	    font-size: 30px;
	    line-height: 1.5;
	}
	.ft-quick-text {
	    width: 80%;
	}

	.contact-info-ft {
	    width: 100%;
	}

	.ft-connected {
	    width: 100%;
	}

	.logo-text a {
	    font-size: 40px;
	}
	header.inner-head .menuSec ul li a {
	    padding: 10px 10px;
	}

	.text-innerbanner h2 {
	    font-size: 70px;
	}
	.survey-check-field ul {
	    width: 100%;
	    column-count: 1;
	}
	.text-comingsoon h2 {
	    font-size: 100px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
	header {
	    overflow: hidden;
	    position: relative;
	}

	section {
	    overflow: hidden;
	}

	footer {
	    overflow: hidden;
	}
	.menuSec {
	    padding: 10px 0;
	}
	.theme-btn {
	    padding: 10px 8px;
	    font-size: 15px;
	}

	.menuSec .theme-btn {
	    margin: 0 0 0 auto;
	}

	.theme-btn span {
	    width: 35px;
	    height: 35px;
	    font-size: 14px;
	}
	.banner-img img {
	    width: 100%;
	}

	.carousel-caption {
	    top: 0;
	    background: #e3e3e36e;
	    left: 0;
	    display: flex;
	    align-items: center;
	}

	section.main_slider {
	    margin: 0;
	}

	.banner_text h1 {
	    font-size: 40px;
	    line-height: 1.5;
	}
	.slicknav_menu {
	    background: #2e7d32;
	}
	.text-building h2 {
	    font-size: 30px;
	    line-height: 1.5;
	}

	.text-building p {
	    width: 100%;
	}

	.main-neighbor {
	    margin: 50px 0;
	}

	.text-neighbor {
	    border-radius: unset;
	}

	.img1-neighbor img {
	    border-radius: unset;
	}

	.box-2neighbot-main .img1-neighbor img {
	    border-radius: unset;
	}

	.box-2neighbot-main .text-neighbor {
		border-radius: unset;
	}
	.building-sec {
	    padding-bottom: 0;
	}
	.img-ideas-main img {
	    border-radius: unset;
	}

	.text-ideas {
	    border-radius: unset;
	    margin-bottom: 50px;
	}

	.text-ideas p {
	    height: auto;
	}

	.text-ideas {
	    padding: 30px 20px;
	    margin-top: 0;
	}
	.ideas-sec {
	    padding: 30px 0;
	}
	.support-sec {
	    padding: 50px 0;
	}

	.text-support h2 {
	    font-size: 35px;
	    line-height: 1.5;
	}

	.img-support img {
	    border-radius: unset;
	}

	.img-support.img-2-supp img {
	    border-radius: unset;
	}

	.img-support.img-3-supp img {
	    border-radius: unset;
	}

	.main-img-support {
	    margin: 0;
	}

	.contribution-img img {
	    border-radius: unset;
	    margin-bottom: 20px;
	}

	.text-contribution h2 {
	    font-size: 35px;
	    line-height: 1.5;
	}

	.text-contribution p {
	    width: 100%;
	}

	.logo-text a {
	    font-size: 40px;
	}

	.ft-quick-text {
	    width: 100%;
	}

	.contact-info-ft {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.ft-connected {
	    width: 100%;
	}
	.inner-banner {
	    padding: 50px 0 20px 0;
	}

	.text-innerbanner h2 {
	    font-size: 70px;
	    line-height: 1.5;
	}

	.building-sec {
	    padding: 60px 0;
	}
	.survey-img img {
	    border-radius: unset;
	}

	.survey-main h3 {
	    font-size: 22px;
	    margin-bottom: 30px;
	}

	.survey-check-field ul {
	    width: 100%;
	    column-count: 1;
	}
	.text-comingsoon h2 {
	    font-size: 60px;
	    line-height: 1.5;
	    margin-bottom: 20px;
	}
	.name-group {
	    display: block;
	}
	.slicknav_nav a:hover {
	    background: #000;
	    color: #fff;
	}
}

@media only screen and (min-width: 250px) and (max-width: 519px) {
	header {
	    overflow: hidden;
	    position: relative;
	}

	section {
	    overflow: hidden;
	}

	footer {
	    overflow: hidden;
	}
	.menuSec {
	    padding: 10px 0;
	}
	.theme-btn {
	    padding: 10px 8px;
	    font-size: 15px;
	}

	.menuSec .theme-btn {
	    margin: 0 0 0 auto;
	}

	.theme-btn span {
	    width: 35px;
	    height: 35px;
	    font-size: 14px;
	}
	.banner-img img {
	    width: 100%;
	}

	.carousel-caption {
	    top: 0;
	    background: #e3e3e36e;
	    left: 0;
	    display: flex;
	    align-items: center;
	}

	section.main_slider {
	    margin: 0;
	}

	.banner_text h1 {
	    font-size: 40px;
	    line-height: 1.5;
	}
	.slicknav_menu {
	    background: #2e7d32;
	}
	.text-building h2 {
	    font-size: 30px;
	    line-height: 1.5;
	}

	.text-building p {
	    width: 100%;
	}

	.main-neighbor {
	    margin: 50px 0;
	}

	.text-neighbor {
	    border-radius: unset;
	}

	.img1-neighbor img {
	    border-radius: unset;
	}

	.box-2neighbot-main .img1-neighbor img {
	    border-radius: unset;
	}

	.box-2neighbot-main .text-neighbor {
		border-radius: unset;
	}
	.building-sec {
	    padding-bottom: 0;
	}
	.img-ideas-main img {
	    border-radius: unset;
	}

	.text-ideas {
	    border-radius: unset;
	    margin-bottom: 50px;
	}

	.text-ideas p {
	    height: auto;
	}

	.text-ideas {
	    padding: 30px 20px;
	    margin-top: 0;
	}
	.ideas-sec {
	    padding: 30px 0;
	}
	.support-sec {
	    padding: 50px 0;
	}

	.text-support h2 {
	    font-size: 35px;
	    line-height: 1.5;
	}

	.img-support img {
	    border-radius: unset;
	}

	.img-support.img-2-supp img {
	    border-radius: unset;
	}

	.img-support.img-3-supp img {
	    border-radius: unset;
	}

	.main-img-support {
	    margin: 0;
	}

	.contribution-img img {
	    border-radius: unset;
	    margin-bottom: 20px;
	}

	.text-contribution h2 {
	    font-size: 35px;
	    line-height: 1.5;
	}

	.text-contribution p {
	    width: 100%;
	}

	.logo-text a {
	    font-size: 40px;
	}

	.ft-quick-text {
	    width: 100%;
	}

	.contact-info-ft {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.ft-connected {
	    width: 100%;
	}
	.inner-banner {
	    padding: 50px 0 20px 0;
	}

	.text-innerbanner h2 {
	    font-size: 70px;
	    line-height: 1.5;
	}

	.building-sec {
	    padding: 60px 0;
	}
	.survey-img img {
	    border-radius: unset;
	}

	.survey-main h3 {
	    font-size: 22px;
	    margin-bottom: 30px;
	}

	.survey-check-field ul {
	    width: 100%;
	    column-count: 1;
	}
	.text-comingsoon h2 {
	    font-size: 60px;
	    line-height: 1.5;
	    margin-bottom: 20px;
	}
	.name-group {
	    display: block;
	}
	.slicknav_nav a:hover {
	    background: #000;
	    color: #fff;
	}


}

