a {
    list-style: none;
    text-decoration: none !important;
}

.container-fluid {
    padding-right: var(--bs-gutter-x, 1.75rem);
    padding-left: var(--bs-gutter-x, 1.75rem);
}

body {
    background-color: #cff7c6;
}

/* top header css  */
#top-header {
    background-color: #cff7c6;
    position: relative;
}

#top-header .topheader-1 {
    background: #052429;
}

#top-header .topheader-1 .topheader-carousel .top-header h1 {
    font-size: 18px;
    padding: 8px;
    margin: 0px;
}

#top-header .topheader-1 .topheader-carousel .owl-nav {
    display: none;
}

#top-header .topheader-2 {
    padding: 10px 0px;
}

#top-header .topheader-2 .logo img {
    width: 100%;
}

#top-header .topheader-2 .topbar-widget {
    border: 2px solid;
    border-radius: 60px;
    padding: 0px 10px;
}

#top-header .topheader-2 .topbar-widget i {
    line-height: 30px;
}

#top-header .topheader-2 .topbar-widget .topheadertitle {
    font-size: 12px;
}

.sticky-top {
    background: #fff;
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

/* slider css */
#slider {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #052913;
}

#slider .owl-carousel .owl-carousel-item {
    position: relative;
}

#slider .header-carousel .owl-carousel-item {
    position: relative;
}

#slider .header-carousel .owl-carousel-text {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 40%;
    left: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-shadow: 10px 10px 20px;
}

/* #slider .header-carousel .owl-carousel-item .img-fluid2 {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 50%;
} */

#slider .header-carousel .owl-carousel-item .img-fluid {
    border: 5px solid #fff;
    border-radius: 10px;
}

#slider .banner-2 {
    width: 100%;
    height: 194px;
    border: 5px solid #fff;
    border-radius: 10px;
}

#slider .banner-3 {
    width: 100%;
    height: 194px;
    border: 5px solid #fff;
    border-radius: 10px;
}

#slider .header-carousel .owl-carousel-text .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#slider .header-carousel .owl-carousel-text .subtitle {
    color: #fff;
}

#slider .header-carousel .owl-carousel-text .description {
    font-size: 52px;
    text-transform: capitalize;
}

#slider .header-carousel .owl-carousel-text i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #109C3D;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

#slider .plant-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}

#slider .plant {
    position: absolute;
    top: -100px;
    /* ab upar se start hoga */
    background: linear-gradient(145deg, #3b7a3b, #6bbf59);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    /* leaf shape */
    animation: plant-fall linear infinite;
    opacity: 0;
}

#slider .plant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

@keyframes plant-fall {
    0% {
        transform: translateY(-100px) scale(0.8) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(1000px) scale(1.2) rotate(360deg);
        opacity: 0;
    }
}

/* category css  */
#category {
    padding: 60px;
}

#category .category-carousel .category-box .category-img img {
    border-radius: 20px;
}

#category .category-carousel .category-box .category-title-box h1 {
    font-size: 18px;
    padding-top: 10px;
}

#category .category-carousel .owl-nav {
    display: none;
}

/* gallery css */
#gallery {
    background: #052913;
    padding: 20px 0px;
}

#gallery .image-gallery .row>* {
    padding: 0px;
}

#gallery .image-gallery .image-gallery__col img {
    width: 100%;
}

#gallery .image-gallery__col:hover .image-gallery__col--popup {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 90%;
}

#gallery .image-gallery__col--popup {
    --icon-size: 116px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
    position: absolute;
    width: 116px;
    height: 116px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: var(--bg-color);
    z-index: 4;
    opacity: 90%;
    visibility: hidden;
}

#gallery .image-gallery__col--popup i {
    font-size: 64px;
    color: #ffffff;
    font-size: 64px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease;
}

/* about css */
#about {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

#about .img-box2 {
    position: relative;
}

#about .img-box2 .img-icon {
    position: absolute;
    left: 91%;
    top: 39%;
    transform: translate(-50%, -50%);
    width: 135px;
    height: 135px;
    background-color: #4b7649;
    border: 8px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 115px;
    z-index: 1;
    transition: all 0.5s ease;
}

#about .img-box2 .img-icon img {
    width: 90%;
    border-radius: 60px;
    text-align: center;
}

#about .img-box2 .img1 {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}

#about .img-box2 .img1 img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

#about .shape-mockup {
    position: absolute;
}

.img-box2 .shape-mockup img {
    height: 100%;
}

.about-layout1 .title-area {
    margin-bottom: 22px;
    padding-right: 70px;
}

.title-area .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #467547;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: #467547;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-title {
    font-size: 29px;
    text-transform: capitalize;
}

#about .about-text {
    margin-bottom: 15px;
}

.tab-box {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.about-layout1.style3 .tab-list .list-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.about-layout1.style3 .tab-list ul {
    padding-left: 0;
}

.about-layout1.style3 .tab-list li:not(:last-child) {
    margin-bottom: 5px;
}

.about-layout1.style3 .tab-list li {
    font-weight: 600;
    line-height: 160%;
}

.tab-list li {
    list-style: none;
    color: #5E5C78;
}

.tab-box .tab-img {
    position: relative;
}

.about-layout1.style3 .tab-img img {
    border-radius: 13px;
    border: 3px solid #467547;
    padding: 6px;
    width: 100%;
}

.tab-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background-color: hsla(193, 83%, 16%, 0.356);
}

.contact-box {
    align-items: center;
    margin-bottom: 20px;
}

.contact-box .contact-content {
    padding: 0 0 0 14px;
}

.about-layout1.style3 .contact-box .contact-text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.about-layout1.style3 .contact-box .contact-title {
    font-size: 20px;
    color: #000;
}

.about-layout1.style3 .contact-box .contact-title a {
    color: #000;
}

.vs-btn2 {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #040a06;
    background-color: #040a06;
    color: #fff;
    line-height: 1;
    padding: 0px 7px 0px 28px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn2:hover {
    color: #fff;
    border-color: #4b7a4e;
    background-color: #4b7a4e;
}

.vs-btn2 i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #4b7a4e;
    border-radius: 50px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.vs-btn2:hover i {
    background-color: #040a06;
}

#about .shape-mockups .shape1 {
    position: absolute;
    left: 122px;
    top: -75px;
    z-index: -1;
}

#about .shape-mockups .shape2 {
    position: absolute;
    right: 0;
    top: 0px;
}

#about .shape-mockups .shape3 {
    position: absolute;
    right: 120px;
    bottom: 50px;
}

/* product css */
#product {
    background: #052913;
    padding-top: 70px;
    padding-bottom: 70px;
}

#product .service-style4 {
    border-radius: 20px;
    border: 1px solid #fff;
}

#product .service-style4 .service-img {
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    width: 100%;
    position: relative;
}

#product .slick-slide img {
    display: inline-block;
}

#product .service-style4 .service-img img {
    border-radius: 20px;
    outline: 2px solid #fff;
    outline-offset: -10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

#product .service-style4 .service-title {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 6px;
    z-index: 1 !important;
    text-align: center !important;
    justify-content: center;
    transition: transform 0.3s, visibility .20s ease-in-out;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
}

#product .service-style4 .service-title:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    border-radius: 20px;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

#product .owl-nav {
    display: flex !important;
    position: relative;
}

#product .owl-prev {
    position: absolute;
    top: -400px;
    right: 6%;
    color: #fff;
    line-height: 0px;
    padding: 15px 15px;
    background: #000;
    border-radius: 50%;
    border: 2px dashed #27565C;
}

#product .owl-next {
    position: absolute;
    top: -400px;
    right: 1%;
    color: #fff;
    line-height: 0px;
    padding: 15px 15px;
    background: #000;
    border-radius: 50%;
    border: 2px dashed #27565C;
}

/* counter css */
#hassle {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#hassle .hassle-style {
    background: #fff;
    padding: 40px 50px;
    border-radius: 50px;
    text-align: center;
}

#hassle .hassle-icon .icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #040a06;
    margin: 3px;
}

#hassle .hassle-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0px;
}

.hassle .hassle-title-box {
    display: inline-flex;
    align-items: center;
}

#hassle .hassle-text {
    font-size: 18px;
}

/* support css  */
#support {
    background: #005745;
}

#support .support-bg {
    background: #005745;
}

#support .support-img-box {
    position: relative;
}

#support .support-img-box .support-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 12px;
}

#support .support-box {
    padding: 24px;
}

#support .support-img-box-2 {
    position: relative;
}

#support .support-img-box-2 .support-img-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
}

#support .support-box h1 {
    color: #fff;
}

#support .support-box p {
    color: #fff;
}

#support .support-box a {
    background: #fff;
    padding: 10px 10px;
    border-radius: 50px;
}

/* insta css  */
#insta {
    padding-top: 70px;
    padding-bottom: 70px;
}

#insta .insta-carousel .insta-contant-box {
    position: relative;
}

#insta .insta-carousel .insta-contant-box .insta-box img {
    width: 100%;
    border-radius: 10px;
}

#insta .insta-carousel .insta-contant-box .absolute {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 35px;
    height: 35px;
    border-radius: 0px 10px 0px 10px;
    background-image: radial-gradient(circle at 30% 110%, #ffdb8b, #ee653d, #d42e81, #a237b6, #3e57bc);
}

#insta .insta-carousel .insta-contant-box .absolute .insta-icon i {
    padding: 10px 10px;
}

#insta .insta-carousel .owl-nav {
    display: none;
}

/* service css */
#service-layout1 {
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}

#service-layout1 .service-inner {
    border-radius: 20px;
}

#service-layout1 .service-box {
    background: #184e0c;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

#service-layout1 .service-box .abs {
    position: absolute;
    top: 0px;
    right: 0px;
}


/* #service-layout1 .service-style3:nth-child(1):hover {
    border-radius: 0px;
} */

/* #service-layout1 .service-style3:nth-child(4):hover {
    border-radius: 0px;
} */

/* #service-layout1 .service-style3 {
    position: relative;
} */

/* #service-layout1 .service-style3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background-color: #040a06;
    border-radius: 0 0 30px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */

/* #service-layout1 .service-style3:hover::after {
    visibility: visible;
    opacity: 1;
} */

/* #service-layout1 .service-style3:hover::before {
    visibility: visible;
    opacity: 1;
} */

/* #service-layout1 .service-style3 .service-content.border-right {
    border-right: 1px solid #063A41;
} */
/* #service-layout1 .service-style3 .service-content.border-right {
    border-right: 1px solid #fff;
} */

/* #service-layout1 .service-style3:nth-child(4n) .service-content.border-right {
    border-right: none;
} */

/* #service-layout1 .service-style3:first-child .service-content {
    border-radius: 30px 0 0px 30px;
    transition: all 0.5s ease;
} */

/* #service-layout1 .service-style3 .service-content {
    background-color: #109C3D;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
} */

/* #service-layout1 .service-style3::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    background-color: #040a06;
    border-radius: 30px 30px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */

/* #service-layout1 .service-style3 .icon-btn3 {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
} */

/* #service-layout1 .icon-btn3 {
    border: 2px dashed #063A41;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
} */

/* #service-layout1 .icon-btn3 .icon {
    background-color: #fff;
    width: 84px;
    height: 84px;
    padding: 10px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.5s ease;
} */

/* #service-layout1 img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
} */

/* #service-layout1 .service-style3 .service-content .service-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
} */

/* #service-layout1 .service-style3 .service-content .service-title a {
    color: #fff;
} */

/* a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
} */

/* #service-layout1 .service-style3 .service-content .service-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 1;
} */

/* #service-layout1 .service-style3 .service-bg1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */
/* #service-layout1 .service-style3:hover {
    margin-top: 20px;
    margin-bottom: 20px;
} */

/* Hide background image initially */
#service-layout1 .service-style3 .service-bg1 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3 .service-bg1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* लाल रंग का हल्का सा लहका */
    pointer-events: none;
}

/* On hover: show background image */
#service-layout1 .service-style3:hover .service-bg1 {
    opacity: 1;
    visibility: visible;
}

#service-layout1 .shape-mockup {
    position: absolute;
    z-index: 0;
}

#service-layout1 .service-bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#service-layout1 .service-bg1 img {
    width: 100%;
    height: 100%;
}


/* testimonial css */
.space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.vs-testi__layout1 .vs-testi__form1 .contact-box .contact-icon {
    background-color: #fffebc;
    border: 4px solid rgba(255, 255, 255, 0.349);
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    z-index: 1;
    transition: all 0.5s ease;
}

.vs-testi__layout1 {
    background: url(../img/testi-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 42%;
    padding-bottom: 120px;
}

.vs-testi__layout1 .tes_img {
    position: absolute;
    top: 0px;
    right: 41px;
    width: 19%;
}

.vs-testi__form1 {
    padding: 55px 48px;
    background-color: #184e0c;
    border: 8px solid transparent;
    border-image: linear-gradient(180deg, rgba(4, 42, 47, 0.5242471989) 0%, rgba(255, 255, 255, 0) 50%);
    border-image-slice: 1;
    z-index: 1;
    position: relative;
}

.vs-testi__form1 .title-area {
    margin-bottom: 32px;
}

.vs-testi__form1 .vs-btn {
    width: 100%;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    padding: 10px 30px;
}

.vs-testi__inner {
    z-index: 0;
    top: 10%;
    position: relative;
}

.vs-testi__items {
    position: relative;
}

.vs-testi__items::after {
    content: "";
    position: absolute;
    left: -77%;
    bottom: 0;
    width: 177%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.vs-testi__style1 {
    background-color: #fff;
    padding: 55px 40px 55px 0px;
    position: relative;
}

.vs-testi__icon i {
    color: #109C3D;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 40px;
    top: 50px;
}

.vs-testi__top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.vs-testi__image {
    max-width: 82px;
    max-height: 82px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px dashed #fff;
    margin-right: 20px;
}

.vs-testi__image img {
    width: 100%;
    border-radius: 50%;
    background-color: #4b7649;
}

.star-rating {
    color: #4b7649;
    display: inline-flex;
}

.vs-testi__title {
    font-size: 20px;
}

.vs-testi__designation {
    font-size: 16px;
}

.custom-arraw {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    text-align: left;
}

.vs-testi__layout1 .custom-arraw::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14%;
    height: 2px;
    background-color: #109C3D;
}

.vs-testi__layout1 .custom-arraw::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    height: 2px;
    background-color: #109C3D;
}

.custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 7px;
}

.custom-arraw .slick-prev {
    left: 25%;
    position: relative;
}

.custom-arraw .icon-arraw {
    border: 2px dashed #27565C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
}

.icon-btn2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0B3F46;
    border: none;
    line-height: 1;
}

.custom-arraw .slick-next {
    left: 7%;
    position: relative;
}

/* .owl-nav {
    position: relative;
    display: flex;
} */

.vs-testi__layout1 .owl-prev {
    position: absolute;
    background: #ffffff;
    bottom: -15%;
    left: 42%;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
}

.vs-testi__layout1 .owl-next {
    position: absolute;
    right: 42%;
    bottom: -15%;
    background: #ffffff;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
}



/* #counter-layout2 .shape-mockup {
    position: absolute;
} */


/* blog css */
/* #blog {
    background: url(../img/blog-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */

#blog .news {
    border-radius: 30px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
}

#blog .news .blog-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#blog .client-img .blog-img img {
    height: 85px;
}

#blog .news .blog-cate {
    position: absolute;
    bottom: 0;
    background-color: #109C3D;
    left: 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 12px 40px 12px 22px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

#blog .blog-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(16, 156, 61);
    background: linear-gradient(0deg, rgba(16, 156, 61, 0.2973564426) 0%, rgba(255, 255, 255, 0) 95%);
}

#blog .blog-content {
    padding: 27px 22px 25px 22px;
}

.blog-inner-author {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

#blog .blog-inner-author .blog-date {
    color: #5F5D76;
    padding-left: 25px;
}

#blog .blog-inner-author i {
    color: #4b7649;
}

#blog .blog-inner-author a i {
    margin-right: 8px;
}

#blog .blog-title {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

.blog-btn {
    position: relative;
}

.blog-btn::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #008734;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-btn .link-btn .icon {
    border: 1.9px dashed #4b7649;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    transition: all 0.5s ease;
}

.blog-btn .link-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #4b7649;
    color: #fff;
    border-radius: 50%;
    margin: 1.5px;
    text-align: center;
    transition: all 0.5s ease;
}

#blog .owl-nav {
    display: flex;
    position: relative;
    display: none;
}

/* #blog .owl-prev {
    position: absolute;
    left: 45%;
    color: #fff;
    line-height: 0px;
    padding: 10px 10px;
    background: #000;
    border-radius: 50%;
} */

/* #blog .owl-next {
    position: absolute;
    right: 45%;
    color: #fff;
    line-height: 0px;
    padding: 10px 10px;
    background: #000;
    border-radius: 50%;
} */

/* footer css */
#footer-layout {
    position: relative;
}

#footer-layout .footer-img {
    position: absolute;
    bottom: 45px;
}

#footer-layout .widget-area {
    background: #052913;
}

#footer-layout .widget-area {
    padding-top: 100px;
    padding-bottom: 40px;
}

#footer-layout .footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

#footer-layout .footer-widget {
    margin-bottom: 40px;
}

#footer-layout .footer-widget .footer-logo img {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

#footer-layout .widget {
    position: relative;
}

#footer-layout .footer-text {
    color: #ffff;
    margin-bottom: 18px;
}

#footer-layout .footer-wrapper .contact-box {
    margin-bottom: 25px;
}

/* #footer-layout .contact-box {
    display: flex;
    align-items: center;
} */

/* #footer-layout .contact-box .icon {
    border-right: 1px solid #0B6538;
    padding-right: 14px;
} */

/* #footer-layout .contact-box .contact-content {
    padding: 0 0 0 14px;
} */

/* #footer-layout .contact-box .contact-title {
    font-size: 22px;
    line-height: 145%;
} */

/* #footer-layout .contact-box .contact-text {
    font-weight: 700;
    color: #109C3D;
} */

#footer-layout .social-style1 {
    display: inline-flex;
    align-items: center;
}

.social-style1 .social-title {
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin-right: 15px;
    padding-right: 14px;
    line-height: 165%;
    color: #fff;
    font-weight: 700;
}

.social-style1 .social-title::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 22px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-title::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 14px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-icon a {
    width: 40px;
    height: 40px;
    background-color: #4b7649;
    border: 1px solid #fff;
}

.social-style1 a {
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

#footer-layout .widget_title {
    position: relative;
    padding-bottom: 8px;
}

.footer-widget .widget_title {
    position: relative;
    padding-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 45px;
    padding: 0;
    border: none;
}

#footer-layout .widget_title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #000;
    bottom: -8px;
    z-index: 1;
    left: 0;
}

#footer-layout .widget_title::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #fff;
    bottom: -8px;
    left: 0;
}

#footer-layout .widget_categories ul {
    column-count: 2;
}

.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-layout .widget_categories ul li {
    position: relative;
    font-size: 15px;
}

#footer-layout .widget_categories a {
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

#footer-layout .footer-wrapper .gallery-thumb {
    border: 3px solid #109C3D;
    border-radius: 10px;
}

#footer-layout .sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #96e191;
}

#footer-layout .sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #109C3D;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

#footer-layout .sidebar-gallery .gallery-thumb img {
    transition: all ease 0.4s;
    width: 100%;
    height: 70px;
    transform: scale(1);
}

#footer-layout .copyright-wrap {
    text-align: center;
    background-color: #000000;
    position: relative;
}

#footer-layout .copyright-text {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 0;
}

#footer-layout .copyright-text a {
    color: #fff;
}

/* #footer-layout .copyright-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -55px;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: #4b7649;
    transform: skewX(50deg);
    z-index: -1;
} */

#footer-layout .copyright-box .copyright-title {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

#footer-layout .copyright-box .copyright-title a {
    color: #fff;
}

.btn.btn-bg {
    color: #fff;
    background-color: #032227;
}

/* -----about inner page css ---- */
#aboutpage .about-layout1 {
    padding-top: 120px;
}

/* -----contact inner page css ---- */
#contactpage .contact-style1 .contact-inner {
    padding: 0;
    border-bottom: 2px dashed rgba(156, 155, 155, 0.4509803922);
    padding-bottom: 35px;
    margin-bottom: 25px;
}

#contactpage .contact-address {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 15px;
    max-width: 40ch;
}

#contactpage .contact-address span {
    color: #109C3D;
    text-transform: uppercase;
    font-weight: 700;
}

#contactpage .contact-style1 .contact-box:not(:last-child) {
    margin-bottom: 30px;
}

#contactpage .contact-box {
    align-items: center;
}

#contactpage .contact-style1 .contact-icon {
    background-color: #109C3D;
    border: 4px solid rgba(255, 255, 255, 0.349);
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    z-index: 1;
    transition: all 0.5s ease;
}

#contactpage span.social-title {
    font-size: 19px;
}

#contactpage .social-icon {
    font-size: 18px;
}

#contactpage a {
    margin-right: 14px;
}

#contactpage .form-group {
    margin-bottom: 1rem;
    position: relative;
}

#contactpage .form-style2 select,
.form-style2 .form-control,
.form-style2 .form-select,
.form-style2 textarea,
.form-style2 input {
    background-color: #EEF1F2;
    height: 70px;
    border-radius: 10px;
}

#contactpage textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 6px;
}

.vs-btn {
    font-size: 18px;
    border: 2px solid#fff;
    background-color: #184e0c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 9999px;
}

/* -----service inner page css ---- */
#servicepage #service-layout1 .service-inner {
    margin: 60px 0px;
    transform: translateY(0px);
}

/* -----service details inner page css ---- */
#servicespage .portfolio-Details {
    position: relative;
}

#servicespage .portfolio-Details .widget_categories.style2 {
    background-color: #F0F3F4;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 45px;
}

#servicespage .portfolio-Details .widget_categories.style2 .widget_title {
    background-color: #063A41;
    color: #ffffff;
    padding: 20px 30px;
    font-weight: 700;
    margin-bottom: 0;
}

#servicespage .portfolio-Details .widget_categories.style2 .widget_content {
    padding: 30px 35px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    border-left: 2px solid #CDD5D6;
    border-right: 2px solid #CDD5D6;
    border-bottom: 2px solid #CDD5D6;
}

#servicespage .widget_categories li {
    display: block;
    position: relative;
}

#servicespage .widget_categories li i {
    margin-right: 6px;
    padding: 5px 0px 18px 0px;
}

#servicespage .widget_categories li a {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #CDD5D6;
    margin-bottom: 11px;
}

#servicespage .contact-box2 {
    background-color: #063A41;
    border-radius: 15px;
    text-align: center;
    padding: 60px 40px;
    position: relative;
    border: 2px solid #667B7D;
    box-shadow: 0 -6px 3px -2px #109C3D;
}

#servicespage .contact-box2 .portfolio-title {
    color: #ffffff;
    margin: 0 auto 20px;
}

#servicespage .contact-box2 .icon-btn {
    display: inline-block;
    background-color: #109C3D;
    color: #ffffff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin-bottom: 32px;
    border-radius: 50%;
}

#servicespage .contact-box2 .contact-title {
    color: #ffffff;
    margin-bottom: 2px;
}

#servicespage .contact-box2 p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

#servicespage .contact-box2 .shape-mockup {
    position: absolute;
    right: 60%;
    bottom: 0px;
}

#servicespage span.shape-mockup {
    position: absolute;
    z-index: -1;
}

/* -----category inner page css ---- */
#servicespage #category {
    margin-top: 70px;
    margin-bottom: 70px;
}

#servicespage #category .card-header {
    background: #063a41;
}

#servicespage #category .product-items.products {
    background: #063a41;
    padding: 10px;
    border-radius: 20px;
}

#servicespage #category .product-items.products img {
    border-radius: 10px 10px 0px 0px;
}

#servicespage #category .product_text {
    text-align: center;
    line-height: 50px;
}

#servicespage #category .product_text a {
    color: #fff;
}

#servicespage #category input.form-control {
    margin-right: 5px;
    color: #fff;
    background: #063a41;
}

#servicespage #category .btn.btn-primary {
    color: #FFFFFF;
    background: #109c3d;
}

#servicespage #category .input-group .btn {
    background: #000;
    border: 2px solid;
}

#servicespage #category input::placeholder {
    color: #fff !important;
}

#servicespage .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
}

#servicespage .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    left: 10px;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
    background: #109c3d;
}

#servicespage .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    right: 10px;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
    background: #109c3d;
}

#servicespage .images_product_node {
    background: #052429;
}

#blogpage #blog .blog-title {
    font-size: 20px;
}

#galleryspage #gallery .image-gallery__col {
    position: relative;
}

#galleryspage #gallery .image-gallery__col .gallery_title {
    position: absolute;
    bottom: -5px;
    left: 5px;
}

#galleryspage #gallery .image-gallery__col .gallery_title h1 {
    color: #000000;
    font-size: 20px;
    background: #fff;
    padding: 2px 15px;
}


/* --------------------------------------------------- */
#imageModal .modal-content {
    padding: 15px 15px;
}