/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.citizenActionSDG14 {
  background: url(../../images/citizen-action/bg-ocean-4.jpg);
  background-size: cover;
  background-position: bottom right;
}

.citizenActionSDG14 .app-navigation {
  display: none;
}

.citizenActionSDG14 .footer-bottom-section, .citizenActionSDG14 .footer-bottom-section-theme, .citizenActionVolunteer .footer-bottom-section, .citizenActionVolunteer .footer-bottom-section-theme {
  display: none !important;
}

.citizenActionSDG14 .shrLogo, .citizenActionVolunteer .shrLogo {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 26px;
  z-index: 1;
  background: 0 0;
}

.citizenActionSDG14 .shrLogo img, .citizenActionVolunteer .shrLogo img {
  width: 100%;
  margin: auto;
  filter: brightness(10);
  -webkit-filter: brightness(10);
}

.citizenActionSDG14 .namamiTateText {
  font-size: 33px;
  text-shadow: 2px 2px 1px #04afad;
}

.citizenActionSDG14 .namamiTateText span {
  font-family: "Noto Serif Devanagari", serif;
}

.citizenActionBody .cActionleft {
  background: rgba(1, 40, 58, 0.88);
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 0;
  text-align: center;
  padding: 30px 0;
  z-index: 2;
}

.citizenActionBody .cActionleft .logo {
  filter: brightness(10);
  -webkit-filter: brightness(10);
  margin-top: 21px;
}

.citizenActionBody .cActionleft .logo img {
  width: 120px;
}

.citizenActionBody .cActionleft .navigation {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 46%;
}

.citizenActionBody .cActionleft .social {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
}

.citizenActionBody .cActionleft .social ul li {
  padding: 5px 0;
}

.citizenActionBody .blogSection {
  position: absolute;
  right: 0;
  bottom: 0;
}

.citizenActionBody .blogSection .blogDiv {
  width: 300px;
  height: 100px;
  background: rgba(253, 253, 253, 0.52);
}

.citizenActionBody .blogSection .blogText {
  width: 200px;
  height: 100px;
  padding: 15px 20px;
  color: #063c4b;
  float: left;
  font-size: 15px;
  text-align: center;
  position: relative;
  text-align: center;
}

.citizenActionBody .blogSection .blogText p {
  position: absolute;
  top: 15px;
  left: 20px;
  right: 20px;
  text-align: center;
  display: grid;
  align-items: center;
  bottom: 15px;
  margin: 0;
}

.citizenActionBody .blogSection .blogImage {
  width: 100px;
  height: 100px;
  padding: 10px;
  float: left;
  position: relative;
  background: #ffffff;
}

.citizenActionBody .blogSection .blogImage img {
  max-width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
  line-height: 100px;
  position: absolute;
}

.citizenActionBody .blogSection .carousel-indicators {
  width: 30%;
  right: 0;
  left: auto;
}

.citizenActionBody .blogSection .carousel-inner {
  overflow: hidden;
}

.citizenActionBody .rightNav {
  position: absolute;
  right: 0;
  top: 47%;
  width: 15%;
}

.citizenActionBody .rightNav li {
  padding: 10px 60px 10px 10px;
  text-align: right;
  color: #ffffff;
  position: relative;
  opacity: 0.5;
}

.citizenActionBody .rightNav li.active {
  font-size: 20px;
  opacity: 1;
}

.citizenActionBody .rightNav li::after {
  content: "";
  background: #ffffff;
  width: 50px;
  top: 22px;
  right: 0;
  height: 2px;
  position: absolute;
}

.citizenActionBody .rightLogin {
  position: absolute;
  right: 3%;
  top: 4%;
}

.citizenActionBody .rightLogin .btn {
  height: 50px;
  width: 150px;
  background: rgba(255, 255, 255, 0.7019607843);
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.citizenActionBody .rightLogin h3 {
  text-shadow: 0 0 5px #073f40;
}

.citizenActionBody .cActionRight .headingText h1 {
  font-size: 10rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Serif Devanagari", serif;
  text-shadow: 0 3px 5px #19b9b9;
}

.citizenActionBody .cActionRight .headingText p.mText {
  font-size: 15px;
  font-weight: 600;
}

.citizenActionBody .cActionRight .headingText h1 span {
  color: #ffffff;
  animation-delay: calc((var(--index) - 6) * 0.225s);
  display: inline-block;
  -webkit-animation: waveText 2.25s infinite ease-in-out;
  -moz-animation: waveText 2.25s infinite ease-in-out;
  -ms-animation: waveText 2.25s infinite ease-in-out;
  -o-animation: waveText 2.25s infinite ease-in-out;
  animation: waveText 2.25s infinite ease-in-out;
}

.citizenActionBody .company-page-img {
  display: none;
}

.citizenActionBody .cActionleft .navigation .menu-item, .citizenActionBody .cActionleft .navigation .menu-open-button {
  background: #ff4081;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  position: absolute;
  top: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 0.2s;
  -webkit-transition: transform ease-out 0.2s;
  -moz-transition: transform ease-out 0.2s;
  -ms-transition: transform ease-out 0.2s;
  -o-transition: transform ease-out 0.2s;
}

.citizenActionBody .cActionleft .navigation .menu-open-button {
  line-height: 60px;
}

.citizenActionBody .cActionleft .navigation .menu-open {
  display: none;
}

.citizenActionBody .cActionleft .navigation .menu {
  position: absolute;
  left: 50%;
  margin-left: -190px;
  padding-top: 20px;
  padding-left: 190px;
  width: 380px;
  height: 250px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
}

.citizenActionBody .cActionleft .navigation .menu-item:hover {
  background: #ffffff;
  color: #ff4081;
}

.citizenActionBody .cActionleft .navigation .menu-item:hover a {
  color: #ff4081;
}

.citizenActionBody .cActionleft .navigation .menu-item:nth-child(3) {
  transition-duration: 70ms;
}

.citizenActionBody .cActionleft .navigation .menu-item:nth-child(4) {
  transition-duration: 130ms;
}

.citizenActionBody .cActionleft .navigation .menu-item:nth-child(5) {
  transition-duration: 190ms;
}

.citizenActionBody .cActionleft .navigation .menu-item:nth-child(6) {
  transition-duration: 250ms;
}

.citizenActionBody .cActionleft .navigation .menu-item:nth-child(7) {
  transition-duration: 310ms;
}

.citizenActionBody .cActionleft .navigation .menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.4s;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -moz-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -ms-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -o-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.citizenActionBody .cActionleft .navigation .menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  -moz-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  -ms-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  -o-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.citizenActionBody .cActionleft .navigation .menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 0.2s;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  -moz-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  -ms-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  -o-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  height: 60px;
}

.citizenActionBody .cActionleft .navigation .menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.citizenActionBody .cActionleft .navigation .menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 160ms;
  -webkit-transform: translate3d(-23.57452px, -80.51916px, 0);
  -moz-transform: translate3d(-23.57452px, -80.51916px, 0);
  -ms-transform: translate3d(-23.57452px, -80.51916px, 0);
  -o-transform: translate3d(-23.57452px, -80.51916px, 0);
  transform: translate3d(-23.57452px, -80.51916px, 0);
}

.citizenActionBody .cActionleft .navigation .menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 240ms;
  -webkit-transform: translate3d(45.18543px, -60.7509px, 0);
  -moz-transform: translate3d(45.18543px, -60.7509px, 0);
  -ms-transform: translate3d(45.18543px, -60.7509px, 0);
  -o-transform: translate3d(45.18543px, -60.7509px, 0);
  transform: translate3d(45.18543px, -60.7509px, 0);
}

.citizenActionBody .cActionleft .navigation .menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 320ms;
  -webkit-transform: translate3d(82.09158px, 0.00004px, 0);
  -moz-transform: translate3d(82.09158px, 0.00004px, 0);
  -ms-transform: translate3d(82.09158px, 0.00004px, 0);
  -o-transform: translate3d(82.09158px, 0.00004px, 0);
  transform: translate3d(82.09158px, 0.00004px, 0);
}

.citizenActionBody .cActionleft .navigation .menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 0.4s;
  -webkit-transform: translate3d(46.95044px, 60.37192px, 0);
  -moz-transform: translate3d(46.95044px, 60.37192px, 0);
  -ms-transform: translate3d(46.95044px, 60.37192px, 0);
  -o-transform: translate3d(46.95044px, 60.37192px, 0);
  transform: translate3d(46.95044px, 60.37192px, 0);
}

.citizenActionBody .cActionleft .navigation .menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 480ms;
  -webkit-transform: translate3d(-23.40705px, 80.66307px, 0);
  -moz-transform: translate3d(-23.40705px, 80.66307px, 0);
  -ms-transform: translate3d(-23.40705px, 80.66307px, 0);
  -o-transform: translate3d(-23.40705px, 80.66307px, 0);
  transform: translate3d(-23.40705px, 80.66307px, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open-button {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #000000;
  line-height: 39px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 0.2s;
  -webkit-transition: transform ease-out 0.2s;
  -moz-transition: transform ease-out 0.2s;
  -ms-transition: transform ease-out 0.2s;
  -o-transition: transform ease-out 0.2s;
}

.citizenActionBody .cActionTop .navigation .menu-item {
  background: #000000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 0.2s;
  -webkit-transition: transform ease-out 0.2s;
  -moz-transition: transform ease-out 0.2s;
  -ms-transition: transform ease-out 0.2s;
  -o-transition: transform ease-out 0.2s;
  z-index: 1;
}

.citizenActionBody .cActionTop .navigation .menu-open {
  display: none;
}

.citizenActionBody .cActionTop .navigation .menu {
  position: absolute;
  font-size: 18px;
  text-align: center;
  left: 0;
  right: 0;
}

.citizenActionBody .navigation .menu-item a {
  color: #ffffff;
}

.citizenActionBody .cActionTop .navigation .menu-item:hover {
  background: #ff4081;
  color: #ffffff;
}

.citizenActionBody .cActionTop .navigation .menu-item:nth-child(3) {
  transition-duration: 70ms;
}

.citizenActionBody .cActionTop .navigation .menu-item:nth-child(4) {
  transition-duration: 130ms;
}

.citizenActionBody .cActionTop .navigation .menu-item:nth-child(5) {
  transition-duration: 190ms;
}

.citizenActionBody .cActionTop .navigation .menu-item:nth-child(6) {
  transition-duration: 250ms;
}

.citizenActionBody .cActionTop .navigation .menu-item:nth-child(7) {
  transition-duration: 310ms;
}

.citizenActionBody .cActionTop .navigation .menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.4s;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -moz-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -ms-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  -o-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.citizenActionBody .cActionTop .navigation .menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  -moz-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  -ms-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  -o-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 0.2s;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 160ms;
  -webkit-transform: translate3d(30.57452px, 35.51916px, 0);
  -moz-transform: translate3d(30.57452px, 35.51916px, 0);
  -ms-transform: translate3d(30.57452px, 35.51916px, 0);
  -o-transform: translate3d(30.57452px, 35.51916px, 0);
  transform: translate3d(30.57452px, 35.51916px, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 240ms;
  -webkit-transform: translate3d(-50.18543px, -5.7509px, 0);
  -moz-transform: translate3d(-50.18543px, -5.7509px, 0);
  -ms-transform: translate3d(-50.18543px, -5.7509px, 0);
  -o-transform: translate3d(-50.18543px, -5.7509px, 0);
  transform: translate3d(-50.18543px, -5.7509px, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 320ms;
  -webkit-transform: translate3d(-35.09158px, 35.00004px, 0);
  -moz-transform: translate3d(-35.09158px, 35.00004px, 0);
  -ms-transform: translate3d(-35.09158px, 35.00004px, 0);
  -o-transform: translate3d(-35.09158px, 35.00004px, 0);
  transform: translate3d(-35.09158px, 35.00004px, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 0.4s;
  -webkit-transform: translate3d(-1.95044px, 61.37192px, 0);
  -moz-transform: translate3d(-1.95044px, 61.37192px, 0);
  -ms-transform: translate3d(-1.95044px, 61.37192px, 0);
  -o-transform: translate3d(-1.95044px, 61.37192px, 0);
  transform: translate3d(-1.95044px, 61.37192px, 0);
}

.citizenActionBody .cActionTop .navigation .menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 480ms;
  -webkit-transform: translate3d(45.40705px, -5.66307px, 0);
  -moz-transform: translate3d(45.40705px, -5.66307px, 0);
  -ms-transform: translate3d(45.40705px, -5.66307px, 0);
  -o-transform: translate3d(45.40705px, -5.66307px, 0);
  transform: translate3d(45.40705px, -5.66307px, 0);
}

.citizenActionVolunteer {
  background: url(../../images/citizen-action/bg-ocean-vol.jpg);
  background-size: cover;
}

.citizenActionVolunteer .shr-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 250px;
  z-index: 1;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
}

.citizenActionVolunteer .cActionRight .vol-water-container {
  position: relative;
  height: 250px;
}

.citizenActionVolunteer .cActionRight .vol-water {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 200px;
  width: 200px;
}

.citizenActionVolunteer .cActionRight .water-drop {
  position: absolute;
  top: -25%;
  width: 100%;
  height: 100%;
  border-radius: 100% 5% 100% 100%;
  -webkit-border-radius: 100% 5% 100% 100%;
  -moz-border-radius: 100% 5% 100% 100%;
  -ms-border-radius: 100% 5% 100% 100%;
  -o-border-radius: 100% 5% 100% 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  background: #161616;
  box-shadow: 0 3px 2px #ffffff;
  -webkit-animation: drip 4s forwards infinite;
  -moz-animation: drip 4s forwards infinite;
  -ms-animation: drip 4s forwards infinite;
  -o-animation: drip 4s forwards infinite;
  animation: drip 4s forwards infinite;
}

.citizenActionVolunteer .cActionRight .vol-water h3 {
  color: #ffffff;
  position: absolute;
  padding: 20px;
  font-size: 20px;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  text-align: center;
  opacity: 0;
  -webkit-animation: appear 2s 2.5s forwards;
  -moz-animation: appear 2s 2.5s forwards;
  -ms-animation: appear 2s 2.5s forwards;
  -o-animation: appear 2s 2.5s forwards;
  animation: appear 2s 2.5s forwards;
}

.citizenActionVolunteer .cActionRight .vol-water:after, .citizenActionVolunteer .cActionRight .vol-water:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 55%;
  right: 50%;
  -webkit-transform: translate(50%) rotateX(75deg);
  -moz-transform: translate(50%) rotateX(75deg);
  -ms-transform: translate(50%) rotateX(75deg);
  -o-transform: translate(50%) rotateX(75deg);
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 50%;
  height: 50%;
  border: 5px solid #87ceeb;
  -webkit-animation: dripple 2s ease-out 1s infinite;
  -moz-animation: dripple 2s ease-out 1s infinite;
  -ms-animation: dripple 2s ease-out 1s infinite;
  -o-animation: dripple 2s ease-out 1s infinite;
  animation: dripple 2s ease-out 1s infinite;
}

.citizenActionVolunteer .cActionRight .vol-water:after {
  -webkit-animation: dripple 2s ease-out 1.7s infinite;
  -moz-animation: dripple 2s ease-out 1.7s infinite;
  -ms-animation: dripple 2s ease-out 1.7s infinite;
  -o-animation: dripple 2s ease-out 1.7s infinite;
  animation: dripple 2s ease-out 1.7s infinite;
}

.namamiTatecollectWaste .actionDiv .actionDivBg {
  background: #f9f9f9;
}

.namamiTatecollectWaste .btnCat {
  padding: 35px 15px;
  font-size: 18px;
}

.namamiTatecollectWaste .btnCat img {
  height: 50px;
}

.menu-section .navNamamiTateBtn {
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  top: 7px;
  text-align: center;
  z-index: 1;
  margin: 0 auto;
}

.menu-section .navNamamiTateBtn img {
  width: 100%;
}

.app-top-section-fixed {
  position: fixed;
  width: 100%;
  background: #ffffff;
  height: 70px;
  z-index: 3;
  top: 0;
  box-shadow: 7px 3px 10px #f5f5f5;
}

#sdg14AddVolHrsPopup .volCategory ul li {
  text-align: center;
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

#sdg14AddVolHrsPopup .volCategory ul li a {
  color: #000000;
}

#sdg14AddVolHrsPopup .volCategory ul li.active, #sdg14AddVolHrsPopup .volCategory ul li:hover {
  background: #000000;
  color: #ffffff;
}

#sdg14AddVolHrsPopup .volCategory ul li.active a, #sdg14AddVolHrsPopup .volCategory ul li:hover a {
  color: #ffffff;
}

.citizenActionBody .add-emp-section .employerDiv .h-100 {
  vertical-align: middle;
  line-height: 100px;
}

.citizenActionBody .add-emp-section .employerDiv img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.app-footer-bottom-section {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #000000;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  border-top: 1px solid #ffffff;
  font-size: 13px;
  display: block;
}

.add-benef-div, .add-benef-div-top {
  position: absolute;
  width: 220px;
  background: #000000;
  color: #ffffff;
  display: none;
  bottom: 32px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px 15px;
  text-align: left;
}

.add-benef-div-top {
  z-index: 1;
  top: 40px;
  bottom: auto;
}

.add-benef-div ul li, .add-benef-div-top ul li {
  padding: 5px 0;
  line-height: 20px;
}

.add-benef-div ul li a, .add-benef-div-top ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: left;
}

.add-benef-div ul li a em, .add-benef-div-top ul li a em {
  padding-right: 5px;
  font-size: 16px;
}

.app-navigation {
  top: 0;
  width: 100%;
  background: #000000;
  z-index: 1;
  color: #ffffff;
  padding: 6px 10px;
}

.app-navigation .c-logo img, .app-navigation .logo img {
  max-height: 60px;
}

.font-size-125 {
  font-size: 125px;
}

.ben-search-div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  top: 100px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 1;
}

.unreadNoti {
  position: absolute;
  left: 8px;
  right: 0;
  top: -3px;
  font-size: 11px;
}

.citizenActionSDG14 .app-top-section, .citizenActionVolunteer .app-navigation, .citizenActionVolunteer .app-top-section {
  display: none;
}

.app-top-section .btnTopNav {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: linear-gradient(to bottom right, rgba(233, 116, 107, 0.8), rgba(143, 44, 135, 0.89));
  color: #ffffff;
  font-size: 12px;
}

.namamiTateDogood, .namamiTateDogoodTasks {
  background: linear-gradient(to top, #2e1753, #1f1746, #131537, #0d1028, #050819) fixed;
  height: auto;
}

#namamiTateDogoodSection {
  height: 100%;
}

.namamiTateDogood .star, .namamiTateDogoodTasks .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  right: 0;
  -webkit-animation: nightStarTwinkle 3s infinite linear;
  -moz-animation: nightStarTwinkle 3s infinite linear;
  -ms-animation: nightStarTwinkle 3s infinite linear;
  -o-animation: nightStarTwinkle 3s infinite linear;
  animation: nightStarTwinkle 3s infinite linear;
}

.namamiTateDogood .astronaut img, .namamiTateDogoodTasks .astronaut img {
  width: 100px;
  position: absolute;
  top: 30%;
  -webkit-animation: astronautFlySky 10s infinite linear;
  -moz-animation: astronautFlySky 10s infinite linear;
  -ms-animation: astronautFlySky 10s infinite linear;
  -o-animation: astronautFlySky 10s infinite linear;
  animation: astronautFlySky 10s infinite linear;
}

.namamiTateDogood .astronaut, .namamiTateDogoodTasks .astronaut {
  position: relative;
}

.checklistPage .app-navigation {
  display: none;
}

/* Climate Crew */
.climateCrewBody {
  background: url(../../images/background/bg-climate-crew-3.jpg);
  background-size: cover;
  background-position: bottom right;
}

.climateCrewBody .cActionleft .logo {
  margin-top: 0;
}

.climateCrewBody .cActionleft .logo img {
  width: 100px;
}

.climateCrewBody .cActionleft {
  background: linear-gradient(-4deg, transparent, transparent, #4a4a4a);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px #724937;
}

.climateCrewBody .rightNav li {
  color: #000000;
  opacity: 1;
}

.climateCrewBody .rightNav li::after {
  background: #000000;
}

.climateCrewBody .loginDiv {
  backdrop-filter: blur(65px);
  box-shadow: 0 0 10px #513d33;
  background: rgba(255, 255, 255, 0.8509803922);
}

.climateCrewBody .loginDivMain {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.climateCrewBody .loginDiv .loginDivInside h1 {
  color: #000000;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.climateCrewBody .loginDiv .loginDivInside .form-control {
  color: #000000;
  background: transparent;
  border: 1px solid #494949;
}

.climateCrewBody .loginDiv .loginDivInside .input-group-addon {
  color: #ffffff;
  background-color: #494949;
  border: 1px solid #494949;
}

.climateCrewBody .loginDiv .loginDivInside .sqr-chk-box .checkmark {
  border: solid 1px #494949;
}

.climateCrewBody .loginDiv .loginDivInside .sqr-chk-box .sqr-chk .checkmark:after {
  border: solid 1px #494949;
  border-width: 0 2px 2px 0;
}

.climateCrewBody .loginDiv .loginDivInside .btn-black {
  background: #494949;
}

.climateCrewBody .cActionleft .navigation .menu-item, .climateCrewBody .cActionleft .navigation .menu-open-button {
  background: #53403a;
}

.climateCrewBody .cActionleft .navigation .menu-item:hover {
  background: #ffffff;
  color: #53403a;
}

.climateCrewBody .cActionleft .navigation .menu-item:hover a {
  color: #53403a;
}

.climateCrewBody .cActionleft .navigation .menu-open-button {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.climateCrewBody .cActionleft .navigation .menu {
  padding-left: 182px;
}

/* RF */
.rfBody {
  background: url(../../images/clients/reliance-foundation/cover-pic.jpg);
  background-size: cover;
  background-position: bottom right;
}

.rfBody .cActionleft {
  background: rgba(1, 40, 58, 0.88);
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 0;
  text-align: left;
  background: linear-gradient(-4deg, rgba(29, 168, 80, 0.2509803922), rgba(29, 168, 80, 0.2588235294), rgba(29, 168, 80, 0.3019607843));
  /* backdrop-filter: blur(0px); */
  box-shadow: 0 0 10px #724937;
}

.rfBody .loginDiv {
  backdrop-filter: blur(65px);
  box-shadow: 0 0 10px #513d33;
  background: rgba(255, 255, 255, 0.8509803922);
}

.rfBody .loginDivMain {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.rfBody .loginDiv .loginDivInside h1 {
  color: #000000;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.rfBody .loginDiv .loginDivInside .form-control {
  color: #000000;
  background: transparent;
  border: 1px solid #494949;
}

.rfBody .loginDiv .loginDivInside .input-group-addon {
  color: #ffffff;
  background-color: #494949;
  border: 1px solid #494949;
}

.rfBody .loginDiv .loginDivInside .sqr-chk-box .checkmark {
  border: solid 1px #494949;
}

.rfBody .loginDiv .loginDivInside .sqr-chk-box .sqr-chk .checkmark:after {
  border: solid 1px #494949;
  border-width: 0 2px 2px 0;
}

.rfBody .loginDiv .loginDivInside .btn-black {
  background: #494949;
}

.rfBody .cActionleft .logo {
  filter: invert(1) brightness(100);
}

/* GCW Events */
.gcwEventsBody {
  background: #ffffff;
}

.gcwEventsBody .esg-navigation {
  display: none;
}

.gcwEventsBody .cActionRight .vol-water h3 {
  cursor: pointer;
  top: 0;
  padding-top: 35%;
  line-height: 30px;
  color: #000000;
}

.gcwEventsBody .cActionRight .vol-water:after, .gcwEventsBody .cActionRight .vol-water:before {
  border: 5px solid #9ab7bf;
}

.gcwEventsBody .cActionRight .water-drop {
  background: rgb(177, 210, 218);
  box-shadow: 0 3px 2px #4e8593;
}

.gcwEventsBody .cActionleft .logo {
  margin-top: 0;
}

.gcwEventsBody .cActionleft .logo img {
  width: 120px;
  filter: invert(1);
}

.gcwEventsBody .cActionleft {
  background: rgba(8, 53, 70, 0.95);
  padding: 0px 0 30px 0;
}

.gcwEventsBody .cActionleft .navigation .menu-item, .gcwEventsBody .cActionleft .navigation .menu-open-button {
  background: #e20711;
}

.gcwEventsBody .cActionleft .navigation .menu-item:hover {
  color: #e20711;
}

/* .gcwEventsBody .eventsBody .eventsSectionLeft h1 {  color: #000000;} */
.gcwEventsBody .eventsBody .eventsSection .cal-task > *, .gcwEventsBody .eventsBody .eventsSection .cal-time > * {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.gcwEventsBody .eventsBody .eventsSection {
  background: #ffffff;
}

.gcwEventsBody .eventsBody .eventsSectionLeft h2 {
  margin-top: 20px;
}

.gcwEventsBody #gcwEventsPopup .table tbody tr {
  box-shadow: 0 0 5px #f5f5f5;
}

.gcwEventsBody #gcwEventsPopup .table tbody tr td, .gcwEventsBody #gcwEventsPopup .table tbody tr td a {
  color: #000000;
}

.gcwEventsBody #gcwEventsPopup .table tbody tr td a.title {
  color: #e20711;
}

.gcwEventsBody, .gcwEventsBody .eventsBody {
  background: transparent;
  z-index: 0;
}

.gcwEventsBody .cActionRight .vol-water {
  width: 175px;
  height: 175px;
}

.gcwEventsBody .shr-waves {
  display: block;
  margin-top: 0;
  height: 150px;
}

.gcwEventsBody .cActionRight .vol-water-container {
  position: relative;
  height: 200px;
  z-index: 1;
}

@media (max-width: 767px) {
  .citizenActionBody .blogSection {
    left: 0;
  }
  .citizenActionBody .rightNav {
    width: 100%;
    top: 13%;
    left: 7px;
  }
  .citizenActionSDG14 .cActionRight .headingText h2.font-size-40 {
    font-size: 16px;
  }
  .citizenActionSDG14 .cActionRight .headingText h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  .citizenActionBody .rightNav li.active {
    font-size: 14px;
  }
  .citizenActionBody .rightNav li {
    padding: 2px;
    display: inline-block;
    border: 1px solid #ccc;
    width: 31%;
    text-align: center;
  }
  .citizenActionBody .rightNav li::after {
    top: 20px;
    width: 10px;
    display: none;
  }
  .citizenActionBody .blogSection .blogDiv {
    width: 100%;
    background: #03adad;
    height: 65px;
  }
  .citizenActionBody .blogSection .blogText {
    width: 80%;
    color: #ffffff;
    height: 65px;
  }
  .citizenActionBody .blogSection .blogImage {
    width: 20%;
    height: 65px;
  }
  .citizenActionBody .blogSection .blogImage img {
    width: 100%;
    top: 0;
    height: 100%;
  }
  .citizenActionVolunteer .cActionRight .vol-water-container {
    height: 300px;
    margin-top: 50px;
  }
  .citizenActionVolunteer .cActionRight .water-drop {
    top: -3%;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  .citizenActionVolunteer {
    background: #065269;
  }
  .citizenActionVolunteer .cActionRight .vol-water h3 {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  .citizenActionSDG14 .app-navigation, .citizenActionVolunteer .app-navigation {
    display: block;
  }
  .citizenActionBody .rightLogin .btn {
    width: 100px;
    height: 30px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 9px;
  }
  .citizenActionBody .rightLogin {
    top: 5%;
  }
  .citizenActionSDG14 .namamiTateText {
    font-size: 20px;
    text-shadow: 0 1px 3px #00504f;
  }
  .citizenActionBody .cActionRight .headingText h1 {
    font-size: 45px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .liveProfile .company-page-middle-1, .liveProfile .company-page-middle-2, .liveProfile .company-page-new-right {
    display: none;
  }
  .liveProfile .company-page-new-left {
    position: absolute;
    top: -350%;
  }
  .namamiTatecollectWaste .btnCat {
    padding: 15px 15px;
    font-size: 13px;
  }
  .namamiTatecollectWaste .btnCat img {
    height: 30px;
  }
  .app-navigation .c-logo img, .app-navigation .logo img {
    max-height: 32px;
  }
  .citizenActionBody .cActionTop .navigation .menu-open-button img {
    width: 30px;
    height: 30px;
  }
  .app-top-section-fixed {
    height: auto;
  }
  .namamiTateDogood h1 {
    font-size: 24px;
  }
  .climateCrewBody .cActionleft {
    position: relative;
    padding: 0px 15px;
  }
  .climateCrewBody .cActionleft .navigation {
    position: relative;
  }
  .climateCrewBody .cActionleft .navigation .menu {
    position: static;
    left: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    width: 100px;
    height: 100px;
    text-align: right;
  }
  .climateCrewBody .cActionleft .navigation .menu-item {
    display: none;
  }
  .climateCrewBody .cActionleft {
    background: linear-gradient(-45deg, transparent, transparent, #4a4a4a);
  }
  .gcwEventsBody, .gcwEventsBody .eventsBody {
    background: #ffffff;
  }
  .add-benef-div ul {
    max-height: 250px;
    overflow: auto;
  }
}
@media (max-width: 767px) and (max-height: 400px) {
  .citizenActionBody .rightNav li {
    padding: 4px 20px;
    display: block;
    border: none;
    width: auto;
    text-align: right;
  }
  .citizenActionBody .mLandscape {
    display: none !important;
  }
  .citizenActionBody .rightLogin {
    top: 13%;
  }
  .citizenActionSDG14 .cActionRight .headingText h4 {
    width: 50%;
    font-size: 13px;
  }
  .citizenActionBody .blogSection .blogDiv {
    width: 300px;
  }
  .citizenActionBody .blogSection {
    left: auto;
  }
  .citizenActionBody .rightNav {
    width: auto;
    top: 33%;
    left: auto;
  }
  .citizenActionSDG14 .cActionRight .headingText h3 {
    padding-top: 10px;
  }
}
@media (max-width: 1440px) and (min-height: 810px) {
  .citizenActionSDG14 {
    background-position: 0 0;
  }
  .citizenActionSDG14 .lptpScreen {
    display: none;
  }
  .citizenActionBody .rightNav {
    top: 48%;
  }
  .climateCrewBody {
    background-position: bottom right;
    background-attachment: fixed;
  }
}
@media (max-width: 1400px) {
  .citizenActionBody .mLandscape {
    display: none !important;
  }
}

/*# sourceMappingURL=namami-tate.css.map */
