<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

body {
  font-family: "Poppins", sans-serif !important;
  background-color: #f5f5f5 !important;
  overflow-x: hidden !important;
}

button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

input[type="radio"] {
  border: none;
  outline: none;
  box-shadow: none;
}

input[type="checkbox"] {
  border: none;
  outline: none;
  box-shadow: none;
}

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

.sticky-block {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky_header {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sticky_header .circle_block {
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.padding_block {
  padding: 4px 150px 4px 150px !important;
}

.circle_block {
  width: 74px;
  height: 74px;
  border-radius: 100px;
  background-color: #7b7b7b;
}

.donate_button button {
  background: #5c9434;
  border-radius: 4px;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", sans-serif !important;
}

/* .donate_button:hover button {
    background-color: #fff;
    color: #1A443F;
    transition: background-color 0.5s ease;
} */

.nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", sans-serif !important;
}

/* .sticky-block {
    padding: 12px 0;
} */

.navbar-light .navbar-nav .nav-link {
  color: #1a443f !important;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.margin_right_area {
  margin-right: 40px;
}

.margin_left_area {
  padding-left: 40px;
}

.navbar-light .navbar-nav .active_link {
  color: #49851e !important;
  border-bottom: 2px solid #49851e !important;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #49851e !important;
  border-bottom: 2px solid #49851e;
  transition: all 0.5s ease;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease;
}

.activity_first_img_block h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding-right: 24px;
}

/* .navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
    visibility: visible !important;
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateY(0%);
    display: inherit !important;
    top: 37px;
}

.navbar-light .navbar-nav .dropdown .dropdown-menu {
    visibility: hidden !important;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(10%);
    display: inherit !important;
    border: 1px solid rgb(0 0 0 / 4%);
} */

.dropdown-menu li:hover a {
  color: #49851e !important;
  transition: all 0.5s ease;
}

.dropdown-menu li .active_link {
  color: #49851e !important;
  transition: all 0.5s ease;
}

.dropdown-menu li a {
  transition: all 0.5s ease;
}

.dropdown-menu li {
  margin-right: 0 !important;
}

.dropdown-toggle::after {
  content: "\f107" !important;
  border: none !important;
  vertical-align: baseline !important;
  font: normal normal normal 14px/1 FontAwesome;
}

/* first section start  */

.first_block {
  float: left;
  width: 100%;
}

.first_block h1 {
  color: #49851e;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 16px !important;
}

.first_block h2 {
  color: #000000;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 16px !important;
}

.first_block p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px !important;
}

.first_block a {
  color: #49851e;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #1a443f;
}

.first_block a:hover {
  color: #5c9434;
  transition: background-color 0.5s ease;
}

.second_block a:hover {
  color: #1a443f;
  transition: background-color 0.5s ease;
}

.first_block svg path:hover {
  fill: #5c9434;
  transition: background-color 0.5s ease;
}

.second_block svg path:hover {
  fill: #1a443f;
  transition: background-color 0.5s ease;
}

.first_block svg,
.second_block svg {
  cursor: pointer;
  margin-left: 8px;
}

.first_block_padding {
  background-color: #f5f5f5;
  height: calc(100vh - 62px);
  align-items: center;
  display: flex;
}

.about_us_first_section {
  background-color: #f5f5f5;
  height: calc(100vh - 86px);
  align-items: center;
  display: flex;
  /* padding: 60px 0px !important; */
}

.video_block img {
  width: 100%;
}

/* first section end  */

/* second section start  */

.margin_auto_block {
  height: 100vh !important;
  display: flex;
  align-items: center;
}

.second_block_padding {
  /* padding: 0px 150px !important; */
}

.second_block {
  float: left;
  width: 100%;
}

.second_block h1 {
  color: #1a443f;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 16px !important;
  white-space: nowrap;
}

.second_block h2 {
  color: #1a443f;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 12px !important;
}

.second_block p {
  color: #1a443f;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px !important;
}

.second_block a {
  color: #1a443f;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-right: 10px;
  cursor: pointer;
}

.side_image {
  margin-bottom: 12px;
}

.side_image_area {
  margin-bottom: 12px;
  margin-left: 12px;
  width: 100%;
}

/* second section end  */

/* third section start  */

.side_image_area1 {
  margin-bottom: 12px;
  margin-right: 12px;
  width: 100%;
}

/* third section end  */

/* our activity section start */

.margin_our_activity {
  padding-top: 60px;
}

.journey_block {
  padding-top: 80px;
}

.our_activity_block h2 {
  color: #1a443f;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 16px !important;
  text-align: center;
}

.our_activity_block {
  margin-bottom: 30px;
}

.our_activity_block p {
  color: #1a443f;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px !important;
  text-align: center;
}

.activity_ul_li {
  margin-top: 0px;
  padding-left: 0px;
  width: 100%;
  float: left;
}

.activity_ul_li li {
  padding: 34px 37px 34px 34px;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  border-radius: 12px;
  float: left;
  width: 48.9%;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: background-color 0.5s ease;
}

.activity_ul_li li:nth-child(3),
.activity_ul_li li:nth-child(4) {
  margin-bottom: 0 !important;
}

.activity_ul_li li:nth-child(2),
.activity_ul_li li:nth-child(4) {
  margin-right: 0 !important;
}

.activity_ul_li li:hover {
  background-color: #49851e;
  transition: background-color 0.5s ease;
}

.activity_ul_li li:hover a .d-flex .activity_h4_p h4,
.activity_ul_li li:hover a .d-flex .activity_h4_p p {
  color: #fff;
  transition: background-color 0.5s ease;
}

.activity_h4_p {
  float: left;
  width: 100%;
  padding-left: 30px;
}

.activity_h4_p h4 {
  color: #1a443f;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.activity_h4_p p {
  color: #1a443f;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.our_activity_section {
  background: #1a443f;
  border-radius: 20px;
  padding: 50px 60px;
  position: relative;
}

.our_activity_section h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #ffffff;
}

.our_activity_section h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #49851e;
  margin-bottom: 16px !important;
}

.news_artical_mobile_block {
  padding: 60px 0;
}

.our_activity_section button {
  background: #49851e;
  border-radius: 5px;
  padding: 10px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.our_activity_section button:hover {
  background: #fff !important;
  color: #1a443f !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.journey_position_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.svg_hover_block {
  padding: 20px;
}

.activity_ul_li li:hover .svg_hover_block {
  background-color: #fff;
  padding: 20px;
  border-radius: 100px;
}

/* our activity section end */

/* news and articles start */

.news_articles_block {
  margin-bottom: 50px;
}

.news_articles_block h2 {
  font-size: 40px;
  line-height: 60px;
  color: #1a443f;
  font-weight: 600;
  text-align: center;
}

.news_articles_area {
  float: left;
  width: 100%;
}

.news_articles_area h6 {
  color: #1a443f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* margin-bottom: 16px !important; */
}

.news_articles_area h3 {
  color: #1a443f;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px !important;
  font-family: poppins;
}

.news_articles_area p {
  color: #1a443f;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  width: 82%;
}

.htag_ptag {
  margin-bottom: 20px;
}

.handp_tag_left {
  margin-left: 20px;
}

.fancybox-image,
.fancybox-spaceball {
  object-fit: contain;
}

/* news and articles end */

/* .first_block:hover svg path {
    fill: #5C9434;
    transition: background-color 0.5s ease;

}

.second_block:hover svg path {
    fill: #5C9434;
    transition: background-color 0.5s ease;

} */

/* 
.second_block:hover a {
    color: #5C9434;
}

.first_block:hover a {
    color: #5C9434;
} */

.button_hover_block:hover {
  background-color: #1a443f !important;
  transition: background-color 0.5s ease;
  /* font-weight: 600 !important; */
  color: #fff !important;
}

/* zoo gallery start */

.padding_gallery {
  padding: 60px 0;
}

/* zoo gallery end */

.gallery_heading {
  position: relative;
}

.gallery_heading button {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #1a443f;
  position: absolute;
  top: 0px;
  right: 0px;
}

.gallery_heading h2 {
  color: #1a443f;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0px !important;
  text-align: center;
}

.gallery_ul_li {
  display: flex;
  margin-bottom: 0px !important;
}

/* footer style start */

.footer_block {
  background: #1a443f;
  padding: 28px 40px;
}

.footer_heading h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px !important;
}

.footer_heading p {
  font-size: 14px;
  color: #dedede;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px !important;
  white-space: nowrap;
}

.footer_logo {
  margin-bottom: 30px;
}

.copy_rights_block {
  margin-top: 30px;
}

.copy_rights_block svg {
  margin-right: 20px;
}

.copy_rights_block p,
.Developed_by {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #dedede;
}
.text-right {
  text-align: right !important;
}

.footer_line {
  border-bottom: 1px solid #ffffff8c;
  width: 100%;
}

.margin_bottom_block {
  margin-bottom: 70px;
}

/* footer style end */

/* slider style start */

#image_slider_block .owl-carousel .owl-item {
  margin-right: 0px !important;
}

#image_slider_block .owl-dots {
  display: none !important;
}

#image_slider_block .owl-nav {
  display: none !important;
}

#zonal_slider .owl-item img {
  border-radius: 8px;
}

.owl-carousel .owl-item img {
  width: 100% !important;
  transition: all 500ms ease;
}

.owl-carousel .owl-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.owl-carousel .owl-item img .link a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  border: 2px solid #f7bf39;
  color: #f7bf39;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
  display: block !important;
}

/* The Close Button */

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background-color: #000000;
}

.mySlides img {
  width: 60%;
  display: flex;
  margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: auto !important;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  width: 100%;
  float: left;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* slider style end */

/* about us section start */

.footer_img {
  margin-bottom: -5px;
}

.footer_img img {
  width: 100%;
}

.about_imgs img {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.about_imgs img:last-child {
  margin-right: 0px !important;
}

.about_block h1 {
  color: #000;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 16px !important;
}

.about_block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
  margin-bottom: 16px !important;
}

.environmenatal_area {
  display: flex;
}

.environmental_block {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
  margin-right: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  transition: background-color 0.5s ease;
}

.environmental_block:hover {
  background-color: #49851e;
  transition: background-color 0.5s ease;
}

.environmental_block:hover h3,
.environmental_block:hover p {
  color: #fff;
  transition: background-color 0.5s ease;
}

.environmental_block:hover .yellow_circle {
  background-color: #fff;
  transition: background-color 0.5s ease;
  color: #49851e;
}

.environmental_block h3 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.environmental_block p {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  font-weight: 400;
}

.yellow_circle {
  font-weight: 700;
  font-size: 20px;
  background-color: #49851e;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: background-color 0.5s ease;
}

.environmental_padding {
  padding-bottom: 70px !important;
  height: auto !important;
}

.svg_ptag {
  float: left;
  margin-bottom: 20px;
}

.svg_ptag svg {
  float: left;
}

.svg_ptag p {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 72%;
  float: left;
  margin-left: 20px;
  text-align: left;
}

.conservation_img img {
  width: 100%;
}

/* about us section end */

/* zonal section start */

.zonal1_background_img {
  background: url(../img/zonal_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw !important;
  background-position: center;
}

.zonal6_background_img {
  background: url(../img/GuindyChildrenParkBannerImage1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw !important;
  background-position: center;
}

.zonal_part1 h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #1a443f;
  margin-bottom: 16px !important;
}

.zonal_part1 h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #1a443f;
  margin-bottom: 16px !important;
}

.zonal_part1 p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px !important;
}

.ul_li_div {
  margin-left: 16px;
}

.ul_li_div h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1a443f;
  margin-bottom: 8px !important;
}

.ul_li_div p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #929292;
}

.zonal_section {
  /* padding: 0px 150px 75px 150px !important; */
  margin-top: -60px;
}

#zonal_img {
  border-radius: 8px;
}

.zonal_ul_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px !important;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  width: 50%;
  margin: 0 auto;
}

/* #zonal_img {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
} */

.zonal_ul_li li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.second_zonal_ul_li {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.second_zonal_ul_li li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  border-radius: 12px;
  margin-bottom: 16px;
}

.second_zonal_ul_li li:last-child {
  margin-bottom: 0px;
}

.second_section_content {
  margin-left: 10px;
}

.second_section_content h6 {
  font-size: 16px;
  color: #1a443f;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.second_section_content p {
  font-size: 14px;
  color: #a4a3a6;
  line-height: 26px;
  font-weight: 400;
  width: 85%;
}

.second_zonal_ul_li li:hover {
  background-color: #49851e;
  transition: background-color 0.5s ease;
}

.second_zonal_ul_li li:hover h6 {
  color: #ffffff;
  transition: background-color 0.5s ease;
}

.second_zonal_ul_li li:hover p {
  color: #ffffff;
  transition: background-color 0.5s ease;
}

.second_zonal_ul_li li:hover .svg_hover_block {
  background-color: #fff;
  padding: 20px;
  border-radius: 100px;
}

.zonal_second_section {
  padding: 75px 0px !important;
}

.zonal_third_section {
  padding: 75px 0px !important;
  background-color: #ffffff !important;
}

.zonal_h3_ptag h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a443f;
  line-height: 36px;
  margin-bottom: 16px !important;
}
.timesection{
    padding:150px 0px 80px !important;
}
.zonal_h3_ptag p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  width: 92%;
}

.zonal_h1tag h1 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding-right: 24px;
}

.zonal_h1tag h1::after {
  border-right: 3px solid #49851e;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.zonal_h1tag {
  /* width: fit-content; */
}

.span_zonal {
  color: #49851e;
}

.third_zonal_ul_li {
  padding: 70px 0px;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.counter_block {
  font-size: 20px;
  color: #1a443f;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px !important;
}

.counter,
.plus_symbol {
  font-size: 40px;
  color: #49851e;
  font-weight: 600;
  line-height: 60px;
}

.third_ul_li_block {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style-type: none;
}

.third_ul_li_block li {
  background: #fefefe;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  padding: 20px;
  width: 210px;
}

.third_ul_li_block li svg {
  display: flex;
  margin: 0 auto;
  width: 64px;
}

.third_ul_li_block li h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin-top: 20px !important;
  text-align: center;
}

.zonal_owl_carusol {
  padding: 75px 0px !important;
}

.zonal_slider_ul_li li {
  position: relative;
}

.zonal_slider_ul_li li:hover .slider_hiding_section {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.slider_hiding_section {
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
}

.slider_hiding_section h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px !important;
}

.sticky_header {
  padding: 0px;
}

.slider_hiding_section p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
}

#zonal_slider .owl-dots {
  display: none !important;
}

#zonal_slider .owl-nav {
  display: block;
}

.zonal_gallery_section {
  padding: 25px 0 25px 0 !important;
  background-color: #fff;
}

.zonal_gallery_block {
  padding: 0px 0px 30px 0px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #1a443f !important;
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"]:hover button span {
  color: #1a443f !important;
}

.owl-theme .owl-nav button {
  width: 35px;
  height: 35px;
  background-color: #1a443f !important;
  color: #fff;
}

.owl-theme .owl-nav button span {
  color: #fff;
}

.zonal_gallery_ul_li {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
  height: 750px;
}

.gallery-masonry__img {
  height: 100%;
}

.zonal_gallery_ul_li li:first-child,
.zonal_gallery_ul_li li:last-child {
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
}

.zonal_gallery_ul_li li {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 0px;
}

.zonal_gallery_ul_li li:nth-child(2) .gallery-masonry__item {
  height: 100%;
}

.zonal_gallery_ul_li .gallery-masonry__item .gallery-masonry__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* padding: 5px; */
}

.zonal_gallery_ul_li1 .gallery-masonry__item .gallery-masonry__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* padding: 5px; */
}

.zonal_gallery_ul_li2 .gallery-masonry__item .gallery-masonry__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zonal_gallery_ul_li
  li:nth-child(2)
  .gallery-masonry__item
  .gallery-masonry__img
  img {
  height: 100% !important;
}

.zonal_gallery_ul_li li .gallery-masonry__item {
  height: 50%;
  border: 2px solid #fff;
}

.zonal_gallery_ul_li1 {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
}

.zonal_gallery_ul_li1 li {
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  border: 2px solid #fff;
}

.zonal_gallery_ul_li2 {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
}

.zonal_gallery_ul_li2 li {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  border: 2px solid #fff;
}

.zonal2_background_img {
  background: url(../img/na.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  background-position: center;
}

.zonal3_background_img {
  background: url(../img/naco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  background-position: top center;
}

.zonal4_background_img {
  background: url(../img/kabanner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  background-position: center;
}

.zonal5_background_img {
  background: url(../img/zonal5_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  background-position: center bottom;
}

.fiveth_ul_li_block {
  padding-top: 70px;
}

.mobile_heading {
  width: auto !important;
}

.navbar {
  display: block !important;
}

.footer_icons_block {
  display: flex;
  align-items: center;
}

.sticky-block {
  width: 100%;
}

.ptag_color {
  color: #000000 !important;
}

.about-us-mobile-padding {
  padding-bottom: 50px !important;
}

.navbar-nav li {
  margin-right: 32px;
}

.navbar-nav li:nth-child(6) {
  margin-right: 0 !important;
}

/* zonal section end */

/* activity section start */

.activity_position_block {
  position: relative;
}

.activity_first_section {
  padding: 50px 0px 50px 0px !important;
}



.activity_first_block h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px !important;
}

.activity_first_block p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #1a443f;
  margin-bottom: 16px !important;
}

.activity_first_block h2 {
  margin-bottom: 24px !important;
  border-right: 3px solid #49851e;
  /* width: max-content; */
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding-right: 24px;
}

.active_ptag_width {
  /* width: 85%; */
}

.active_h2tag_width {
  /* width: 44% !important; */
}

.activity_position_section {
  position: fixed;
  top: 200px;
  right: 40px;
  width: fit-content !important;
}

.activity_position_section h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px !important;
}

.activity_position_section ul {
  list-style-type: none;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.activity_position_section ul li {
  font-size: 20px;
  color: #8a8a8a !important;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px !important;
}

.activity_position_section ul li a {
  color: #8a8a8a !important;
}

.ZooParkptag {
  /* width: 21% !important; */
}

.logo_block img {
  width: 50%;
}

.dropdown-item {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  color: #8e8e8e !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent !important;
  color: #1a443f !important;
}

.contact-us-padding {
  background: url(../img/contact-us-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;
  align-items: center;
  height: 100vh;
  background-position: center;
  margin-bottom: 60px;
}

.contact_us_block {
  margin-top: 45px;
  padding: 24px;
  border-radius: 10px;
  background-color: #1a443f78;
}

.contact_us_block h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 12px !important;
}

.contact_us_block h3 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px !important;
}

.contact_us_block h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px !important;
}

.contact_us_block span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #dedede;
}

.contact_heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 24px !important;
}

.form-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
}

.form-control {
  font-size: 16px !important;
  padding: 8px 12px !important;
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.form-control:hover {
  border: 1px solid #fff !important;
}

.form-control:focus {
  border: 1px solid #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.form_area {
  margin-bottom: 24px !important;
}

.form-control {
  background-color: transparent !important;
  color: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.49) !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

.contact_button button {
  background: #5c9434;
  border-radius: 4px;
  padding: 10px 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", sans-serif !important;
  display: flex;
}

/* activity section end */

.coming_soon {
  text-align: center;
  padding: 200px 0;
  margin-bottom: 0 !important;
  font-size: 72px;
  background: -webkit-linear-gradient(#5c9434, #5c9434);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.activity_first_img_block img {
  object-fit: cover;
  width: 100%;
}

.fancybox-button--zoom {
  display: none !important;
}

/* mobile section start */

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-toggler {
    border: none !important;
  }
  .dropdown-menu {
    border: none !important;
  }
  .mobile_responsive {
    padding: 0px 0 0 0 !important;
  }
  .mobile_hiding {
    display: none !important;
  }
  .mobile_heading {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
  }
  .first_block_padding {
    padding: 0px !important;
    height: 100% !important;
    padding-top: 70px;
    background-color: #ffffff !important;
    align-items: flex-start !important;
  }
  body {
    overflow-x: hidden;
  }
  .about_us_first_section {
    padding: 0px !important;
    height: auto !important;
    display: block;
    /* background-color: #FFFFFF !important; */
  }
  .first_block h1 {
    font-size: 28px !important;
    line-height: 40px !important;
    white-space: inherit !important;
  }
  .first_block h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
  }
  .first_block p {
    font-size: 14px !important;
    line-height: 26px !important;
    color: #1a443f !important;
  }
  .first_block {
    padding: 16px !important;
  }
  .contact_us_block {
    padding: 20px 10px !important;
  }
  .contact_us_block h3 {
    font-size: 18px !important;
    width: 100% !important;
  }
  .contact_us_block h6 {
    font-size: 18px !important;
    width: 100% !important;
  }
  .contact_heading {
    display: none !important;
  }
  .contact_mobile_margin {
    margin: 20px 0px !important;
  }
  .contact_us_block h5 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
  }
  .contact-us-padding {
    height: auto !important;
  }
  .mobile_button {
    margin-top: 24px !important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-right: 0 !important;
    display: none !important;
  }
  .second_block h1 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .second_block h2 {
    font-size: 14px !important;
    line-height: 21px !important;
    margin-bottom: 8px !important;
  }
  .second_block_padding {
    padding: 24px 0 0 0px !important;
    height: 100%;
    /* margin-top: 60px !important; */
  }
  #zonal_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .navbar-nav li {
    margin-right: 0 !important;
  }
  .sticky_header {
    left: 0;
    padding: 0px 0 0 0 !important;
    width: 100%;
  }
  .mobile_respomsive_img {
    max-width: 50% !important;
  }
  .margin_auto_block {
    height: auto !important;
  }
  .side_image_area {
    margin-bottom: 6px !important;
    margin-left: 6px !important;
  }
  .side_image {
    margin-bottom: 6px !important;
  }
  .margin_right_area {
    margin-right: 0px !important;
  }
  .second_block {
    padding: 16px !important;
  }
  .margin_left_area {
    /* padding-left: 0px !important; */
  }
  .donate_button {
    display: none;
  }
  .our_activity_block h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    text-align: left !important;
  }
  .our_activity_block {
    margin-bottom: 0px !important;
    padding: 0 16px;
  }
  .our_activity_block p {
    text-align: left !important;
  }
  .our_activity_mobile_view {
    padding: 0px 16px 0px 16px !important;
  }
  .margin_our_activity {
    padding: 35px 0px 0px 0px !important;
  }
  .activity_ul_li {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
  }
  .activity_ul_li li {
    padding: 10px 20px !important;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 16px !important;
  }
  .activity_h4_p p {
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
  }
  .activity_h4_p {
    padding-left: 20px !important;
  }
  .journey_block {
    padding: 35px 0px 0px 0px !important;
  }
  .our_activity_section {
    padding: 16px !important;
    border-radius: 0px !important;
  }
  .our_activity_section h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .our_activity_section h2 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .our_activity_section button {
    padding: 8px 12px !important;
    font-size: 14px !important;
  }
  .activity_h4_p h4 {
    font-size: 16px !important;
  }
  .news_artical_mobile_block {
    padding: 30px 0px 0px 0px !important;
  }
  .news_articles_block h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    text-align: left !important;
  }
  .news_articles_block {
    margin-bottom: 24px !important;
  }
  .sticky_header .circle_block,
  .circle_block {
    width: 50px !important;
    height: 50px !important;
  }
  .second_block_mobile_responsive {
    padding-top: 0 !important;
    /* margin-top: 76px !important; */
  }
  .panel {
    padding-top: 58.27px;
  }
  .padding_gallery {
    background-color: #ffffff !important;
    padding: 30px 0px !important;
  }
  .gallery_heading h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    text-align: left !important;
  }
  .gallery-masonry__description span:first-of-type {
    font-size: 14px !important;
  }
  .footer_block {
    padding: 16px !important;
  }
  .footer_logo {
    margin-bottom: 16px !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer_heading h4 {
    margin-bottom: 8px !important;
  }
  .footer_heading {
    /* margin-bottom: 24px !important; */
  }
  .footer_heading p {
    margin-bottom: 5px !important;
    white-space: inherit !important;
    line-height: 25px !important;
  }
  .footer_icons_block svg {
    margin-left: 10px !important;
  }
  #news_slider .owl-nav {
    display: none !important;
  }
  #news_slider .owl-dots {
    margin-top: 20px !important;
  }
  .news_articles_area p {
    width: 100% !important;
  }
  .news_articles_area h6 {
    margin-bottom: 0px !important;
  }
  .news_articles_area {
    font-size: 18px !important;
  }
  .about_block h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 16px !important;
    width: 100% !important;
  }
  .about_imgs {
    padding: 0px 16px !important;
  }
  .about_imgs img {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    width: 49% !important;
  }
  .about_block p {
    width: 100% !important;
    margin-bottom: 8px !important;
  }
  .ptag_color {
    color: #1a443f !important;
  }
  .about_block {
    padding: 14px 16px 25px 16px !important;
  }
  .about_imgs {
    padding: 16px;
  }
  .environmenatal_area {
    display: block !important;
  }
  .environmental_block {
    margin-right: 0px !important;
    padding: 14px 10px !important;
  }
  .mobile_environmetal_block {
    display: flex;
    align-items: center;
    margin-bottom: 16px !important;
  }
  .yellow_circle {
    margin-bottom: 0 !important;
    font-size: 18px;
  }
  .environmental_block h3 {
    margin-bottom: 0px !important;
    margin-left: 18px !important;
    font-size: 16px;
  }
  .conservation_img h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 16px !important;
    font-weight: 700 !important;
  }
  .conservation_img p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
    font-weight: 400 !important;
    color: #1a443f !important;
    margin-top: 16px !important;
  }
  .svg_ptag p {
    margin-left: 10px !important;
  }
  .about-us-mobile-padding {
    padding-bottom: 20px !important;
  }
  .tabs {
    padding-top: 0px !important;
  }
  .tabs ul {
    display: none !important;
  }
  .gallery_mobile_responsive {
    display: flex;
  }
  .zonal_part1 h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    width: 80% !important;
  }
  .zonal1_background_img {
    height: 50vh !important;
  }
  .zonal_section {
    padding: 0px !important;
    margin-top: 0px !important;
  }
  .zonal_ul_li li {
    display: block !important;
  }
  .zonal_ul_li {
    padding: 16px 24px !important;
    justify-content: space-between !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: -50px;
    width: 100% !important;
  }
  .ul_li_div h5 {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
    text-align: center;
  }
  .ul_li_div p {
    text-align: center;
    font-size: 12px !important;
  }
  .ul_li_div {
    margin-left: 0px !important;
  }
  .zonal_mobile_svg {
    margin: 0 auto !important;
    display: flex;
    margin-right: 8px !important;
  }
  .mobile_zonal_section {
    padding: 0 0px 16px 0px !important;
  }
  .zonal_h3_ptag {
    padding: 0px 16px !important;
  }
  .second_section_content {
    margin-left: 0 !important;
  }
  .mobile_zonal_section p {
    color: #1a443f;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
  }
  .mobile_zonal_section h2 {
    color: #1a443f;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
    margin: 16px 0px 10px !important;
  }
  .zonal_second_section {
    padding: 0px !important;
    margin-top: 24px;
  }
  .second_zonal_ul_li li {
    padding: 16px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }
  .second_zonal_ul_li {
    padding-top: 24px !important;
    padding-bottom: 24px;
  }
  .second_section_content p {
    width: 100% !important;
  }
  .zonal_third_section {
    padding: 24px 16px !important;
  }
  .zonal_h1tag h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .zonal_h3_ptag h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 12px;
  }
  .zonal_h3_ptag p {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .third_zonal_ul_li {
    padding: 16px 0px 4px !important;
    justify-content: space-between !important;
  }
  .third_zonal_ul_li {
    justify-content: space-around;
  }
  .counter_block {
    font-size: 14px !important;
    text-align: center !important;
  }
  .counter,
  .plus_symbol {
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
  }
  .mobile_count {
    justify-content: center !important;
  }
  .third_ul_li_block {
    justify-content: space-around;
  }
  .third_ul_li_block li h3 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 4px !important;
  }
  .third_ul_li_block li {
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    padding: 0px !important;
    margin: 10px 0px;
  }
  .third_ul_li_block li svg {
    width: 70% !important;
    height: 50px;
  }
  .zonal_owl_carusol {
    padding: 25px 16px !important;
  }
  #zonal_slider {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 24px;
  }
  .zonal_gallery_section {
    padding: 16px !important;
  }
  .zonal_gallery_ul_li {
    display: block !important;
    height: auto !important;
    padding: 0px 5px !important;
  }
  .zonal_gallery_ul_li li {
    width: 100% !important;
    display: flex !important;
  }
  .zonal_gallery_ul_li li .gallery-masonry__item {
    height: auto !important;
  }
  .mobile_block_gallery_zonal {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .zonal_gallery_ul_li li {
    float: none !important;
    height: auto !important;
  }
  .active_ {
    padding: 0px !important;
  }
  .activity_first_section {
    padding: 0px 0px 0px 0px !important;
  }
  .activity_first_block {
    /* margin-bottom: 30px !important; */
  }
  .activity_first_section {
    margin-top: 24px;
  }
  .activity_first_block h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .activity_first_section p:last-child {
    margin-bottom: 24px !important;
  }
  .activity_first_img_block h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 16px !important;
    border-right: 3px solid #49851e;
    width: fit-content !important;
  }
  .padding_main_block {
    padding: 35px 0 !important;
  }
  .activity_first_block p {
    width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 0px !important;
  }
  .mobile_activity_bottom {
    /* margin-bottom: 30px !important; */
  }
  .mobile_width .col-md-12 {
    display: block !important;
  }
  .activity_ul_li li:nth-child(3) {
    margin-bottom: 16px !important;
  }
  .activity_page_2 {
    /* display: flex; */
    align-items: center;
  }
  .video_block img {
    width: 100%;
    /* height: 260px; */
    object-fit: cover;
  }
  /* .vh-100 {
        height: auto !important;
    } */
  .second_block p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* .navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
        visibility: visible !important;
        opacity: 1;
        transition: all 0.5s ease;
        transform: translateY(0%);
        display: inherit !important;
        top: 37px;
    } */
  /* .navbar-light .navbar-nav .dropdown .show {
        visibility: visible !important;
        opacity: 1;
        transition: all 0.5s ease;
        transform: translateY(0%);
        display: block !important;
        top: 37px;
    }
    .navbar-light .navbar-nav .dropdown .dropdown-menu {
        visibility: hidden !important;
        opacity: 0;
        transition: all 0.5s ease;
        transform: translateY(10%);
        display: none !important;
        border: 1px solid rgb(0 0 0 / 4%);
    } */
  .navbar-light .navbar-nav .nav-link {
    width: 100%;
  }
  .coming_soon {
    padding: 50px 0 !important;
    font-size: 32px !important;
  }
  .width_auto {
    width: auto !important;
  }
}

/* mobile section end */

.navbar {
  /*   z-index should be above .close-navbar-toggler */
  z-index: 2;
}

.close-navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.close-navbar-toggler.collapsed {
  z-index: -1;
}

.adopting_background {
  background: url(../img/adopting-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 0px 150px;
  display: flex;

  position: relative;
  align-items: center;
  height: 35vh;
  width: 100vw !important;
  background-position: bottom;
}
.adopting_background h1 {
  font-weight: 700;
  font-size: clamp(32px, 6vh, 8vh);
  line-height: clamp(43px, 7vh, 9vh);
  color: #ffd11e;
}
.available_pets {
  padding: 6vh 0px;
}
.available_pets h2 {
  font-weight: 600;
  font-size: clamp(24px, 3.2vh, 4vh);
  line-height: clamp(30px, 4vh, 5vh);
  color: #000000;
}
.available_pets ul {
  padding: 4vh 0px;
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
}

.available_pets li {
  width: 32%;
  margin-bottom: 1.6vw;
}
.available_pets li a {
  position: relative !important;
  bottom: 0;
  color: #000;
  float: left;
}
.available_pets li a &gt; div {
  background-color: white;
  position: absolute;
  bottom: 0;
  border-radius: 18px;
  z-index: 1;
  padding: 2vh;
  width: 100%;
}
.available_pets img {
  width: 100% !important;
  border-radius: 20px;
}
.available_pets h3 {
  font-weight: 600;
  font-size: clamp(18px, 2vh, 3vh);
  line-height: clamp(30px, 3vh, 4vh);
  color: #000000;
}
.available_pets p {
  font-size: clamp(16px, 1.8vh, 3.2vh) !important;
  line-height: clamp(30px, 3vh, 4.2vh);
}
.available_pets .pet_info span {
  margin-left: 2vh;
}
.available_pets .pet_info2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1vh;
}

.available_pets .pet-location {
  display: flex;
  align-items: center;
  gap: 0.7vh;
}

.available_pets .pet-price span {
  font-weight: 500;
  font-size: clamp(16px, 2vh, 3.4vh) !important;
  line-height: clamp(30px, 3vh, 4.2vh);
  background: #ffd11e;
  padding: 0.5vh 1.5vh;
  margin-left: 0.5vh;
  border-radius: 20px;
}

.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.slider-for {
  margin-bottom: 15px;
}
.slider-for img {
  width: 100%;
  min-height: 100%;
}

.slider-nav {
  margin: auto;
}

.slider-nav .item-slick {
  max-width: 240px;
  margin-right: 15px;
  outline: none !important;
  cursor: pointer;
}
.slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}

.adopting_pets {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.11);
  border-radius: 13px;
  padding: 7vh !important;
  margin: 5vh 0px !important;
}
.adopting_pets .slick-slider {
  margin-bottom: 2.5vh;
}
.adopting_pets .slick-track {
  gap: 1vh !important;
}
.adopting_pets .slider-nav {
  margin-bottom: 0px;
}
.adopting_pets .slider-nav img {
  margin: 0px auto !important;
  width: 90%;
}
.adopting_pets h2 {
  margin-top: 2vh;
  font-weight: 600;
  font-size: clamp(22px, 2vh, 3.5vh) !important;
  line-height: clamp(30px, 3vh, 4.5vh);
  color: #000000;
}
.adopting_pets .pet_info {
  display: flex;
  align-items: center;
  gap: 1.5vh;
  padding: 0;
  margin-top: 2.5vh;
  margin-bottom: 3.5vh;
  flex-wrap: wrap;
}
.adopting_pets .pet_info li {
  font-weight: 500;
  font-size: clamp(16px, 1.8vh, 2.4vh) !important;
  line-height: clamp(30px, 2.5vh, 3.2vh);
  background: rgba(208, 208, 255, 0.12);
  padding: 0.3vh 2vh;
  border-radius: 20px;
}
.adopting_pets h3 {
  font-size: clamp(18px, 2vh, 3.2vh) !important;
  line-height: clamp(30px, 3vh, 4.2vh);
  margin-bottom: 0.3vh !important;
}
.adopting_pets p {
  font-size: clamp(16px, 1.8vh, 2.4vh) !important;
  line-height: clamp(30px, 2.8vh, 3.2vh);
}
.payment_mode li {
  font-weight: 500;
}
.select_payment_mode h2 {
  font-size: clamp(20px, 2.4vh, 3.2vh) !important;
  line-height: clamp(30px, 3.4vh, 4.2vh);
  margin: 4vh 0px 0.5vh !important;
  font-weight: 500;
  padding-left: 0;
}
.payment_mode {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 3vh;
  margin: 1.5vh 0vh;
  display: flex;
  align-items: start;
  gap: 3vh;
  color: black;
  cursor: pointer;
}
.payment_mode h3 {
  font-size: clamp(18px, 2.4vh, 3.2vh) !important;
  line-height: clamp(30px, 3.4vh, 4.2vh);
  font-weight: 500;
}
.payment_mode p,
.payment_mode li {
  font-size: clamp(14px, 2vh, 3.2vh) !important;
  line-height: clamp(24px, 3.4vh, 4.2vh);
}
.payment_mode ul {
  margin-top: 1vh;
  margin-bottom: 1vh;
}
.payment_mode li i {
  color: #ffd11e;
  padding-right: 1vh;
}
.payment_mode:hover {
  color: black;
  border: 1px solid #1a443f !important;
}
.payment_mode button {
  font-size: clamp(24px, 2.5vh, 3.2vh) !important;
  line-height: clamp(36px, 3.4vh, 4.2vh);
  font-weight: 500;
  padding: 0.2vh 2.8vh;
  background-color: #ffd11e;
  float: right;
  margin-top: 0.4vh;
  border-radius: 20px;
}
.payment_button {
  font-size: clamp(16px, 1.8vh, 2.4vh) !important;
  line-height: clamp(24px, 2.8vh, 3.2vh);
  padding: 1.5vh 3vh !important;
  background: #d9d9d9;
  border-radius: 6px;
  font-weight: 500;
  margin-right: 1vh;
}
.payment_button:hover {
  background: #1a443f !important;
  color: white !important;
}
.adopting_pets .modal {
  background-color: transparent;
}
.adopting_pets .modal-content {
  padding: 3vh 3.2vh !important;
}
.adopting_pets .modal .modal-dialog {
  max-width: initial !important;
}
.adopting_pets .modal-header {
  border: none !important;
}
.adopting_pets .form-label {
  color: #000000 !important;
}
.adopting_pets .form-control {
  color: black !important;
}
.adopting_pets .form-control:hover,
.adopting_pets .form-control:focus {
  border: 1px solid #000 !important;
}
.modal-footer {
  border: none !important;
  justify-content: start !important;
}
.adopting_pets .modal h4 {
  font-size: clamp(26px, 2.4vh, 3.4vh) !important;
  line-height: clamp(36px, 3.4vh, 4.4vh);
}
.adopting_pets .form_area {
  margin-bottom: 18px !important;
}
#adoptingDonate .modal-content {
  width: 40%;
  min-width: 300px;
  text-align: center;
}
#adoptingDonate .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#adoptingDonate h5 {
  font-size: clamp(18px, 2.4vh, 3.4vh) !important;
  line-height: clamp(30px, 3.4vh, 4.4vh);
}
#adoptingDonate p {
  font-size: clamp(16px, 1.8vh, 3vh) !important;
  line-height: clamp(30px, 2.8vh, 4vh);
  width: 80%;
  margin-top: 1vh;
}

.donating_section {
  margin: 3vh 0vh;
}
.donating_section h4 {
  font-size: clamp(24px, 3vh, 4vh) !important;
  line-height: clamp(30px, 4vh, 5vh);
  margin-bottom: 3vh !important;
}
.donating_section .form-label {
  color: #000000 !important;
}
.donating_section p {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
}
.donating_section .form-control:hover,
.donating_section .form-control:focus {
  border: 1px solid #000 !important;
}
.donating_section label {
  font-size: 14px;
}
.donate_amount {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.donate_amount button {
  color: #35363a;
  background: rgba(0, 103, 255, 0.06);
  border-radius: 6px;
  padding: 6px 12px;
}
.donate_amount button:hover {
  background-color: #005de9;
  color: #fff;
}
.donating_section .modal {
  background-color: transparent !important;
}
.donating_section .modal-dialog {
  max-width: 100% !important;
}
.donating_section .modal-body {
  padding: 4vh !important;
}
.donating_section .modal p {
  color: #545454 !important;
}
@media (max-width: 768px) {
  .adopting_background h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .available_pets li {
    width: 100%;
    margin-bottom: 30px;
  }
  .available_pets {
    padding: 3vh 0px;
  }
  .available_pets ul {
    padding: 2vh 0px;
  }
  .adopting_pets {
    padding: 3vh !important;
    margin: 3vh 0px !important;
  }
  .adopting_pets h2 {
    margin-top: 3vh !important;
  }
  .adopting_pets .pet_info {
    margin-top: 1.5vh;
  }
  .adopting_pets table {
    margin: 0vh 0px 3vh;
  }
  .adopting_pets th,
  .adopting_pets td {
    padding: 0.2vh 1.8vh;
  }
  .payment_mode {
    padding: 2vh 1vh;
    gap: 1vh;
  }
  .payment_mode &gt; svg {
    min-width: 40px;
  }
  .payment_mode h3 {
    font-size: 18px !important;
  }
  .payment_mode p,
  .payment_mode li {
    font-size: 16px !important;
    line-height: 24px;
  }
  .payment_mode button {
    font-size: 20px !important;
    line-height: 30px;
  }
  .payment_button {
    padding: 1vh 3vh !important;
  }
  .adopting_pets .modal-content {
    padding: 2vh 1vh !important;
    width: 90% !important;
  }
  .adopting_pets .modal h4 {
    font-size: 24px !important;
  }
  #adoptingDonate p {
    width: 100%;
  }
}
#donate .form-control {
  color: #000 !important;
}
.alert {
  /* text-align: center; */
  padding: 5px 10px !important;
  background: rgb(168, 240, 177);
  color: green;
  margin-top: 10px;
  margin-bottom: -10px;

  display: none;
}
.ani-b2{
  display: none;
  transition: all 300ms ease-out;
}
.ani-b2.scrollUp {
  display: block;
  position: fixed;
  float: left;
  bottom: 60px;
  right: 20px;
  background-color: #fed601;
  z-index: 10;
  padding: 10px 22px;
  border: none;
  border-radius: 5px;
  width: auto;
  color: black;
  transition: all 300ms ease-out;
}
.ani-b2:hover {
  background: #49851e;
  color: white;
  cursor: pointer;
}

.ani-b2 span {
  display: inline-block;
  transition: all 300ms ease-out;
  will-change: transform;
}



.volunteerbtn{
 transition: all .1s ease-in;
}
.volunteerbtn:hover{
  letter-spacing: 2px;
}

.form-control1 {
  font-size: 16px !important;
  padding: 8px 12px !important;
  color: black !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  border: 1px solid black;
  background-color: transparent !important;
}

.form-control1:hover {
  border: 1px solid black !important;
}

.form-control1:focus {
  border: 1px solid black !important;
  box-shadow: none !important;
  outline: none !important;
}
#volunteerForm .form-control {
  color: #000 !important;
}

.activity_first_section1 {
  padding: 20px 0px 20px 0px !important;
}
.activity_first_section1 {
  margin-top: 20px;
}







/* sakthivel */

/* home */


.mariinside marquee a {
  color: #e4ff00 !important;
}


.donate-hide
{
        display: none;
}
/*
.mariinside marquee {
  
    display: none;
}*/

.nav-link 
{
    font-size: 13px;
    font-weight: 500 ;
}
.navbar-nav li
{
    margin-right: 3px;
}
.mariinside marquee 
{
    font-size: 18px;
    margin: 1rem 0 0rem;
    background: #5c9434;
    color: #fff;
    padding: 5px 0px;
}
.mariinside marquee {
    font-size: 16px;
    margin: 1rem 0 0rem;
    background: #5c9434;
    color: #fff;
    padding: 5px 0px;
}
.activity_ul_li li:nth-child(3), .activity_ul_li li:nth-child(4)
{
    margin-bottom: inherit !important;
}

/*
.marq-pad-design
{
    padding-right: initial !important;
    padding-left: initial !important;  
}*/

.mariinside marquee {
   
    margin: initial !important;
}


.activity_ul_li li
{
    width: 47.9%;
}

.activity_ul_li li:nth-child(3)
{
        margin-bottom: 7% !important;
} 




/* about */

.about_us_first_section
{
    
    margin: 1% 0 2% 0;

}

.environmental_padding {
    padding-bottom: 20px !important;

}


/* guindy children park*/

.zonal_owl_carusol
{
    padding: 69px 0 42px 0 !important;
}

.slider_hiding_section
{
    
    overflow-y: scroll;

}


.owl-carousel {
    display: none;
    width: 98% !important;
    z-index: 1;
}

.zonal_ul_li {

    margin: 10px auto !important;
}

/* Gallery */

.margin_bottom_block ul#tabs-nav
{
        background: #5c9434;
         
    margin: 2rem 0 2rem !important;
    padding: 10px 17px !important;

    width: 100% !important;

}

.margin_bottom_block #tabs-nav li a {

    color: #fff !important; 
}

.zonal_ul_li {

    margin: 10px auto !important;
}



#tabs-nav li:first-child a:hover:after, #tabs-nav li.r-tabs-state-active.active:first-child a:after {
    bottom: -9px !important;
}


#tabs-nav li a:hover:after, .tabs .r-tabs-state-active.active a:after
{
    bottom: -9px !important;
}


/* Rescue Rehabitation */





/* Terms and Conditions */

.privacy-condition-design h1
{
   
    color: #49851e;
    font-weight: 700;
    font-size: 35px;
    max-width: 451px;

}

.terms-condition-design h1
{
   
    color: #49851e;
    font-weight: 700;
    font-size: 35px;
    max-width: 520px;

}

.Refund-condition-design h1
{
   
    color: #49851e;
    font-weight: 700;
    font-size: 35px;
    max-width: 571px;

}
.Refund-condition-design
{
     padding: 40px 0 0 0;
    max-width: 1100px;
    margin: auto;
}
.privacy-condition-design
{
     padding: 40px 0 0 0;
    max-width: 1100px;
    margin: auto;
}


.terms-condition-design
{
     padding: 40px 0 0 0;
    max-width: 1100px;
    margin: auto;
}

.terms-content-des h3
{
       padding: 9px 0px;
    color: #251e1e;
    font-weight: 500;
    font-size: 20px;
}

.terms-content-des
{
    padding: 15px 0px 40px 0px;
    margin: auto;
    max-width: 1100px;
}

.terms-content-des p
{
   font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px !important;
        line-height: 23px;
}


/* footer terms condition a tag */

.foot-term-right
{
        display: flex;
    float: right;
}

.foot-term-right a
{
    margin-right: 20px;
}

.foot-term-right .refund-mar-des
{
        margin-right: initial;
}




/* responsive */

@media (min-width: 320px) and (max-width: 768px)
{

.activity_ul_li li:nth-child(3), .activity_ul_li li:nth-child(4) 
{
        margin-bottom: 16px !important;
}
.marq-pad-design
{
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

/* about us */

.about_imgs img {
  
    width: 48% !important;
}

.about_block p {
   
    margin-bottom: initial !important;
}
.about_padding
{
    padding: 14px 16px 0px 16px !important;
}

/* guindy_children_park */


.zonal_owl_carusol 
{
    padding: 25px 0 25px 0 !important;
}

.zonal_gallery_section 
{
    padding: 20px !important;
}
.zonal1_background_img 
{
    height: 100vh !important;
}

.zonal_ul_li 
{
    margin: 25px auto !important;
}

/* Rescue Rehabitation */

.padding_main_block {
    padding: 15px 0 !important;
}





/* Galery */


.gallery-masonry__item .gallery-masonry__img img 
{
    max-width: 100%;
  
}

/* contact form */

.contact-margin
{
        margin-top: 24px;
}


/* Terms and Conditions */

.terms-content-des {
    padding: 15px 15px 40px 15px;
   
}

.terms-condition-design {
    padding: 40px 15px 0 15px;
    
}

.privacy-condition-design {
    padding: 40px 15px 0 15px;
    
}

.Refund-condition-design {
    padding: 40px 15px 0 15px;
    
}

.terms-condition-design h1 {
  
    font-size: 26px;
}
.privacy-condition-design h1 {
    font-size: 25px;
}
.Refund-condition-design h1 {
    font-size: 24px;
}

.terms-content-des h3 {
   
    font-weight: 600;
    font-size: 20px;
}
.privacy-condition-design h1 {
   
    font-size: 30px;
   
}


}



/*mystyles*/
#image_slider_block{width:100% !important;}
.about_us_first_section{height:auto !important;margin:0 !important;}
.tab-button-design{text-transform:capitalize !important;}
.justify-content-space-between{justify-content:space-between !important;}
.footer_block a{color:#dedede !important;}
.footer_block a:hover, .footer_block a:hover p{color:#5c9434 !important;}</pre></body></html>