@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.eot');
    src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff'),
        url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Italic.eot');
    src: url('../fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Italic.woff') format('woff'),
        url('../fonts/HelveticaNeue-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueRegular.eot');
    src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff'),
        url('../fonts/HelveticaNeueRegular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/** Default CSS Start **/
body {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt:not(a.checkout-button), .woocommerce .card a.button, .woocommerce div.product form.cart button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    --bs-btn-padding-x: 40px;
    --bs-btn-padding-y: 12px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 26px;
}

.btn-primary, .woocommerce .card a.button, .woocommerce div.product form.cart button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F37021;
    --bs-btn-border-color: #F37021;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e25700;
    --bs-btn-hover-border-color: #e25700;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e25700;
    --bs-btn-active-border-color: #e25700;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F37021;
    --bs-btn-disabled-border-color: #F37021;
    transition: all 0.3s ease-in-out;
}

.btn-secondary {
    background-color: #ffffff38;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn:hover.btn-secondary {
    background-color: #ffffff38;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.sub-title {
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
}

.sub-title strong {
    color: #F37021;
}

.description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
/** Default CSS End **/

/** Header CSS Start **/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
}

.site-header__top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -65px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.site-header__top-list {
    display: flex;
    gap: 30px;
    margin-bottom: 0px;
}

.site-header__top-iconlist {
    display: flex;
    margin-left: 30px;
    gap: 18px;
    margin-bottom: 0;
}

.navbar {
	--bs-navbar-padding-y: 30px;
	--bs-nav-link-font-size: 20px;
	--bs-navbar-nav-link-padding-x: 15px;
    --bs-navbar-brand-padding-y: 0;
}

.site-header .navbar .container {
    align-items: flex-end;
}

.navbar-nav {
	--bs-nav-link-color: #231F20;
	align-items: center;
}

.site-header__top-list li a {
    color: #757575;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.site-header__top-list li a:hover {
	color: #000000;
}

.site-header__top-list li a i {
	margin-right: 10px;
	font-size: 24px;
}

.site-header__top-iconlist li a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    border-radius: 48px;
}

.site-header__top-iconlist li a.site-header__search {
	background-color: #FDF4E4;
	color: #231F20;
}

.site-header__top-iconlist li a.site-header__translate {
	background-color: #F37021;
	color: #ffffff;
}

.site-header__top-iconlist li a.site-header__signin {
	background-color: #231F20;
	color: #ffffff;
}

.header-btn a.nav-link {
    border-radius: 10px;
    background: #F37021;
    padding: 12px 40px !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    margin-left: 40px;
}
/** Header CSS End **/

/** Hero CSS Start **/
.hero-section {
    position: relative;
    padding: 0px;
}

.hero-section__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 0;
    background-color: rgba(35, 31, 32, 0.58);
}

.hero-slider .slick-dots {
    position: absolute;
    bottom: 330px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 5px;
    right: 10%;
}

.hero-slider .slick-dots li {
    display: flex;
}

.hero-slider .slick-dots li button {
    font-size: 0;
    border: solid 2px transparent;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: transparent;
    position: relative;
}

.hero-slider .slick-dots li.slick-active button {
    border: solid 2px #ffffff;
}

.hero-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    opacity: 0.6;
}

.hero-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.hero-slider .hero-slide img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-title {
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 1150px;
}

.hero-description {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 0px;
}
/** Hero CSS End **/

/** About CSS Start  **/
.about-logo img {
    width: 185px;
    height: 80px;
}

.about-section_content .sub-title {
    max-width: 700px;
    width: 100%;
    font-size: 45px;
    font-weight: 500;
    line-height: 54px;
    margin-top: 20px;
    text-transform: unset;
}

.about-section_content .sub-title strong {
    color: #F37021;
    text-transform: uppercase;
}

.about-section__content .description {
    max-width: 760px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.about-section__content .description strong {
    color: #F37021;
    text-transform: uppercase;
}

.btn-arrow:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23ffffff' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.btn-arrow:hover:after {
    transform: translate(10px, 2px);
    opacity: 1;
}

.btn-arrow:hover {
    padding-right: 65px;
    transition: all 0.3s ease-in-out;
}
/** About CSS End **/

/** Solution CSS Start **/
.solution-section {
    position: relative;
    z-index: 1;
}

.solution-section:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    background-color: #FDF4E4;
    z-index: 0;
}

.solution-section_content {
    position: relative;
    z-index: 1;
}

.farming-detail {
    position: relative;
}

.solution-details {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.farming-content {
    position: absolute;
    top: 0;
    padding: 39px;
}

.farming-content .sub-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    text-transform: capitalize;
}

.farming-content .sub-title strong {
    color: #ffffff;
}

.farming-content .description {
    font-size: 14px;
    font-weight: 400;
    max-width: 370px;
    width: 100%;
    line-height: 20px;
    margin-top: 10px;
}
/** Solution CSS End **/

/** Anthem CSS Start **/
.anthem-section {
    position: relative;
    z-index: 1;
}

.anthem-section:after {
    content: '';
    position: absolute;
    background-color: #FDF4E4;
    width: 100%;
    height: 80%;
    top: 0;
}

.anthem-section_content {
    position: relative;
    z-index: 1;
}

.anthem-image {
    position: relative;
    z-index: 1;
}

.anthem-image img {
    width: 100%;
    height: 750px;
}

.anthem-image:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='%23ffffff' class='bi bi-play-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/** Anthem CSS End **/

/** Our Customer CSS Start **/
.our-customer_content .description {
    max-width: 1240px;
    width: 100%;
}

.customer-slide {
    background-color: #FDF4E4;
    border-radius: 10px;
    margin: 15px;
}

.customer-slider .our-customer_detail {
    display: flex;
}

.customer-slider .about-customer {
    padding: 40px 32px;
    max-width: 50%;
    width: 100%;
    position: relative;
}

.customer-slider .description {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 35px;
}

.customer-slider .customer-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 35px;
}

.customer-slider .city-name {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.customer-slider .slick-arrow {
    font-size: 0px;
    background-color: #FDF4E4;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
}

.customer-slider .slick-arrow:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23F37021%0A' class='bi bi-arrow-left-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.customer-slider .slick-next.slick-arrow:after {
    transform: scale(-1);
}

.customer-slider .slick-prev.slick-arrow {
    right: 85px;
    top: -90px;
}

.customer-slider .slick-next.slick-arrow {
    right: 25px;
    top: -90px;
}

.customer-slider .about-customer:after {
    content: '';
    position: absolute;
    background-image: url("../img/quote-white.png");
    background-repeat: no-repeat;
    width: 50%;
    height: 27%;
    bottom: -50px;
    right: 0;
}
/** Our Customer CSS End **/

/** Latest Update CSS Start **/
.latest-update_section {
    position: relative;
    z-index: 1;
    background-color: #FDF4E4;
    padding-bottom: 250px;
}

.update__slider {
    max-width: 600px;
    width: 100%;
}

.update-content .sub-title {
    max-width: 650px;
    width: 100%;
}

.update-content .description {
    max-width: 460px;
    width: 100%;
    line-height: 32px;
    margin-top: 35px;
}

.update-slider {
    position: relative;
    z-index: 1;
}

.update-slider .slick-arrow {
    font-size: 0px;
    background-color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
}

.update-slider .slick-arrow:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23F37021%0A' class='bi bi-arrow-left-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.update-slider .slick-next.slick-arrow:after {
    transform: scale(-1);
}

.update-slider .slick-prev.slick-arrow {
    bottom: -95px;
}

.update-slider .slick-next.slick-arrow {
    bottom: -95px;
    left: 60px;
}

.update-slider .about-customer:after {
    content: '';
    position: absolute;
    background-image: url("../img/quote-white.png");
    background-repeat: no-repeat;
    width: 50%;
    height: 27%;
    bottom: -50px;
    right: 0;
}

.latest-news_post {
    position: absolute;
    top: 120px;
    right: 100px;
}

.news-post {
    background-color: #ffffff;
    border-radius: 10px;
}

.news-image img {
    width: 950px;
}

.news-content {
    padding: 40px 35px;
}

.news-content .sub-title {
    font-size: 30px;
    font-weight: 500;
    color: #231F20;
}

.news-content .description {
    font-size: 18px;
    font-weight: 400;
    color: #231F20;
    line-height: 30px;
    margin-top: 15px;
    max-width: 800px;
    width: 100%;
}

.post-button .btn-primary {
    background-color: transparent;
    color: #F37021;
}

.post-button .btn-arrow:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23F37021' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E");    width: 25px;
    height: 25px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.post-button .btn-arrow:hover {
    padding-right: 65px;
    transition: all 0.3s ease-in-out;
}
/** Latest Update CSS End **/

/** Guidence CSS Start **/
.guidence-section {
    padding-top: 240px;
    padding-bottom: 200px;
    background-color: #F37021;
}

.guidence_list-item {
    display: flex;
    align-items: center;
}

.guidence-list {
    display: flex;
    justify-content: center;
}

.guidence_list-item {
    display: flex;
    align-items: center;
    background-color: #ffffff54;
    border-radius: 50px;
    padding: 10px 40px;
    margin: 0px 10px;
}

.guidence_list-item .logo-title {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-left: 10px;
}
/** Guidence CSS End **/

/** Footer CSS Start **/
.site-footer {
    position: relative;
    z-index: 1;
}

.site-footer .top-footer {
    background-color: #FDF4E4;
    border-radius: 20px;
    padding: 40px;
}

.site-footer .widget_text.footer_widget {
    margin-bottom: 0px !important;
}

.footer_content-logo img {
    width: 185px;
    height: 80px;
}

.footer_content .description {
    font-size: 14px;
    line-height: 22px;
    max-width: 320px;
    width: 100%;
    margin-top: 20px;
}

.footer-content {
    padding-top: 35px;
}

.footer-content_title {
    font-size: 24px;
    font-weight: 600;
    color: #F37021;
    margin: 20px 0px;
}

.footer-contet_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-contet_item .description {
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 15px;
}

.footer-content .product-item_link {
    font-size: 14px;
    font-weight: 500;
    color: #231F20;
    text-decoration: none;
}

.product-list {
    margin-top: 25px;
}

.footer-content .description {
    font-size: 14px;
}

.contact-list_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}

.contact-list_item .description {
    padding-left: 10px;
    margin-bottom: 0px;
}

.social-icon-list {
    display: flex;
    align-items: center;
}




/** Responsive CSS Start **/
@media (min-width: 1800px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    	max-width: 1740px;
	}
}
/** Responsive CSS End **/