body {
  font-family: 'Poppins', sans-serif;
  line-height: 2;
  background-color: transparent;
}

a{
  text-decoration: none;
}

p{
  font-size: .9em;
  font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  color: green;
}

h4, h6{
  color: rgb(1, 40, 16);
}

h6{
  padding: 0px 0px 40px 0px;
  line-height: 1.8;
}

.head-line{
  position: relative;
  width: max-content;
  margin: 20px auto;
  text-align: center;
}

.head-line::before{
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 19px;
  height: 2px;
  background-color: green;
  display: block;
}

.head-line::after{
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 19px;
  height: 2px;
  background-color: green;
  display: block;
}

.custom-shadow-top {
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
  padding-top: 1rem; /* Adjust as needed to account for shadow */
}

header{
  padding: 10px 0px;
}

.sub-header{
  height: 82px;
}

.nav-link {
  color: black !important;
  font-weight: 600;
  font-size: 17px;
  margin-right: 15px;
}

.nav-link:hover{
  color: green !important;
}

.navbar-brand img {
  width: 100px;
  height: auto;
}

.hero-content {
  padding: 40px 0px 0px 0px;
  color: white; 
  z-index: 1; 
}

.hero-section {
  position: relative;
  height: 450px; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: fadeBackground 15s ease infinite;
  box-shadow: 0 0 0 1000px rgb(1, 40, 16, 0.8) inset;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes fadeBackground {
  0% {
    background-image: url('/img/hero_1.jpg');
  }
  33.33% {
    background-image: url('/img/hero_2.jpg');
  }
  66.66% {
    background-image: url('/img/hero_3.jpg');
  }
  100% {
    background-image: url('/img/hero_1.jpg'); 
  }
} 

.hero{
  background-image: url('/img/hero_1.jpg'); 
  background-size: cover; 
  background-position: center;
  height: 300px;
  box-shadow: 0 0 0 1000px rgb(1, 40, 16, 0.8) inset;
}

.hero h5{
  line-height: 1.8;
}

.hero .container{
  padding: 90px 10px;
}

.hero .container a{
  background-color: green;
  color: white;
  padding: 7px 30px;
  border-radius: 3px;
  display: block;
  margin: auto;
  max-width: max-content;
}


.clients img{
  width: 90px;
  transition: 500ms;
  opacity: 0.6;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  opacity: 1;
}

.services i{
  border: 2px solid green;
  padding: 15px;
  color: green;
  font-weight: bold;
}

.footer{
	background-color: #012810;
    padding: 70px 10;
    color: white;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: white;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: white;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #012810;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


.contact{
  padding: 40px 0px
}

.contact .card{
  background-color: rgb(247, 249, 250);
  border: 0px;
  margin: 10px 0px;
}

.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 20px;
  line-height: 0;
  color: green;
}

.contact .info-box h6 {
  font-size: 20px;
  color: green;
  font-weight: 700;
  margin: 20px 0 10px 0;
  padding: 0px 0px 0px 0px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

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

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

.contact .php-email-form button[type=submit] {
  background: green;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  margin: 10px auto;
}

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

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

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

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

.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;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: green;
}


.products.services{
  background-color: #F8F8F8;
  padding: 70px 10px;
}

.products.services .custom-card {
  background-color: #F8F8F8;
  border: 2px solid #F8F8F8;
  border-radius: 10px; 
  overflow: hidden;
  margin-bottom: 20px; 
}
.products.services .custom-card img{
  border-radius: 0;
  width: 100%;
  height: auto; 
}


.lastss{
  padding: 100px 0px;
}

.lastss .container.first{
  max-width: 100%;
  position: relative;
}

.lastss .container .col-lg-6{
  padding: 0px;
}

.lastss .container .left{
  background-color: #012810;
  color: white;
  padding: 50px 50px;
}

.lastss .container .right{
  background-image: url('/img/hero_1.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  position: absolute;
  top: -30px;
  z-index: -1000;
  width: 110%;
  margin-left: -10%;
  box-shadow: 0 0 0 1000px rgb(1, 40, 16, 0.8) inset;
}

.lastss .container .left i{
  font-size: 40px;
}

.features{
  padding: 30px 0px;
}

.features .feat{
  position: relative;
}

.features .feat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgb(9, 77, 36, 0.2);
}

.features .feat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 5px;
  background: green;
  border-right: 5px solid green;
}

.about-about {
  padding:60px 10px;
  background-color: #f4f4f4;
}

.about-about .content h3 {
  font-weight: 700;
  border-radius: 7px;
  display: inline-block;
}

.about-about .content p:last-child {
  margin-bottom: 0;
}

.about-about .content .read-more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 44px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about-about .content .read-more:hover {
  background: #043518;
  padding-right: 19px;
}

.about-about .content .read-more:hover i {
  margin-left: 10px;
}

.about-about .icon-box {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
}

.about-about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: rgba(var(--primary-color-rgb), 0.05);
  color: var(--primary-color);
}

.about-about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about-about .icon-box p {
  margin-bottom: 0;
}

.about-about .icon-box:hover i {
  background-color: var(--primary-color);
  color: var(--contrast-color);
}

.about-about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

.about-stats {
  padding: 130px 0px;
  color: #ffffff;
  background-color: #000000;
  position: relative;
  padding: 120px 0;
}

.about-stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.about-stats:before {
  content: "";
  background-color: rgb(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.about-stats .container {
  position: relative;
  z-index: 3;
}

.about-stats .stats-item {
  padding: 30px;
  width: 100%;
}

.about-stats .stats-item span {
  font-size: 48px;
  display: block;
  color: white;
  font-weight: 700;
}

.about-stats .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}


.about-services{
  padding: 70px 10px;
}

.about-services h2{
  font-size: 32px;
    font-weight: 700;
    position: relative;
}

.about-services .service-item{
  position: relative;
  padding: 40px 0px;
  color: rgba(33, 37, 41, 0.7);
}

.about-services .service-item h4 {
  font-weight: bolder;
  margin-bottom: 15px;
  font-size: 18px;
  cursor: pointer;
}

.about-services .service-item h4:hover{
  color: #094d24;
}

.about-services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgb(9, 77, 36, 0.2);
}

.about-services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #32353a;
  border-right: 5px solid #32353a;
}

.about-services .service-item .icon {
  width: 45px;
  height: 45px;
  position: relative;
  margin-right: 40px;
  line-height: 0;
}

.about-services .service-item .icon i {
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.about-team {
  background-color: #f4f4f4;
  padding: 20px 0px;
}

.about-team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid #f4f4f4;
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

.about-team .member .member-img img {
  position: relative;
  z-index: 1;
}

.about-team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.about-team .member .member-img .social:hover{
  visibility:visible;
  opacity: 1;
}

.about-team .member .member-img .social a {
  transition: 0.3s;
  color: #ffffff;
  font-size: 20px;
  margin: 0 8px;
}

.about-team .member .member-info {
  margin-top: 30px;
}

.about-team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.about-team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: rgb(33, 37, 41);
  margin-bottom: 10px;
}

.about-team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.call-to-action{
  background-image: url(/img/cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  box-shadow: 0 0 0 1000px rgb(1, 40, 16, 0.8) inset;
  color: #ffffff;
  padding: 60px 0;
}

.call-to-action .container{
  padding: 40px 10px;
  background-color: transparent;
}

a.cta-btn {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid#ffffff;
  color: #ffffff;
}



.about-testimonials {
  background-color: #f4f4f4;
  color: #212529;
  padding: 60px 0;
  overflow: clip;
}

.about-testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.about-testimonials .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

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

.about-testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.about-testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid #f4f4f4;
  margin-right: 10px;
}

.about-testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.about-testimonials .testimonial-item h4 {
  color: rgb(33, 37, 41);
  font-size: 14px;
  margin: 0;
}

.about-testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.about-testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.about-testimonials .testimonial-item .quote-icon-left,
.about-testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--primary-color-rgb), 0.4);
  font-size: 26px;
  line-height: 0;
}

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

.about-testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.about-testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.about-testimonials .swiper-wrapper {
  height: auto;
}

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

.about-testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--default-color-rgb), 0.15);
  opacity: 1;
  border: none;
}

.about-testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {

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

  .about-testimonials .testimonial-item {
    margin: 15px;
  }
}


@media(max-width: 991px){

  .lastss{
    padding: 10px 0px 0px 0px;
  }

  .lastss .container .right{
    min-height: 200px;
    margin-left: 0px;
    width: 100%;
    position: relative;
    top: 0px;
  }

  .lastss .container .left{
    padding: 50px 10px;
  }
}

@media(max-width: 767px){
  .hero h2{
    font-size: 1.2em;
  }

  .hero p{
    font-size: 1em;
  }

  .footer-col{
    width: 50%;
    margin-bottom: 30px;
  }

  .lastss .container .left i{
    font-size: 30px;
  }

  .lastss .container .left h6{
    font-size: .9em;
  }

  .about-about{
    padding: 20px 0px;
  }

  .about-about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about-about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }

}
@media(max-width: 574px){

  header{
    padding: 10px 0px;
  }
  
  .sub-header{
    height: 82px;
  }
  .footer-col{
    width: 100%;
  }

  .services{
    padding: 30px 10px;
  }

  .about-services .service-item .icon {
    margin-right: 20px;
  }

  .about-services .service-item .icon i {
    font-size: 40px;
  }

  .hero-section {
    height: 300px; 
  }

  .hero{
    height: 260px;
  }

  .hero .container {
    padding: 40px 10px;
  }
}


.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #012810;
  line-height: 0;
}

.scroll-top:hover {
  background-color: rgb(255, 255, 255, 0.8);
  color: #012810;
  padding-bottom: 20px;
}

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