body,
html {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
body {
  padding-top: 100px;
}
@media screen and (max-width: 1680px) {
  body {
    padding-top: 85px;
  }
}
@media (max-width: 1400px) {
  :root {
    --wp--preset--font-size--normal: 12px;
  }
  html,
  body {
    font-size: 12px;
  }
}
#cursor {
  height: 30px;
  width: 30px;
  pointer-events: none;
  position: fixed;
  background: transparent;
  border-radius: 50%;
  z-index: 99999;
}
.image-border-radius {
  border-radius: 20px;
}
.box-radius-10 {
  border-radius: 10px;
}
.box-radius-20 {
  border-radius: 20px;
}
.cmn-orange-clr {
  color: rgba(253, 156, 41, 1) !important;
}
.page {
  margin: 0 0 0 !important;
}

.container {
  max-width: 1820px;
  padding: 0px 50px;
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0px 15px;
  }
}
.cmn-title {
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1680px) {
  .cmn-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .cmn-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .cmn-title {
    font-size: 35px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cmn-title {
    font-size: 25px;
    line-height: 27px;
  }
}
.cmn-title span {
  font-weight: 600;
}
.cmn-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: rgba(253, 156, 41, 1);
  border-radius: 20px;
  border: 1px solid;
  display: inline-block;
  padding: 6px 12px 6px 12px;
  margin-bottom: 10px;
}
.w-100 {
  width: 100%;
}
.cmn-ptb-100 {
  padding: 70px 0px;
}
@media screen and (max-width: 1680px) {
  .cmn-ptb-100 {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 1440px) {
  .cmn-ptb-100 {
    padding: 40px 0px;
  }
}

.cmn-pb-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1680px) {
  .cmn-pb-40 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .cmn-pb-40 {
    padding-bottom: 20px;
  }
}
.link-color {
  color: #fd9c29 !important;
}
/* .mt-100{
    margin-top: 80px;
}
@media screen and (max-width:1680px) {
    .mt-100 {
        margin-top: 60px;
    }
}
@media screen and (max-width:1440px) {
    .mt-100 {
        margin-top: 50px;
    }
    
} */
/* header */

.menu li {
  /* padding: 0px 20px; */
}
.menu li a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  border-radius: 30px;
  padding: 7px 25px !important;
}
.menu li a:hover {
  background-color: #fd9c29;
  color: white !important;
}
.dropmenu-custom {
  background-color: rgba(255, 240, 223, 1);
  position: absolute !important;
  top: 74px !important;
  border: none;
  border-radius: inherit;
}
.initiative-custom-drop .dropdown-toggle::after {
  display: none;
}
.menu .dropdown-toggle::after {
  display: none;
}

.menu .dropdown-menu {
  top: 100%;
  background-color: rgba(255, 240, 223, 1);
  border: none;
  min-width: 385px;
  height: auto !important;
  border-radius: inherit;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.menu .dropdown-menu .nav-link:hover {
  color: rgba(253, 156, 41, 1) !important;
  background-color: transparent !important;
}

.dropmenu-custom li a {
  font-weight: 600 !important;
  padding: 5px 20px !important;
}
.dropmenu-custom li a:hover {
  color: rgba(253, 156, 41, 1) !important;
  background-color: transparent !important;
}
.custom-nav-toggle {
  border-color: #273896;
  border: 2px solid #273896;
}
.site-header {
  position: fixed;
  top: 0;
  z-index: 1000; /* Ensure it stays above other content */
  background-color: #fff; /* Optional: set a background color */
  width: 100%; /* Ensure it takes full width */
  border-bottom: 1px solid rgb(0 0 0 / 20%); /* Optional: add a shadow for better visibility */
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
  border: 2px solid #000;
}
.navbar-brand {
  padding: 10px 0;
}
.navbar .container-fluid {
  align-items: stretch;
}
.navbar .container-fluid .navbar-nav,
.navbar .container-fluid .navbar-nav > li {
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .container-fluid .navbar-nav > li:hover > a {
  background-color: #fd9c29;
  color: white !important;
}
.dropdown-menu.sub-menu.depth_1 {
  display: none;
}
.dropdown-menu.sub-menu.depth_1 li a {
  font-size: 18px;
}
.dropdown-menu.sub-menu.depth_1 {
  left: 100%;
  top: 0;
  min-width: inherit;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .navbar-brand img {
    max-width: 136px;
  }
  .menu li a {
    font-size: 16px;
    padding: 6px 20px !important;
  }
  .menu .dropdown-menu {
    min-width: 300px;
  }
  .dropdown-menu.sub-menu.depth_1 li a {
    font-size: 14px;
  }
  .dropdown-menu.sub-menu.depth_1 {
    min-width: inherit;
    max-width: 170px;
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .menu .dropdown-menu {
    min-width: 300px;
  }
}
@media screen and (max-width: 1440px) {
  .menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .dropmenu-custom {
    top: 59px !important;
  }
}
@media screen and (max-width: 1200px) {
  .menu li a {
    font-size: 16px;
    padding: 5px 12px !important;
  }

  .dropmenu-custom {
    top: 54px !important;
  }
  .menu .dropdown-menu {
    min-width: 200px;
  }

  .menu .dropdown-menu {
    min-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .menu li a:hover {
    background-color: transparent;
    color: #fd9c29 !important;
  }
  .dropmenu-custom {
    top: 7px !important;
    left: 100px !important;
  }
  .menu .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .dropdown-menu.depth_0 .menu-item a {
    margin-right: 50px;
  }
  .dropdown-menu.depth_0 .menu-item a::after {
    pointer-events: none;
  }
  .navbar .container-fluid {
    align-items: center;
  }

  .navbar .container-fluid .navbar-nav,
  .navbar .container-fluid .navbar-nav > li {
    height: initial;
    display: initial;
    align-items: center;
  }
  .navbar .container-fluid .navbar-nav > li:hover > a {
    background-color: initial;
    color: rgba(253, 156, 41, 1) !important;
  }
  .dropdown-menu.sub-menu.depth_1 {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
  }
}

/* footer */
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px 20px 20px 20px;
  background-color: #e2f3ff;
}
.phone-number {
  font-size: 1.1875rem;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Outfit", sans-serif;
}
.email-address {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Outfit", sans-serif;
}
.address {
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.visitor-text {
  font-size: 19px;
  font-weight: 400;
}
/* .visitor-counter {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
} */
.social-text {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 15px;
  font-family: "Outfit", sans-serif;
  padding-left: 60px;
}
.f-social-box a img {
  height: 50px;
  width: 50px;
}
.btm-line {
  font-size: 12px;
  font-weight: 400;
  padding-top: 50px;
  font-family: "Outfit", sans-serif;
}
.visitor-counter #mvcwid {
  padding: 10px 0;
}
.visitor-counter .wps_text_glowing span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.2;
  animation: inherit;
  border: none;
  height: inherit;
  width: inherit;
}
@media screen and (max-width: 1680px) {
  .social-text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .social-text {
    padding-left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .visitor-counter #mvcwid {
    padding: 0px 0;
  }
  .visitor-counter .wps_text_glowing span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .social-text {
    text-align: left;
  }
}
/* home page */
/* banner */
.banner {
  position: relative;
  height: calc(100vh - 100px);
  left: 0;
  position: relative;
  top: 0px;
  transition: background-color 300ms ease;
  width: 100%;
}
#audio-control {
  cursor: pointer;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
}
#myVideo1 {
  max-width: 1280px;
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  backface-visibility: hidden;
  /* height: auto; */
  /* min-height: 100%; */
  min-width: 100%;
  perspective: 1000;
  position: fixed;
  right: 0;
  z-index: 0;
}

#myVideo {
  max-width: 1280px;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  backface-visibility: hidden;
  height: auto;
  /* min-height: 100%; */
  min-width: 100%;
  perspective: 1000;
  position: fixed;
  right: 0;
  z-index: 0;
  object-position: bottom;
}

.mybtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  padding: 0;
}
.banner-content-box {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: fit-content;
  right: 0;
  margin: 0 auto;
}
.banner img {
  width: 100%;
}
.banner-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  color: rgba(255, 255, 255, 1);
}
.banner-btn {
  border: 1px solid rgba(253, 156, 41, 1);
  text-decoration: none;
  border-radius: 30px;
  background-color: rgba(253, 156, 41, 1);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1) !important;
  padding: 10px 20px 10px 20px;
}
.banner-btn:hover {
  background-color: transparent;
  border-color: rgba(253, 156, 41, 1);
}
.banner-video-image {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1680px) {
  /* .banner {
        margin-top: 52px;
    } */
  .banner-title {
    font-size: 45px;
  }
  .banner-btn {
    padding: 5px 15px 5px 15px;
    font-size: 20px;
  }
  .banner-video-image {
    width: 60px;
    height: 60px;
  }
  #audio-control {
    padding: 7px 10px;
  }
}
@media (max-width: 1380px) {
  #myVideo1 {
    height: auto;
    object-fit: cover;
    position: relative;
  }
  .banner {
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .banner {
    padding: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    /* height: auto; */
  }
  .banner-title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  #video {
    /* padding-top: 100vh; */
    /* padding-top: 57%; */
  }

  #myVideo {
    /* min-height: auto !important;
        top: 85px !important;
        bottom: 0 !important; */
  }
}
@media screen and (max-width: 991px) {
  .banner-title {
    font-size: 30px !important;
    line-height: 45px !important;
  }
  .banner-video-image {
    width: 50px !important;
    height: 50px;
  }
  .banner-content-box {
    bottom: 40px;
  }
  /* .banner {
        margin-top: 40px;
    } */
}
@media screen and (max-width: 1200px) {
  .banner-video-image {
    width: 50px !important;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner-content-box {
    bottom: 60px !important;
  }
  .banner-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .banner-btn {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 5px 15px 5px 15px !important;
  }
  .banner-video-image {
    width: 40px !important;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .banner-content-box {
    bottom: 40px !important;
  }
  .banner-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .banner-btn {
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 5px 10px 5px 10px !important;
  }
  .banner-video-image {
    width: 30px !important;
    height: 30px;
  }
  #audio-control {
    padding: 5px 7px;
  }
}
@media screen and (max-width: 480px) {
  .banner-video-image {
    width: 20px !important;
    height: 20px;
  }
  .banner-title {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .mybtn {
    top: 36%;
  }
  .banner-btn {
    font-size: 14px !important;
    padding: 3px 8px 5px 8px !important;
    line-height: 15px;
  }
}

/* banner-btm-section */
.banner-btm-l-box img {
  transition: all 0.3s ease-in-out;
}

.banner-btm-l-box img:hover {
  scale: 0.9;
}
.banner-btm-sec {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-btm-r-box {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
}
/* .banner-btm-title {
    padding-bottom: 40px;
} */
.banner-btm-description {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}
.banner-btm-info-one {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.banner-btm-btn {
  border-radius: 40px;
  background-color: #fff;
  color: rgba(253, 156, 41, 1) !important;
  border: 1px solid;
  border-color: rgba(253, 156, 41, 1) !important;
  padding: 19px 30px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 50px;
  display: inline-block;
}
.banner-btm-btn:hover {
  background-color: rgba(253, 156, 41, 1) !important;
  color: #fff !important;
}
@media screen and (max-width: 1680px) {
  .banner-btm-description {
    font-size: 16px;
    line-height: 26px;
  }
  .banner-btm-btn {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  .banner-btm-r-box {
    padding-left: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .banner-btm-description {
    font-size: 16px;
    line-height: 28px;
  }
  .banner-btm-btn {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-btm-r-box {
    padding-left: 0;
  }
}

@media screen and (max-width: 1400px) {
  .banner-btm-r-box {
    padding-top: 0px;
    padding-left: 0px;
  }
  .banner-btm-btn {
    padding: 12px 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner-btm-description {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .banner-btm-btn {
    padding: 10px 15px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  /* .banner-btm-sec {
        padding: 30px 0px;
    } */
  .banner-btm-title {
    padding-bottom: 20px;
  }
  .banner-btm-description {
    font-size: 16px;
    line-height: 20px;
  }
}
/* our initiatives section */
.various-initiatives {
  background-color: rgba(226, 243, 255, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.initiatives-main {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
}
.initiatives-item-wrap {
  width: 33%;
}

.initiatives-title {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 15px;
}
.initiatives-btn {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1) !important;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 40px;
  border: none;
  padding: 10px 20px 10px 20px;
}
.initiatives-btn:hover {
  background-color: #fd9c29;
  color: #fff !important;
}

.initiatives-main {
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
  gap: 20px;
}
.initiatives-item-wrap {
  width: 35%;
  transition: 0.5s;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 20px;
}
.item1 {
  background-image: url("./../images/1.jpg");
}
.item2 {
  background-image: url("./../images/2.jpg");
}
.item3 {
  background-image: url("./../images/3.jpg");
}
.initiatives-item-wrap:hover {
  width: 60%;
}
.initiatives-item-wrap .initiatives-content {
  width: 100%;
  position: absolute;
  left: 35px;
  bottom: -100%;
}
.initiatives-item-wrap:hover .initiatives-content {
  bottom: 35px;
  transition: 0.5s;
  transition-delay: 0.3s;
}

/* responsive-initiatives */
.initiatives-mob-class {
  display: none;
}
@media screen and (max-width: 1680px) {
  .initiatives-title {
    font-size: 18px;
  }
  .initiatives-btn {
    font-size: 16px;
    padding: 8px 15px 8px 15px;
  }
  .initiatives-main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .initiatives-main {
    display: none;
  }
  .initiatives-mob-class {
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .initiatives-mob-class .initiatives-content {
    position: absolute;
    bottom: 25px;
    left: 30px;
  }
  .initiatives-title {
    font-size: 20px;
  }
  .initiatives-btn {
    font-size: 14px;
    padding: 7px 15px 7px 15px;
  }
}

/* news slider */
.news-slider {
  overflow: hidden;
  position: relative;
  z-index: 111;
}
.txt_slider_inner {
  background-color: rgba(253, 156, 41, 1);
}
.txt_slider_text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}
.marquee-content {
  display: flex;
  gap: 10px;
  padding: 30px 0px;
  animation: marquee 35s linear infinite running;
}
.circle {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@media screen and (max-width: 1680px) {
  .txt_slider_tex {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .txt_slider_text {
    font-size: 16px;
  }
}
/* out impact */
.our-impact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.impact-box-one {
  background-color: rgba(226, 243, 255, 1);
  text-align: center;
  padding: 40px 0px;
  max-height: 180px;
  flex: 1 1 auto;
}
.count {
  font-size: 42px;
  font-weight: 600;
}
.impact-box-title {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1680px) {
  .impact-box-one {
    padding: 30px 0px;
  }
  .count {
    font-size: 35px;
  }
  .impact-box-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .count {
    font-size: 30px;
  }
  .impact-box-title {
    font-size: 16px;
  }
}
/* various initiatives */
section.Our-initiatives {
  padding: 0px 0px 100px 0px;
}
.init-nav-tab-custom {
  flex-direction: column;
  /* padding-top: 20px; */
}
.init-nav-tab-custom .nav-link {
  border: none;
  padding: 36px 0px 36px 30px;
}
.init-nav-tab-custom .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.init-nav-tab-custom .nav-item .nav-link.active {
  background-color: rgba(
    226,
    243,
    255,
    1
  ); /* Change to the desired background color */
}
.our-init-box {
  padding-top: 40px;
}
.our-init-box-left {
  position: relative;
}
.our-init-content-box {
  position: absolute;
  bottom: 15px;
  left: 35px;
}
.our-init-content-box h3 {
  font-size: 36px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.our-init-content-box p {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}
.init-nav-tab-custom .nav-item {
  border-bottom: 1px solid #ccc;
}
.our-init-box-one {
  padding-right: 25px;
}

@media screen and (max-width: 1680px) {
  .init-nav-tab-custom .nav-link {
    font-size: 18px;
  }
  .init-nav-tab-custom .nav-link {
    padding: 34px 0px 34px 30px;
  }
  .our-init-content-box h3 {
    font-size: 30px;
  }
  .our-init-content-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1540px) {
  .init-nav-tab-custom .nav-link {
    padding: 32px 0px 32px 30px;
  }
  .init-nav-tab-custom .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .our-init-box-one {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .init-nav-tab-custom .nav-link {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .init-nav-tab-custom .nav-link {
    padding: 25px 0px 25px 30px;
  }
}

@media screen and (max-width: 991px) {
  .init-nav-tab-custom {
    margin-left: 0;
  }
  .our-init-content-box h3 {
    font-size: 1.25rem;
  }
  .our-init-content-box p {
    font-size: 1rem;
  }
  .Our-initiatives {
    padding: 0px 0px 30px 0px !important;
  }
}
/* sdg section */
.sdg {
  background-color: rgba(226, 243, 255, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sdg-box-one {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-sdg-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff;
  padding: 70px 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}

.sdg-box-one:hover .overlay-sdg-box {
  opacity: 1;
}
.sdg-box-home {
  padding: 20px 14px;
}

.sdg-box-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}
.sdg-goal-description {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin: 10px 0px;
}
.sdg-goal-description-one {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-align: justify;
}
.sdg-box-up-r {
  width: auto;
}
.image-sdg {
  flex: 1 1 auto;
}
.sdg-box-p-overlay {
  position: relative;
}
.sdg-box-p-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 50%);
}
.pink {
  background-color: #e5233d;
}

.pink .overlay-sdg-box {
  background-color: #e5233d;
}
.yellow {
  background-color: #dda73a;
}
.yellow .overlay-sdg-box {
  background-color: #dda73a;
}
.green {
  background-color: #4ca146;
}
.green .overlay-sdg-box {
  background-color: #4ca146;
}
.dark-pink {
  background-color: #c5192d;
}
.dark-pink .overlay-sdg-box {
  background-color: #c5192d;
}
.orange {
  background-color: #ef402c;
}
.orange .overlay-sdg-box {
  background-color: #ef402c;
}
.blue {
  background-color: #27bfe6;
}
.blue .overlay-sdg-box {
  background-color: #27bfe6;
}
.dark-yellow {
  background-color: #fbc412;
}
.dark-yellow .overlay-sdg-box {
  background-color: #fbc412;
}

.dark-pink-one {
  background-color: #a31c44;
}
.dark-pink-one .overlay-sdg-box {
  background-color: #a31c44;
}
.dark-orange-one {
  background-color: #f26a2d;
}
.dark-orange-one .overlay-sdg-box {
  background-color: #f26a2d;
}
.dark-pink-two {
  background-color: #e01483;
}
.dark-pink-two .overlay-sdg-box {
  background-color: #e01483;
}
.light-yellow-one {
  background-color: #f89d2a;
}
.light-yellow-one .overlay-sdg-box {
  background-color: #f89d2a;
}
.light-yellow-two {
  background-color: #bf8d2c;
}
.light-yellow-two .overlay-sdg-box {
  background-color: #bf8d2c;
}
.light-green-two {
  background-color: #407f46;
}
.light-green-two .overlay-sdg-box {
  background-color: #407f46;
}
.light-blue-one {
  background-color: #1f97d4;
}
.light-blue-one .overlay-sdg-box {
  background-color: #1f97d4;
}
.green-four {
  background-color: #59ba48;
}
.green-four .overlay-sdg-box {
  background-color: #59ba48;
}
.blue-five {
  background-color: #13496b;
}
.blue-five .overlay-sdg-box {
  background-color: #13496b;
}
.sdg-goal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .sdg-box-home {
    padding: 10px 14px;
  }
  .sdg-goal-description {
    margin: 7px 0px;
  }
  .overlay-sdg-box {
    padding: 50px 14px;
  }
  .sdg-goal-description-one {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .sdg-box-up-r {
    max-width: 160px;
  }
}
@media screen and (max-width: 1440px) {
  .sdg-goal-title {
    font-size: 16px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .overlay-sdg-box {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 1200px) {
  .sdg-box-up-r {
    max-width: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .sdg-goal-description-one {
    font-size: 12px;
  }
  .overlay-sdg-box {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .sdg-goal-description-one {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sdg-box-up-r {
    width: auto;
  }
  .overlay-sdg-box {
    padding: 40px 20px;
  }
  .sdg-goal-description-one {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sdg-goal-description-one {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .overlay-sdg-box {
    padding: 15px 15px;
  }
  .sdg-goal-description-one {
    font-size: 12px;
  }
}
/* our-partners */
.our-partners {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.logo_slider {
  margin: 0px 100px;
}
.logo_slider img {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .logo_slider {
    margin: 0px 20px;
  }
}
/* our instagram */
section.our-instagram {
  background-color: rgba(255, 240, 223, 1);
  padding-top: 70px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.insta-slider-box {
  max-width: 1220px;
  margin: 0 auto;
}

.insta-slider-box {
  max-width: 1480px;
  margin: 0 auto;
  /* padding-top: calc(100% / 5 - 100px); */
  padding-top: 60px;
  position: relative;
  padding-bottom: 15px;
}
.insta-slider .insta-slide {
  height: 370px;
  position: relative;
}
.insta-slider .insta-slide a {
  /* display: block;
  height: 370px; */
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.insta-slider .insta-slide a img {
  /* height: 100%;
    object-fit: cover; */

  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto;
}
.insta-slider .insta-slide img {
  /* transition: 0.3s;
  -webkit-transform: scale3d(0.7, 0.7, 1);*/
  transform: scale3d(0.7, 0.7, 1);
  transition: transform 0.3s ease-in-out;
}
.insta-slider .slick-center img {
  /* -webkit-transform: scale3d(1, 1, 1); */
  transform: scale3d(1, 1, 1);
}

.insta-slider .slick-active .insta-slide {
  margin-right: -80px;
}
.insta-slider .slick-active + .slick-active .insta-slide {
  margin-right: 0;
}
.insta-slider .slick-center + .slick-active .insta-slide {
  margin-right: 0;
}
.insta-slider .slick-center + .slick-active + .slick-active .insta-slide {
  margin-left: -80px;
  margin-right: 0 !important;
}
.insta-slider .slick-center .insta-slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.insta-slider .slick-active .insta-slide img {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.insta-slider .slick-active + .slick-active .insta-slide img {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}
.insta-slider .slick-center + .slick-active .insta-slide img {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}
.insta-slider .slick-center + .slick-active + .slick-active .insta-slide img {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.insta-slider .slick-center .insta-slide img {
  -webkit-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
}
.insta-slider .insta-icon-box {
  position: absolute;
  z-index: 1;
}
.insta-slider .slick-active.slick-center .insta-icon-box {
  right: 7px !important;
  top: 4px !important;
}
.insta-slider .slick-active .insta-slide .insta-icon-box {
  right: 74px;
  top: 72px;
}
.insta-slider .slick-active + .slick-active .insta-slide .insta-icon-box {
  right: 47px;
  top: 56px;
}
.insta-slider
  .slick-center
  + .slick-active
  + .slick-active
  .insta-slide
  .insta-icon-box {
  right: 72px;
  top: 72px;
}

@media screen and (max-width: 1280px) {
  .insta-slider .slick-active .insta-slide .insta-icon-box {
    right: 43px;
    top: 38px;
  }
  .insta-slider .slick-active + .slick-active .insta-slide .insta-icon-box {
    right: 42px;
    top: 38px;
  }
  .insta-slider-box {
    max-width: 100%;
  }
  .insta-slider .slick-active .insta-slide {
    margin-right: -10px;
  }
  .insta-slider .slick-center + .slick-active .insta-slide {
    margin-right: 0;
    margin-left: -10px;
  }
  .insta-slider .slick-active .insta-slide img {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  .insta-slider .slick-center + .slick-active .insta-slide img {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  /* .insta-slider .insta-slide a {
    height: 370px;
  } */
  .insta-slider .insta-slide {
    height: 370px;
  }
}
@media screen and (min-width: 1280px) {
  .our-instagram .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1680px) {
  section.our-instagram {
    padding-top: 40px;
  }
  .insta-slider-box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  /* .insta-slider .insta-slide a {
    height: 300px;
  } */
  .insta-slider .insta-slide {
    height: 300px;
  }
  .insta-slider .slick-active .insta-slide .insta-icon-box {
    right: 35px;
    top: 30px;
  }
  .insta-slider .slick-active + .slick-active .insta-slide .insta-icon-box {
    right: 34px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* .insta-slider .insta-slide a {
    height: 250px;
  } */
  .insta-slider .insta-slide {
    height: 250px;
  }
  .insta-slider .slick-active .insta-slide .insta-icon-box {
    right: 27px;
    top: 25px;
  }
  .insta-slider-box {
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  /* .insta-slider .insta-slide a {
    height: 200px;
  } */
  .insta-slider .insta-slide {
    height: 200px;
  }
  .insta-slider .slick-active .insta-slide .insta-icon-box {
    right: 23px;
    top: 21px;
  }
  .insta-slider .slick-active + .slick-active .insta-slide .insta-icon-box {
    right: 23px;
    top: 22px;
  }
  .insta-slider .insta-icon-box img {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* .insta-slider .insta-slide a {
    height: 150px;
  } */
  /* .insta-slider .insta-slide {
    height: 150px;
  } */
  .insta-slider .slick-active .insta-slide {
    margin-right: 5px;
  }
  .insta-slider .slick-center + .slick-active .insta-slide {
    margin-right: 0;
    margin-left: 0px;
  }
  .insta-slider .slick-active .insta-slide .insta-icon-box {
    right: 18px;
    top: 16px;
  }
  .insta-slider .slick-active + .slick-active .insta-slide .insta-icon-box {
    right: 18px;
    top: 17px;
  }
}
@media screen and (max-width: 420px) {
  /* .insta-slider .insta-slide a {
    height: 120px;
  } */
  /* .insta-slider .insta-slide {
    height: 120px;
  } */
  .insta-slider .slick-active .insta-slide .insta-icon-box {
    right: 14px;
    top: 13px;
  }
  .insta-slider .slick-active + .slick-active .insta-slide .insta-icon-box {
    right: 14px;
    top: 13px;
  }
}

/* about page */
/* mission-vision section */
.about-df {
  overflow: hidden;
}
.about-main-l {
  margin-top: 60px;
}
.pt-100 {
  /* padding-top: 100px; */
  padding-top: 80px;
}
@media screen and (max-width: 1680px) {
  .pt-100 {
    /* padding-top: 70px; */
    padding-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .pt-100 {
    padding-top: 40px;
  }
}
.about-box {
  padding-right: 100px;
}
.about-mission {
  background-color: rgba(226, 243, 255, 1);
  padding: 60px 90px 60px 90px;
  max-height: 280px;
  min-height: 280px;
}
.mission-title {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 15px;
}
.mission-description {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}
.founder-box img {
  transition: all 150ms ease-in-out;
}

.founder-box img:hover {
  scale: 1.1;
}
.founder-name {
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
}
.founder-msg-box-main {
  background-color: rgba(226, 243, 255, 1);
}
.founder-msg-box {
  padding-right: 100px;
}
.msg-director {
  padding-left: 100px;
}
@media screen and (max-width: 1680px) {
  .about-mission {
    text-align: left;
    padding: 40px 50px 40px 50px;
    max-height: 100%;
    min-height: 100%;
  }

  .mission-title {
    font-size: 30px;
    padding-bottom: 0;
  }
  .mission-description {
    font-size: 16px;
    line-height: 25px;
  }
  .founder-name {
    font-size: 18px;
    padding-top: 15px;
  }
  .founder-msg-box {
    padding-right: 40px;
  }
  .about-box {
    padding-right: 80px;
  }
  .msg-director {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .about-mission {
    padding: 30px;
  }
  .about-box {
    padding-right: 20px;
  }
  .founder-msg-box {
    padding-right: 20px;
  }
  .msg-director {
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .founder-msg-box {
    padding-right: 0px;
  }
  .msg-director {
    padding-left: 0px;
  }
  .about-box {
    padding-right: 0;
  }
  .mission-title {
    font-size: 25px;
  }
  .founder-name {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-mission {
    padding: 20px;
  }
}
/* our-team */
.team-title {
  font-size: 22px;
  font-weight: 600;
}
.team-info {
  font-size: 20px;
  font-weight: 300;
}
.team-box-one {
  /* position: relative; */
}

.team-image-box {
  position: relative;
  overflow: hidden;
  background-color: rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.team-dot-box {
  height: 60px;
  width: 60px;
  border: 1px solid rgba(253, 156, 41, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.team-dot-box:hover {
  background-color: #fff0df;
}
.team-info-box {
  margin-top: 30px;
}

.overlay-team-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff0df;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 65px 30px;
  border: 1px solid rgba(253, 156, 41, 1);
  border-radius: 10px;
}
.overlay-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.4;
}

.overlay-team-box-show {
  opacity: 1;
}
.team-image {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
  scale: 1;
}
.team-image-box:hover .team-image {
  filter: grayscale(0);
  scale: 1.1;
}
.team-image1:hover .team-image {
  filter: grayscale(0);
  scale: 1.1;
}

@media screen and (max-width: 1680px) {
  .team-title {
    font-size: 18px;
  }
  .team-info {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .overlay-text {
    font-size: 16px;
  }
  .overlay-team-box {
    padding: 40px 20px;
  }
  .team-info-box {
    margin-top: 20px;
  }
  .team-dot-box {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .team-dot-box {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 420px) {
  .overlay-text {
    font-size: 12px;
  }
}

/* ecosystem-restration */
/* ecosystem */
.h-100 {
  height: 100%;
}
.mt-100 {
  margin-top: 100px;
}
.ecosystem-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(34, 34, 34, 1);
}
.info-title {
  font-weight: 600;
}
.eco-left {
  padding-right: 50px;
}

@media screen and (max-width: 1680px) {
  .ecosystem-info {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .ecosystem-info {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .eco-left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .ecosystem-info {
    font-size: 16px;
  }
}
/* mission-river */
.pl-50 {
  padding-left: 50px;
}
.mission-river {
  background-color: rgba(226, 243, 255, 1);
  scroll-margin-top: 70px;
}
.mission-r-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.river-info-box {
  background-color: #fff;
  padding: 25px;
  flex: 1 1 auto;
  border-radius: 10px;
  height: 100%;
}

.river-info-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.mission-total-count {
  font-size: 32px;
  font-weight: 600;
  padding-top: 5px;
}
.lake-develope {
  font-size: 22px;
  font-weight: 400;
}
.mission-r-image-box {
  height: 650px;
}
.mission-r-image-box img {
  object-fit: cover;
  height: 100%;
  width: 100% !important;
  object-position: top;
}
.mission-r-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.river-info-subtitle {
  font-size: 16px;
  font-weight: 400;
}
.impact-mission-icon-one {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #e2f3ff;
  overflow: hidden;
}
.map-icon-width {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1680px) {
  .pl-50 {
    padding-left: 30px;
  }
  .mission-total-count {
    font-size: 26px;
  }
  .lake-develope {
    font-size: 18px;
  }
  .river-info-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mission-r-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .river-info-box {
    padding: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .pl-50 {
    padding-left: 0px;
  }
  .mission-total-count {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .map-icon-width {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mt-100 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .river-info-box {
    padding: 20px;
  }
}

/* testimonial */

.testimonial-box {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.testimonial-slide {
  /* width: 70%; */
  width: 50%;
  padding-right: 100px;
}
.testimonial-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}
.testimonial-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
/* .testimonial-title span{
    font-weight: 300;
} */
.testimonial-slider {
  position: relative;
}
.testimonial-one {
  padding: 0px 50px;
}
.testi-image-box {
  width: 50%;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px;
  font-size: 25px;
}
.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before {
  background-color: rgba(253, 156, 41, 1);
  color: #fff;
  border: 1px solid rgba(253, 156, 41, 1);
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  width: 65px;
  height: 65px;
}
.testimonial-slider .slick-prev {
  left: -90px;
}
.testimonial-slider .slick-next {
  right: -90px;
}

@media screen and (max-width: 1680px) {
  .testimonial-title {
    /* font-size: 28px;
        line-height: 30px; */
  }
  .testimonial-content {
    font-size: 16px;
    /* line-height: 25px; */
  }
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .testimonial-slide {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonial-slide {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .testimonial-title {
    font-size: 20px;
    line-height: 25px;
  }
  .testimonial-slide {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-one {
    padding: 0px 15px;
  }
  .testimonial-box {
    margin-bottom: 20px;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .testi-image-box {
    width: 100%;
  }
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    left: inherit;
    top: inherit;
    bottom: -60px;
  }
  .testimonial-slider .slick-prev {
    right: 60px;
  }
  .testimonial-slider .slick-next {
    right: 0;
  }
  .testimonial-slide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-slide {
    margin-top: 20px;
    padding-right: 0;
  }
  .testimonial-box {
    flex-direction: column-reverse;
  }
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    left: inherit;
    top: inherit;
    bottom: -35px;
  }
  .testimonial-one {
    padding: 0px 0px;
  }
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .testimonial-slider .slick-next {
    right: 8px;
  }
}
/* list of lake */
.custom-scroll {
  max-height: 500px;
  overflow-y: auto;
  padding: 0 15px;
}
.custom-scroll::-webkit-scrollbar {
  /* width: 15px; */
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
  /* background: #ccc;  */
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
  /* background: #ccc;  */
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  /* background: #ccc;  */
}
.lake-table {
  height: 500px;
  overflow-y: auto;
  border-radius: 10px;
}

.lake-table::-webkit-scrollbar {
  /* width: 15px; */
}

/* Track */
.lake-table::-webkit-scrollbar-track {
  /* background: #ccc;  */
}

/* Handle */
.lake-table::-webkit-scrollbar-thumb {
  /* background:#ccc;  */
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  /* background: #ccc;  */
}
.lake-table table {
  overflow-x: auto;
  min-width: 800px;
  max-width: 100%;
}
.lake-table table,
th,
td {
  border-color: rgba(241, 241, 241, 1) !important;
}
.lake-table th {
  background-color: rgba(183, 217, 241, 1) !important;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  position: sticky;
  top: 0;
  border: 1px solid #fff;
}

.lake-table table {
  border-collapse: separate;
  border-spacing: 0;
}

.table-th {
  position: sticky !important;
  top: 50px !important;
}
.lake-table td {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid rgba(241, 241, 241, 1) !important;
}
.list-lake.cmn-ptb-100 {
  background-color: rgba(226, 243, 255, 1);
}
.lake-box-one {
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}
.lake-box-two {
  padding: 20px 15px;
}
.lake-box-three {
  display: flex;
  gap: 25px;
}
.lake-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.year-box {
  background-color: rgba(243, 246, 248, 1);
  display: flex;
  gap: 15px;
  /* justify-content: space-between; */
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  max-height: 90px;
  flex: 1 1 auto;
}
.year-img-box {
  min-width: 50px;
}
.year-box-inner {
  width: calc(100% - 30px);
}
.year-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}
.year-info {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.village-name {
  font-size: 24px;
  font-weight: 600;
}
.village-title {
  font-size: 24px;
  font-weight: 300;
}
.border-right {
  border-right: 1px solid rgba(221, 227, 232, 1);
}

@media screen and (max-width: 1680px) {
  .lake-name {
    font-size: 18px;
    line-height: 25px;
  }
  .year-info {
    font-size: 16px;
  }
  .village-name {
    font-size: 18px;
    font-weight: 600;
  }
  .village-title {
    font-size: 18px;
    font-weight: 300;
  }
  .year-box {
    gap: 8px;
    padding: 9px;
  }
  .lake-table th {
    font-size: 18px;
  }
  .lake-table td {
    font-size: 16px;
  }
  .table-th {
    top: 45px !important;
  }
}
@media screen and (max-width: 1440px) {
  .lake-box-three {
    gap: 8px;
  }
  .year-box {
    gap: 4px;
    padding: 8px;
  }
  .table-th {
    top: 37px !important;
  }
}
@media screen and (max-width: 1280px) {
  .lake-box-three {
    flex-wrap: wrap;
    gap: 20px;
  }
  .width-25 {
    width: 30%;
  }
  .year-box {
    justify-content: space-between;
  }
  .year-img-box {
    min-width: inherit;
  }
  .year-box-inner {
    width: inherit;
  }
}
@media screen and (max-width: 991px) {
  .v-box-one {
    display: flex !important;
    gap: 20px;
  }
  .border-right {
    border-right: none;
  }
  .lake-table th {
    font-size: 16px;
  }
  .lake-table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .width-25 {
    width: 45%;
  }
}
@media screen and (max-width: 420px) {
  .width-25 {
    width: 100%;
  }
}
/* work-lake */
section.work-on-lake {
  background-color: rgba(255, 240, 223, 1);
  padding: 50px 0px;
  text-align: center;
}
.click-btn {
  background-color: rgba(253, 156, 41, 1);
  padding: 15px 30px 15px 30px;
  font-size: 24px;
  font-weight: 400;
  color: #fff !important;
  border-radius: 40px;
}
@media screen and (max-width: 1680px) {
  .work-on-lake {
    padding: 35px 0px;
  }
  .click-btn {
    padding: 10px 16px 10px 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .click-btn {
    padding: 7px 12px 7px 12px;
    font-size: 16px;
  }
}
/* mission-102030 */
.mission-one {
  scroll-margin-top: 70px;
}
.mission-ten-box {
  height: 750px;
  position: relative;
}
.mission-one-box {
  background-color: rgba(226, 243, 255, 1);
  padding: 20px 40px 20px 40px;
  max-width: 690px;
  position: absolute;
  right: 25px;
  bottom: 50px;
  border-radius: 10px;
}
.mission-ten-box img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.mission-ten-des {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .mission-one-box {
    padding: 10px 20px 10px 20px;
    max-width: 100%;
    right: 25px;
    bottom: 50px;
    margin-left: 10px;
  }
  .mission-ten-des {
    font-size: 16px;
  }
  .mission-ten-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .mission-ten-des {
    font-size: 14px;
  }
}

/* imapct-mission */
.impact-mission {
  padding-bottom: 70px;
}

.impact-mission-one {
  background-color: rgba(255, 240, 223, 1);
  padding: 40px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
}
.impact-mission-one-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
}
.impact-mission-icon {
  background-color: #fff;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1680px) {
  .impact-mission-one-info {
    font-size: 16px;
    line-height: 22px;
  }
  .impact-mission {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1540px) {
  .impact-mission-one {
    padding: 30px;
  }

  @media screen and (max-width: 1440px) {
    .impact-mission-one {
      padding: 20px;
    }
    .impact-mission {
      padding-bottom: 30px;
    }
  }
}
/* list of trees */
.list-trees-box {
  padding: 20px 30px;
  border: 1px solid rgba(227, 227, 227, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border-radius: 10px;
}

.list-trees-box:hover {
  background-color: rgba(226, 243, 255, 1);
}
.list-tree-box-one {
  display: flex;
  gap: 20px;
}
.year-box-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.trees-box-info {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.trees-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding-top: 15px;
  margin-top: 15px;
  text-align: justify;
  color: #000;
}
.year-title-one {
  font-size: 20px;
  font-weight: 300;
  color: rgb(0 0 0);
  opacity: 0.5;
}
.year-info-one {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.year-box-cal {
  width: auto;
  height: auto;
}
/* .w-50{
    width: 50%;
} */
@media screen and (max-width: 1680px) {
  .trees-name {
    padding-top: 10px;
    margin-top: 10px;
  }
  .trees-box-info {
    font-size: 18px;
  }
  .year-info-one {
    font-size: 18px;
  }
  .year-title-one {
    font-size: 16px;
  }
  .year-box-one {
    gap: 20px;
  }
  .list-trees-box {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1440px) {
  .year-info-one {
    font-size: 16px;
  }
  .list-tree-box-one {
    gap: 12px;
  }
  .trees-box-info {
    font-size: 16px;
  }
  .year-box-cal {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list-trees-box {
    padding: 10px 15px;
  }
  .trees-box-info {
    font-size: 16px;
    line-height: 20px;
  }
  .year-box-cal {
    width: 30px;
    height: 30px;
  }
  .year-info-one {
    font-size: 14px;
  }
  /* .w-50{
        width: 100%;
    } */
}
@media screen and (max-width: 575px) {
  .year-box-one {
    gap: 10px;
  }
}
@media screen and (max-width: 420px) {
  .list-tree-box-one {
    gap: 4px;
  }
}
/* sustainable-development-goal page */
.s_develop_info {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.s_develop_l {
  padding-right: 80px;
}
.sdg-s-image {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  .s_develop_info {
    font-size: 16px;
    line-height: 23px;
  }
  .s_develop_l {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .s_develop_l {
    padding-right: 0px;
  }
}
.goal_main.cmn-ptb-100 {
  background-color: rgba(226, 243, 255, 1);
  margin-bottom: 100px;
}
.goal-num {
  font-size: 14px;
  font-weight: 400;
}
.goal-title {
  font-size: 32px;
  font-weight: 600;
}
.goal-1 .goal-num,
.goal-1 .goal-title {
  color: #e5233d;
}
.goal-1 .goal-info-overlay {
  border-bottom-color: #e5233d;
}
.goal-2 .goal-num,
.goal-2 .goal-title {
  color: #dda73a;
}
.goal-2 .goal-info-overlay {
  border-bottom-color: #dda73a;
}
.goal-3 .goal-num,
.goal-3 .goal-title {
  color: #4ca146;
}
.goal-3 .goal-info-overlay {
  border-bottom-color: #4ca146;
}
.goal-4 .goal-num,
.goal-4 .goal-title {
  color: #c5192d;
}
.goal-4 .goal-info-overlay {
  border-bottom-color: #c5192d;
}
.goal-5 .goal-num,
.goal-5 .goal-title {
  color: #ef402c;
}
.goal-5 .goal-info-overlay {
  border-bottom-color: #ef402c;
}
.goal-6 .goal-num,
.goal-6 .goal-title {
  color: #27bfe6;
}
.goal-6 .goal-info-overlay {
  border-bottom-color: #27bfe6;
}
.goal-7 .goal-num,
.goal-7 .goal-title {
  color: #fbc412;
}
.goal-7 .goal-info-overlay {
  border-bottom-color: #fbc412;
}
.goal-8 .goal-num,
.goal-8 .goal-title {
  color: #a31c44;
}
.goal-8 .goal-info-overlay {
  border-bottom-color: #a31c44;
}
.goal-9 .goal-num,
.goal-9 .goal-title {
  color: #f26a2d;
}
.goal-9 .goal-info-overlay {
  border-bottom-color: #f26a2d;
}
.goal-10 .goal-num,
.goal-10 .goal-title {
  color: #e01483;
}
.goal-10 .goal-info-overlay {
  border-bottom-color: #e01483;
}
.goal-11 .goal-num,
.goal-11 .goal-title {
  color: #f89d2a;
}
.goal-11 .goal-info-overlay {
  border-bottom-color: #f89d2a;
}
.goal-12 .goal-num,
.goal-12 .goal-title {
  color: #bf8d2c;
}
.goal-12 .goal-info-overlay {
  border-bottom-color: #bf8d2c;
}

.goal-13 .goal-num,
.goal-13 .goal-title {
  color: #407f46;
}
.goal-13 .goal-info-overlay {
  border-bottom-color: #407f46;
}
.goal-14 .goal-num,
.goal-14 .goal-title {
  color: #1f97d4;
}
.goal-14 .goal-info-overlay {
  border-bottom-color: #1f97d4;
}
.goal-15 .goal-num,
.goal-15 .goal-title {
  color: #59ba48;
}
.goal-15 .goal-info-overlay {
  border-bottom-color: #59ba48;
}
.goal-16 .goal-num,
.goal-16 .goal-title {
  color: #126a9f;
}
.goal-16 .goal-info-overlay {
  border-bottom-color: #126a9f;
}
.goal-17 .goal-num,
.goal-17 .goal-title {
  color: #13496b;
}
.goal-17 .goal-info-overlay {
  border-bottom-color: #13496b;
}
.goal-box-one {
  position: relative;
}

.goal-info-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(175, 175, 175, 1);
  border-bottom: 14px solid;
  padding: 30px;
}

.goal-box-one:hover .goal-info-overlay {
  opacity: 1;
}

.goal-num {
  /* color: rgba(221, 168, 58, 1); */
  font-size: 14px;
  font-weight: 400;
}
.goal-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  margin: 10px 0px;
}
.goal-info-1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.goal-info-2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0px;
}
.goal-info-3 {
  font-size: 16px;
  font-weight: bold;
}
.goal-list-1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px;
}
.goal-list {
  margin: 0;
}
.goal-image-text-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.goal-image-text-box p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.goal-image-text-box h4 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .goal-info-overlay {
    padding: 15px;
  }
  .goal-title {
    font-size: 26px;
    line-height: 28px;
    margin: 10px 0px;
  }
  .goal-info-1 {
    font-size: 18px;
    line-height: 25px;
  }
  .goal-info-2 {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px;
  }
  .goal-list-1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .goal-image-text-box h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .goal_main {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1800px) {
  .goal-list-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1440px) {
  .goal-list-1 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .goal_main {
    margin-bottom: 40px !important;
  }
  .goal-image-text-box h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .goal-info-overlay {
    padding: 10px;
  }
  .goal-title {
    font-size: 20px;
    line-height: 17px;
  }
  .goal-info-1 {
    font-size: 16px;
    line-height: 16px;
  }
  .goal-info-2 {
    font-size: 14px;
    line-height: 16px;
  }
  .goal-list-1 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .goal-info-overlay {
    position: relative;
    opacity: 1;
  }
  .goal-image-text-box {
    display: none;
  }
  .goal_main {
    margin-bottom: 30px !important;
  }
}

/* blog-articles-page */
.blog-articles-box {
  /* height: 100%;
    display: flex;
    flex-direction: column; */
}
.blog-articles-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-top: 30px;
  /* min-height: 87px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-link {
  text-decoration: none;
  color: #000 !important;
}
.blog-articles-title1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-top: 30px;
}
.blog-image-box {
  height: 350px;
}
.blog-image-box img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.blog-articles-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  /* margin-top: auto; */
  text-align: justify;
  /* min-height: 173px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-a-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.blog-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.blog-read {
  font-weight: 600;
  color: #000 !important;
  text-decoration: none;
  margin-right: 10px;
}
.blog-a-image {
  margin-left: 25px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-num {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-num:hover {
  background-color: rgba(255, 240, 223, 1);
}
.page-box {
  margin: 0px 40px;
}
@media screen and (max-width: 1680px) {
  .blog-articles-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
  }
  .blog-articles-title1 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
  }
  .blog-articles-content {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .blog-a-box {
    margin-top: 20px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .page-box {
    margin: 0px 25px;
  }
}
@media screen and (max-width: 1440px) {
  .blog-articles-title {
    margin-top: 15px;
  }
  .blog-articles-title1 {
    margin-top: 15px;
  }
  .blog-a-box {
    margin-top: 12px;
  }
  .image-hover-box {
    height: 40px !important;
    width: 40px !important;
  }
  .mb-100 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .blog-a-image {
    margin-left: 15px;
  }
  .page-box {
    margin: 0px 10px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .blog-a-image {
    margin-left: 5px;
  }
  .blog-articles-title {
    font-size: 18px;
  }
  .blog-articles-title1 {
    font-size: 18px;
  }
  .blog-date {
    font-size: 14px;
  }
}

/* media-gallery page */
.meet-box {
  margin-top: 40px;
}
@media screen and (max-width: 1680px) {
  .meet-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .meet-box {
    margin-top: 15px;
  }
}
/* newsletter */
.news-title.mt-0.mb-2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
@media screen and (max-width: 1680px) {
  .news-title.mt-0.mb-2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .news-title {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
/* media-coverage */
.media-date {
  font-size: 16px;
  font-weight: 400;
  color: rgba(253, 156, 41, 1);
  margin-bottom: 20px;
  background-color: rgba(255, 246, 234, 1);
  display: inline-block;
  border-radius: 3px;
  padding: 4px;
}
.media-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.media-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.media-c-title {
  font-weight: 300;
  opacity: 0.5;
}
.media-c-box {
  margin-bottom: 20px;
}
.media-coverage {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.image-hover-box {
  height: 50px;
  width: 50px;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
}
.image-hover-box:hover {
  background-color: rgba(253, 156, 41, 1);
  border: none;
}
.image-hover-box:hover img {
  filter: invert(1);
}
.media-main-box {
  max-width: 1320px;
  margin: 0 auto;
}
.media-coverage {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 40px;
}
.media-c-left {
  max-width: 1080px;
}
@media screen and (max-width: 1680px) {
  .media-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .media-info {
    font-size: 16px;
    line-height: 21px;
  }
  .media-coverage {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .media-coverage {
    margin-top: 20px;
  }
  .media-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .media-coverage {
    flex-direction: column;
  }
  .media-c-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .media-coverage {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .media-date {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .media-title {
    font-size: 16px;
    line-height: 20px;
  }
}
/* blog-detail */
.blog-detail-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  justify-content: center;
}
.mtb-40 {
  margin: 40px 0px;
}
@media screen and (max-width: 1680px) {
  .blog-detail-content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .mtb-40 {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 1440px) {
  .mtb-40 {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .mtb-40 {
    margin: 12px 0px;
  }
}
/* join-our-community */
.part-us-image-box {
  object-fit: cover;
}
.join-us-img {
  object-fit: cover;
}
.get-in-touch {
  background-color: rgba(255, 246, 234, 1);
}
.area-height {
  height: 80px;
}
.get-box {
  background-color: #fff;
  border: 1px solid rgba(227, 227, 227, 1);
  padding: 20px;
  height: 100%;
  border-radius: 20px;
}
.form-input {
  border: 1px solid rgba(227, 227, 227, 1) !important;
  height: 48px;
  padding-left: 20px !important;
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
  border-radius: 4px !important;
}
.form-label-box {
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: rgb(0 0 0 / 70%);
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-area-box {
  min-height: 90px !important;
}
.form-input:focus {
  box-shadow: none;
}
.sbmt-btn {
  background-color: rgba(253, 156, 41, 1) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(253, 156, 41, 1) !important;
  font-size: 22px;
  font-weight: 400;
  color: #fff !important;
  line-height: 22px !important;
  padding: 15px 30px 15px 30px !important;
}
.sbmt-btn:hover {
  background-color: #fff !important;
  border: 1px solid rgba(253, 156, 41, 1) !important;
  color: rgba(253, 156, 41, 1) !important;
}
.file-area {
  position: relative;
  width: 100%;
  margin: 10px 0px;
}
.file-area input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.file-dummy {
  width: 100%;
  padding: 15px;
  border: 2px dashed rgb(253 156 41);
  text-align: center;
  background-color: rgb(253 156 41 / 8%);
  border-radius: 6px;
  color: rgba(253, 156, 41, 1);
}
.file-area .wpcf7-form-control-wrap {
  position: inherit !important;
}
.default {
  font-size: 16px;
  font-weight: 400;
  color: rgba(253, 156, 41, 1);
}

/* radio-button */
.form-get {
  font-size: 14px;
}
.form-get input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.form-get .wpcf7-list-item {
  margin: 0 0 0 3px;
}

.form-get .wpcf7-list-item-label {
  position: relative;
  pointer-events: none;
}

.form-get .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid rgba(225, 225, 225, 1);
  border-radius: 50%;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  transition: 400ms ease;
}

.form-get .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgba(253, 156, 41, 1);
  border: 2px solid rgba(253, 156, 41, 1);
  border-radius: 50%;
  top: 50%;
  left: -24px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.form-get input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: rgba(225, 225, 225, 1);
}

.form-get input[type="radio"]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(0.55);
}
/* words-of appreciation */
.appreciation.cmn-ptb-100 {
  background-color: rgba(226, 243, 255, 1);
}
.appre-work {
  padding: 0px 50px;
}
.appre-work-one {
  padding: 0 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.aprre-content-box {
  padding-left: 100px;
  width: 50%;
}
.appre-image-box img {
  width: 100%;
}
.appre-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}
/* .appre-content-one {
    font-weight: 600;
} */

.appre-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
.appre-sub-title {
  font-size: 16px;
  font-weight: 600;
}
.pb-40 {
  padding-bottom: 40px;
}
.appreciation-slider {
  position: relative;
}
.appreciation-slider .slick-next:before,
.slick-prev:before {
  font-size: 20px;
  color: #000;
}
.appreciation-slider .slick-next,
.appreciation-slider .slick-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(28, 26, 31, 1);
  border-radius: 50%;
  padding: 20px;
  background-color: #fff;
}
.appreciation-slider .slick-next:hover,
.appreciation-slider .slick-prev:hover {
  border: 1px solid rgba(253, 156, 41, 1);
  background-color: rgba(253, 156, 41, 1);
}
.appreciation-slider .slick-next:hover::before,
.appreciation-slider .slick-prev:hover::before {
  color: #fff;
}
.h-100 {
  height: 100% !important;
}
.appre-image-box {
  width: 60%;
}
@media screen and (max-width: 1680px) {
  .sbmt-btn {
    font-size: 18px;
    padding: 10px 20px 10px 20px !important;
  }
  /* .appre-content {
        font-size: 26px;
        line-height: 32px;
    } */
  .appre-title {
    font-size: 18px;
    font-weight: 600;
  }
  .aprre-content-box {
    padding-left: 70px;
  }
  .form-label-box {
    font-size: 14px;
  }
  .form-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .appreciation-slider .slick-prev.slick-arrow,
  .appreciation-slider .slick-next.slick-arrow {
    position: absolute;
    left: inherit;
    top: inherit;
  }
  .appreciation-slider .slick-prev.slick-arrow {
    right: 70px;
    bottom: -55px;
  }
  .appreciation-slider .slick-next.slick-arrow {
    right: 17px;
    bottom: -54px;
  }
  .aprre-content-box {
    padding-left: 50px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  /* .appre-content {
    font-size: 20px;
    line-height: 25px;
} */
  .appre-work-one {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .appre-work-one {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .form-check.form-get {
    padding-bottom: 8px;
    padding-left: 32px;
  }
  .aprre-content-box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .appre-image-box {
    width: 100%;
  }
  .pb-40 {
    padding-bottom: 15px;
  }
  .appre-content {
    font-size: 18px;
  }
  .appre-title {
    font-size: 16px;
    font-weight: 600;
  }
  .get-box {
    padding: 20px;
  }
  .sbmt-btn {
    font-size: 16px;
    padding: 8px 15px 8px 15px !important;
  }
  .appre-work-one {
    flex-direction: column;
    padding: 0;
  }
  .aprre-content-box {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .appre-work {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  /* .appre-work-one {
        flex-direction: column;
    }
    .aprre-content-box {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    } */
  .appre-image-box {
    width: 100%;
  }
  .appreciation-slider .slick-prev.slick-arrow,
  .appreciation-slider .slick-next.slick-arrow {
    bottom: -50px;
  }
  .appreciation-slider .slick-next,
  .appreciation-slider .slick-prev {
    width: 20px;
    height: 20px;
  }
  .appre-work {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 575px) {
  .appre-content {
    font-size: 16px;
  }
  .aprre-content-box {
    padding-top: 15px;
  }
}
/* partner-with-us page */
.p-mb {
  margin-bottom: 0;
}
.partner-form-box {
  background-color: rgba(226, 243, 255, 1);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.p-text-area {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  height: 100px;
}
.mb-20 {
  margin-bottom: 20px;
}

/* modal */
.modal-header {
  border-bottom: none;
}
.modal-back {
  position: absolute;
  left: 55px;
}
/* youth-page */
.youth-about-main {
  overflow: hidden;
}
.youth-info {
  font-size: 18px;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  line-height: 1.4;
}
.youth-l-box {
  padding-right: 60px;
}
.youth-box-t {
  margin-top: -50px;
}
.y-main-box {
  padding: 0 70px;
  overflow: hidden;
}
.y-box-left-1 {
  max-width: 707px;
  background-color: rgba(226, 243, 255, 1);
  padding: 30px;
  border-radius: 10px;
}

.y-box-before::before {
  position: absolute;
  top: 52px;
  left: 10%;
  right: 0;
  content: "";
  background-image: url(./../images/line11.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.youth-box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.youth-box-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(84, 84, 84, 1);
  margin-top: 10px;
}
.y-box-before-1::before {
  position: absolute;
  top: -50px;
  left: 44%;
  right: 0;
  content: "";
  background-image: url(./../images/line22.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.y-box-before-2::before {
  position: absolute;
  top: 37px;
  left: 25%;
  right: 0;
  content: "";
  background-image: url(./../images/line33.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.y-mt-50 {
  margin-top: 50px;
}
.youth-day-main-box {
  overflow: hidden;
}
.get-involve {
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(255, 240, 223, 1);
  padding: 40px 30px 40px 30px;
}
.get-involve-box1 {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}
.get-involve-box1::before {
  position: absolute;
  bottom: 0;
  left: 40%;
  right: 0;
  content: "";
  background-image: url(./../images/line44.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.involve-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.involve-info {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(84, 84, 84, 1);
  line-height: 1.4;
  margin-bottom: 15px;
}
.involve-content {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
}
.involve-btn {
  text-decoration: none;
  color: #fff !important;
  background-color: rgba(253, 156, 41, 1);
  padding: 20px 30px 20px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.involve-btn:hover {
  background-color: #fff;
  border: 1px solid rgba(253, 156, 41, 1);
  color: rgba(253, 156, 41, 1) !important;
}
.youth-day-main-box {
  margin: 70px 0;
}
.youth-day-main {
  background-color: rgba(226, 243, 255, 1);
  border-radius: 20px;
  padding: 50px;
}
.youth-d-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
.youth-day-info {
  font-size: 18px;
  font-weight: 400;
  color: rgba(84, 84, 84, 1);
  line-height: 1.4;
}
.youth-day-l {
  padding-right: 30px;
}
.youth-bg-box {
  margin-bottom: 70px;
}
@media screen and (max-width: 1680px) {
  .youth-l-box {
    padding-right: 30px;
  }
  .youth-info {
    font-size: 16px;
    line-height: 1.5;
  }
  .y-box-left-1 {
    padding: 20px;
  }
  .youth-box-title {
    font-size: 18px;
  }
  .youth-box-info {
    font-size: 16px;
  }
  .get-involve {
    padding: 30px 20px 30px 20px;
  }
  .involve-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .involve-info {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .involve-content {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .involve-btn {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
  }
  .youth-day-main-box {
    margin: 40px 0;
  }
  .youth-day-main {
    padding: 40px;
  }
  .youth-day-l {
    padding-right: 20px;
  }
  .youth-d-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .youth-day-info {
    font-size: 16px;
  }
  .youth-bg-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .youth-day-main {
    padding: 30px;
  }
  .youth-day-main-box {
    margin: 30px 0;
  }
  .youth-bg-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .youth-l-box {
    padding-right: 0;
  }
  .youth-day-l {
    padding-right: 0;
  }
  .y-main-box {
    padding: 0 0;
  }
  .youth-box-t {
    margin-top: 50px;
  }
  .y-box-left-1 {
    max-width: 100%;
  }
  .y-box-before::before,
  .y-box-before-1::before,
  .y-box-before-2::before,
  .get-involve-box1::before {
    display: none;
  }
  .y-main-box {
    position: relative;
    padding-bottom: 50px;
  }
  .y-main-box::before {
    position: absolute;
    top: 0;
    content: "";
    left: 50%;
    width: 100%;
    height: 100%;
    border-left: 4px dashed #e2f3ff;
    z-index: -1;
  }
  .get-involve-box1 {
    position: relative;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .get-involve {
    padding: 20px 10px 20px 10px;
  }
  .youth-day-main {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .youth-day-info,
  .youth-box-info,
  .involve-info,
  .involve-content {
    text-align: justify;
  }
  .youth-info {
    text-align: justify;
  }
}
