@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;

}


input,
button {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

a {
    /* color: #653a2b; */
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:hover,
button:focus {
    outline: 0;
    transition: .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Montserrat";
} */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 24px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

section {
    position: relative;
}

.header {
    background-color: #fff;
}

.herder-top {
    background: #156414;
    color: #ffffff;
}

.top_left {
    text-align: left;
    font-size: 13px;
    padding: 8px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.top_right {
    text-align: right;
    font-size: 13px;
    padding: 8px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.herder-top a {
    color: #ffffff;
}

.herder-top a:hover {
    text-decoration: underline;
}

.herder-top ul li {
    display: inline-block;
    margin-right: 10px;
}

.herder-top ul li:last-child {
    margin: 0;
}

.top_social {
    margin-left: 20px;
}

.top_social li a {
    border: 1px solid #ffffff;
    line-height: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.top_social li a:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #000;
}

.logo {
    width: 140px;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-item {
    /* margin: 6px 26px; */
}

.navbar-light .navbar-nav .nav-link {
    color: #94b663;
    margin: 50px 26px;
    padding: 0;
    font-size: 14px;
    position: relative;
}

.navbar-light .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/* .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff3635;
} */

.navbar-light .navbar-nav .nav-link:before {
    content: '';
    width: 0;
    height: 2px;
    left: 50%;
    top: 33px;
    display: inline-block;
    transition: all 0.3s;
    background: #47781a;
    position: absolute;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    left: 0%;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #47781a;
}

.fixed {
    background: rgb(255 255 255);
    padding: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0);
    z-index: 9999;
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

.fixed .logo {
    width: 100px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
}

.banner-text-area {
    padding-top: 18%;
    width: 31%;
    left: 0;
}

.banner_txt h5 {
    color: #3e2622;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    letter-spacing: 2px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 62px;
    font-family: 'Bebas Neue', cursive;
}

.banner_txt h3 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    margin: 34px 0 14px;
    line-height: 26px;
}

.banner_txt a {
    color: #fff;
    padding: 10px 16px;
    display: inline-block;
    margin-top: 19px;
    background: #41b53f;
    font-size: 15px;
    font-weight: 400;
    border-radius: 33px;
    width: 131px;
    text-align: center;
    margin-right: 7px;
}

.banner_txt a:hover {
    color: #000;
    background: #fff;
    transition: .5s ease-in-out;
}

.boxba-boader {
    border: 1px solid #f6f6f6;
    padding: 9px;
}

#banner-carousel .owl-nav img {
    width: 45px;
}

#banner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    right: 8%;
}

#banner-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 8%;
}

#banner-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.sopping-details {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -84px;
    z-index: 99;
    text-align: -webkit-center;
}

.sopping-details ul li {
    list-style-type: none;
    display: table-cell;
    text-align: center;
    width: 380px;
    color: #fff;
    font-size: 12px;
    padding: 20px;
}

.sopping-details ul li:first-child {
    background: #61c55f;
}

.sopping-details ul li:nth-child(2) {
    background: #216420;
}

.sopping-details ul li:nth-child(3) {
    background: #06b103;
}

.sopping-details ul li img {
    display: block;
    margin: 0 auto;
    width: 18%;
}

.sopping-details ul li svg {
    display: block;
    margin: auto;
    fill: #ffffff;
}

.sopping-details ul li span {
    display: block;
    font-size: 18px;
    color: #ffff;
    padding: 6px 0;
}

.about-sec {
    padding: 145px 0 30px;
}

.about-sec img {
    width: 94%;
}

.about-sec h3 {
    color: #41b53f;
    font-weight: 600;
    font-size: 25px;
}

.about-sec p {
    font-size: 14px;
    margin-bottom: 15px;
    padding-right: 0;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}

.about-sec .viewmore {
    text-align: left;
}

.viewmore {
    text-align: center;
}

.viewmore a {
    background: #41b53f;
    color: #fff;
    display: inline-block;
    padding: 9px 24px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}

.viewmore a:hover {
    background: #000;
    transition: .5s ease-in-out;
}

.our-service {
    background: url(../images/service-back.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 30px 0;
}

.our-service h3 {
    text-align: center;
    color: #41b53f;
    font-size: 27px;
    margin-bottom: 30px;
}

.service-box {
    background: rgb(255 255 255 / 60%);
    padding: 16px;
    margin: 44px 0 0;
}

.service-box h4 {
    color: #41b53f;
    font-size: 22px;
    font-weight: 600;
}

.service-box p {
    color: #3d3e3e;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}

.our-service img {
    width: 100%;
}

.product-sec {
    padding: 30px 0 59px;
}

.product-sec h3 {
    text-align: center;
    color: #41b53f;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 43px;
}

.pro-box {
    position: relative;
    margin-bottom: 22px;
}

.pro-box img {
    width: 100%;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
}

.pro-box .txtbox {
    text-align: center;
    padding: 21px 0;
}

.pro-box .txtbox a {
    color: #3a3b3c;
    padding-bottom: 4px;
    display: inline-block;
}

.videoimg a {
    position: absolute;
    z-index: 999;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #1791de;
    width: fit-content;
    color: #fff;
    border-radius: 22px;
    padding: 6px 23px;
    transition: .5s ease-in-out;
}

.videoimg .leftpadd {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.videoimg .rightpadd {
    padding-right: 0;
    position: relative;
}

.videoimg img {
    width: 100%;
}

.videoimg a:hover {
    background: #000;
    transition: .5s ease-in-out;
}

.testimonial {
    background: url(../images/testi-back.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 30px 0 40px;
    position: relative;
}

.testimonial .title {
    text-align: center;
    margin-bottom: 20px;
    /* z-index: 9999; */
}

.testimonial .title h3 {
    color: #fff;
    font-size: 20px;
}

.testimonial .title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.itembox img {
    width: 140px !important;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}

.itembox h5 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
}

.itembox p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 0 14%;
}

.overlay-color {
    background: rgb(54 71 86 / 47%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.testimonial .container {
    position: relative;
    z-index: 99;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

#testimonial-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
}

#testimonial-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 30%;
}

#testimonial-carousel .owl-prev img {
    width: 50px;
}

#testimonial-carousel .owl-next img {
    width: 50px;
}

.imgbox-sec {
    padding: 40px 0;
}

.boxs p {
    color: #4f5358;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 59px;
}

.imgbox {
    position: relative;
}

.imgbox:before {
    content: "";
    position: absolute;
    background: url(../images/green.png) no-repeat 0 0;
    width: 49px;
    height: 43px;
    left: 0;
    top: -42px;
    right: 0;
    margin: 0 auto;
    background-size: contain;
}

.imgbox img {
    border: 6px solid #dad7d7;
    max-width: 100%;
}

.boxstwo .imgbox {
    position: relative;
}

.boxstwo .imgbox:before {
    content: "";
    position: absolute;
    background: url(../images/green.png) no-repeat 0 0;
    width: 49px;
    height: 43px;
    left: 0;
    bottom: -32px;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    top: auto;
    transform: rotate(60deg);
}

.boxstwo p {
    color: #4f5358;
    font-size: 14px;
    line-height: 24px;
    margin-top: 59px;
}

.footer {
    margin-top: 40px;
    color: #ffffff;
}

.footer-top {
    background: #34a133;
    padding: 32px 0;
}

.footer-top h3 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.call-us img {
    width: 69%;
}

.call-us h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.call-us p {
    color: #fff;
    margin: 0 0 4px 0;
    font-size: 12px;
    font-weight: 400;
}

.footer-bottom {
    background: #156414;
    padding: 11px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.footer-bottom a {
    color: #ffffff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom img {
    float: right;
    width: 249px;
}

.call-us p span {
    font-weight: 600;
}

.call-us .col-lg-2 {
    padding: 0;
    text-align: center;
}

.call-us i {
    color: #ffffff;
    font-size: 26px;
    text-align: right;
}

.social_icon {
    margin-top: 20px;
}

.social_icon li {
    display: inline-block;
    margin-right: 5px;
}

.social_icon li a {
    color: #ffffff;
}

.social_icon li a i {
    background: #ffffff;
    color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 0;
    justify-content: center;
    font-size: 20px;
    border-radius: 50px;
}

.footer .list h5 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer .list li {
    padding: 4px 0;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    font-weight: 400;
}

.footer .list a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.footer-logo p {
    font-size: 14px;
    text-align: left;
}

.pro-box a {
    overflow: hidden;
    display: block;
}

.pro-box a img {
    transition: 1s linear;
}

.pro-box a:hover img {
    transform: scale(1.1);
}

.page_banner_sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/banner.jpg);
    background-color: #d7d7d7;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}

.page_banner_sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    left: 0;
    top: 0;
    opacity: .3;
    z-index: -1;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.page-title-content {
    text-align: left;
    width: 60%;
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #156414;
    font-size: 42px;
    font-weight: 700;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.page-title-content ul li {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.page-title-content ul li::before {
    content: '/';
    position: absolute;
    right: -15px;
    top: 0;
    /* background-color: #ffffff; */
}

.page-title-content h2::after {
    content: unset;
}

.page-title-content ul li a {
    display: inline-block;
    color: #000000;
    -webkit-transition: .6s;
    transition: .6s;
}

.enquiry_sec {
    padding: 60px 0;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px;
    outline: 0;
}

.contact-form .btn-cstm {
    background: #41b53f;
    color: #fff;
    display: inline-block;
    padding: 9px 24px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}

.contact-form .btn-cstm:hover {
    background: #000000;
}

.contact_sec {
    padding: 60px 0;
}

.contact-main {
    background: #fff;
    box-shadow: 1px 1px 41px -13px rgb(0 0 0 / 18%);
}

.contact_sec .contact-form {
    padding: 48px 20px;
}

.contact-form p {
    font-size: 14px;
}

.contact-form h3 {
    font-size: 26px;
}

.contact-details {
    background: #41b53f;
    color: #fff;
    padding: 48px 20px;
    text-align: left;
}

.contact-details h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 10px;
}

.contact-details p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-details ul li {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin: 20px 0;
}

.contact-details ul li span {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.contact-details ul li span i {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #41b53f;
    text-align: center;
}

.contact-details ul li a {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}

.contact-details ul li:not(:first-child) {
    align-items: center;
}

.fixed .offcanvas-backdrop {
    position: relative;
}

.product_page ul ul li a {
    text-align: left;
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 0 !important;
    font-size: 14px;
    border-bottom: 1px solid #04a03e;
    color: #04a03e;
    line-height: 20px;
}

.product_page ul li button {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 10px;
    width: 100%;
    border-radius: 0 !important;
    font-size: 14px;
    border-bottom: 1px solid #04a03e !important;
    color: #04a03e;
    line-height: 20px;
}

.product_page ul ul li a:hover,
.product_page ul li button:hover {
    color: #ffffff;
    background-color: #04a03e;
}

.product_page ul li button span {
    font-size: 24px;
}

.nav-pills .nav-link.cstm_active {
    background-color: #04a03e;
    color: #ffffff;
    border-bottom: 1px solid #ffffff !important;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #04a03e;
}


/* product_page */
.main-product-border {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 0;
}

.products-details {
    padding: 10px;
}

.products-details h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #524c4c;
}

.products-details span {
    font-size: 16px;
    margin-bottom: 15px;
    color: #04a03e;
    display: inline-block;
    font-weight: 600;
}

td {
    padding: 9px 12px;
}

table {
    width: 100%;
}

.products-details table,
.products-details tr,
.products-details td {
    border: 1px solid #f0f0f0;
    font-size: 14px;
}

.products-details tr td:first-child {
    color: #524c4c;
    font-weight: 600;
}

tr:first-child th,
tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
}
.bttns-01 a {
    width: auto;
    background: #04a03e;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin: auto;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in;
    border: 1px solid #04a03e;
    margin-top: 15px
}
.bttns-01 a:hover {
    background: #fff;
    color: #04a03e;
}
.dropdown-item.active, .dropdown-item:active,.dropdown-item:focus, .dropdown-item:hover{
    background-color: #04a03e;
    color: #ffffff;
}

.plastic_count {
    margin: 15px 0;
}
.plastic_count .text{
    font-size: 20px;
    font-weight: 500;
}
.plastic_count strong{
    font-size: 30px;
    color: #41b53f;
    width: 105px;
    display: inline-block;
}

.client_sec{
    padding: 50px 0 0;
}

.client_slider .item img{
    padding: 10px;
}

.navbar-toggler:focus {
    box-shadow:none;
}
.navbar-toggler{
    border: none !important;
}


/* mail */
#response,
#response1 {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert,
#alert1 {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}