html {
    font-size: 16px;
}
body {
    font-size: 1rem;
    color: #1b3a57;
    font-family: "Open Sans", serif;
    word-break: break-word;
    overflow-x: hidden !important;
}

/*update-css*/

.banner_wrapper {
    background-image: url("../../banner1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
}

.banner_heading {
    padding: 100px 70px;
}
.banner_heading h1 {
    font-size: 42px;
    color: white;
    line-height: 60px;
    font-weight: 700;
}
.banner_heading span {
    font-weight: 700;
}
.list_wrapper_sec li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-top: 20px;
}
.list_wrapper_sec {
    padding-left: 0px;
    margin-top: 34px;
}
.list_wrapper_sec img {
    margin-right: 20px;
}
.banner_wrapper_sec{
        margin: 50px 0px;
}
/*about_us*/
.about_us_sec{
     margin: 50px 0px;
}
.about_us {
    background: #f4f2f2;
    padding: 40px 70px;
    border-radius: 10px;
}
.about-us_heading h2 {
    color: #224467;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 12px;
}
.about_us_right_side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us_heading h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: #224467;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}
.abou_us_img_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.about_us_left_side img {
    width: 100%;
    border-radius: 30px;
}
.about_us_right_side p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.about_us_right_side span {
    color: #224467;
    font-weight: 700;
}
/*icons_bar*/
.category_range_sec{
    margin: 50px 0px;
}
.agrosaf_icons_sec {
    background: #1b3a57;
    border-radius: 40px;
    padding: 100px 50px;
}
.row.category_range {
    justify-content: center;
    text-align: center;
}
.category_range p {
    color: white;
    font-size: 20px;
    margin-top: 32px;
    font-weight: 400;
}

.image-circle-wrapper {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 3px solid #83c558;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b3a57;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.image-circle-wrapper img {
    width: 56px;
    height: 60px;
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: invert(1);
}

.category_range_hover:hover .image-circle-wrapper {
    transform: scale(1.1);
    background: #83c558;
}

.category_range_hover:hover .image-circle-wrapper img {
  transform: scale(1.15);
}

/*whychooseus*/
.why_chose_us_wrapper_lists {
    padding-left: 0px;
    list-style-type: none;
}
.why_chose_us_wrapper_lists li {
    font-size: 17px;
    color: #1b3a57;
    font-weight: 700;
}
.aboutus_text {
    font-size: 16px;
    line-height: 24px;
}
.aboutus_text span {
    color: #224467;
    font-weight: 700;
}
.about-us_heading span {
    color: #224467;
    font-weight: 700;
}
.about-us_heading p {
    font-size: 16px;
    line-height: 24px;
}
.why_chose_us_wrapper_lists i {
    margin-right: 10px;
    margin-bottom: 10px;
}
.single-img {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}
.single-img img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}
.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #30506f;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    border-radius: 20px;
    opacity: 0.9;
}
.text.green_clr {
    color: #224467;
}
.single-img.green_bg .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #81af2f;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    border-radius: 10px;
    opacity: 0.9;
}

.single-img:hover .img-overlay {
    height: 100%;
}

.text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: anchor-center;
    line-height: 32px;
}
.images_pair_wraps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why_choose_us {
    margin: 50px 0px;
}
.agrosaf_images_wrapper_list {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 60px;
}
.single-img.second_image_option {
    height: 255px;
}

/*contact-form*/

.contact-info-item {
    margin-bottom: 30px;
}

.contact-info-content h2 {
    color: #224467;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block; 
}
.contact-info-content span{
     color: #224467;
    font-weight: 700;
}

.input-box.butnsubmit button {
    background: #73a236;
    border: none;
    color: white;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}
.contact-info-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50%;
    height: 5px;
    background-color: #224467;
}

.contact-info-content p {
    color: #224467;
    font-size: 16px;
    line-height: 26px;
    margin-top: 35px;
}
form.agrosaf_contact_form {
    background: #81ac41;
    padding: 22px 34px;
    border-radius: 18px;
}
.agrosaf_contact_form h2{
        font-size: 32px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}
.agrosaf_contact_form input{
    height: 65px;
    background: #acc784;
    border: none;
    margin-bottom: 14px;
}
.agrosaf_contact_form button{
        padding: 12px 52px;
    background: #1a3756;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    margin-top: 16px;
}
section.contact_form_wrapper {
    padding: 50px 0px;
}
.about-us_heading {
    margin-bottom: 30px;
}




a,
a:hover {
    text-decoration: none;
}
a:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}
.underline,
.underline:hover {
    text-decoration: underline;
}
.br10 {
    border-radius: 10px !important;
}
.br20 {
    border-radius: 20px !important;
}
.br44 {
    border-radius: 44px !important;
}
.nowrap {
    white-space: nowrap;
}
.cursor-pointer {
    cursor: pointer;
}
.common-btn {
    display: inline-block;
    background-color: #83c558;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    border: 1px solid #83c558;
}
.common-btn.hovered {
    background-color: #fff;
    color: #1b3a57;
    cursor: pointer;
}
.common-btn.lessrounded {
    border-radius: 10px;
}
.common-btn i {
    transition: 0.3s ease;
}
.common-btn:hover {
    box-shadow: 0 0 20px 0 #83c558;
    z-index: 9;
}
.common-btn:hover i {
    transform: translateX(10px);
}
.text-blue {
    color: #1b3a57;
}
.text-green {
    color: #83c558;
}
.bg-blue {
    background-color: #1b3a57;
}
.bg-green {
    background-color: #83c558;
}
.bg-green30 {
    background-color: #84c5584d;
}
.bg-lightgrey {
    background-color: #d9e2ec;
}
.bg-lightgrey30 {
    background-color: #f6f8fa;
}
.bg-greengrad {
    background-image: linear-gradient(90deg, #83c558, #d9e2ec, #83c558);
}
.border-blue {
    border-color: #1b3a57 !important;
}
.border-blue50 {
    border-color: #1b3a577a !important;
}
.border-green {
    border-color: #83c558 !important;
}
.border-green30 {
    border-color: #83c5584d !important;
}
.border-lightgrey {
    border-color: #d9e2ec !important;
}
.border-lightgrey30 {
    border-color: #d9e2ec3f !important;
}
.sec-title {
    font-size: 2.5rem;
}
.sec-title.md {
    font-size: 2.25rem;
}
.sub {
    font-size: 1.25rem;
}
.sub.lg {
    font-size: 1.5rem;
}
.sub.xl {
    font-size: 1.75rem;
}
.desc.sm {
    font-size: 0.875rem;
}
input:focus {
    outline: none;
    box-shadow: none;
}
.rotate45 {
    transform: rotate(-45deg);
}
.cursor-pointer {
    cursor: pointer;
}
.navbar-toggler:focus {
    box-shadow: none;
}

header {
    position: relative;
    z-index: 9;
    background-color: #fff;
    margin-bottom: 10px;
}
.header-top {
    background-color: #d9e2ec;
}
.header-search {
    transform: translateY(-110%);
    transition: 1s ease;
    opacity: 0;
    visibility: hidden;
}
.header-search.opened {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.app-icons > a,
.social-icons > a {
    display: inline-block;
    background-color: #1b3a57;
    color: #f5f5f5;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 0.25rem;
}
.social-icons > a {
    border-radius: 50%;
}
.main-nav .nav-link {
    font-weight: 600;
    color: #1b3a57;
}
.banner-image {
    /* background-image: linear-gradient(to right, #1B3A57, #D9E2EC, #83C558); */
    background-image: url(../images/vide-main-banner.png);
    background-size: cover;
}
.homeabout {
    background-image: url(../images/about.webp);
    background-size: cover;
    background-position: center;
    border-radius: 38px;
    height: 550px;
    /* background-repeat: no-repeat; */
}
.homeabout .about-title {
    font-size: 5rem;
    font-weight: 700;
}
.homeabout .about-sub {
    font-size: 3rem;
    font-weight: 600;
    color: #83c558;
}
.about-numbers {
    background-color: #1b3a57;
    border: 4px solid #83c558;
    border-radius: 44px;
}
.about-numbers .nmbr {
    font-size: 3.8rem;
    font-weight: 700;
}
.about-numbers .nmbr-txt {
    font-size: 1.25rem;
    font-weight: 700;
}
.journeydetails span {
    font-size: 0.9rem;
    padding: 0px 3px;
}
.journeydetails .sub {
    font-size: 1.1rem;
}
.numcount {
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.75;
    border-bottom: 2px solid #83c558;
}
.innovation {
    background-color: #1b3a57;
    background-image: url(../images/innovation.webp);
    background-size: cover;
    background-position: 70%;
    border-radius: 44px;
}
.innovation.light {
    background-color: #777777;
    background-image: url(../images/missionbg.webp);
    background-size: cover;
}
.video-play {
    text-align: center;
}
.why-single-wrap {
    transition: 0.3s ease;
}
.why-single {
    background-color: #d9e2ec;
    mask: url(../images/mask3.svg);
    mask-size: cover;
    mask-position: 100% 100%;
    mask-repeat: no-repeat;
}
.why-single > div {
    max-width: calc(100% - 1.5rem);
}
.why-single:hover {
    background-color: #83c558;
}
.why-btn {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    /* background-color: #fff; */
    color: #83c558;
    text-align: center;
}
.why-btn i {
    transition: 0.3s ease;
}
.why-single-wrap:hover .why-btn {
    color: #1b3a57;
}
.why-single-wrap:hover .why-btn i {
    transform: rotate(-45deg);
}

.division-slider .slick-list {
    padding: 0 !important;
}
.dcaption {
    margin-bottom: -3rem;
}
.dbtn {
    background: #83c558;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 0;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    border-radius: 50%;
    transform: rotate(-45deg);
    position: relative;
}
.dbtn::before {
    content: "";
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    position: absolute;
    left: -22px;
    bottom: -22px;
    border-radius: 50%;
    background-color: #1b3a57;
}
.dbtn i {
    background-color: #83c558;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 0;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    border-radius: 50%;
    position: relative;
    font-size: 1.5rem;
}
.division-slider .slick-arrow {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    padding: 0;
    background-color: #fff;
    transition: 0.3s ease;
    z-index: 1;
    border-radius: 50%;
    left: -1rem;
    right: initial;
}
.division-slider .slick-arrow:hover {
    background-color: #83c558;
}
.division-slider .slick-arrow::before {
    font-family: fontAwesome;
    line-height: 3.5rem;
    color: #1b3a57;
}
.division-slider .slick-arrow:hover::before {
    color: #fff;
}
.division-slider .slick-prev {
    transform: translateY(-50%) translateY(-2rem);
}
.division-slider .slick-next {
    transform: translateY(-50%) translateY(2rem);
}
.division-slider .slick-prev::before {
    content: "\f060";
}
.division-slider .slick-next::before {
    content: "\f061";
}
.brands {
    background-color: #d9e2ec;
}
.cta-sec {
    background-color: #1b3a57;
    background-image: url(../images/ctabg.webp);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    border-radius: 44px;
}
.years-sec {
    background-color: #1b3a57;
    background-image: url(../images/years.png);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    box-shadow: inset 0 0 2000px 3000px #0000008f;
}
.aboutbanner {
    background-color: #1b3a57;
    background-image: url(../images/aboutbanner.webp);
    background-size: cover;
    background-position: center;
}
.csrbanner {
    background-color: #1b3a57;
    background-image: url(../images/csr-banner.png);
    background-size: cover;
    background-position: center;
}
.aboutpage-numbers {
    background-color: #ecf0f5;
    border-top: 1px solid #d9e2ec;
    border-bottom: 1px solid #d9e2ec;
}
.abnum::after {
    content: "";
    display: block;
    width: 100%;
    min-width: 100px;
    height: 0.5rem;
    border-radius: 22px;
    background-color: #83c558;
}
.journeyimages::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #1b3a57, #1b3a5700);
    z-index: 1;
}
.jsingle {
    cursor: pointer;
}
.jsingle .dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #777777;
    margin-bottom: 1rem;
    transition: 0.3s ease;
    z-index: 1;
}
.jsingle.active .dot {
    background-color: #fff;
}
.people-slider .slick-list {
    padding: 0 !important;
}
.filter-single {
    padding: 1.5rem 1.25rem;
    border: 1px solid #d9e2ec;
    border-radius: 7px;
}
.filter-single .filter-list {
    max-height: 220px;
    overflow: auto;
}
.filter-single .filter-list::-webkit-scrollbar {
    width: 7px;
}
.filter-single .filter-list::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 10px;
}
.filter-single .filter-list::-webkit-scrollbar-thumb {
    background: #1b3a57;
    border-radius: 10px;
}
.filter-single .filter-list::-webkit-scrollbar-thumb:hover {
    background: #1b3a57;
}
.categorysearch {
    border: 1px solid #d9e2ec;
    height: 50px;
}
.csr-banner {
    background-color: #83c558;
    background-image: url(../images/csr-banner.webp);
    background-size: cover;
    background-position: center;
}
.pillersingle {
    background-color: #fff;
    border: 1px solid #d9e2ec;
    transition: 0.3s ease;
}
.pillersingle:hover {
    background-color: #1b3a57;
    color: #fff;
}
.pillersingle .picon {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #83c558;
    transition: 0.3s ease;
    text-align: center;
}
.pillersingle:hover .picon {
    background-color: #83c558;
    border-color: #fff;
}
.pillersingle .picon img {
    transition: 0.3s ease;
}
.pillersingle:hover .picon img {
    filter: brightness(0) invert(1);
}
.society-slider {
    margin: 0 -1rem;
}
.society-slider .projectname {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #83c558, #83c55800);
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    font-weight: 700;
}
.society-slider .slick-dots li {
    margin: 0 2px;
}
.society-slider .slick-dots li button:before {
    font-size: 0.75rem;
}
.cicon {
    display: inline-block;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    background-color: #fff;
    color: #83c558;
    border-radius: 50%;
    text-align: center;
}
.cicon2 {
    display: inline-block;
    width: 3.75rem;
    min-width: 3.75rem;
    height: 3.75rem;
    font-size: 2rem;
    line-height: 3.75rem;
    border: 1px solid #1b3a57;
    border-radius: 50%;
    text-align: center;
}
.form-control {
    height: 65px;
}
textarea.form-control {
    height: 120px;
    padding-top: 1.5rem;
}
.common-filters > div {
    display: inline-block;
    border-radius: 44px;
    background-color: #fff;
    border: 2px solid #1b3a57;
    padding: 0.75rem 1.5rem;
    transition: 0.3s ease;
    margin: 0 1.25rem 1.25rem 0;
    cursor: pointer;
    font-weight: 600;
}
.common-filters > div.active,
.common-filters > div:hover {
    background-color: #1b3a57;
    color: #fff;
}
.blogsingle .blog-more {
    display: inline-block;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #83c558;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.blogsingle:hover .blog-more {
    transition: 0.5s ease;
    opacity: 1;
}
.blogsingle .blog-more i {
    transform: rotate(-45deg);
}
.blogimg {
    transition: 0.5s ease;
}
.blogsingle:hover .blogimg {
    mask: url(../images/mask4.webp);
    mask-repeat: no-repeat;
    mask-position: 100% 100%;
    mask-size: 100% 100%;
}
.blgdet h4 {
    font-size: 1.25rem;
    font-weight: 700;
}
.blogsearch .blogsearchinput {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: none;
    border-radius: 44px;
    padding: 0 1rem;
}
.blogsearch .blogsearchsubmit {
    width: 50px;
    height: 50px;
    border: none;
    color: #fff;
    background-color: #83c558;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}
.blgsm > img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.clegend {
    margin-bottom: -8px;
    transform: translateY(10px);
}
.clegend.file {
    width: 100%;
    height: 65px;
    border: 1px solid #1b3a57;
    border-radius: 10px;
    margin: 0;
    transform: none;
    padding: 0 1.5rem;
}
.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #d9e2ec7f;
    color: #1b3a57;
    border: 1px solid #1b3a57;
    font-size: 1.25rem;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}
.product-slider .slick-arrow.fa-chevron-left {
    left: -25px;
}
.product-slider .slick-arrow.fa-chevron-right {
    right: -25px;
}
/*====================================Footer=====================================*/
/*====================================Footer=====================================*/
/*====================================Footer=====================================*/

footer {
    background-color: #1b3a57;
    background-image: url(../images/footerbg.webp);
    background-size: cover;
    background-position: center;
}
footer .social-icons a {
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 1.25rem;
    background-color: #fff;
    color: #1b3a57;
    border: 2px solid #83c558;
    padding: 0;
    display: inline-block;
}
.newsletter_input {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    padding: 0 3.5rem 0 1.5rem;
    background-color: #fff;
    color: #000;
    border: none;
}
.newsletter_input::placeholder {
    color: #818181;
}
.newsletter_submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.gototop {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    padding: 0;
    display: block;
    border-radius: 50%;
    background-color: #83c558;
    color: #fff;
    box-shadow: 0 0 10px 0 #ffffff21;
    z-index: 9999;
}
/*Footer End*/

/* This is a new css for manish testing addon css  */
header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
    border-bottom: 3px solid #83c558;
}
.primary-menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(255 255 255);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.4sease-out, opacity 0.4sease-out;
    padding: 0;
}
.download-cateloge {
    position: fixed;
    right: 0;
    bottom: 100px;
    padding: 15px;
    border: 2px solid #83c558;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}
.download-cateloge a {
    font-weight: 700;
    color: #fff;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.comment-form input:focus,
.comment-form textarea:focus {
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    outline: 0;
    border-color: transparent;
}
.contact-us-form input:focus,
.contact-us-form textarea:focus {
    outline: 0;
    border-color: transparent;
    box-shadow: none;
}
.product-box .fw-semibold {
    height: 100%;
}
.pagination .page-link:focus {
    outline: 0;
    box-shadow: none;
}
.filter-single label {
    padding-right: 10px;
}
.terms address {
    line-height: 32px;
}
.border-blue50:focus {
    outline: 0;
    box-shadow: none;
}
.select-ind {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 10px;
}
.blogs-filter {
    border: 1px solid #83c558;
    padding: 10px;
    border-radius: 20px;
}
.opportunity-filter {
    border: 1px solid #83c558;
    padding: 10px;
    border-radius: 20px;
}
.csr-banner {
    position: relative;
    background-position: center right;
}
.csr-banner:before {
    content: "";
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.csr-banner h1,
.csr-banner .sub {
    position: relative;
}
/* This is a new css for manish testing addon css  */

.front-banner {
    overflow: hidden;
}
.front-banner .slick-list {
    padding: 0px !important;
}
.front-banner .slick-list img {
    border-radius: 40px;
}
html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 17rem;
}
.download-modal {
    z-index: 11111111;
}
.newbaaar .gyears {
    color: white;
    border: 1px solid #a0beda5c;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
    padding: 8px 15px;
    width: 100%;
    text-align: center;
}
.newbaaar .nav-pills .nav-link.active {
    background: #83c558 !important;
}
.option-pdf {
    width: 80%;
    margin: auto;
    text-align: center;
}
.option-pdf a {
    margin-bottom: 10px;
}
.newbaaar .years-top {
    position: sticky;
    top: 0px;
    height: 444px;
    display: block;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
}
.newbaaar .years-top::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.years-txt {
    color: white;
    margin-left: 12rem;
    width: 55%;
}
.progress {
    height: 5px;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    height: 100%;
    background-color: #00aaff;
    transition: width 0.4s ease-in-out;
}
.years-txt span {
    background: #83c558;
    padding: 5px 25px;
    border-radius: 51px;
}
.years-txt h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 45px;
}
.years-txt p {
    font-size: 20px;
    margin-bottom: 8px;
}
.download-modal .modal-content {
    background-color: #d9e2ec;
}
.firstop-slider .slick-dots li button:before {
    font-size: 10px;
}
.firstop-slider .slick-dots li {
    margin: 0 0px;
}
.firstop-slider .slick-dots li.slick-active button:before {
    color: #8bbe28;
}
.firstop-slider .slick-dots li button:before {
    color: #3b9bd6;
    opacity: 0.9;
}

.blogs-filter {
    appearance: none; /* Removes default browser styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    width: 350px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Crect width='24' height='24' fill='%23FF0000'/%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23222222'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center; /* Moves arrow to the right */
    background-size: 16px;
}
.opportunity-filter {
    appearance: none; /* Removes default browser styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='%23222222'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center; /* Moves arrow to the right */
    background-size: 16px;
}

.categorysearch .cursor-pointer {
    background: white;
}
:focus-visible {
    box-shadow: none !important;
}
.people-slider .slick-dots li.slick-active button:before {
    color: #8bbe28;
}
.people-slider .slick-dots li button:before {
    color: #3b9bd6;
    opacity: 0.9;
}
.blogs-filter {
    border: 1px solid #83c558;
    padding: 10px;
    /* border-radius: 20px; */
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #3b9bd6;
}
.blogs-filter:focus {
    outline: 0;
    box-shadow: none;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 260px;
    border: 0;
    border-bottom: 1px solid #d9e2ec;
    padding-bottom: 10px;
    background: #fff;
}
.select-wrapper:focus-visible {
    outline: 0;
    box-shadow: none;
}
.select-wrapper::after {
    content: "▼"; /* Custom arrow */
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.select-wrapper:focus {
    outline: 0;
    box-shadow: none;
}
.select-wrapper {
    color: #000;
}
.shop-now-sticky {
    position: fixed;
    right: 0;
    bottom: 185px;
    padding: 15px;
    border: 2px solid #83c558;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}
.shop-now-sticky a {
    color: #fff;
    font-weight: 700;
}
.contactpage-d a {
    font-size: 15px;
    text-decoration: none;
}

.agro-contact-font a {
    font-size: 19px;
}

.primary-menu .dropdown-item {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 250px;
}
.mx-200 {
    max-width: 12vw;
}
