body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif;
    color: #000;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    padding: 0;
    margin: 0;
    font-family: "Syne", sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

textarea:focus,
input:focus {
    outline: none;
}

.clearfix {
    clear: both;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.form-control:focus {
    border-color: #f14e00;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-color: #f14e00;
    outline: 0;
    box-shadow: none;
}

.section-title h5 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #87C03D;
    font-weight: 700;
}

.section-title h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    line-height: 27px;
    margin: 0px auto 10px;
    width: 100%;
}

.section-title .bar {
    height: 4px;
    width: 85px;
    background: linear-gradient(to right top, #2513d1, #2513d1, #220def, #14059b, #2513d1);
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin: auto;
}

.section-title .bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px)
    }
}

.section-padding {
    padding: 60px 0;
}

.section-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

/***********scroll-Top*******/
.scrollTop {
    position: fixed;
    right: 3%;
    bottom: 90px;
    opacity: 0.6;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
    cursor: pointer;
}

.scrollTop a {
    background: #EC7D26;
    padding: 10px 16px;
    border-radius: 30px;
}

.scrollTop a i {
    font-size: 16px;
    color: #fff;
}

/*-----------modal-css--------------*/
.loader-modal .btn_close {
    background: none;
    border: none;
    position: absolute;
    right: -47px;
}

.loader-modal .btn_close i {
    background: #FFC20B;
    color: #000;
    padding: 0 9px;
    line-height: 28px;
}

.loader-modal .modal-content {
    width: 90%;
}

/*-------------------------------------index-page start------------------------------*/
.top-section {
    background-color: #008000;
    padding: 5px 0;
    overflow: hidden;
}

.top-left p {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    display: inline-block;
}

.header-btn-group ul {
    display: flex;
    justify-content: end;
    align-items: center;
    color: #fff;
}

.header-btn-group ul li {
    margin-right: 10px;
}

.header-btn-group ul li:last-child {
    margin-right: 0;
}

.header-btn-group ul li a {
    color: #fff;
    padding: 0 3px;
    line-height: 30px;
    font-size: 15px;
    display: inline-block;
}

.header-btn-group ul li a:hover {
    text-decoration: underline;
}

/*------middle-section-css------*/
.middle-section {
    width: 100%;
    padding: 15px 0;
}

.header-logo img {
    width: 80%;
}

.master-social-icons {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    width: 25%;
}

.master-social-icons a {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #F4F3EC;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
    color: #000;
}

.master-social-icons a:hover {
    background-color: #00800036;
    color: #008000;
}

.master-social-icons a i {
    display: inline-block;
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.master-icon-box {
    position: relative;
    transition: 0.3s all ease;
}

.master-icon-box .inner {
    flex-direction: row;
    display: flex;
    position: relative;
    z-index: 10;
    align-items: flex-start;
}

.master-icon-box .inner .icon-wrap {
    display: inline-flex;
    margin-right: 12px;
    margin-top: 3px;
}

.master-icon {
    display: inline-block;
    line-height: 47px;
    color: #008000;
    transition: color 0.3s, background 0.3s;
    position: relative;
    font-size: 30px;
}

.add-details {
    padding: 5px 35px;
}

.headline-2 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #555554;
    font-family: "DM Sans", sans-serif;
}

.master-icon-box .desc {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.top-address-field {
    display: flex;
    align-items: center;
    justify-content: end;
}



.b-l {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #E4E2D7;
}

/*------navigation-css------*/
.navigation-section {
    padding: 10px 0;
    width: 100%;
    z-index: 99;
    background: #f4f3ec;
    position: relative;
}

/* .navigation-section .stellarnav>ul>li>a:first-child {
    padding-left: 0px;
    } */
.navigation-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-right {
    display: flex;
    align-items: center;
}

.logo {
    max-width: 138px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
}

.navigation-section.f-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: smoothScroll 1s forwards;
    background: #fff;
    padding: 3px 0;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
}

.navigation-section.f-nav .logo {
    max-width: 63px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
}

.navigation-section.f-nav .stellarnav ul ul {
    margin-top: 0px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.navigation-section .stellarnav li button {
    border: 1px solid #F14E00;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0px 22px;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0;
    background-color: #F14E00;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
}

.navigation-section .stellarnav li button:hover {
    background-color: #ff9c11;
    border: 1px solid #ff9c11;
}

.navigation-section .stellarnav>ul>li>a {
    padding: 10px 36px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.navigation-section .stellarnav>ul>li>a:hover {
    color: #F14E00;
}

.navigation-section .stellarnav.mobile>ul>li>a {
    color: #fff;
    font-weight: 500;
}

.stellarnav>ul>li>a.active {
    color: #F14E00;
}

.navigation-section .logo a h2 {
    color: #06BBCC;
    font-family: "Archivo Black", sans-serif;
}

.site-header__search {
    float: right;
}

.search {
    position: absolute;
    width: 100%;
    background: #fff;
    color: #333;
    z-index: 100;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    -webkit-transform-origin: top center;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: opacity .2s, transform .2s;
    -webkit-transition: opacity .2s, transform .2s;
}

.search--opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.site-header__search .search-trigger {
    border: 0;
    font-size: 20px;
    cursor: pointer;
    background: none;
    padding: 0;
}

.site-header__search .search-trigger:hover {
    color: #BF0C05;
}

.search .search__form {
    margin: 35px 60px;
    position: relative;
}

.search .search__input {
    width: 100%;
    border: 0;
    font-size: 18px;
    padding: 0 40px;
}

.search .search__button {
    border: 0;
    font-size: 18px;
}

.search .go-btn {
    position: absolute;
    left: 0;
    top: 10px;
}

.search .close-btn {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 18px;
    line-height: normal;
    display: block;
    border: 0;
    padding: 5px;
    cursor: pointer;
    background: transparent;
}

.cart-item {
    margin-left: 15px;
    position: relative;
}

.cart-item button {
    background: none;
    border: none;
    box-shadow: unset;
    font-size: 20px;
}

.cart_items_short {
    font-size: 10px;
    font-weight: 500;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    padding: 0 2px;
    top: auto;
    bottom: 17px;
    right: -5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    z-index: 1;
    background: #008000;
    color: #fff;
    border-radius: 30px;
}

/*------banner-css------*/
.banner .slick-slide {
    position: relative;
    margin: 0;
}

.banner .slick-slider {
    margin-bottom: 0px;
}

.background-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}

.banner-caption {
	position: absolute;
	top: 25%;
	text-align: left;
	z-index: 99;
	/* margin: 0 auto; */
	transform: translateX(-50%);
	left: 40%;
	width: 60%;
	/* margin: 0 auto; */
	max-width: 1320px;
	margin: 0 15px;
}

.banner-caption h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.banner-caption h1 span {
    color: #b50205;
}

.banner-caption p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 54%;
}

.banner-caption h1 strong {
    font-weight: 700;
}

a.common-btn {
    line-height: 50px;
    border-width: 0;
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 2px solid #ec7d26;
    width: auto;
    padding: 0 35px;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background-color: #ec7d26;
    cursor: pointer;
}

a.common-btn i {
    transform: rotate(-45deg);
    padding-left: 2px;
}

a.common-btn:hover {
    background-color: #008000;
    color: #fff;
    border: 2px solid #008000;
}

.banner .slick-slider .slick-arrow {
    position: absolute;
    bottom: 50%;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #f5f5f5;
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
}

.banner .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.banner .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
}

.banner .slick-slider .slick-arrow::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.banner .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
}

.banner .slick-slider .slick-arrow.slick-prev {
    left: 15px;
    right: inherit;
}

.banner .slick-slide img {
    height: 90vh;
    object-fit: cover;
    object-position: center top;
}

/* ------------discounts-section -----------------*/
.discounts-section {
	padding: 20px 0;
}

.discounts_item {
    padding: 13px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.discounts_icons_image {
    width: 3.6em;
    height: 3.6em;
    line-height: 3.6em;
    text-align: center;
    margin: 0;
}

.discounts_icons_image img {
    vertical-align: middle;
}

.discounts_icons_item_details {
    padding-left: 0;
    padding-right: 5%;
    min-height: auto;
    margin-left: 0.8em;
    margin-top: 0.6em;
}

.discounts_icons_item_details h4 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #000;
}

.discounts_icons_item_details .discounts_icons_item_description {
    font-size: 15px;
    line-height: 1.4em;
}



.discounts-section .discounts_item.border-none:after {
    display: none
}

.border-box {
    position: relative;
}

.about {
	background-image: url("../images/bg-wedoing.png");
	background-size: cover;
	background-color: #fbb4991a;
}

.about .img-about {
    position: relative;
}



.about .img-about .bg-about {
    margin-top: -28px;
    margin-left: 25px;
    position: relative;
    z-index: 5;
    text-align: left;
    margin-bottom: 0px;
}

.about-content h2 {
    font-weight: 700;
    text-transform: none;
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 45px;
}

.about-content p {
    line-height: 24px;
    font-size: 15px;
    padding-bottom: 10px;
}

.about-content {
    position: relative;
    z-index: 9;
}
.about .img-about .single_image img {
	height: 350px;
	width: 97%;
	object-fit: cover;
	border-radius: 15px;
	object-position: center right;
}
/*========== witr start ==========*/
.witr_bar_main {
    margin: 10px 0
}

.witr_bar_inner {
    width: 70px;
    position: relative;
    border-radius: 30px;
    height: 3px;
    background: #008000;
}

.witr_bar_innerc:after,
.witr_bar_innerc:before {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%
}

.witr_bar_innerc:before {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg1;
    animation-name: move_title_bg1
}

.witr_bar_innerc:after {
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg2;
    animation-name: move_title_bg2
}

.witr_bar_innerc:after,
.witr_bar_innerc:before {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.witr_bar_innerc:after,
.witr_bar_innerc:before {
    border: 4px solid #008000;
}

/* Animation of the witr */
@-webkit-keyframes move_title_bg1 {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@keyframes move_title_bg1 {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes move_title_bg2 {
    from {
        right: 0
    }

    to {
        right: 100%
    }
}

@keyframes move_title_bg2 {
    from {
        right: 0
    }

    to {
        right: 100%
    }
}

/* Animation of the witr */
/*========== witr End ==========*/
.image-figure {
    margin: 0;
}
.image-figure .single_image img {
	height: 370px;
	width: 100%;
	object-fit: cover;
}
.about-content ul li {
    line-height: 18px;
    font-size: 15px;
    padding-bottom: 1px;
}

.about-content ul li i {
    color: #008000;
    padding-right: 8px;
}

.profile__item {
    gap: 20px;
}

.profile {
    gap: 15px;
}

.profile__thumb img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.profile .text p {
    color: #4bac47;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}

.profile .text h6 {
    text-transform: uppercase;
    font-size: 17px;
}

.bg-gradian {
    background: linear-gradient(97deg, rgba(1, 125, 63, 1) 36%, rgba(252, 197, 27, 1) 100%);
}

.our-service-section {
	position: relative;
	overflow: hidden;
}

.our-service-section .slick-slide {
    margin: 0 10px;
}

.service-block {
    display: block;
    border-radius: 18px;
    padding-right: 0px;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.service-block .service-transition {
    overflow: hidden;
}
.product-size-table table tr td, .product-size-table table tr th {
	padding: 5px 15px;
}
.product-size-table .table {
	margin: 20px 0 0 0;
	background: #eee;
	overflow: hidden;
} 
.service-block .service-transition .service-image {
    height: 300px;
    transform: scale(1);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.service-block .service-image a .service_thumbnail {
    width: 100%;
    object-fit: cover;
    aspect-ratio: .724137931;
    height: 100%;
    border-radius: 18px;
}

.service-caption {
	margin: -98px 0px 0 15px;
	padding: 30px 25px 34px;
	display: block;
	box-shadow: 0 1px 24px rgba(0, 0, 0, .05);
	background: url(../images/background-single-post.png) no-repeat bottom right #fff;
	background-position: 219px 55px;
	z-index: 3;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
}
.product-size-table {
	height: 125px;
	overflow-x: hidden;
    overflow-y: auto;
}
.service-loop-title {
	margin: 10px 0 7px;
	line-height: 30px;
	font-weight: 700;
	font-size: 22px;
}

.service-loop-excerpt {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}
.product-size-table table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
    background: #eb8325;
}


.service-block .service-caption .service-button {
    white-space: nowrap;
    border: none;
    color: #fff;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    position: absolute;
    top: 33px;
    right: 0;
    border-radius: 30px 0 0 30px;
    padding: 0;
    box-shadow: 0 1px 24px rgba(0, 0, 0, .05);
    z-index: 3;
    top: 0;
    right: 40px;
    border-radius: 0 0 30px 30px;
    padding: 0;
    box-shadow: 0 1px 24px rgba(0, 0, 0, .05);
    z-index: 3;
    background-color: #0f7533;
    animation: shake 0.5s ease-in-out;
}

.service-block .service-caption .service-button:hover {
    background-color: #eb8325;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }
}

.service-block .service-caption .service-button a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 54px;
    height: 54px;
    justify-content: center;
    animation: shake-animation 2.72s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.service-block .service-caption .service-button a i {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 0;
    color: #fff;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.service-block .service-loop-excerpt p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
	line-height: 24px;
  font-size: 15px;
}

.service-image-icon {
    position: relative;
    z-index: 3;
    margin-right: 27px;
    display: none;
}

.service_icon svg {
    width: 42px;
    fill: #0d7331;
}

.service-block .service-image-icon::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    top: 10px;
    left: 10px;
    z-index: -1;
    border-radius: 50%;
    background-color: #f3f3ed;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* call-to-action */
.agriculture__section {
    position: relative;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.agriculture__section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.agriculture__section .content {
    padding: 100px 0;
    position: relative;
    text-align: center;
}

.agriculture__section .content h2 {
    font-size: 84px;
    color: #FFFDFD;
    line-height: 95px;
    margin-bottom: 20px;
    max-width: 75%;
    margin: 0 auto;
    font-weight: 700;
    margin-bottom: 30px;
}

.agriculture__section .content .sub-title {
    font-size: 20px;
    color: #fff;
}

.agriculture__section a.common-btn {
    line-height: 63px;
    font-size: 25px;
    padding: 0px 55px;
}

/* hot-deal */
.about.hot-deal .img-about::after {
    display: none;
}

.border-package {
    position: relative;
}



.hot-deal .border-box::before {
    display: none;
}

.hot-deal .image-figure {
    margin: 0;
    text-align: center;
}

.about.hot-deal .img-about {
    position: relative;
    top: 10%;
}

.about.hot-deal .about-content {
    margin-top: 0px;
}

.product-desc {
    padding-bottom: 20px;
}

.product-desc h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.product-desc h3 a {
    color: #008000;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.price del {
    margin-right: 5px;
}

.price del .amount {
    text-decoration: line-through;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: bold;
}

.product-desc .price ins .amount {
    color: #fe7e29;
    font-size: 20px;
    font-weight: 700;
}

.product-desc .desc {
    margin-top: 5px;
}

.product-desc .desc p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 15px;
}

.price ins,
.price del {
    text-decoration: none;
}

.time_circles h4 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    width: 100%;
}

.time_circles span {
    font-size: 35px;
    line-height: 12px;
}

.time_circles {
    display: flex;
    position: relative;
}

.time-coundown .time_circles>div {
    text-align: center;
    overflow: hidden;
    width: 25%;
    background: #94c3474f;
    margin: 0 7px;
    border: 1px solid #0080002e;
    padding: 16px 0;
    border-radius: 20px;
}

.time_circles span>div {
    font-size: 33px;
    line-height: 43px;
    color: #3a5905;
    font-weight: 900;
    font-family: "DM Sans", sans-serif;
}

.hot-deal .witr_bar_inner {
    margin: 0 auto;
}

.hot-deal {
	position: relative;
	background-color: unset;
}

.hot-deal::before {
    background: url(../images/gom-bg2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2;
    /* Adjust opacity here */
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* galler */
.gallery {
    background: url(../images/blog-bg.png);
    background-size: auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #F6F4EC;
}

.gallery-list-group {
    padding: 0 60px;
}

.gallery .witr_bar_inner {
    margin: 0 auto;
}

.gallery .gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    border-radius: 10px;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-one__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-one__content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: #1c231f;
    opacity: 0.68;
}

.gallery .gallery-item:hover .gallery-one__content {
    opacity: 1;
}

.gallery-one__content-inner {
    position: relative;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    margin-top: 5px;
}

.gallery-one__icon {
    width: 46px;
    height: 46px;
    display: flex;
    background: rgb(227, 56, 10);
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.gallery-one__title {
    margin: 0 0 2px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.gallery-one__sub-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 36px;
}

/* testimonial */
.testimonial-section {
    position: relative;
}

.testimonials-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 20px 20px;
}

.testimonials-item .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 18px;
    color: #008000;
}

.testimonials-item .description {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #393838;
    line-height: 25px;
}

.testimonials-item .inner-bottom {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ededed;
}

.testimonials-item .avarta {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: relative;
}

.testimonials-item .avarta .image-wrapper img {
    width: 60px;
    height: 60px;
}

.testimonials-item .info-testimonials {
    flex-grow: 1;
    padding-left: 20px;
}

.testimonials-item .name-client {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 27px;
}

.testimonials-item .job {
    color: #4e5379;
    font-size: 13px;
}

.icon-quote i {
    display: inline-block;
    color: #0f7533;
    font-size: 60px;
    line-height: 62px;
}

.testimonial-section .slick-slider .slick-arrow {
    position: absolute;
    bottom: 50%;
    right: -38px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #f5f5f5;
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
}

.testimonial-section .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.testimonial-section .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
}

.testimonial-section .slick-slider .slick-arrow::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.testimonial-section .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
}

.testimonial-section .slick-slider .slick-arrow.slick-prev {
    left: -38px;
    right: inherit;
}

.testimonial-section .slick-slide {
    margin: 0 10px;
}

/* blog-section */
.blog-section .witr_bar_inner {
    margin: 0 auto;
}

.our-service-section.blog-section .slick-slide {
    margin: 12px 10px;
    margin-top: 0;
}

.blog-section .service-block .service-caption .service-button {
    position: unset;
}

.blog-section .service-block .service-caption .service-button {
    position: unset;
    border-radius: 0px;
    background: transparent;
    box-shadow: unset;
}

.blog-section .service-block .service-caption .service-button a {
    animation: unset;
    padding: 0 0px;
    color: #008000;
    line-height: 40px;
    font-weight: 600;
    width: auto;
    height: auto;
}

.blog-section .service-block .service-caption .service-button a i {
    color: #008000;
    line-height: inherit;
    padding-top: 4px;
    padding-left: 5px;
}



.blog-section .service-block .service-caption .service-button a:hover,
.blog-section .service-block .service-caption .service-button a:hover i {
    color: #fe7e29;
}

.blog-left a {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    color: #255946;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.blog-left span {
    font-size: 12px;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #255946;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ----------footer-section ---------------*/
footer {
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: url(../images/footer.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #2A5944;
    padding: 70px 0 33px;
    position: relative;
    z-index: 1;
	background-size: cover;
}

footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(35, 84, 67, 0.9);
    z-index: -1;
}

.footer-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    padding-top: 0px;
    color: #fff;
}

footer .footer-link ul li a {
    display: block;
    margin-bottom: 12px;
    transition: all 0.4s;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #E3E3E0;
    transition: all 0.6s ease;
}

footer .footer-link ul li a i {
    margin-right: 10px;
}

footer .footer-link ul li a:hover {
    color: #ec8c41;
}

.footer-contact-info {
    margin-bottom: 25px;
    padding-left: 0px;
    clear: both;
    width: 100%;
    line-height: 30px;
    position: relative;
    color: #E3E3E0;
    font-size: 16px;
    line-height: 27px;
    display: flex;
}

.footer-contact-info span {
    font-size: 16px;
    margin: 0px 8px 3px 0;
    text-align: left;
    width: auto;
    color: rgb(255, 255, 255);
    /* position: absolute; */
    left: 0;
    top: 0;
    background: #123728;
    border-radius: 50px;
    /* padding: 8px; */
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
}

.footer-contact-info a {
    color: #fff;
}

.footer-link p {
	color: #E3E3E0;
	font-size: 15px;
	line-height: 27px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
a.read-more {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    display: inline-block;
    padding-top: 10px;
}

.footer-link a i {
    margin-left: 5px;
}

.footer-contact-info h6 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    position: relative;
    color: #fff;
}

.footer-contact-info h6::after {
    content: ":";
    margin: 0 0 0 1px;
}

.footer-link {
    position: relative;
    z-index: 9;
}

.social-style-one {
    display: flex;
}

.social-style-one a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px 5px 0;
    background: #163c2c;
    color: white;
    padding: 0;
    border-radius: 50%;
}

.social-style-one a:hover {
    background: #0f7533;
}

.social-style-one a i {
    margin: 0;
}

.mt-25 {
    margin-top: 25px;
}

footer .bottom_footer {
    background: #143329;
    position: relative;
    padding: 20px 0;
}

footer .bottom_footer p {
    font-size: 15px;
    margin-bottom: 0;
    color: #FFF;
}

.footer-height {
    padding: 20px;
}

.footer-bottom-link {
    display: flex;
    color: #FFF;
    justify-content: end;
}

.footer-bottom-link a {
    padding: 4px 8px;
    color: #FFF;
    font-size: 15px;
}

.footer-bottom-link a:hover {
    color: #f93b02;
}

.footer-logo img {
    width: 69%;
    margin-bottom: 26px;
}

.divider-separator {
    background: #ec8c41;
    width: 50px;
    border-radius: 8px;
    height: 5px;
    display: inline-block;
}

.recent-news .thumb {
    width: 80px;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 10px;
}

.recent-news .texts {
    overflow: hidden;
}

.recent-news h3 {
    margin: 0 0 0;
}

.recent-news h3 a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 3px;
    display: inline-block;
}

.post-date {
    color: #ECBD40;
    font-weight: 400;
}

.recent-news li {
    list-style: none;
    margin-bottom: 30px;
}

.height-divider {
    margin-bottom: 30px;
    display: block;
}

.footer-contact-info i {
    font-size: 25px;
    margin-right: 7px;
    color: #f7a25f;
}

.footer-widget img {
    height: 80px;
    width: 100%;
	object-fit: cover;
}

/* about-us */
.single-page-banner-section {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    text-align: center;
}

.single-page-banner-description h1 {
    z-index: 9;
    color: rgb(255, 255, 255);
    font-size: 60px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    position: relative;
}

.custom-breadcrumb .breadcrumb {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #e5e5e5;
}

.custom-breadcrumb .breadcrumb li {
    float: left;
    position: relative;
    z-index: 11;
    line-height: 1;
    font-weight: 500;
    padding: 0 12px;
    padding-left: 12px;
}

.custom-breadcrumb .breadcrumb li:first-child {
    padding-left: 0;
}

.custom-breadcrumb .breadcrumb li:last-child {
    padding-right: 0;
}

.custom-breadcrumb .breadcrumb li.active::after {
    content: "/";
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 1;
    color: #e5e5e5;
}

.custom-breadcrumb .breadcrumb li a {
    color: #fff;
}

.custom-breadcrumb .breadcrumb li.active {
    color: #fa3c02;
}

.single-page-banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(20, 34, 6, 0.68);
}

.what-we-do-section {
    background-image: url("../images/img-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.what-we-do-right h3 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.what-we-do-right p {
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 10px;
}
.what-we-do-right br{
    display: none;
}
.what-we-do-left img {
    border-radius: 10px;
    width: 100%;
}

.our-product-section .service-block {
    margin-bottom: 30px;
}

.gallery-page-section .gallery-list-group {
    padding: 0 0px;
}

/*==============================Product Detail===============================*/
.product-single-details .product-single__title {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 7px;
}

.prInfoRow {
    margin-bottom: 14px;
    font-size: 28px;
    display: flex;
}

.prInfoRow>div {
    display: inline-block;
}

.orderMsg {
    color: #e95144;
    font-size: 18px;
    margin-bottom: 10px;
}

.prInfoRow .instock {
    color: #447900;
    text-decoration: underline;
}

.orderMsg img {
    margin-right: 3px;
    vertical-align: top;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.6, 0, 1, 1);
    -webkit-animation-duration: 0.8s;
}

.rte {
    color: #555;
    margin-bottom: 20px;
}

.rte:last-child {
    margin-bottom: 0;
}

.product-single__description p {
    color: #555;
    font-size: 15px;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.slider-nav .slick-slide img {
    opacity: 0.5;
    transition: all .3s ease;
}

.slider-nav .slick-slide img {
    opacity: 0.5;
    transition: all .3s ease;
}

.slider-nav .slick-slide.slick-active.slick-current img {
    opacity: 1;
}

.slider-for .slick-slide img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 7px;
    object-position: center right;
}

.slider-nav .slick-slide img {
    height: 100px;
    width: 95%;
    cursor: pointer;
    object-fit: cover;
}

.slider-nav {
    width: 93%;
    margin: 0 auto;
}

.product-single-details .slick-next::before,
.product-single-details .slick-prev::before {
    opacity: 1;
    color: #010c17;
    font-size: 25px;
}

.product-faq-section {
    margin-top: 50px;
    border-top: 1px solid #b2b2b2;
    padding-top: 20px;
}

.product-faq-section .accordion-button {
    border: unset;
    border-bottom-color: unset;
    border-bottom-style: unset;
    border-bottom-width: unset;
    border-radius: unset !important;
    background: unset;
    box-shadow: unset;
}

.product-faq-section .accordion-collapse {
    border: unset;
}

.product-faq-section .accordion-item {
    border-bottom: 1px solid #000;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: unset;
}

.product-faq-section .accordion-collapse.collapse.show {
    border: unset;
    background: unset;
    border-top: 1px solid #b2b2b2;
    padding-top: 20px;
}

.product-faq-section .accordion-header {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: transparent;
    box-shadow: unset;
}

.product-faq-section .accordion-button:focus {
    box-shadow: unset;
}

.product-faq-section .accordion-item:first-of-type .accordion-button {
    padding-top: 0px;
}

.product-faq-section .accordion-button {
    text-transform: inherit;
    color: #000c1e;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
}

.product-faq-section .accordion-button.collapsed {
    background: unset;
    padding-bottom: 20px;
}

.product-faq-section .accordion-body {
    padding-bottom: 30px;
    background: unset;
    font-size: 18px;
    padding-top: 0;
    line-height: 30px;
    padding-left: 0;
    padding-right: 0;
}

.product-faq-section {
    margin-top: 50px;
    border-top: 1px solid #b2b2b2;
    padding-top: 20px;
    margin-bottom: 50px;
}

.product-faq-section .accordion-button::after {
    margin-top: -18px;
}

.product-faq-section .accordion-body h2 {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
}

.product-faq-section .accordion-body {
    color: #5b5b5c;
    font-size: 15px;
    line-height: 29px;
}

.product-single__meta p {
	color: #343435;
	font-size: 16px;
	line-height: 27px;
	/* border-top: 1px solid #5b5b5c5e; */
	padding-bottom: 6px;
	padding-top: 0px;
}
.product-single__meta p strong {
	color: #000;
	font-size: 22px;
	line-height: 34px;
	border-bottom: 1px solid #5b5b5c5e;
	padding-bottom: 6px;
	padding-top: 2px;
	display: block;
}

.inflanar-comments-form {
    background: #fff;
    padding: 45px 0px;
    border-radius: 0;
    box-shadow: inherit;
    padding-bottom: 0;
}

.product-single-details .inflanar-contact-form__title {
    font-size: 27px;
    border-bottom: 1px solid #b2b2b285;
    padding-bottom: 7px;
}

/*-----------------------contact-page-----------------------*/
.inflanar-comments-form {
	background: #fff;
	padding: 45px 30px;
	border-radius: 10px;
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, .08);
	margin-top: 40px;
}

.inflanar-contact-form__title {
    font-size: 36px;
}

.inflanar-comments-form .form-group {
    margin-top: 20px;
}

.inflanar-comments-form .form-group label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.inflanar-form-input input,
.inflanar-form-input select,
.inflanar-form-input .inflanar-form-select,
.inflanar-form-input textarea {
    background: #fff;
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 50px;
    padding: 0 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    resize: none;
}

.inflanar-comments-form .inflanar-form-input textarea {
    height: 130px;
    padding-top: 15px;
}

.inflanar-form-input input:hover,
.inflanar-form-input input:focus,
.inflanar-form-input textarea:hover,
.inflanar-form-input textarea:focus,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--single:focus {
    border-color: #0455ab !important;
}

.inflanar-btn {
    background: #ed893b;
    color: #fff;
    font-weight: 500;
    padding: 0 45px;
    border: 1px solid transparent;
    transition: all .5s ease;
    font-size: 20px;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    line-height: 57px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-weight: 500;
}

.inflanar-contact__box {
    padding: 55px 35px;
    border-radius: 10px;
    overflow: hidden;
    background: #008000;
}

.inflanar-contact__htext {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-top: 10px;
}

.inflanar-contact__icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    font-size: 22px;
    color: #008000;
    max-width: 20%;
}

.inflanar-contact__content {
    max-width: 80%;
    padding-left: 20px;
}

.inflanar-contact__title,
.inflanar-contact__title a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
}

.inflanar-contact__box .inflanar-contact-form__title {
    color: #fff;
}

.inflanar-gmap iframe {
    width: 100%;
    height: 600px;
}

.inflanar-contact__single {
	display: flex;
	align-items: center;
}
.inflanar-btn:hover {
    background: #231f27;
}

/* --------service-page -------------------*/
.services-details__content-img img {
    border-radius: 10px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
}

.services-details__content h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-details__content p {
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 10px;
}

.services-details hr {
    margin: 50px 0;
}

/* single-blog */
.agrofarm-single-blog--thumb img {
    border-radius: 10px 10px 0 0;
    height: 300px;
    margin-bottom: 20px;
    width: 100%;
}

.agrofarm-single-blog-content p {
    margin-bottom: 20px;
}

.agrofarm-blog-meta.txp-meta {
    padding-bottom: 5px;
}

.agrofarm-blog-meta-left a,
.agrofarm-blog-meta-left span {
    margin-right: 13px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 24px;
    color: #255946;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.agrofarm-blog-area blockquote {
    padding: 25px 25px;
    font-size: 18px;
    border-left: 5px solid #87C03D;
    background: 0 0;
    font-style: italic;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    background: #F6F4EC;
    margin: 0 0 30px;
}

.agrofarm-single-blog-content p {
    margin-bottom: 20px;
}

.agrofarm-blog-area blockquote .small,
.agrofarm-blog-area blockquote footer,
.agrofarm-blog-area blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #87C03D;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.single-blog-content h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.single-blog-content ol,
.single-blog-content ul {
    padding-left: 0;
    margin-top: 22px;
    padding-bottom: 10px;
    list-style-type: square;
    padding-left: 15px;
}

.single-blog-content ul li {
    list-style: inherit;
}

.agrofarm-single-icon-inner a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.agrofarm-single-icon-inner a i:hover {
    background: #87C03D;
    border-color: #87C03D;
    color: #fff;
}

.agrofarm-blog-area .form-control {
    height: 54px;
    background-color: #F6F4EC;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #F6F4EC;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

.cite-title {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #87C03D;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.agrofarm-blog-area .form-group {
    margin-bottom: 1rem;
}

.comment-form-cookies-consent {
    margin-bottom: 15px;
}

.commment_title {
    margin: 30px 0 20px 0;
}

.agrofarm-blog-area .button {
    background: #F14E00;
    border: 0;
    display: inline-block;
    text-align: left;
    padding: 16px 39px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}

.agrofarm-blog-area .button:hover {
    background-color: rgb(0, 128, 0);
}

.agrofarm-blog-area .button i {
    margin-left: 5px;
}

.blog-left-side>div {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    background: #F6F4EC;
}

.agrofarm-blog-area .search {
    position: relative;
    border-radius: 8px;
    opacity: 1;
    visibility: inherit;
    transition: inherit;
    -webkit-transform: translateY(-0%);
}

.agrofarm-blog-area .search input {
    background: #fff none repeat scroll 0 0;
    height: 60px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #616161;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px;
    width: 100%;
}

.agrofarm-blog-area .search input[type="text"] {
    padding-left: 10px;
}

.agrofarm-blog-area .search button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 53px;
}

.blog-left-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0;
    position: relative;
}

.blog-left-side .widget ul li:hover {
    color: #87C03D;
}

.blog-left-side .widget h2 {
    display: block;
    font-size: 25px;
    margin-bottom: 24px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    padding-left: 10px;
}

.agrofarm-blog-social {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
}

.blog-left-side .widget ul li a:hover {
    color: #87C03D;
}

.error {
    color: red !important;
}


/* log-in-page and register page */
.form-log-register .container .form {
    max-width: 600px;
    border-radius: 20px;
    padding: 40px 25px;
    background-image: radial-gradient(circle, #2e8500, #267002, #1f5b03, #184704, #123400);
    box-shadow: 0px 1px 46px -4px rgba(0, 0, 0, 0.28);
}

.form-log-register .container label {
    color: #fff;
    display: block;
    padding-bottom: 10px;
}
.form-log-register .container label a {
    color: #8dc63d;
}
.form-log-register .container label a:hover {
	text-decoration: underline;
}
.form-log-register .container .form-group {
    margin-bottom: 10px;
}
.form-log-register .container .form-group input, .form-log-register .container .form-group select {
	background-color: #fff;
	width: 100%;
	padding: 5px 15px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	resize: none;
	line-height: 38px;
}
.form-log-register .container .form-group .form-log-register .container .form-group .inflanar-btn {
    font-size: 18px;
    line-height: 53px;
}
.form-log-register .container .form-group .checkbox input {
	display: inherit;
	width: auto;
	margin-right: 9px;
}
.form-log-register .container .checkbox label {
     display: inline-block; 
}
.form-log-register .container .form h3 {
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}
.form-log-register .card-footer {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.form-log-register .card-footer a {
color: #8dc63d;
}
.form-log-register .card-footer a:hover {
text-decoration:underline;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0
}
input[type=number] {
  -moz-appearance:textfield
}
select.form-select option[disabled] {
  color: #6c757d; /* Bootstrap's secondary text color */
}
#register-link a {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
#overlay-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#registration-form {
	width: 100%;
	max-width: 100%;
}
.product-size-table .table-dark {
	background: none;
	border: #eee;
}

.what-we-do-right h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	padding-bottom: 10px;
}
