/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
  line-height: 1.4;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  color: #00853e;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

.section-padding {
  padding: 60px 0px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

/***********************************
************************************
HEADER
************************************
***********************************/

.header {
  min-height: 650px;
  position: relative;
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 650px;
}

.navbar-brand {
  padding: 0px;
}

#banner-logo-navigation {
  display: none;
}

.top-nav-collapse>div>div>.navbar-brand>img#banner-logo-navigation {
  display: block;
}

.top-nav-collapse>div>div>.navbar-brand>img#banner-logo {
  display: none;
}

.navbar-default {
  background-image: linear-gradient(231deg, #001c2e 0%, #224600 70%) !important;
  border: 0px;
  padding: 20px 0;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .navbar-collapse {
    border-top: 0;
  }
}

.top-nav-collapse {
  background-image: none !important;
  padding: 5px;
  background: rgb(4 134 64);
}

.navbar-brand>img {
  max-height: 55px;
}

.navbar-default .navbar-nav>li>a {
  padding: 5px 10px;
  line-height: 54px;
  text-transform: uppercase;
  background: transparent;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #00853E !important;
  position: relative;
  /* Added to allow absolute positioning of ::after */
  transition: color 0.3s ease-out;
  /* Smoother transition for text color */
}


/* Change text color on hover */
.navbar-default .navbar-nav>li>a:hover {
  color: #fff !important;
}

/* Add an underline effect using ::after */
.navbar-default .navbar-nav>li>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  /* Adjust as needed */
  width: 0;
  height: 2px;
  background-color: #fff;
  /* Underline color */
  transition: width 0.3s ease;
  /* Smooth animation */
}

/* Expand underline on hover */
.navbar-default .navbar-nav>li>a:hover::after {
  width: 100%;
}

.top-nav-collapse .navbar-nav>li>a {
  color: #fff !important
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #be9e21;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #be9e21;
}

.banner-info {
  padding-top: 140px;
  color: #fff;
}

.bnr-title,
.bnr-sub-title {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;

}

h1.bnr-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2.bnr-sub-title {
  font-size: 45px;
  text-transform: uppercase;
  padding: 20px 0px;
  font-weight: 700;
}

.bnr-para {
  font-weight: 300;
}

.btn-download,
.btn-more {
  margin-top: 50px;
  color: #FFFFFF !important;
  /* Initial text color */
  background-color: #00853e;
  /* Initial green background */
  border: 2px solid #aee73b;
  /* Green border */
  font-size: 17px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400;
  padding: 30px 35px;
  font-size: 28px;
  line-height: 24px;
  /* padding: 20px 30px; */
  border-radius: 0px;
  margin: 50px 10px 0 0;
  letter-spacing: 0.5px;
  /* Slight spacing between letters */
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  /* Ensure fill effect stays within the button */
  z-index: 1;
  /* Text and border are above the background */
  transition: all 0.5s ease;
}

.btn-download:before,
.btn-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  /* Fill with white */
  z-index: -1;
  /* Place below text */
  transition: width 0.5s ease;
  /* Smooth horizontal expansion */
}

.btn-download:hover:before,
.btn-more:hover:before {
  width: 100%;
  /* Expand the fill to cover the button */
}

.btn-download:hover,
.btn-more:hover {
  color: #0078B0 !important;
  /* Change text color to recycling-themed blue */
  border-color: #0078B0;
  /* Update border to blue */
  letter-spacing: 1px;
  /* Slightly increase letter spacing on hover */
  z-index: 1;
  /* Ensure text stays above the background */
}

.btn-download:focus,
.btn-more:focus {
  outline: none;
  /* Avoid outline on focus */
  box-shadow: 0 0 0 3px rgba(127, 184, 15, 0.3);
  /* Highlight focus with green */
}


.btn-more,
.btn-more:focus {
  margin-left: 15px;
  border: 1px solid #be9e21;
  color: #be9e21;
}

.btn-more:hover {
  background: #be9e21;
  color: #fff;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
}

/***********************************
************************************
features
************************************
***********************************/

.title,
.service-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
}

.item-img {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 20px;
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #BE9E21;
}

.wrap-item h3 {
  font-size: 24px;
  line-height: 25px;
}

.pad-bt15 {
  padding-bottom: 15px;
}

.sec-sub-title {
  padding-top: 30px;
}

.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}

#mission {
  background-color: #f5f5f5 !important;
}

#contact {
  background-image: linear-gradient(116deg, #375260 0%, #00853e 100%) !important;
  color: #fff;
}

#reach,
#company-mission,
#certifications {
  background-color: #013356;
  color: #fff;
}



ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}

.learn-more,
.learn-more:hover,
.learn-more:focus {
  height: 50px;
  width: 175px;
  background: #046380;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.visit-portfolio,
.visit-portfolio:hover,
.visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.service-item h3 span {
  opacity: 0.7;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
  color: rgb(4 134 64);

}

.block-join {
  background-color: rgb(4 134 64);
  padding: 40px 80px 0;
  border-style: groove;
  border-radius: 30px;
  color: #fff;
}

.service-item h3 {
  font-weight: 700;
}

.service-item p {
  opacity: 0.6;
  color: inherit;
  padding: 10px 0px;
}

.service-item a {
  color: #be9e21;
}

.mr-btn-15 {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.bx-wrapper {
  margin: 0 auto 35px;
}

/***********************************
************************************
contact
************************************
***********************************/

.btn-submit,
.btn-submit:hover,
.btn-submit:focus {
  background-color: transparent;
  border-radius: 60px;
  color: #be9e21;
  font-weight: 400;
  border: 1px solid #be9e21;
  font-size: 14px;
  padding: 6px 20px;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #008507 !important;
  border-color: #be9e21;
  padding: 20px;
  height: 50px;
}


.form-control:focus {
  border-color: #be9e21;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.contact-form input.form-control {
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.loction-info p {
  margin-bottom: 25px;
}

.loction-info p i {
  color: #be9e21;
}

/***********************************
************************************
contact
************************************
***********************************/

#footer {
  padding: 20px 0px;
}

.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #be9e21;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.white-bg {
  background-color: #fff;
}

#footer a {
  color: #be9e21;
  font-weight: 400;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

/***********************************
************************************
cta
************************************
***********************************/

.cta {
  background-color: rgb(73, 84, 105);
}

.cta .cta-info {
  width: 100%;
  float: left;
  padding: 30px 25px 30px 15px;
  border-radius: 5px;
}

.cta .cta-info .cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta .cta-info .cta-btn {
  margin-top: 16px;
  background-color: rgb(190, 158, 33);
  padding: 20px 50px;
  color: #FFF;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 768px) and (max-width: 980px) {

  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }

  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }

  .padding-right-zero {
    padding-right: 15px !important;
  }
}

@media (min-width: 451px) and (max-width: 767px) {

  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
  }

  .banner-info {
    padding-top: 100px;
  }

  h1.bnr-title {
    font-size: 16px;
  }

  h2.bnr-sub-title {
    font-size: 33px;
  }

  body {
    font-size: 14px;
  }

  .btn-download,
  .btn-more,
  .btn-download:hover,
  .btn-more:hover,
  .btn-download:focus,
  .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }

  .wrap-item h3 {
    font-size: 18px;
  }

  .title,
  .service-title {
    font-size: 28px;
  }

  .sub-title {
    font-size: 15px;
  }

  .service-item,
  .blog-sec,
  .wrap-item,
  .loction-info {
    margin-bottom: 15px;
  }

  .loction-info {
    padding: 0px 15px;
  }

  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }

  .padding-right-zero {
    padding-right: 15px !important;
  }

  .portfolio-item figure p {
    font-size: 14px;
  }

  .portfolio-item figure h2 {
    font-size: 18px;
  }

  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }

  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
  }
}

.location-img {
  max-width: 100%;
  max-height: 100%;
}

p.location {
  display: flex;
  /* Use flexbox for alignment */
  align-items: flex-start;
  /* Align text to the top of the icon */
  margin: 10px 0;
  /* Add some spacing between paragraphs */
  line-height: 1.5;
  /* Adjust line height for better readability */
}

p.location:after {
  content: '';
  /* Inserts an empty string */
  display: block;
  /* Forces a line break */
  margin-top: 15px;
}

p.location i {
  margin-right: 10px;
  /* Add space between the icon and the text */
  color: #00853E;
  /* Eco-friendly green for the icon */
}

p.location br {
  margin-bottom: 8px;
  /* Add spacing between address lines */
}

/* Footer Links Styling */
.loction-info {
  /* Dark background */
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  /* White text */
}

.loction-info .bnr-sub-title {
  /* font-size: 16px; */
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffff;
  /* Light text for heading */
  border-bottom: 2px solid #555;
  /* Divider below the heading */
  padding-bottom: 10px;
}

.loction-info ul {
  list-style: none;
  /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.loction-info ul li {
  margin: 8px 0;
  /* Spacing between links */
}


.loction-info ul li a {
  color: #fff;
  /* Spacing between links */
}

.loction-info ul li a:hover {
  color: #ff9800;
  /* Highlight on hover */
  text-decoration: none;
  /* Add underline on hover */
}

/* Container for certification images */
.loction-info-img {
  display: flex;
  /* Use Flexbox for row layout */
  align-items: center;
  /* Vertically center the images */
  justify-content: center;
  /* Center the row horizontally */
  gap: 15px;
  /* Add space between images */
  padding: 10px 0;
  /* Optional: Padding for the container */
}

/* Styling for images */
.loction-info-img .item-img img {
  max-width: 100px;
  /* Limit image width */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: contain;
  /* Ensure proper fit */
}

@media (min-width: 768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

h2.bnr-sub-title-about {
  vertical-align: center;
  padding-top: 200px;
}

.contact-form {
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 100%;
}

.contact-form .form-control {
  border-radius: 1rem;
}

.contact-image {
  text-align: center;
}

.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}

.contact-form form {
  padding: 14%;
}


.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}

.erecycling-btn {
  margin-top: 50px;
}

.erecycling-btn a {
  float: left;
}


.erecycling-btn a:last-child {
  float: right;
}

#recycle-it-icon {
  max-height: 150px;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Adjust opacity and color here */
  z-index: 1;
}

.header .bg-color {
  position: relative;
  z-index: 2;
  /* Ensures content stays on top */
}

.erecycling-btn {
  flex-direction: row;
  /* Stack items vertically */
  align-items: center;
  /* Center-align content */
  gap: 15px;
  /* Add consistent spacing */
  padding: 20px;
  /* Space around the content */
  /* Light background for clarity */
  /* Add a border for structure */
  border-radius: 8px;
  /* Optional rounded corners */
}

.erecycling-btn .btn {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  padding: 30px 35px;
  font-size: 28px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
  font-weight: 600;
}

.erecycling-btn .btn:hover {
  background-color: #45a049;
  /* Darker green on hover */
  transform: scale(1.05);
  /* Slight zoom effect on hover */
}

.erecycling-btn img {

  max-width: 200px;
  height: 145px;
  margin: 10px 0;
  background-color: #ffffff94;
  border-radius: 20px;
  padding: 15px;
}

/* Add space above and below */

@media (max-width: 768px) {
  .erecycling-btn {
    padding: 15px;
    display: flex;
    flex-direction: column;
    /* Adjust padding for mobile */
  }

  .erecycling-btn .btn {
    font-size: 14px;
    /* Smaller button text for mobile */
    padding: 10px 20px;
    /* Adjust padding */
  }

  .erecycling-btn img {
    max-width: 150px;
    /* Reduce image size on smaller screens */
  }
}

.policy-statement {
  width: 100%;
}

.cert-item-img img {
  max-width: 100%;
  height: 200px;
}

img.imgHover {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  /* Ensures image fits within the container */
}

.imgHover:hover {
  opacity: 0.4;
}

#about a:hover .client-overlay {
  opacity: 1;
}

.client-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  margin: 0 15px 15px 0;
}


.client-overlay span {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.justify-content-center {
  margin-top: 15px;
  margin-bottom: 18px;
}

.recyclingRedirect {
  margin-top: 0px !important;
}

.homeBannerBtn {
  padding-top: 45px !important;
}

.btn-blog {
  padding: 20px 30px !important;
  font-size: 19px !important;
}


@media (max-width: 1024px) {

  .erecycling-btn .btn-download {
    font-size: 18px;
  }
}

.logo-white {
  background-color: #fff;
}

.recycle-img img {
  width: 150px;
  padding: 10px;
  margin: 0 auto;
}

h2.btn-header {
  margin-top: 0px!important;
  color: #FFFFFF !important;
  background-color: #00853e;
  border: 2px solid #aee73b;
  font-size: 17px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400;
  padding: 30px 35px;
  font-size: 28px;
  line-height: 24px;
  border-radius: 0px;
  letter-spacing: 0.5px;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
}
