@font-face {
    font-family: 'plutocond_black';
    src: url('../fonts/plutocondblack-webfont.woff2') format('woff2'),
         url('../fonts/plutocondblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_medium';
    src: url('../fonts/plutocondmedium-webfont.woff2') format('woff2'),
         url('../fonts/plutocondmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutocond_regular';
    src: url('../fonts/plutocondregular-webfont.woff2') format('woff2'),
         url('../fonts/plutocondregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutomedium';
    src: url('../fonts/plutomedium-webfont.woff2') format('woff2'),
         url('../fonts/plutomedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'plutolight';
    src: url('../fonts/plutolight-webfont.woff2') format('woff2'),
         url('../fonts/plutolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{margin: 0;padding: 0;scroll-behavior: smooth;}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color:#fff;
    width:8px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:8px;
    border:3px solid #fff
}
::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:3px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {display:none}

header
{
	background: #fff;
	border-top: 8px solid #019444;
}
.logo
{
	width: 250px;
}
ul.top-menues
{
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0;
	text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*ul.top-menues li 
{
	display: inline-block;
}*/
ul.top-menues li a.donate
{
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	background: #fcb714;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	transition: all .5s ease;
}
ul.top-menues li a.donate.adopt-tree
{
  width: 230px;
  height: 50px;
  position: relative;
  background: transparent;
  display: block;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  transition: all .5s ease;
}
ul.top-menues li a.donate.adopt-tree:hover
{
  background: transparent;
  box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
}
ul.top-menues li a.donate.adopt-tree:hover a
{
  box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
}
ul.top-menues li a.donate.adopt-tree span.text
{
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  transform: translateY(-50%);
  transition: all .5s ease;
}
ul.top-menues li a.donate.adopt-tree span.text span
{
  animation: book_now_hdr_img 3s linear infinite;
  color: #fcb714;
  transition: all .5s  ease-in-out;
}
@keyframes book_now_hdr_img {
  0%{
    color: #fff;
  }
  25%{
    color: #fcb714;
  }
  50%{
    color: #fff;
  }
  75%{
    color: #fcb714;
  }
  100%{
    color: #fff;
  }
}
.adopt-tree-img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
ul.top-menues li a.donate:hover
{
	background: #019444;
	color: #fff;
}
ul.top-menues li a:not(.donate)
{
	font-family: 'plutocond_medium';
	font-size: 16px;
	margin: 0 5px;
	background: #7e7e7e;
	color: #fff;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
}
ul.top-menues li:nth-child(2) a:not(.donate)
{
  background: #3b5999;
}
ul.top-menues li:nth-child(3) a:not(.donate)
{
  background: #FF0000;
}
.menu
{
	background:#B79C4F;
}
.menu span 
{
      text-align: right;
    margin: 0 0 0 auto;
  padding: 10px;
  display: none;
}
.menu ul
{
	margin: 0;
	padding: 0 40px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.menu ul li 
{
	padding: 5px;
}
.menu ul li a
{
	text-decoration: none;
	color:#4f3a00;
	font-size: 16px;
	font-weight: 500;
	padding: 0 5px;
	transition: all .5s ease;
}
.menu ul li a:hover
{
	color: #fff;
}
.carousel-item
{
	height: 650px;
}
.carousel-item img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.about-us
{
	padding: 60px;
}

.about-us-text
{
	padding: 30px 40px;
	background: #B79C4F;
	height: 547px;
}
.about-us-text h1 
{
	font-family: 'plutocond_medium';
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin-top: 0;
	text-align: center;
}
.about-us-text p
{
	font-family: 'plutocond_regular';
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	text-align: justify;
}
.about-us-text p strong
{
	font-family: 'plutocond_medium';
	font-size: 24px;
	color: #4f3a00;
	margin-bottom: 10px;
	display: block;
}
.about-us-text p strong span 
{
	display: block;
	font-size: 18px;
}
.about-us img
{
	height: 547px;
	width: 100%;
	object-fit: cover;
}
.take-a-little
{
	padding:0 60px;
}
.bg-green
{
  padding: 60px;
  background: #019444;
  position: relative;
}
.take-a-little-bg
{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.take-a-little h1 
{
	font-size: 4rem;
	font-family: 'plutolight';
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 1;
}
.take-a-little h1 span
{
	font-family: 'plutocond_medium';
}
.take-a-little-right-img
{
  height: 100%;
  object-fit: fill;
}
.leaf1
{
	width: 100px;
	position: absolute;
	top: 20%;
    left: 30%;
    z-index: 0;
    /*animation: leaf1 1s linear infinite;*/
    animation-name: leaf1;
	 animation-duration: 2s; /* or: Xms */
	 animation-iteration-count: infinite;
	 animation-direction: alternate; /* or: normal */
	 animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	 animation-fill-mode: forwards; /* or: backwards, both, none */
	 animation-delay: 0; /* or: Xms */
}

.leaf2
{
	width: 90px;
	position: absolute;
	bottom: 25%;
    right: 80px;
    z-index: 0;
    animation-name: leaf1;
	 animation-duration: 2s; /* or: Xms */
	 animation-iteration-count: infinite;
	 animation-direction: alternate; /* or: normal */
	 animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	 animation-fill-mode: forwards; /* or: backwards, both, none */
	 animation-delay: 0; /* or: Xms */
}
.leaf3
{
	width: 60px;
	position: absolute;
	bottom: 26%;
    left: 12%;
    z-index: 1;
    animation-name: leaf1;
	 animation-duration: 2s; /* or: Xms */
	 animation-iteration-count: infinite;
	 animation-direction: alternate; /* or: normal */
	 animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	 animation-fill-mode: forwards; /* or: backwards, both, none */
	 animation-delay: 0; /* or: Xms */
}
@keyframes leaf1 {
  0%{
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  20%{
  	transform: rotate(3deg);
    transform-origin: bottom;
  }
  40%{
  	transform: rotate(5deg);
    transform-origin: bottom;
  }
  60%{
  	transform: rotate(7deg);
    transform-origin: bottom;
  }
  80%{
  	transform: rotate(5deg);
    transform-origin: bottom;
  }
  100%{
    transform: rotate(3deg);
    transform-origin: bottom;
  }
}
/*@keyframes leaf2 {
  0%{
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  20%{
    transform: rotate(3deg);
    transform-origin: bottom;
  }
  40%{
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  60%{
    transform: rotate(7deg);
    transform-origin: bottom;
  }
  80%{
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  100%{
    transform: rotate(3deg);
    transform-origin: bottom;
  }
}
@keyframes leaf3 {
  0%{
    bottom: -6px;
    left: -19px;
  }
  20%{
  	bottom: -4px;
    left: -17px;
  }
  40%{
  	bottom: -2px;
    left: -15px;
  }
  60%{
  	bottom: -4px;
    left: -17px;
  }
  80%{
  	bottom: -6px;
    left: -19px;
  }
  100%{
    bottom: -2px;
    left: -15px;
  }
}*/
footer
{
	background: #fff;
	padding: 60px 0 0;
}
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li a {
    font-size: 16px;
    line-height: 2;
    color: #656565;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.footer-menu li a:hover {
    color: #B79C4F;
}
.social-media {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.social-media li {
    list-style: none;
}
.social-media li a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 8px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}
.social-media li a .fa {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(50px - 12px);
    font-size: 20px;
    color: #262626;
    transition: .5s;
}
.social-media li a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration: none;
}
.social-media li:nth-child(1) a:hover .fa {
    color: #3b5998;
}
.social-media li:nth-child(2) a:hover .fa {
    color:#FF0000;
}
.footer-contact {
    padding: 15px;
}
.footer-contact .form-control
{
  color: #181818;
}
.form-control {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
    margin: 0 0 8px;
    font-size: 14px;
}
.btn-submit {
    font-family: 'plutocond_medium';
    padding: 5px 20px;
    font-size: 18px;
    line-height: 1.2;
    background: #fcb714;
    border-radius: 20px;
		color: #fff;
    transition: all .5s ease-in-out;
    display: block;
    margin: 15px auto 0;
    border: none;
    box-shadow: none;
    outline: none;
}
.btn-submit .fa {
    margin-right: 10px;
    font-size: 14px;
}
textarea
{
	resize: none;
}
.form-control:focus
{
	box-shadow: none;
	outline: none;
}
.copyright {
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    padding: 15px 0;
    letter-spacing: 2px;
}
.copyright a 
{
	color: #fcb714;
}
.gallery
{
	padding: 60px 0;
	background: #f8f8f8;
}
.contact-us
{
	padding: 60px;
	background: #f8f8f8;
}
.gallery_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery_list > li {
	flex: 0 0 25%;
  width: 25%;
  padding: 5px 15px;
  margin: 20px 0 8px;
  text-align: center;
}
.gallery_list li a {
    position: relative;
    z-index: 10;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery_list li a:before, .gallery_list li a:after {
    content: "";
    border-radius: 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 6px solid #fff;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.gallery_list li a:before {
    top: 4px;
    z-index: -10;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}
.gallery_list li a:after {
    top: 8px;
    z-index: -20;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.gallery_list li a img {
    width: 99%;
    height: 180px;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
}
.gallery_list li a:hover:before, .gallery_list li a:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.inner-h1
{
	font-family: 'plutocond_medium';
  font-size: 38px;
  line-height: 1.2;
  color: #181818;
  margin-top: 0;
  text-align: center;
}
.contact-us ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #181818;
  opacity: 1; /* Firefox */
}

.contact-us :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #181818;
}

.contact-us ::-ms-input-placeholder { /* Microsoft Edge */
  color: #181818;
}
.inner-banner
{
	height: 400px;
}
.inner-banner img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.contact-us .about-us-text
{
	height: 590px;
}
.media.products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.media.products li
{
  flex: 0 0 25%;
  width: 25%;
  padding: 15px;
  position: relative;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.media.products li a {
    display: block;
    position: relative;
    cursor: auto;
    text-align: center;
    z-index: 10;
    cursor: pointer !important;
}
.media.products li a img 
{
    border: 2px solid #ced4da;
    border-radius: 5px;
    /*width: 100%;
    height: 150px;
    object-fit: cover;*/
}
.download_pdf {
    background-color: #019444;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.download_pdf:hover, .download_pdf:focus {
    background-color: #fcb714;
    color: #FFFFFF;
    text-decoration: none;
}
@media only screen and (max-width: 1367px)
{
  /*.take-a-little
  {
    padding: 60px 32%;
  }*/
}
@media only screen and (max-width: 1280px)
{
  .carousel-item {
    height: 600px;
  }
  .about-us-text p strong
  {
    font-size: 22px;
  }
  .about-us-text p strong span {
    font-size: 17px;
  }
  .about-us-text p
  {
    font-size: 15px;
  }
  /*.take-a-little {
    padding: 60px 30%;
  }*/
}
@media only screen and (max-width: 1024px)
{
  .about-us-text
  {
    height: inherit;
  }
  .about-us img
  {
    height: 100% !important;
  }
  /*.take-a-little {
    padding: 60px 28%;
  }*/
  .take-a-little h1
  {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 992px)
{
  .carousel-item
  {
    height: 550px;
  }
  /*.take-a-little {
    padding: 60px 27%;
  }*/
  .container
  {
    max-width: inherit;
    width: 85%;
  }
  .inner-banner {
    height: 350px;
  }
}

@media only screen and (max-width: 900px)
{
  .about-us-text p strong {
    font-size: 20px;
  }
  .about-us-text p strong span {
    font-size: 15px;
  }
  .about-us-text p {
    font-size: 14px;
  }
  /*.take-a-little {
    padding: 60px 25%;
  }*/
  .take-a-little h1
  {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 840px)
{
  
  .container {
    max-width: inherit;
    width: 90%;
  }
  .take-a-little-bg
  {
    padding: 40px;
  }
  .take-a-little h1
  {
    font-size: 2.5rem;
  }
  
}
@media only screen and (max-width: 767px)
{
  /*.take-a-little {
    padding: 60px 20%;
  }*/
  .btn-submit
  {
    font-size: 15px;
  }
  .gallery_list > li,
  .media.products li
  {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px)
{
  .menu ul li a
  {
    font-size: 14px;
  }
  /*.take-a-little h1 {
    font-size: 57px;
  }*/
  .btn-submit {
    font-size: 14px;
    padding: 5px 15px;
  }
  .social-media li a
  {
    width: 45px;
    height: 45px;
  }
  .social-media li a .fa
  {
    font-size: 18px;
    line-height: calc(45px - 12px);
  }
}
@media only screen and (max-width: 668px)
{
  .menu ul
  {
    padding: 0 20px;
  }
  /*.take-a-little h1 {
    font-size: 50px;
  }*/
  ul.top-menues li a.donate.adopt-tree
  {
    width: 218px;
    height: 44px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 600px)
{
  .menu ul li a
  {
    padding: 0;
  }
  /*.take-a-little {
    padding: 60px 18%;
  }*/
  .inner-banner {
    height: 290px;
  }
  .inner-h1
  {
    font-size: 28px;
  }
}
@media only screen and (max-width: 580px)
{
  .menu ul {
    padding: 0 17px;
  }
  .carousel-item {
    height: 490px;
  }
  footer .col-12
  {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-menu
  {
    text-align: center;
  }
  footer img.w-75
  {
    width: 250px !important;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 540px)
{
  .carousel-item
  {
    height: 400px;
  }
  .menu ul {
    padding: 0 10px;
  }
  .menu ul li a {
    font-size: 13px;
  }
  /*.take-a-little h1 {
    font-size: 46px;
  }*/
  .gallery_list li a img
  {
    border: 3px solid #fff;
  }
  .gallery_list > li, .media.products li {
    flex: 0 0 50%;
    width: 50%;
  }
  .contact-us
  {
    padding: 60px 0 0 !important;
  }
  ul.top-menues
  {
    margin: 0;
  }
  ul.top-menues li a.donate.adopt-tree {
    width: 182px;
    height: 40px;
    font-size: 13px;
  }
  .about-us,.take-a-little
  {
    padding: 0;
  }
  iframe
  {
    min-height: 250px;
  }
  footer
  {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 500px)
{
  .menu {
    background: #4f3a00;
    display: block;
    width: 100%;
    height: 100%;
  }
  .menu span 
  {
    display: block;
    cursor: pointer;
  }
  .menu ul{
    width: 100%;
    display: none;
  }
  .menu ul.open 
  {
    display: block;
    position: relative;
    padding: 0 20px;
    text-align: right;
  }
  .menu ul li a {
    font-size: 16px;
  }
  /*.about-us {
    padding: 30px;
  }*/
  /*.take-a-little h1 {
    font-size: 40px;
  }*/
  .inner-banner {
    height: 220px;
  }
}
@media only screen and (max-width: 480px)
{
    ul.top-menues
    {
      padding: 0;
    }
    .logo
    {
      margin: 0 0 0 -1.8rem;
    }
}
@media only screen and (max-width: 421px)
{
    ul.top-menues li a:not(.donate)
    {
      font-size: 13px;
      margin: 0 3px;
      width: 25px;
      height: 25px;
      line-height: 20px;
    }
    .take-a-little {
    padding: 40px 13%;
    }
    .gallery_list li a img
    {
      height: 130px;
    }
}
@media only screen and (max-width: 401px)
{
  .logo {
    width: 145px;
}
    ul.top-menues li a.donate.adopt-tree {
    width: 137px;
    height: 31px;
    font-size: 10px;
    /* margin-left: -15px; */
}
  ul.top-menues li a.donate.adopt-tree span.text

  {
    left: 10px;
  }
}

