@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Round&display=swap');

body::-webkit-scrollbar {
    width: 0.6em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #005A9C;
  outline: 1px solid #005A9C;  
}


a {
  text-decoration: none;
  color: #67b0d1;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Hedvig Letters Serif', serif;*/
	letter-spacing: 0.08em;
/*	text-align: center;*/
}

#main {
  margin-top:8%;
}
.top-gap{
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 8%;
}
.white-gredient{
	height: 250px;
	width: 100%;
	margin-top: 0px;
	z-index: 99;	
	overflow: hidden;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #67b0d1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/



/* Initial transparent navbar */
#header {
  background: rgba(0, 90, 156, 0.5);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease;
  z-index: 9999; 
}

/* Background after scroll */
#header.scrolled {
    background: #005A9C;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

/* Main Navbar */
#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar ul li {
    position: relative;
}

/* Links */
#navbar ul li a {
	color: white;
	font-weight: 100;
	padding: 6px 15px;
	display: block;
	transition: 0.3s;
	font-size: 16px;
	position: relative;
	letter-spacing: 0.05em;
}

/* Hover and Active */
#navbar ul li a:hover,
#navbar ul li a.active {
	color: #FFF;
}

/* Submenu style */
#navbar ul li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #005A9C;
    padding: 10px 0;
    min-width: 300px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99;
}

/* Submenu on hover */
#navbar ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu links */
#navbar ul li ul li a {
    padding: 10px 20px;
    color: white;
    transition: 0.3s;
}

/* Submenu hover effect */
#navbar ul li ul li a:hover {
    background: #87CEFA;
    color: #fff;
    border-radius: 0px;
}

/* Mobile menu toggle button */
.mobile-nav-toggle {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* =================Mobile Responsive =====================*/

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
/*        position: absolute;*/
        right: 20px;
        top: 10px;
        z-index: 1001;
    }

    #navbar ul {
        flex-direction: column;
        align-items: flex-start;
        background: #005A9C;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100vh;
        padding: 100px 20px 20px 20px;
        display: none;
        z-index: 1000;
        overflow-y: auto;
        scroll-behavior: smooth;
        box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.3),
                    inset 0 -5px 5px -5px rgba(0,0,0,0.3); /* subtle inner shadow */
        transition: all 0.3s ease;
    }

    #navbar ul.active {
        display: flex;
    }

    #navbar ul li {
        width: 100%;
    }

    #navbar ul li ul {
        position: relative;
        top: 0;
        box-shadow: none;
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        visibility: hidden;
        background: #065973;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.4s ease;
    }

    /* When submenu opens */
    #navbar ul li.show-submenu ul {
        display: block;
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        max-height: 300px; /* TEMPORARY limit to avoid infinite growth */
        padding: 5px 0;
        overflow-y: auto; /* Make submenu scrollable if needed */
    }

    #navbar ul li a {
        width: 100%;
        font-size: 18px;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        transition: background 0.3s, color 0.3s;
    }

    #navbar ul li a:hover {
        background: rgba(255,255,255,0.1);
        color: #87CEFA;
        border-radius: 6px;
    }

    #navbar ul li ul li a {
        font-size: 16px;
        padding: 10px 20px;
        border-bottom: none;
    }

/* --- Beautify submenu scrolling --- */
#navbar ul li ul::-webkit-scrollbar {
    width: 6px;
/*    height:20px;*/
}
#navbar ul li ul::-webkit-scrollbar-thumb {
    background: #87CEFA;
    border-radius: 3px;
}
#navbar ul li ul::-webkit-scrollbar-track {
    background: transparent;
}
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.bg_color{
	background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2));
	}


#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2));
  background-size: cover;
  position: relative;
 
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 1px #2f4d5a;
  font-family: "Ubuntu Condensed", serif;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 30px;
  /*text-transform: uppercase;*/
  font-weight: 100;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #aad2ec;
}
.eventsBG{
	z-index: 90;
}
.image_box{
	padding: 7px;
	height: 100%;
	width: 90%;
	border: 1px solid #999;
	right: 200px;
	object-fit: cover;
	overflow: hidden;
	float: right;
}
.section-title {
  /*text-align: center;*/
  padding-bottom: 30px;
}

.section-title h2 {
	font-size: 3.5vw;
	line-height: 3vw;
	font-weight: 700;
	position: relative;
	color: #005A9C;
	z-index: 2;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	float: left;
	height: auto;
	width: auto;
	margin-right: 50px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

.section-title p {
	margin-bottom: 0;
	font-size: 1.2vw;
	line-height: 2vw;
	color: #666;
	font-weight: 100;
	letter-spacing: 0.01em;
	padding-left: 50px;	
	text-align: left;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
  font-family: "Ubuntu Condensed", serif;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
	/*	background-size: 100% 100%;*/
	padding: 0px 0;
	position: relative;
	/*background-image: url('../../images/kingfisher.png');
	background: linear-gradient(rgba(255, 255, 255,0.3), rgba(255, 255, 255,0.3)),url('../img/pattern3.avif');
	background-repeat: no-repeat;
	background-position: center -150px;
	font-family: "Ubuntu Condensed", sans-serif;
	*/
	z-index: 100;
	top:-65px;
}
.gap-section{
	height: auto;
	width: 100vw;
	z-index: 900;
	float: none;
	margin-top: -75px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 9;
}

.about .container-fluid {
  position: relative;
  z-index: 10;
}

.about .content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20;
}
.about .oneletter{
   font-family: "Crimson Text", serif;
  font-weight: 900;
  font-size: 3.5vw;
  color: #005A9C;
  margin-bottom: 30px;
  letter-spacing: 0.001em;
	}



.about .content h3 {
  font-weight: 300;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0em;
}
.about .content h2 {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2.5vw;
	text-align: left !important;
	color:#005A9C;
	letter-spacing: 0.002em;
}
.about .content p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #666;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0em;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 18px;
  color: #848484;
}

.about .swing-girl-box{
	padding: 0px;
	width: 90%;
	margin-top: -100px;
	margin-right: -25px;
	margin-bottom: -25px;
	margin-left: -25px;
}

.about .tab_section{
	padding: 20px;
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0px 10px 15px 3px rgba(19,84,113,0.2);
	border-radius: 10px;
  border:1px solid rgb(148, 184, 184);
	}

.about .tab_section a{
 style="color:#4b99bc;"	
	}



@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
/*  .about .swing-girl-box{	
	display: none;
}*/
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
/*  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);*/
  box-shadow: 0 4px 15px rgba(51, 51, 51, 0.6);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
	background: #b3c6ff;
  /*background: #67b0d1;
  background: #660000;*/
  top: 0;
  border-radius: 0px;
}

.services ul li a{
  color: #0039e6;
}

.services ul li a:hover{
  color: white;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 22px;
	font-family: "Ubuntu Condensed", sans-serif;
	letter-spacing: normal;
}
.services p {
	font-weight: 100;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "Ubuntu Condensed", sans-serif;
	letter-spacing: normal;
}

.services h2 {
	font-family: "Ubuntu Condensed", serif;
	text-transform: uppercase;
}

.services .title a {
  color: #135471;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #000;
}

.services .icon-box:hover .icon i {
  color: #000;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
  margin-top: 30px;
}

.counts .count-box {
	padding: 20px 10px;
	width: 100%;
	background-size: cover;
}
.bgNews{
	background-image: url(../../images/bg_news.png);
	background-repeat: no-repeat;
	border: thin solid #999;	
}
.counts .count-box i {
  display: block;
  font-size: 3vw;
  color: #62add0;
  float: left;
  line-height: 0;
  font-weight: 100;
}

.counts .count-box span {
	font-size: 3vw;
	line-height: 2.5vw;
	display: block;
	font-weight: 700;
	color: rgba(47,77,90,0.7);
	margin-left: 0px;
	font-family: "Gloock", serif;
	letter-spacing: 0.05em;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 0px;
  font-family: "Poppins", sans-serif;
  font-size: 2vw;
  color: #005A9C;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  
  transition: ease-in-out 0.3s;
}
.counts  .count-box h1{
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1.3vw;
	line-height: 1.5vw;
	float: left !important;
	text-align: left !important;
	color: #005A9C;
	letter-spacing: 0.001em;
	}
.counts  .count-box h3{
	font-family: "Gloock", serif;
	font-size: 1vw;
	line-height: 1.5vw;
	/*float: right !important;*/
	/*text-align: right !important;*/
	color: #005A9C;
	letter-spacing: 0.005em;
	display: block;
	}
.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(103, 176, 209, 0.6), rgba(255, 255, 255, 1)), url("../../images/welcome_bg.jpg") scroll center center;
  background-size: cover;
  padding: 20px 0;
  z-index: 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta h2 {}

.cta .content h2{
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 3.5vw;
	color:#005A9C;
	text-transform: uppercase;
	letter-spacing: 0.003em;
	line-height: 3.3vw;
	text-align: right;
}
.gap-100{
	margin-top: -50px;
}
.gap-50{
	margin-top: -50px;
}
.oneletter{
 font-family: "Crimson Text", serif;
    font-weight: 600;
 font-size: 5vw;
  color: #005A9C;
  margin-bottom: 30px;
  }
.heading-box{
	float: left;
	width: 40%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}  
.cta .about-btn {
  display: inline-block;
  background: #005A9C;
  padding: 10px 30px 12px 30px;
  color: white;
  border-radius: 25px;
  transition: 0.3s;
  position: relative;
}

.cta .about-btn:hover {
  background: #FCF8F3;
  color: black;
}



.cta p {
	color: #444;
	font-size: 1.2vw;
	line-height: 2.5vw;
	font-weight: 100;
	text-align: justify !important;
	font-family: "Ubuntu Condensed", sans-serif;
}

.cta .cta-btn {
	font-family: "Gloock", serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	background-color: rgba(0,0,90,0.2);
}

.cta .cta-btn:hover {
  border-color: #fff;
}

.cta2 {
/*  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;*/
  padding: 2px 0;
}

.cta2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta2 p {
  color: #fff;
}

.cta2 .cta-btn {
	font-family: "Ubuntu Condensed", sans-serif;
	text-transform: uppercase;
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.cta2 .cta-btn:hover {
  border-color: #000;
}



.photo_titles{
	height: auto;
	width: 100vw;
	z-index: 900;
	float: none;
	margin-top: 0px;
	overflow-x: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


/*--------------------------------------------------------------
# Biodiversity Profile
--------------------------------------------------------------*/

.bio-profile{
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(103, 176, 209, 0.2), rgba(103, 176, 209, 0), rgba(103, 176, 209, 0), rgba(170, 210, 236, 1)), url("../../images/bronze_winged.jpg") scroll center center;
	
	background-size: cover;
	z-index: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
}
.squirrel{
	z-index: 100;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -150px;
	position: relative;
	margin-bottom: -400px;
}
.bio-profile .h2 {
	font-size: 3.5vw;
	line-height: 3.2vw;
	font-weight: 700;
	position: relative;
	color: #f16e0d;
	z-index: 2;
	font-family: "Nova Round", system-ui;
	text-transform: none;
	float: left;
	height: auto;
	width: auto;
	text-align: left;
	letter-spacing: 0.01em;
}


.bio-profile .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}
.bio-profile h3 {
	font-size: 2vw;
	line-height: 2vw;
	font-weight: 700;
	color: #005A9C;
	z-index: 2;
	font-family: "Poppins", sans-serif;	
	text-transform: uppercase;
	float: left;
	height: auto;
	width: auto;
	text-align: left;
}
.bio-profile p {
	margin-bottom: 0;
	font-size: 1.2vw;
	line-height: 2vw;
	color: #333;
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: justify;
	float: left;
}
.bio-profile .oneletter{
   font-family: "Crimson Text", serif;
  font-weight: 900;
  font-size: 2.5vw;
  color: #f16e0d;
  margin-bottom: 30px;
  letter-spacing: 0.001em;
	}
.bio-profile .about-btn {
  display: inline-block;
  background: rgba(255,255,255,0.6);
  padding: 6px 44px 8px 30px;
  color: #005A9C;
  border-radius: 25px;
  transition: 0.3s;
  position: relative;
}

.bio-profile .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.bio-profile .about-btn:hover {
  background: #005A9C;
  color: #fff;
}
.bio-profile .spaceBox2{
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: -30px;
	border: medium dashed #F00;
}

.stamp-border {
  /* Change this value to adjust the stamp perforation size: */
  --radius: 6px;

  background-image: 
    radial-gradient(
      var(--radius),
      transparent 80%,
      white
    ),
    linear-gradient(white 0 0);
  background-repeat: 
    round, 
    no-repeat;
  background-position:
    calc(var(--radius) * -1.5) calc(var(--radius) * -1.5),
    50%;
  background-size:
    calc(var(--radius) * 3) calc(var(--radius) * 3),
    calc(100% - var(--radius) * 3) calc(100% - var(--radius) * 3);
}


/*  Cosmetic styles */

.stamp-border {
  /*width: min(50%, 600px);
  height: 50%;
  position: fixed;*/
  padding: 25px;
  inset: 0;
  margin: auto;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.note {
	position:relative;
	width:100%;
	padding:0.5em 1em;
	color:#fff;
	background:#96b616;
	overflow:hidden;
	margin-top: .5em;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: auto;
      }

      .note:before {
          content:"";
          position:absolute;
          top:0;
          right:0;
          border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
          border-style:solid;
          border-color:#fff #fff #61770b #61770b; /* A bit more verbose to work with .rounded too */
          background:#658E15; /* For when also applying a border-radius */
          display:block; width:0; /* Only for Firefox 3.0 damage limitation */
          /* Optional: shadow */
          -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
          -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
          box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
      }

      .note.red {background:#b3cd32;}
      .note.red:before {border-color:#fff #fff #97010A #8ca316; background:#8ca316;}

      .note.blue {background:#b5e550;}
      .note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}

      .note.taupe {background:#607c3c;}
      .note.taupe:before {border-color:#fff #fff #395515 #395515; background:#395515;}

      /* ROUNDED CORNERS VERSION
       * All modern browsers can produce this effect with a single pseudo-element.
       * However, they all have bugs (mainly to do with border-radius) that make this a bit tricky.
       * As far as I can tell, this is the only cross-browser method for the moment.
       * Can't use this method for the simple effect because Opera 11 will only show backgrounds
       * through transparent borders if there is a border-radius applied.
       */

      .note.rounded {
          -webkit-border-radius:5px 0 5px 5px;
          -moz-border-radius:5px 0 5px 5px;
          border-radius:5px 0 5px 5px;
      }

      .note.rounded:before {
          border-width:8px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
          border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
          -webkit-border-bottom-left-radius:5px;
          -moz-border-radius:0 0 0 5px;
          border-radius:0 0 0 5px;
      }

      .note p {
	margin:0;
	color: #FFF;
	font-family: "Gloock", serif;
	font-size:1em;
	letter-spacing: 0.05em;
	text-align: left;
}
      .note p + p {margin:1.5em 0 0;}

/*<!-----------------------------------------------------------------------------------------------------*/


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}
.portfolio p{
	font-size: 18px;
}
.portfolio h2 {
	font-family: "Ubuntu Condensed", serif;
	text-transform: uppercase;
	font-weight: 900;
}
.portfolio h5 {
	font-family: "Ubuntu Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials{
/*    background-image: url(../img/pattern2.avif);*/
    background: linear-gradient(rgba(255, 255, 255,0.7), rgba(255, 255, 255,0.7)),url('../img/pattern2.avif');
}


.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #135471;
  font-family: "Ubuntu Condensed", sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #135471;
  margin: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}
.testimonials p {
	font-size: 18px;  
}
.testimonials h2 {
	font-family: "Ubuntu Condensed", serif;
	text-transform: uppercase;
	font-weight: 900;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #444444;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #67b0d1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 22px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
  font-family: "Ubuntu Condensed", sans-serif;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}
.contact  h2 {
	font-size: 3.5vw;
	line-height: 3vw;
	font-weight: 700;
	position: relative;
	color: #005A9C;
	z-index: 2;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 75px;
	margin-top: 75px;
}
.contact h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #8ec4dd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #005A9C;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 6px solid #005A9C;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
	font-size: 1.5vw;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height:  1.8vw;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color:#005A9C;
	text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size:  1vw;
  line-height: 1.5vw;
  margin-bottom: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f4d5a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #67b0d1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  font-family: "Ubuntu Condensed", sans-serif;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #67b0d1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.abc_box{
	width: 100%;
	display: block;
}
.name_level{
	color: #FFF;
	margin-top: -35px;
	background: rgba(19, 84, 113, 0.75);
	opacity: 1;
	padding: 3px;
	height: 35px;
	width: 100%;
	z-index: 90000;
	position: relative;
	font-family: "Ubuntu Condensed", sans-serif;
}



section .counts{
  padding:10px 0 ;
}


.owl-carousel .item .card img{
  height: 30vh;
  border:1px solid black;
}

.owl-carousel .item .card{
  box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}


.pagedesign{
/*	background-image: url(../../images/background_page.jpg);
	background-repeat: repeat;*/	
}
.pagetext{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pagetext h2{
	font-size: 2.5vw;
	line-height: 3vw;
	font-weight: 800;
	position: relative;
	color: #005A9C;
	z-index: 2;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 25px;
}
.pagetext h3{
	font-size: 1.3vw;
	line-height: 2vw;
	font-weight: 600;
	position: relative;
	color: #005A9C;
	z-index: 2;
	font-family: "Ubuntu Condensed", sans-serif;
	text-align: left;
}
.pagetext h4{
	font-size: 1.1vw;
	line-height: 1.6vw;
	font-weight: 100;
	position: relative;
	color: #005A9C;
	z-index: 2;
	font-family: "Ubuntu Condensed", sans-serif;
	text-align: left;
}
.pagetext h5{
	font-size: 1.2vw;
	line-height: 1.5vw;
	font-weight: 100;
	position: relative;
	color: #005A9C;
	z-index: 2;
	font-family: "Ubuntu Condensed", sans-serif;
	text-align: left;
}
.pagetext .oneletter{
  font-family: "Crimson Text", serif;
  font-weight: 100;
  font-size: 3.5vw;
  color: #005A9C;
  margin-bottom: 30px;
/*  letter-spacing: 0.001em;*/
}
.pagetext .pdf{
  font-weight: 700;
  font-size: 1.6vw;
  color: #600;
}
.pagetext textstyle {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1vw;
	line-height: 2vw;
	color: #333;
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: justify;	
}
.pagetext .note a{
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1.2vw;
	line-height: 2vw;
	color: #333;
	font-weight: 300;
	letter-spacing: 0.01em;
	text-align: justify;	
}
.pagetext .note a:hover{
	color: #005A9C;
	text-decoration: underline;
}
.pagetext .note a:active{
}
.pagetext para {
	 font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #333;
  /*font-weight: 400;*/
  letter-spacing: 0.01em;
  text-align: justify;  
	float: left;
}
.history_bg{
	background-image: url(../../images/bird003.jpg);
	background-size: 35%;
	background-repeat: no-repeat;
	z-index: 0;
	background-position: left top 7vw;
	height: auto;
	width: auto;
}

.administration_bg{
	background-image: url(../../images/bird001.jpg);
	background-size: 35%;
	background-repeat: no-repeat;
	z-index: 0;
	background-position: left top 7vw;
	height: auto;
	width: auto;
}

.ramsar_designation_bg{
  background-image: url(../../images/kingfisher003.png);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left top 6vw;
  height: auto;
  width: auto;
}
.event_bg{
	background-image: url(../../images/event_bg.jpg);
	background-size: 40%;
	background-repeat: no-repeat;
	z-index: 0;
	background-position: right top 10vh;
	height: 100vh;
	width: 100vw;
	overflow: visible;
	visibility: inherit;
}
/*#example{
 font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #333;
  letter-spacing: 0.01em;
  text-align: justify;  
  float: left;
}*/


#example1 thead{
  background-color:#d0e1e1;
}


#example thead{
  background-color:#d0e1e1;
}

.policy_bg{
  background-image: url(../../images/squral002.png);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 7vw;
  height: auto;
  width: auto;
}


.pagetext .for_margin
{
  margin-bottom:100px;
}

.pagetext .for_margin2
{
  margin-bottom:800px;
}

.pagetext .for_margin3
{
  margin-bottom:200px;
}

.pagetext .for_margin4
{
  margin-bottom:400px;
}

.pagetext .for_margin5
{
  margin-bottom:500px;
}

.supreme_court_bg{
  background-image: url(../../images/tortoeis.png);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 6vw;
  height: auto;
  width: auto;
}

.calcutta_high_court_bg{
  background-image: url(../../images/fisherwomaan.png);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 6vw;
  height: auto;
  width: auto;
}


.national_green_tribunal_bg{
  background-image: url(../../images/cat002.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 8vw;
  height: auto;
  width: auto;
}


.departmental_order_bg{
  background-image: url(../../images/nature001.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 8vw;
  height: auto;
  width: auto;
}


.cases_under_police_station_bg{
  background-image: url(../../images/mongoos001.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 6vw;
  height: auto;
  width: auto;
}


.publication_bg{
  background-image: url(../../images/bird004.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 7vw;
  height: auto;
  width: auto;
}


.world_wetlands_day_bg{
  background-image: url(../../images/twobird002.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 7vw;
  height: auto;
  width: auto;
}


.meeting_minutes_bg{
  background-image: url(../../images/twobird001.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 6vw;
  height: auto;
  width: auto;
}

.map_view_bg{
  background-image: url(../../images/bird002.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 8vw;
  height: auto;
  width: auto;
}


.management_plan_bg{
  background-image: url(../../images/squrel001.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 6vw;
  height: auto;
  width: auto;
}

.polygon_fetch{
  color:#0066cc;
}


.photo_gallery_bg{
  background-image: url(../../images/twobird003.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 7vw;
  height: auto;
  width: auto;
}

.complain_user_bg{
  background-image: url(../../images/bird005.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 0.1vw;
  height: auto;
  width: auto;
}

.complain_box_bg{
  background-image: url(../../images/nature003.jpg);
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: left top 7vw;
  height: auto;
  width: auto;
}