@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #eaf3e0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
    line-height: initial;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 20px;
    margin-bottom: 0 !important;
    color: #000;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-55 {
    font-size: 55px;
}

.font-48 {
    font-size: 48px;
}

.font-16 {
    font-size: 16px;
}



.font-18 {
    font-size: 18px;
}

.font-13 {
    font-size: 13px;
}

.font-30 {
    font-size: 30px;
}

.font-48 {
    line-height: 62px;
}

.ptb {
    padding: 70px 0;
}

.mtb {
    margin: 100px 0;
}

.pt-100 {
    padding: 100px 0 0 0;
}

.pb-100 {
    padding: 0 0 100px 0;
}

.pb-50 {
    padding: 0 0 50px 0;
}

.mt-100 {
    margin: 100px 0 0 0;
}

.mb-100 {
    margin: 0 0 100px 0;
}

.bttn {
    padding: 10px 27px;
    display: inline-block;
    background: #206432;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0.1px;
    border-radius: 59px;
    transition: ease all 0.5s;
}

.bttn:hover {
    background: #9ccb43;
}

.title {
    text-transform: capitalize;
    font-weight: 100;
    color: #000;
    margin-bottom: 15px;
}

.sub-title {
    color: #006C0C;
    font-weight: 600;
    text-transform: uppercase;
}

.sub-title span {
    color: #9ccb43;
}

.grey-bg {
    background: #eff3ff;
}


/* header */

.header {
    background: #fff;
    box-shadow: 3px 2px 5px #00000038;
}

.header .navbar-brand {
    width: 30%;
    margin: 0 auto;
    text-align: left;
    /* background-image: url('../images/logo-bg.png'); */
    background-size: cover;
    background-position: right;
    background-repeat: none;
}

.header .navbar-brand img {
    width: 44%;
}

.header .navbar-nav .nav-link {
    color: #000!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 43px 15px !important;
    letter-spacing: 0.2px;
}

.header .navbar-nav .nav-link:hover {
    color: #206432!important;
}

.header .navbar-nav .nav-link img {
    width: 14px;
}

.dropdown-menu {
    padding: 0;
}

.header .social {
    padding: 0;
    margin: 0;
    margin-left: 30px
}

.header .social li {
    list-style: none;
    display: inline-block;
}

.header .social li a {
    color: #16725a;
    font-size: 18px;
    margin: 0 2px;
    min-width: 26px;
    display: block;
    text-align: center;
}

.header .bttn {
    margin-left: 0px;
}

.header .navbar-collapse {
    
    flex: 1 0 auto;
    /* border: 1px solid #e4ebff; */
    border-top: 0;
    border-bottom: 0;
    display: flex;
    justify-content: end;
}
.dropdown-item{
    background-color: #223b73;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #206432;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #206432;
}

.navbar .nav-item:hover .dropdown-menu:before {
    content: " ";
    position: absolute;
    right: 162px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #206432;
}

.dropdown-item {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 9px 26px;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    transition: ease all 0.5s;
}

nav.navbar {
    padding: 0;
}

.navbar-nav {
    margin-right: 30px;
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        border-radius: 0;
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        background: #ffffff;
    }
}


/* banner */

.banner .carousel-control-next-icon img,
.banner .carousel-control-prev-icon img {
    background: unset;
    width: 35px;
}

.banner .carousel-control-prev-icon img {
    transform: rotate(180deg);
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 10%;
}

.banner .carousel-item {
    height: 100%;
}

.banner .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
}

.banner .carousel-caption h5 {
    display: inline-block;
    line-height: initial;
    font-weight: 700;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    font-size: 50px;
}

.banner .carousel-caption p {
    margin-bottom: 16px !important;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    width: 69%;
    margin: 0 auto;
}


/* three-box */

.three-box {
    margin-top: -50px;
}

.three-box .box {
    padding: 30px;
    position: relative;
    background: #fff;
    border-bottom: 3px solid #fbc107;
    box-shadow: 2px 3px 6px #0000000d;
}

.three-box .box h3 {
    color: #006C0C;
    margin-bottom: 15px;
}

.three-box .box h3 small {
    color: #006C0C;
    font-size: 18px;
}

.three-box .box p {
    overflow: hidden!important;
    display: -webkit-box;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical;
}


/* about-box */

.about-one .about-text {
    padding: 100px;
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-color: #fff;
}

.about-one .about-img {
    height: 100%;
}

.about-one .about-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-one .about-text h3 {
    text-transform: capitalize;
    font-weight: 100;
    color: #000;
    margin-bottom: 15px;
}

.about-one .about-text p {
    font-weight: 400;
    line-height: 40px;
}

.about-one .about-text .bttn {
    margin-top: 50px;
}


/* about-two */

.about-two .row {
    align-items: center;
}

.about-two .color-box {
    text-align: center;
    display: block;
    background: linear-gradient(90deg, rgba(248, 221, 8, 1) 0%, rgb(244 181 2) 100%);
    padding: 50px 15px;
    border-bottom: 1px solid #f7cd06;
}

.about-two .color-box h3 {
    font-weight: 700;
    color: #fff;
}

.about-two .color-box p {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.about-two .about-box-content {
    margin-left: 20px;
    padding-right: 65px;
}

.about-two .about-box-content ul {
    padding: 0;
    margin: 0;
    margin: 15px 0px;
}

.about-two .about-box-content ul li {
    list-style: none;
    color: #000;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
}
.about-two .about-box-content ul li span{
    margin-left: 15px;
}
.about-two .about-box-content ul li img {
    position: absolute;
    left: 0;
    top: 4px;
    color: #000;
    width: 30px;
}


/* why-us */

.why-us .why-box-text ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.why-us .why-box-text ul li {
    list-style: none;
    color: #848e9f;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.why-us .why-box-text ul li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    width: 16px;
}

.why-us .why-box-text ul li span img {
    width: 100%;
}

.why-us .why-box-text ul li:last-child {
    margin-bottom: 0;
}


/* plastic recycle */

.inner-plastic-proccess img {
    width: 100%;
}

.inner-plastic-proccess {
    box-shadow: 1px 2px 9px #22222233;
    margin: 12px 0px;
}

.inner-plastic-proccess h2 {
    font-size: 19px;
    padding: 15px 0px;
    text-align: center;
    color: #006C0C;
    font-family: 'Poppins';
    font-weight: 400;
}


/* our-mission */


/* .our-mission {
    background: #f0ffff;
} */

.our-mission img {
    height: 100%;
    object-fit: cover;
}

.our-mission .our-mission-text {
    padding: 50px;
    display: flex;
    align-items: left;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

.our-mission .our-mission-text .accordion-button {
    background: #dbf6f2;
    color: #006C0C;
    font-size: 22px;
    font-weight: 600;
}

.our-mission .our-mission-text .accordion-item.middle {
    margin: 30px 0;
}

.our-mission .our-mission-text .accordion-button:focus {
    border: unset;
}

.our-mission .our-mission-text .accordion-button:not(.collapsed) {
    border: unset;
    background: #f7cd06;
    color: #fff;
    box-shadow: unset;
}


/* testi */

.testi {
    background: url(../images/bg/3.png) no-repeat 100% 100%;
}

.testi .center {
    align-items: center;
}

.testi .testimonial-content {
    padding: 25px 34px 30px 34px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(29 42 77 / 11%);
    position: relative;
    transform: translateY(0px);
    transition: linear 0.5s;
}

.testi .testimonial-content:hover {
    transform: translateY(-10px);
}

.testi .testimonial-content .testimonial-bottom {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.testi .testimonial-content .testimonial-bottom .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.testi .testimonial-content .testimonial-bottom .testimonial-caption {
    margin-left: 25px;
}

.testi .testimonial-content .testimonial-text p {
    color: #000;
    font-style: italic;
}

.testi .testimonial-content .testimonial-bottom .testimonial-caption h3 {
    color: #006C0C;
}

.testi .testimonial-content .testimonial-bottom .testimonial-caption label {
    color: #848e9f;
}

.testi .testimonial-content .bi-quote {
    text-align: right;
    position: absolute;
    color: #f7cd06;
    opacity: 0.2;
    font-size: 100px;
    right: 100px;
    top: 100px;
    transform: rotate(180deg);
}

.testi .testimonial-content .bi-grip-vertical {
    position: absolute;
    right: 0;
    color: #000;
    font-size: 50px;
}

.testi .testimonial-content:hover .bi-quote {
    opacity: 1;
}

.testi .testimonial-content:hover .bi-grip-vertical {
    color: #f7cd06;
}

p.our-misson {
    font-size: 20px;
    font-weight: 300;
    color: #848e9f;
    margin-bottom: 30px !important;
}

.color-box {
    text-align: center;
    display: block;
    padding: 50px 15px;
    border-bottom: 5px solid #9ccb43;
    color: #fff;
    border-radius: 15px;
    background-color: #206432;
}

.color-box p {
    color: #fff;
    font-size: 18px;
}


/* youtube */

.youtube {
    background: url(../images/col-bgimage-6.jpg) no-repeat 100% 100%;
    position: relative;
    background-attachment: fixed;
}

.youtube::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.youtube .row {
    position: relative;
    z-index: 9;
}

.youtube .title,
.youtube .sub-title {
    color: #000;
}


/* footer */

.footer {
    background: #eaf3e0;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
   background-position: bottom;
   padding-bottom: 150px;
   padding-top:150px;
}

.footer p,
.footer a {
    color: #223b73;
    transition: ease all 0.5s;
    font-size: 16px;
}

.footer a:hover {
    color: #9ccb43;

}
.footer a  span i{
    margin-right: 5px;
}
.footer .footer-logo img {
    width: 200px;
}

.footer .title-f {
    color: #223b73;
    font-weight: 600;
    padding-bottom: 25px;
}

.footer ul {
    padding: 0;
    margin: 0;
    float: left;
}

.footer ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer .flex-box {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.footer .flex-box .social-box a {
    margin: 10px;
    font-size: 18px;
}

.footer .links {
    display: flex;
    justify-content: end;
}

.footer .links a {
    padding: 0 15px;
    font-size: 14px;
}

.footer .links .middle {
    border-left: 1px solid #fff;
    /* border-right: 1px solid #fff; */
}


/* inner banner */

.inner-banner {
    position: relative;
    padding-bottom: 150px;
  padding-top: 300px;
}

.inner-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00010273;
}

.inner-banner .row {
    position: relative;
    z-index: 9;
}

.inner-banner h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-banner ul {
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.inner-banner ul li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.inner-banner ul li a {
    color: #fff;
    text-transform: capitalize;
}

.inner-banner ul li span {
    color: #f7cd06;
    font-weight: 600;
}

li.dider {
    transform: rotateZ(13deg);
}


/* bg-contact */

.bg-contact {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 5px;
    height: 100%;
}

.bg-contact .form-control {
    background: #fff;
    border: unset;
    padding: 20px;
    border: 1px solid #3e3e3e;
    color: #000;
}

.bg-contact .form-control::placeholder {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.bg-contact .icon-box i {
    font-size: 40px;
    color: #206432;
}

.bg-contact h3 {
    color: #206432;
    font-weight: 600;
    text-transform: capitalize;
}

.bg-contact a {
    color: #000;
    font-size: 20px;
}

.maps {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}


/* about */

.about-sec .about-box {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.about-sec .nav-pills {
    justify-content: space-between;
}

.about-sec .nav-pills .nav-item .nav-link {
    text-transform: capitalize;
    background: #16725a;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    border-radius: unset;
    color: #fff;
}

.about-sec .nav-pills .nav-item .nav-link.active {
    background: #fbc107;
}

.second-about-sec .padding {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px #e4e4e4;
    /* margin-top: -250px; */
}

.third-about-sec .swiper-slide .text {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #e4e4e4;
    position: relative;
}

.third-about-sec .swiper-slide .text::after {
    position: absolute;
    left: 0;
    top: 38px;
    content: "";
    width: 15px;
    height: 3px;
    background: #f7cd06;
}


/* services */

.services-sec .services-ul ul {
    padding: 0;
    margin: 0;
}

.services-sec .services-ul ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}

.services-sec .services-ul ul li:hover a {
    color: #fff;
    background-color: #de2942;
}

.services-sec .services-ul ul li .active {
    color: #fff;
    background-color: #de2942;
}

.services-sec .services-ul ul li a {
    color: #16725a;
    background: #e8e8e8;
    border: 1px solid #de2942;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
    transition: linear 0.5s;
}

.services-sec .slider-box .gg-two .swiper-slide {
    position: relative;
}

.services-sec .slider-box .gg-two .swiper-pagination {
    position: unset !important;
    margin: 15px 0;
}

.services-sec .slider-box .gg-two .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    border-radius: unset;
    height: 10px;
}

.services-sec .slider-box .gg-two .swiper-pagination .swiper-pagination-bullet-active {
    background: #f7cd06;
}

.services-sec .slider-box .gg-two .zoom-img {
    position: relative;
}

.services-sec .slider-box .gg-two .text {
    padding: 15px;
    width: 100%;
    background: #16725a;
}

.services-sec .slider-box .gg-two .text p {
    color: #fff;
    font-weight: 500;
}

.services-sec .text-bottom {
    border-bottom: 1px solid #848e9f;
    padding: 30px;
    background: #fff;
}

.services-sec .text-bottom ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.services-sec .text-bottom ul li {
    list-style: none;
    color: #848e9f;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.services-sec .text-bottom ul li span {
    position: absolute;
    left: 0;
    top: 0;
}

.services-sec .text-bottom ul li span img {
    width: 20px;
}

.services-sec .dwonload-pdf {
    display: flex;
    border-bottom: 3px solid #f7cd06;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    align-items: center;
}

.services-sec .dwonload-pdf h5 {
    color: #16725a;
    font-weight: 600;
}

.services-sec .dwonload-pdf h5 {
    color: #16725a;
    font-weight: 600;
    font-size: 25px;
}

.services-sec .dwonload-pdf i {
    color: #af0d0d;
    font-size: 50px;
    font-weight: 600;
    margin-right: 10px;
}

select.form-select.form-control {
    color: #000;
}

.listing li{
    margin-bottom: 20px;
    font-size: 20px;text-align: justify;
}

.font-55 {
    font-size: 40px;
    line-height: 59px;
  }
  .plastic-waste-banner{
    background-image: url(../images/plastic-waste-management.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;  }

  .about-banner{
    background-image: url(../images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;  }

  .contact-banner{
    background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;  }

  .discarded-banner{
    background-image: url(../images/discarded-containers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;  }

  .recycle-banner{
    background-image: url(../images/recycling-facilities-banner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .download-banner {
    background-image: url(../images/download-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;}

.epr-banner {
    background-image: url(../images/epr-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;}

    .copyright{
        margin-top: 150px;
    }
    .footer-top {
        margin-bottom: 300px;
    }