/*
 * Custom translucent site header
 */
.menu-font {
  font-size: 1.0em;
  font-weight: 400;
}
.site-header {
  padding: 2px 0 1px 0;
  background-color: rgba(57, 93, 34, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
}
.site-header a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease-in-out;
}
.site-header a:hover {
  color: rgba(200, 200, 200, 1);
  text-decoration: none;
}

.badge a {
  border-radius: 4px;
  padding: 0.5em 1em;
  background-color: rgba(57, 93, 34, 0.9);
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s ease-in-out;
  text-decoration: none;
}
.badge a:hover {
  color: rgba(200, 200, 200, 1);
}

.ews-title {
  font-size: 5em;
  width: 100%;
  /* background-color: rgba(57, 93, 34, 0.8); */
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}

.activities-menu {
  color: rgb(192, 192, 192);
  background-color: rgba(57, 93, 34, 1);
}
.activities-menu a {
  color: rgba(200, 200, 200, 1);
  background-color: rgba(57, 93, 34, 1);
  transition: color 0.5s ease-in-out;
}
.activities-menu a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgb(84, 115, 64);
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding: 0;
  font-family: 'Montserrat', 'Zen Kaku Gothic Antique', sans-serif;
  /* font-family: 'PT Sans', 'Zen Kaku Gothic Antique', sans-serif; */
  background-color: rgb(255, 255, 255);
  color: #fff;
}


footer {
  padding: 2em 1em;
  background-color: rgba(57, 93, 34, 1);
  color: #fff;

}

.float-end a {
  color: rgba(255, 255, 255, 1.0);
  transition: color 0.5s ease-in-out;
  text-decoration: none;
}
.float-end a:hover {
  color: rgb(192, 192, 192);
  font-weight: 700;
  text-decoration: none;
}


.ld-1 {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100svh;
  padding: 0 30px;
  background: #000 url(image/bg-paddy-rice.png) bottom center no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ld-1::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: contrast(50%);
}

.ld-1__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2em;
  text-align: center;
  transition-delay: 1s !important;
}

.ld-1__title {
  width: 100%;
  max-width: 1180px;
  padding-top: 2.5em;
  margin: 0 auto;
  font-size: 6em;
  /*
  -webkit-text-stroke: 1px #7b7b7b;
  text-stroke: 1px #7b7b7b;
  */
}
.ld-1__subtitle {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 2em;
}


.ld-2 {
  position: relative;
  width: 100%;
  padding: 3em 5em;
  background-color:#fff;
  z-index: 2;
  color:#000;
}

.ld-2__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}

.ld-2__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(57, 93, 34, 1.0),  rgba(57, 93, 34, 0.7), #e3f5e1 100%);
}
.ld-2__content {
  padding-top: 0.5em;
  font-size: 1.25em;
}

.ld-2__pr-img {
  fill: #55595c;
  transition: color 0.5s ease-in-out;
}
.ld-2__pr-img:hover {
  color: #fff;
  cursor: pointer;
  fill: rgba(57, 93, 34, 0.9);
  font-size: 2em;
}


.ld-3 {
  position: relative;
  width: 100%;
  padding: 1em 5em;
  background-color:#fff;
  z-index: 3;
  align-items: left;
  justify-content: left;
  color:#000;
  border-top:rgba(57, 93, 34, 0.9) 1px
}

.ld-3__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}

.ld-3__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(57, 93, 34, 1.0),  rgba(57, 93, 34, 0.7), #e3f5e1 100%);
}

/* ABOUNT-US CSS
-------------------------------------------------- */
.abo-1 {
  position: relative;
  width: 100%;
  height: 50%;
  height: 50svh;
  padding: 0 30px;
  background: #000 url(image/bg-flood.png) bottom center no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abo-1::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: contrast(65%);
}

.abo-1__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 54px;
  text-align: center;
  transition-delay: 1s !important;
}

.abo-1__title {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 4em;
}

.abo-2 {
  position: relative;
  width: 100%;
  padding: 3em 5em;
  margin: 0 auto;
  background-color:#fff;
  z-index: 2;
  color:#000;
  border-top:rgba(57, 93, 34, 0.9) 1px
}
.abo-2__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}
.abo-2__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(57, 93, 34, 1.0),  rgba(57, 93, 34, 0.7), #e3f5e1 100%);
}
.abo-2__content {
  padding-top: 0.5em;
  font-size: 1.0em;
}

.abo-3 {
  position: relative;
  width: 100%;
  padding: 3em 5em;
  background-color:#fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#000;
  border-top:rgba(57, 93, 34, 0.9) 1px
}
.abo-3__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}
.abo-3__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(186, 125, 0, 1.0),  rgba(186, 125, 0, 0.7), rgba(255, 170, 0, 0.1) 100%);
}
.abo-3__content {
  padding-top: 0.5em;
  margin-bottom: 0em;
  font-size: 1.0em;
}
.abo-3__content a {
  color: rgba(57, 93, 34, 1.0);
  font-weight: 700;
  transition: color 0.5s ease-in-out;
}
.abo-3__content a:hover {
  color: rgb(145, 0, 0);
  text-decoration: none;
}

/* MEMBER CSS
-------------------------------------------------- */
.mem-1 {
  position: relative;
  width: 100%;
  height: 50%;
  height: 50svh;
  padding: 0 30px;
  background: #000 url(image/bg-forest-fire.png) bottom center no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mem-1::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: contrast(65%);
}

.mem-1__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 54px;
  text-align: center;
  transition-delay: 1s !important;
}

.mem-1__title {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 4em;
}

.mem-2 {
  position: relative;
  width: 100%;
  padding: 3em 5em;
  background-color:#fff;
  z-index: 2;
  display: flex;
  align-items: left;
  justify-content: left;
  color:#000;
  border-top:rgba(57, 93, 34, 0.9) 1px
}
.mem-2__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}
.mem-2__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(186, 125, 0, 1.0),  rgba(186, 125, 0, 0.7), rgba(255, 170, 0, 0.1) 100%);
}
.mem-2__compmay_list {
  font-size: 1.0em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}



/* ACTIVITIES CSS
-------------------------------------------------- */
.act-1 {
  position: relative;
  width: 100%;
  height: 50%;
  height: 50svh;
  padding: 0 30px;
  background: #000 url(image/bg-radar-dome.png) bottom center no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.act-1::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: contrast(65%);
}
.act-1__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 54px;
  text-align: center;
  transition-delay: 1s !important;
}
.act-1__title {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 4em;
}

.act-2 {
  position: relative;
  width: 100%;
  padding: 3em 5em;
  background-color:#fff;
  z-index: 2;
  display: flex;
  align-items: left;
  justify-content: left;
  color:#000;
  border-top:rgba(57, 93, 34, 0.9) 1px
}
.act-2__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}
.act-2__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(57, 93, 34, 1.0),  rgba(57, 93, 34, 0.7), #e3f5e1 100%);
}
.act-2__title {
  padding: 1em 2em 0.5em 1em;
  margin: 0;
  font-size: 1.0em;
}
.act-2__item {
  padding: 0em 2em 0em 1.5em;
  margin: 0;
  font-size: 1.0em;
}
.act-2__doc-list {
  padding: 0;
  margin: 0;
  font-size: 1.0em;
}
.act-2__doc-list a {
  color: rgba(57, 93, 34, 1.0);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.5s ease-in-out;
}
.act-2__doc-list a:hover {
  color: rgb(145, 0, 0);
}


/* EWS Related Services CSS
-------------------------------------------------- */
.ews-service-1 {
  position: relative;
  width: 100%;
  height: 50%;
  height: 50svh;
  padding: 0 30px;
  background: #000 url(image/bg-radar-dome.png) bottom center no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ews-service-1::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: contrast(65%);
}
.ews-service-1__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 54px;
  text-align: center;
  transition-delay: 1s !important;
}
.ews-service-1__title {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 4em;
}

.ews-service-2 {
  position: relative;
  width: 100%;
  padding: 3em 5em;
  background-color:#fff;
  align-items: left;
  justify-content: left;
  color:#000;
  border-top:rgba(57, 93, 34, 0.9) 1px
}
.ews-service-2 a {
  color: rgba(57, 93, 34, 1.0);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.5s ease-in-out;
}
.ews-service-2 a:hover {
  color: rgb(145, 0, 0);
}
.ews-service-2__sub-title {
  position: relative;
  width: 100%;
  margin: 2em 0 2em 0;
  padding: 1.0em 0em;
  color:#000;
  font-size: 1.5em;
  text-align: left;
  border-top:rgba(57, 93, 34, 0.9) solid 1px;
  border-bottom:rgba(57, 93, 34, 0.9) solid 1px;
}
.ews-service-2__lead {
  position: relative;
  padding-top: 0.5em;
  font-size: 1.25em;
}
.ews-service-2__lead::before {
  display: block;
  content: "";
  position: absolute;
  top: 0em;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, rgba(57, 93, 34, 1.0),  rgba(57, 93, 34, 0.7), #e3f5e1 100%);
}



.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  background-color:#fff;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 46em) {
  .ld-1__title {
    font-size: 2.5em;
  }
  .ld-1__subtitle {
    font-size: 1em;
  }
  .ld-2 {
    padding: 3em 1em;
  } 
  .ld-3 {
    padding: 3em 1em;
  } 
  .abo-2{
    padding: 3em 1em;
  } 
  .mem-2{
    padding: 3em 1em;
  } 
  .act-2{
    padding: 3em 1em;
  } 
  .ews-service-2{
    padding: 3em 1em;
  } 
}

@media (min-width: 62em) {
  .abo-2__lead {
    font-size: 1.5em;
  } 
  .abo-2__content {
    font-size: 1.25em;
  }
}
