@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400&family=Raleway&family=Roboto&family=Roboto+Mono:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&display=swap');

/* @font-face {
  font-family: "All Round Gothic W03 Bold";
  font-style: normal;
  font-weight: normal;
  src: local('All Round Gothic W03 Bold'), url('../fonts/Fontspring-DEMO-allroundgothic-semi.otf') format('woff');
} */

body,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Eczar", serif;
}

html {
  scroll-padding-top: 250px;
}



.col-lg-text-start {
  text-align: left !important
}

.col-lg-d-block {
  display: block !important;

}

.col-sm-d-block {
  display: none !important;
}




a {
  text-decoration: none;
}




.bs-example {
  margin: auto;
  width: 25%;
}

@media screen {

  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    margin: auto;
  }

  .dropdown-toggle {
    margin: auto;
  }

  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin: auto;
  }
}

#preloader {
  position: fixed;
  background: #fff url(../images/Spinner.gif);
  z-index: 9999999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 100vh;
  text-align: center;
}



.header {
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 10px 0px;
  /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
}


.brand img {
  width: 240px;
}

.nav-top {
  text-align: end;
}

.nav-top i {
  font-size: 25px;
}

.nav-top .fa-facebook {
  color: #4267B2;
}

.nav-top .fa-youtube {
  color: #c4302b
}

.nav-top .fa-instagram {
  /* color: #cd486b; */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.nav-top i:hover {
  color: #f58324;
  transition: all 0.8ms ease-in-out;
}

.nav-top a span {
  margin-right: 15px;
  font-size: 18px;
}

.nav-top a {
  margin-right: 10px;
  color: #000;
}

.navbar-brand img {
  width: 150px;
}

/* .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 7px;
  padding-left: 7px;
} */

.nav-top-top {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 10px;
}

.nav-top-top .button {
  display: inline-block;
  padding: 6px 24px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  background-color: #f58324;
}

.nav-top-top .button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.nav-top-top .button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #f58324;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.nav-top-top .button:hover {
  color: #ffffff;
  /* border: 1px solid #f58324; */
}

.nav-top-top .button:hover:before {
  top: -35%;
  background-color: #f58324;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.nav-top-top .button:hover:after {
  top: -45% !;
  background-color: #f58324;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


.navbar-nav .nav-link {
  font-size: 17px;
  padding: 8px 10px !important;
  text-transform: uppercase;
}


.navbar-brand img {
  width: 120px;
}


.navbar-brand {
  display: none;
}

.nav-main {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* BAck to TOP */

#topButton {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  background-color: #fff;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;

}


#topButton:hover {
  background-color: #5ebb46;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#topButton:hover i {
  color: #fff;
  transition: all 0.3s ease;
}


/* BAck to TOP */

/* .dropdown .dropdown-menu {
    display: none !important;
  }
  
  .dropdown:hover>.dropdown-menu,
  .dropend:hover>.dropdown-menu {
    display: block !important;
  }
  
 
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
  } */


section {
  padding: 50px 0px;
}


.title {
  text-align: center;
  margin-bottom: 50px;
}

.title h1 {
  font-weight: bold;
}



.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 2rem;
  margin-left: 15%;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  display: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}


.carousel-caption {
  bottom: 4rem;
  right: 0;

}


.carousel-caption h1 {
  font-family: "Oswald" !important;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.carousel-caption h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
}

.footer {
  background: #d2d6d7;
}

.footer-links ul {
  list-style: url(../images/footer-list.png);
}

.footer h3 {
  margin-bottom: 5px;
  color: #fd5d14;
}


.footer .main-contact {
  display: flex;
  gap: 15px;
}

.footer .main-contact i {
  font-size: 25px;
  color: #115500;
}


.footer a {
  text-decoration: none;
  color: #176f62;
  font-size: 18px;
}

.copyright {
  background-color: rgb(245 131 36);
  padding: 15px 0px;
  text-align: center;
}


.titles {
  text-align: center;
  margin-bottom: 30px;
}

.titles h1 {
  margin-bottom: 0px;
}

.banner1 {
  overflow: hidden;
  background-image: url(../images/rpt-bg.jpg);
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: repeat;

}

.banner1 .banner1-program h5 {
  color: #f58324;
  margin-bottom: 5px;
}



.service-block {
  position: relative;
  margin-bottom: 30px;
}

.service-block .inner-box {
  position: relative;
  text-align: center;
  margin-left: 20px;
  padding: 40px 30px 45px;
  background-color: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);
}

.service-block .inner-box .line-one {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #f58324;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.service-block .inner-box:hover .line-one {
  height: 70px;
}

.service-block .inner-box .line-two {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: #56ba47;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.service-block .inner-box:hover .line-two {
  height: 100px;
}

.service-block .inner-box:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  width: 105px;
  height: 105px;
  z-index: -1;
  background: url(https://www.rhscranes.com/images/pattern-1.png) no-repeat;
}

.service-block.style-two .inner-box:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  width: 270px;
  height: 270px;
  background: url(https://www.rhscranes.com/images/pattern-1.png) no-repeat;
}

/*.service-block.style-two .inner-box:before {
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	width: 270px;
	height: 270px;
	background: url(../images/pattern-2.png) no-repeat;
}*/
.service-block .inner-box .icon-box {
  position: relative;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

/* .service-block .inner-box:hover .icon-box {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
} */
.service-block .inner-box .icon-box:before {
  position: absolute;
  content: '';
  left: -12px;
  top: 0px;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}


/* Base styles for carousel items */
.carousel-item {
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
  transform: scale(0.9);
}

.carousel-item.active {
  opacity: 1;
  transform: scale(1);
}

/* Caption animation: fade-in and slide-in from left */
.carousel-caption {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateX(0);
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block !important;
}

.carousel-caption {
  padding: 10px;
  border-radius: 10px;
}






.service-block .inner-box:hover .icon-box:before {
  background-color: #ffeee7;
}

.service-block .inner-box .icon-box .icon {
  position: relative;
  font-size: 80px;
  color: #607D8B;
  line-height: 1em;
}

.service-block .inner-box h4 {
  position: relative;
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 15px;
}

.service-block .inner-box h4 a {
  position: relative;
  color: #002155;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-block .inner-box h4 a:hover {
  color: #fd5d14;
}

.service-block .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
}

.service-block .inner-box .read-more {
  position: relative;
  color: #607d8b;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-block .inner-box .read-more .arrow {
  position: relative;
  color: #002155;
}

.service-block .inner-box .read-more:hover {
  color: #002155;
}

.banner1 .btn {
  user-select: none;
  -moz-user-select: none;
  background: #b28d46 none repeat scroll 0 0;
  border: 1.3px solid #b28d46;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1rem;
  margin-bottom: 0;
  padding: 19px 12px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
}

.banner1 .btn_m {
  position: relative;
  overflow: hidden;
  height: 1rem;
}

.banner1 .btn_c {
  transition: transform .6s cubic-bezier(.55, 0, .1, 1);
}

.banner1 .btn_t1 {
  transform-origin: 100%;
  transition: transform .45s cubic-bezier(.55, 0, .1, 1), color .6s cubic-bezier(.55, 0, .1, 1);
  display: block;
}

.banner1 .btn_t2 {
  transform-origin: 0;
  transition: transform .45s cubic-bezier(.55, 0, .1, 1), color .6s cubic-bezier(.55, 0, .1, 1);
  display: block;
  transform: rotate(40deg);
}

.banner1 .btn:hover .btn_c {
  transform: translateY(-1rem);
}

.banner1 .btn:hover .btn_t1 {
  transform: rotate(40deg);
}

.banner1 .btn:hover .btn_t2 {
  transform: rotate(0);
}

.banner1 .btn:hover {
  background: var(--tg-secondary-color);
  border-color: var(--tg-secondary-color);
  color: #fff;
}

.banner1 .transparent-btn {
  background: transparent;
  color: #b28d46;
}

.banner1 .transparent-btn:hover {
  border-color: #b28d46;
  background: #b28d46;
  color: #fff;
}


.flaticon-buildings img {
  width: 100px;
}

.banner2 {
  /* background-image: url(../images/Home/leaf.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;  */
  padding-top: 0px !important;
}


.banner2 .banner2-our {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 15px;
  /* height: 350px; */
}


.banner2 .banner2-our .bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px 20px 0px 0px;
  /* text-align: center; */
}

.banner2 .banner2-our {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1)
}

.banner2 .banner2-our img {
  transition: var(--mdb-image-hover-zoom-transition)
}

.banner2 .banner2-our:hover img,
.banner2 .banner2-our:hover img {
  transform: var(--mdb-image-hover-zoom-transform);
}

.banner2-our h4 {
  color: #fd5d14;
  font-weight: bold;
  letter-spacing: 1px;
  /* text-align: center; */
  margin-bottom: 8px;
  margin-top: 10px;
}

.banner2-our img {
  width: 100px;
}

.banner2-our p {
  color: #000;
}

.banner2 .banner2-nature {
  position: relative;
  margin-top: -240px;
  z-index: -1;
}

.banner2 .banner2-nature img {
  height: 450px;
}


/* .banner3{

} */

.banner3-volunteering-benfits {
  list-style: url(../images/list-style-2.png);
}


.banner3-volunteering-benfits li strong {
  text-transform: uppercase;
}

.banner3-volunteering-steps {
  list-style: url(../images/list-style.png);
  padding-right: 20px;
}

.banner3-volunteering-steps li strong {
  text-transform: uppercase;
}


.banner4 {
  background-image: url(../images/Home/leaf-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.banner5 .banner5-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.banner5-Readmore .button {
  padding: 8px 18px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #54b947;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #54b947;
}

.banner5-Readmore button:hover {
  color: #fff;
  transform: scale(1.1);
  outline: 2px solid #e9b425;
  box-shadow: 4px 5px 17px -4px #e9b425;
}

.banner5-Readmore button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e9b425;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.banner5-Readmore button:hover::before {
  width: 250%;
}

.gal-pad {
  margin-bottom: 10px;
}




/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 5px 25px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #0f606e;
  font-family: 'Open Sans';
}

.btn-style-one:before {
  position: absolute;
  content: '';
  left: 92%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #ff8300;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: skewX(-25deg);
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: #ffffff;
  border-color: #00e49a;
}


/* ABout PAGE */

.aboutbanner2 {
  background-image: url(../images/About/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.aboutbanner2 .aboutbanner2-content {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  height: 300px;
}

.aboutbanner2 .aboutbanner2-content h3 {
  text-align: center;
}

.aboutbanner2 .aboutbanner2-content:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}

/* .aboutbanner3 .leftt-shadow img{
  height: -webkit-fill-available;
} */

.aboutbanner3 .quote-symbol {
  width: 180px;
  position: absolute;
  /* background: #fff; */
  padding: 20px;
  border-radius: 50%;
  /* margin-bottom: 28px; */
  display: block;
  z-index: -1;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
  margin-top: -80px;
}

.aboutbanner4 .aboutbanner4-objects {
  list-style: url(../images/list-style.png);
}

/* WHAT WE DO */

.what-we-do:before {
  content: ' ';
  border-top: 155vh solid rgb(245, 245, 245);
  border-left: 100vw solid transparent;
  width: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.gwr-content {
  background-image: url(../images/Water-Restoration/bg.png);
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  /* margin-top: 30px; */
}

.gwr-content-implement {
  background-color: #6fbe44;
  color: #fff;
  padding: 30px 30px 30px 150px;
}

.gwr-content-implement p {
  margin-bottom: 0;
}


.solar-banner1-content {
  background-color: #fff;
  padding: 20px;
}

.animal-banner1-content {
  background-color: #fff;
  padding: 20px;
}

.animal-banner1-content-down {
  background-color: #e6683c;
  margin-top: 30px;
  color: #fff;
  padding: 15px;
}

.farming-content-main {
  background-color: #fd5d14;
  padding: 50px 0px;
  position: relative;
  margin-top: -75px;
  z-index: -1;
  color: #fff;
}

.volunteering-content {
  padding: 15px;
  background-color: #56ba47;
  color: #fff;
}

.inside-title h3 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  background: #4fb947;
  color: #fff;
  border: 5px solid #a6c1c5;
  margin-top: -32px;
  padding: 10px;
  border-radius: 50px;
}


.contact-us .main-contact {
  display: flex;
  gap: 15px;
}

.contact-us .main-contact i {
  font-size: 25px;
  color: #115500;
}

.contact-us .main-contact h3 {
  margin-bottom: 5px;
}


.contact-us a {
  text-decoration: none;
  color: #176f62;
  font-size: 18px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #f58324 !important;
  font-weight: 600 !important;
}


.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

.navbar-brand{
  display: none !important;
}
.aboutbanner1-dev-content{
  text-align: center;
}