.b_g {
    background-color: #1f4e3d;
    background: rgb(5, 169, 88);
    background: linear-gradient(90deg, rgba(5, 169, 88, 1) 0%, rgba(48, 179, 84, 1) 36%, rgba(156, 204, 70, 1) 94%);
}

.text_dark {
    color: #000 !important;
}

nav.navbar.validnavs ul.nav.navbar-right .dropdown-menu {
    display: none !important;
}

.d-none {
    display: none !important;
}

li.facebook:hover a {
    color: #1877F2;
}

li.twitter:hover a {
    color: #1DA1F2;
}

li.youtube:hover a {
    color: #c4302b;
}

li.instagram:hover a {
    color: crimson;
}


.res-menu-social-link {
    text-align: center;
    position: sticky;
    left: 0;
    bottom: -30px;
    padding: 13px 15px 13px;
    background: white;
    width: 100%;
    margin: 0;
    height: 50px;
    border-top: 1px dashed lightgray;
}

.res-menu-social-link a,
.footer-social-links a {
    color: #737373;
    height: 24px;
    margin: 0px 3px;
    width: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.res-menu-social-link a .fa,
.footer-social-links a .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.res-menu-social-link a:hover .fa-facebook-f,
.footer-social-links a:hover .fa-facebook-f {
    color: #1877F2;
}

.res-menu-social-link a:hover .fa-twitter,
.footer-social-links a:hover .fa-twitter {
    color: #1DA1F2;
}

.res-menu-social-link a:hover .fa-instagram,
.footer-social-links a:hover .fa-instagram {
    color: crimson;
}

.res-menu-social-link a:hover .fa-linkedin,
.footer-social-links a:hover .fa-linkedin {
    color: #0077b5;
}

.res-menu-social-link a:hover .fa-pinterest-p,
.res-menu-social-link a:hover .fa-youtube,
.footer-social-links a:hover .fa-youtube,
.footer-social-links a:hover .fa-pinterest-p {
    color: #c4302b;
}


.banner-area>div {
    height: 85vh !important;
}

.btn-md {
    padding: 10px 20px !important;
    font-size: 16px !important;
}

.title,
.heading,
.contact-style-one-info h2 {
    color: #375ca5 !important;
}

.h_back {
    display: inline-block;
    margin: 0 10px;
    background-color: #eeeeee4a;
    padding: 5px 12px;
    border-radius: 20px;
    position: absolute;
    top: 25px;
    left: 15px;
}

.shape-bottom-right img {
    max-width: 100%;
}

.pmcommu .fa-heart {
    transition: all .3s ease;
}

.pmcommu:hover .fa-heart {
    color: #dd1627;
}

.services-style-one-carousel .swiper-button-prev {
    background-image: none;
}

.services-style-one-carousel .swiper-button-next {
    background-image: none;
}

.services-style-one-carousel .swiper-button-next,
.services-style-one-carousel .swiper-button-prev {
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    color: rgb(0 0 0 / 54%);
    border-radius: 50%;
    padding: 20px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 2px solid rgb(0 0 0 / 20%);
    transition: all 0.35s ease-in-out;
}

.services-style-one-carousel:hover .swiper-button-next,
.services-style-one-carousel:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
}


.services-style-one-carousel .swiper-button-prev:after {
    top: 12px;
    left: 14px;
    font-size: 18px;
    position: absolute;
}

.services-style-one-carousel .swiper-button-next:after {
    top: 12px;
    right: 14px;
    font-size: 18px;
    position: absolute;
}

.services-style-one-carousel .swiper-button-next:hover,
.services-style-one-carousel .swiper-button-prev:hover {
    background-color: #f7c35f;
    color: #fff;
    border-color: transparent;
}



.sitemaplinks-bx {
    border: 1px solid #0000000f;
    padding: 20px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    /* box-shadow: 0 0px 5px #0000000f; */
    margin-bottom: 40px;
}

.sitemap-heding {
    position: absolute;
    top: -12px;
    background: #fcfcfc;
    padding: 0px 10px;
    color: #10112e;
    font-size: 18px;
    font-weight: 400;
}

.sitemap-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-ul li {
    width: fit-content;
    display: inline-block;
    margin: 8px 0;
    padding: 0 0px;
    width: 16%;
    /* border-right: 1px solid #0000000f; */
}

/* .sitemap-ul li:nth-last-child(1) {
    border-color: transparent;
 } */

.sitemap-ul li a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    color: #525252;
    font-weight: 400;
}

.sitemap-ul li a .fa {
    margin-right: 5px;
}

.sitemap-ul li a:hover {
    color: #00a859;
}




nav ul li a.active {
    color: #49a760;
}

.footer-item.link li a.active {
    color: #f7c35f;
}

.about-style-one .thumb>img {

    filter: grayscale(0.3);
}

nav.navbar.validnavs .navbar-nav>li>a.active {
    color: #49a760 !important;
}

.farmer-style-one-item .info {
    float: none !important;
}

.advisory-popup h3 {
    font-size: 28px;
    font-weight: 500;
    color: #003262;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.modal-title {
    color: #003262;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.advisory-popup img {
    width: 150px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #e9e9e954, rgb(0 0 0) 0px 10px 10px -10px;
    float: left;
    margin-right: 16px;
}

.advisory-popup p {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.advisory-popup p:nth-last-child(1) {
    margin-bottom: 0;
}

.apslinks-lable {
    text-align: center;
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}


.apslinks {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.apslinks .social {
    padding: 0px 0px;
    font-size: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 99px;
    margin-left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(0deg 0% 94% / 80%);
    color: #525252;
    transition: all 0.3s ease-in-out;
}


.apslinks .social.email:hover,
.apslinks .social.ytp:hover {
    background-color: rgb(255 0 0 / 70%);
    color: white;
}

.apslinks .social.fb:hover {
    background-color: #475993;
    color: white;
}

.apslinks .social.tw:hover {
    background-color: rgb(29 161 242 / 70%);
    color: white;
}

.apslinks .social.wta:hover {
    background-color: #44be53;
    color: white;
}

.apslinks .social.website:hover {
    background-color: #eb9e5c;
    color: white;
}

.apslinks .social.insta:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.modal-content .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    position: absolute;
    top: 15px;
    right: 15px;
}

.farmer-style-one-item {
    cursor: pointer;
}


/* Product section start  */

.product_sec {
    padding: 40px 0 40px;
}

.cat-bx {
    display: flex;
    position: relative;
}

.cat-bx .cat-left {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    background-color: #fff;
    position: sticky;
    top: 70px;
    height: calc(100vh - 70px);
    border-radius: 10px;
    border: 1px solid #eceae0;
    padding: 30px;
}

.cat-bx .cat-right {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    /* background: #f9f9f9; */
    padding: 0 20px;
}


.cat-left .product_main_heading {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}

.product_menu .product-link {
    display: flex;
    margin-bottom: 10px;
    line-height: 45px;
    /* padding: 0 20px; */
    font-size: 16px;
    color: #333;
    position: relative;
    border-radius: 20px 0 0 20px;
    text-transform: capitalize;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    font-weight: 500;
}

.product_menu .product-link:hover {
    color: #00a859;
}

.product_menu .product-link.active {
    color: #00a859;
}



/* gallery css  */


/*------ Porfolio  ------------------------------------------------*/

.gallery-filters {
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery-filters .gallery-filter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 5px 5px;
    margin: 0px 10px;
    color: #121212;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    width: fit-content;
    opacity: 0.8;
    border-bottom: 2px dotted transparent;
}

.gallery-filters .gallery-filter:hover {
    color: black;
    opacity: 1;
}

.gallery-filters .gallery-filter.active {
    border-color: black;
    color: black;
    opacity: 1;
}

.gallery-items {
    width: 100%;
    position: relative;
}

.gallery-item {
    /* width: 20%; */
    flex: 0 0 auto;
    width: 33.3333333333%;
    position: relative;
    float: left;
    padding: 15px;
    /* margin-bottom: 20px; */
    cursor: pointer;
}

.gallery-item a {
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
    padding: 5px;
    border: 0.5px solid #5ba43b;
}

.gallery-item a .gallery-over {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(#00000042, #0000003d);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item a .gallery-over .fa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: var(--color1);
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: none;
}

.gallery-item a:hover .gallery-over {
    opacity: 1;
    visibility: visible;
}

.gallery-item img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    /* filter: grayscale(1); */
    transition: all 0.3s ease-in-out;
}

.gallery-item a:hover img {
    filter: grayscale(0);
}

.gallery-item .gallery-text {
    padding: 5px 0px;
    display: none;
}

.gallery-item .gallery-text h6 {
    font-weight: 600;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 2px;
}

.gallery-item p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    letter-spacing: .5px;
}

/* gallery css end  */

.com_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: #00000012;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    /* /* opacity: .4; */
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    border-radius: 5px;
}

.com_logo img {
    width: 50px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-item:hover .com_logo {
    opacity: 1;
    visibility: visible;
}

















/* Product section end  */



.product-list-item a {
    background: #2c5848;
    padding: 27px 15px;
    border-radius: 10px;
    display: block;
    font-weight: 900;
    margin-bottom: 30px;
}

.product-list-item a h5 {
    font-size: 16px;
}



.whatapp-new-icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border-radius: 50%;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}

.whatapp-new-icon img {
    width: 100%;
}


.whatapp-new-icon .whatapp-meg {
    position: absolute;
    bottom: 100%;
    right: 0px;
    color: #f9fffb;
    background-color: #09a528;
    width: 235px;
    /* transform: translateY(-20px); */
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0 0 0 0.5px #1bd741, 0 0 20px #00000030;
    box-shadow: 0 0 0 0.5px #1bd741, 0 0 20px #00000030;
    -webkit-animation: initAnimation 1s infinite alternate;
    animation: initAnimation 1s infinite alternate;
    font-weight: 500;
}

.whatapp-new-icon:hover .whatapp-meg {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.whatapp-new-icon .whatapp-meg::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #09a528;
    position: absolute;
    right: 22px;
    bottom: 0px;
    -webkit-transform: translateY(7.3px) rotate(45deg);
    -ms-transform: translateY(7.3px) rotate(45deg);
    transform: translateY(7.3px) rotate(45deg);
    z-index: 0;
    -webkit-box-shadow: 0.5px 0.5px 0.5px #1bd741;
    box-shadow: 0.5px 0.5px 0.5px #1bd741;
}


@-webkit-keyframes initAnimation {
    0% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }

    100% {
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px);
    }
}

@keyframes initAnimation {
    0% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }

    100% {
        -webkit-transform: translateY(-22px);
        transform: translateY(-22px);
    }
}



@media (max-width: 1200px) {
    .sitemap-ul li {
        width: 19%;
    }
}

@media (min-width: 1024px) {
    .res-menu-social-link {
        display: none;
    }
}

@media (max-width: 992px) {
    .sitemap-ul li {
        width: 24%;
    }

    .gallery-item {
        width: 50%;
    }

    .cat-bx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cat-bx .cat-left {
        width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: -1px !important;
        z-index: 15;
        /* flex-direction: column; */
        align-items: center;
        padding: 10px 15px 10px 0;
        gap: 10px;
    }

    .product_menu {
        margin-top: 0;
        -ms-flex-item-align: end;
        align-self: flex-end;
        white-space: nowrap;
        display: flex;
        gap: 15px;
    }

    .product-link {
        display: inline-block;
        border-radius: 20px 20px 0 0px;
        margin-bottom: 0;
    }

    .cat-left .product_main_heading {
        margin-bottom: 0;
        position: sticky;
        left: 0;
        background: #fff;
        z-index: 1;
        margin: 0 10px 0 0;
        padding: 0 12px 0;
    }

    .product_menu .product-link {
        gap: 10px;
        margin-bottom: 8px;
        line-height: 0;
    }

    .product_menu .product-link i {
        transform: rotate(90deg);
        margin-top: 3px;
    }
}

@media (max-width: 900px) {
    .cat-left {
        padding-top: 25px;
        overflow: hidden;
        overflow-x: auto;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-one .thumb .sub-item {
        left: 0 !important;
        right: 0 !important;
        display: block !important;
    }

    .about-style-one .thumb>img {
        border-radius: 50% !important;
        max-width: 110% !important;
    }

    .choose-us-style-three-thumb .video {
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        display: block;
    }
}

@media (max-width:768px) {
    .about-style-one .thumb .sub-item {
        left: 75px !important;
        right: 0 !important;
        display: block !important;
        bottom: -10px !important;
        height: 170px;
        width: 170px;
        border-radius: 50%;
        position: absolute;
        padding: 10px;

    }

    .h_back {
        top: 15px;
        left: 0px;
    }

    .about-style-one .thumb>img {
        border-radius: 50% !important;
        max-width: 100% !important;
    }

    .footer-item.link li {
        display: inline-block;
        margin: 0 10px;
        padding: 5px 10px;
        margin: 5px 0;
    }

    .sitemap-ul li {
        width: 32.33%;
    }

    .choose-us-style-three-thumb .video {
        display: block;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }

    .product_menu .product-link {
        font-size: 14px;
    }

    .gallery-item p {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    .sitemap-ul li {
        width: 49%;
        padding: 0 10px;
    }
}



@media (max-width:480px) {
    .h_back {
        top: 10px;
        left: 0px;
    }

    h2.title {
        font-size: 24px;
    }

    h2.heading {
        font-size: 26px;
    }

    .contact-style-one-info h2 {
        font-size: 26px;
    }

    .advisory-popup h3 {
        font-size: 24px;
    }
}

@media (max-width:420px) {
    .advisory-popup img {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }

    .advisory-popup h3 {
        text-align: center;
    }

    .sitemap-ul li a {
        font-size: 14px;
    }
}


/* gallery responsive  */
@media screen and (max-width:1200px) {
    .gallery-item {
        width: 25% !important;
    }
}


@media screen and (max-width:992px) {
    .gallery-item {
        width: 33.3% !important;
    }
}


@media screen and (max-width:768px) {
    .gallery-item {
        width: 50% !important;
    }
}

@media screen and (max-width:408px) {
    .news-bx h5 {
        font-size: 14px;
    }
}

@media screen and (max-width:380px) {
    .gallery-item {
        width: 100% !important;
    }
}