/*=================================Media Query===================================*/
/*=================================Media Query===================================*/
/*=================================Media Query===================================*/
/*=================================Media Query===================================*/
@media (min-width:768px) {}

@media (min-width:992px) {
    header .dropdown-menu {
        display: block;
        transition: .5s ease;
        transform: rotateX(90deg);
        opacity: 0;
        visibility: hidden;
        transform-origin: top;
    }

    header .nav-item.dropdown:hover .dropdown-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .main-nav .nav-item {
        margin-left: 1rem;
    }

    .people-slider .slick-slide {
        transform-origin: center left;
        transform: scale(.75);
        padding: 1% 0;
        transition: .3s ease;
    }

    .people-slider .slick-slide.slick-center {
        transform-origin: center;
        transform: scale(1.4);
    }

    .people-slider .slick-center+.slick-slide {
        transform-origin: right;
    }

    .people-slider .slick-dots {
        bottom: 0;
    }

    .people-slider .slick-dots li {
        margin: 0 2px;
    }

    .people-slider .slick-dots li button:before {
        font-size: .75rem;
    }

}

@media (min-width: 1200px) {
    .homeabout {
        mask: url(../images/mask1.svg);
        mask-size: 100%;
        mask-position: 36%;
        min-height: 570px;
        mask-repeat: no-repeat;
    }

    .about-numbers-wrap {
        position: absolute;
        bottom: 8px;
        right: 0;
        width: calc(100% - -1.5rem);
        padding: 0.5rem 10px 0 4.5rem;
        border-radius: 42px;
        z-index: -1;
    }

    .innovation.home {
        mask: url(../images/mask2.svg);
        /* mask-size: cover; */
        mask-position: 100% 100%;
    }

    .video-play {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 2rem;
        border-radius: 42px 0 0 0;
    }

    .division-slider .dcap-wrap {
        opacity: 0;
        visibility: hidden;
        transition: .5s ease;
    }

    .division-slider .slick-center .dcap-wrap {
        opacity: 1;
        visibility: visible;
    }

    .journeydetails {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 1rem 3%;
    }

    .journeydetails .jsingle {
        flex: 1;
    }

    .jsingle::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, .5);
        position: absolute;
        top: 6px;
        left: 0;
    }

    .jsingle::after {
        content: '';
        width: calc(100% - .75rem);
        height: 6px;
        transform: scaleX(0);
        background-color: #83C558;
        border-radius: 44px;
        position: absolute;
        top: 3px;
        left: .75rem;
        transition: .5s ease;
        transform-origin: left;
    }

    .jsingle.active::after {
        transform: scaleX(1);
    }
    .blogsingle .blog-more{
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (min-width:1350px) {
    .container {
        max-width: 1280px;
    }
}



@media(max-width:1199px) {

    .blogsingle .blogimg,
    .blogsingle:hover .blogimg {
        mask: url(../images/mask4.webp);
        mask-repeat: no-repeat;
        mask-position: 100% 100%;
        mask-size: 120%;
    }

    .blogsingle .blog-more {
        opacity: 1;
    }

    .innovation.home {
        padding-bottom: 13rem;
    }

    .journeydetails {
        background-color: #1B3A57;
        padding: 1rem;
    }

    .jsingle {
        display: flex;
        align-items: flex-start;
        padding-bottom: 1rem;
    }

    .jsingle::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, .5);
        position: absolute;
        left: 6px;
        top: 0;
    }

    .jsingle::after {
        content: '';
        height: calc(100% - .75rem);
        width: 6px;
        transform: scaleY(0);
        background-color: #83C558;
        border-radius: 44px;
        position: absolute;
        left: 3px;
        top: .75rem;
        transition: .5s ease;
        transform-origin: top;
    }

    .jsingle.active::after {
        transform: scaleY(1);
    }

    .jsingle .dot {
        min-width: .75rem;
        margin-bottom: 0rem;
        margin-right: .75rem;
        margin-top: .25rem;
    }

    .jsingle .sub {
        font-size: .875rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sub.xl {
        font-size: 1.375rem;
    }
}

@media(max-width:991px) {
    header {
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    }

    header .navbar {
        padding: 0;
    }

    .navbar-toggler[aria-expanded="true"] {
        --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 6L6 24" stroke="black" stroke-opacity="0.55" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 6L24 24" stroke="black" stroke-opacity="0.55" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        z-index: 5;
        background: #fff;
        padding: 0 1rem 1rem;
    }

    .category-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: auto;
        z-index: 9999999;
        padding: 1.5rem 1rem;
        transition: .5s ease;
        transform: translateY(-110px);
        visibility: hidden;
        opacity: 0.2;
    }

    .category-filter.opened {
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }


}

@media(max-width:767px) {
    header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .why-single {
        padding-bottom: 3rem;
    }

    .division-slider .slick-arrow {
        transform: none;
        top: initial;
        bottom: -4rem;
    }

    .division-slider .slick-next {
        right: calc(50% - 4rem);
        left: initial;
    }

    .division-slider .slick-prev {
        left: calc(50% - 4rem);
    }

    .society-slider .projectname {
        position: static;
        background-color: #83C558;
        font-size: 1.5rem;
        padding: 1rem;
    }
}

@media(max-width:575px) {
    .sec-title {
        font-size: 2rem;
    }

    .sub {
        font-size: 1.125rem;
    }

    .sub.lg {
        font-size: 1.25rem;
    }

    .sub.xl {
        font-size: 1.375rem;
    }

    .homeabout .about-title {
        font-size: 3rem;
    }

    .homeabout .about-sub {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .common-filters>div {
        margin: 0 .5rem .5rem 0;
    }

    .primary-menu .dropdown-toggle.show:focus-visible {
        outline: 0;
        box-shadow: none;
    }

    .jsingle::after {
        height: calc(100% - .100rem);
    }

    .jsingle::before {
        top: 5px;
    }

    .people-slider {
        overflow: inherit !important;
    }

    .people-slider .slick-dots {
        bottom: -50px;
    }

    .common-filters span {
        margin-bottom: 20px;
        display: inline-block;
    }

    .blogs-filter {
        border: 1px solid #83C558;
        /* padding: 10px; */
        /* border-radius: 20px; */
        width: 100%;
        padding: 0;
        height: 35px;
        padding-left: 10px;
        border-radius: 0;
    }

    .common-filters select:before {
        content: "\f078";
    }
    .download-cateloge span{
        display: none;
    }

   
        .years-txt {
            color: white;
            margin-left: 0rem;
            width: 100%;
        }
        .newbaaar .col-md-3{
            width: 40%;
    }
    .newbaaar .col-md-9{
     width: 60%;
    }
    .gyears span{
        display:none;
    }
    .years-txt p {
        font-size: 16px;
    }
    .years-txt h3 {
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 18px;
    }
    .newbaaar .gyears {
        padding: 5px 10px;
    }
    .front-banner .slick-dotted.slick-slider{
        margin-top: 15px;
    }
    .front-banner .slick-list img {
        border-radius: 10px;
        /* height: 115px; */
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .homeabout{
        height: auto;
    }
    .numcount {
        font-size: 2rem;
    }
    .numbers.counter-inner .fw-semibold{font-size: 0.8rem;}
    .about-numbers .nmbr{font-size: 3rem;}
    .people-slider  .slick-dots li{margin: 0px 0px;}
    .option-pdf a {display: flex;align-items: center;font-size: 0.9rem;justify-content: center;}
    .copyright {font-size: .8rem;text-align: center;}
    .shop-now-sticky span {
        display: none;
    }
    .mx-200 {
        max-width: 60vw;
    } 

}

@media (min-width: 810px) and (max-width: 991px) {
    .nav-link:focus-visible {
        outline: 0;
        box-shadow: none;
    }

    .journeydetails .sub {
        font-size: 0.8rem;
    }

    .journeydetails span {
        font-size: 0.6rem;
        padding: 0px 3px;
    }

    .journeydetails {
        top: 50px;
    }

    .journeyimages::before {
        opacity: 0.9;
        background: rgb(0, 0, 0, 0.8);
    }

    .jsingle {
        padding: 0px 14px;
    }

    .tab-center {
        text-align: center;
    }

    .tab-center img {
        width: 250px;
    }

    .people-slider {
        overflow: inherit !important;
    }

    .people-slider .slick-dots {
        bottom: -50px;
    }

    .copyright {
        font-size: 0.8rem;
    }
    .about-numbers .nmbr {
        font-size: 2.5rem;
    }
    .years-txt {
        color: white;
        margin-left: 0;
        width: 100%;
    }
    .mx-200 {
        max-width: 80vw;
    } 
}
@media (min-width: 992px) and (max-width: 1011px) {
    .mx-200 {
        max-width: 17vw;
    } 
}
@media (min-width: 740px) and (max-width: 800px) {

    .container,
    .container-sm {
        max-width: 650px;
    }

    .years-txt {
        color: white;
        margin-left: 5rem;
        width: 65%;
    }

    .dcaption {
        font-size: 0.8rem;
    }

    .jsingle::before {
        top: 4px;
        height: 90%;
    }

    .jsingle .dot {
        margin-top: 0;
    }

    .opportunity-filter {
        border: 1px solid #83C558;
        border-radius: 0;
        height: 44px;
    }

    .blogs-filter {
        border: 1px solid #83C558;
        padding: 0;
        border-radius: 0;
        height: 50px;
    }
    .years-txt {
        color: white;
        margin-left: 0rem;
        width: 100%;
    }
    .people-slider .slick-dots {
        position: inherit;
        bottom: 0;
    }
    .mx-200 {
        max-width: 80vw;
    } 
}
@media (min-width: 580px) and (max-width: 740px) {
    .homeabout .about-title {
        font-size: 4rem;
    }
    .homeabout .about-sub {
        font-size: 2rem;
    }
    .dcaption > div {
        font-size: 0.6rem;
    }
    .years-txt {
        margin-left: 1rem;
        width: 90%;
    }
    .slick-dots li button:before{top: -37px;    font-size: 13px;}
    .mx-200 {
        max-width: 76vw;
    }
}
@media (min-width: 1024px) and (max-width: 1031px) {
    .mx-200 {
        max-width: 18vw;
    } 
}
@media (min-width: 1032px) and (max-width: 1200px) {
    .dcaption.bg-green {
        font-size: 0.8rem;
    }

    .journeydetails .sub {
        font-size: 1rem;
    }

    .journeydetails span {
        font-size: 0.9rem;
        padding: 0px 3px;
    }

    .journeydetails {
        top: 50px;
    }

    .journeyimages::before {
        opacity: 0.9;
        background: rgb(0, 0, 0, 0.8);
    }

    .jsingle {
        padding: 0px 14px;
    }

    .nav-link:focus-visible {
        box-shadow: none;
    }

    .sec-title {
        font-size: 2rem;
    }
    .numcount {
        font-size: 2rem;
    }
    .years-txt {
        margin-left: 3rem;
        width: 100%;
    }
    .blogsingle .blog-more {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-box .fw-semibold {
        height: auto;
    }
    .product-box {
        height: 100%;
    }
    .years-txt p {
        white-space: break-spaces;
    }
    .mx-200 {
        max-width: 18vw;
    } 
}
/* 
@media(min-width:1024px){
    .mx-200 {
        max-width: 18vw;
    }
}
@media(min-width:1010px){
    .mx-200 {
        max-width: 18vw;
    }
} */

@media(max-width:1300px){
    hr.border-green {
        display: none;
    }
}
@media (min-width: 1300px) and (max-width: 1500px) {
    .mx-200 {
        max-width: 11vw;
    } 
}
@media (min-width: 1500px) and (max-width: 1920px) {
    .mx-200 {
        max-width: 10vw;
    } 
}

/*responsive_baar*/

@media (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }

    .banner_image {
        background-image: url("../../banner1.png");
        background-repeat: no-repeat;
        height: 100%;
        background-position: center;
        max-width: 100%;
        margin: auto;
        background-size: cover;
    }

    .banner_heading h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner_heading {
        padding: 50px 28px 22px;
    }
    .list_wrapper_sec {
        margin-top: 5px;
    }
    .list_wrapper_sec li {
        font-size: 14px;
        margin-top: 6px;
        line-height: 22px;
        display: flex;
        align-items: flex-start;
    }
    .list_wrapper_sec img {
        margin-right: 8px;
        margin-top: 6px;
    }

   .about_us {
    padding: 40px 18px;
}
    .about-us_heading h2 {
        font-size: 28px;
    }
    .abou_us_img_sec {
        display: block;
        margin-top: 14px;
    }
    
    .about_us_right_side {
        margin-top: 18px;
    }
    .about_us_right_side p {
        font-size: 14px;
    }
    .agrosaf_icons_sec {
       
        padding: 52px 0px;
    }
    .hover-effect4 ul {
        padding-top: 14px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 0;
        padding-left: 0px;
        flex-wrap: wrap;
    }
    .hover-effect4 ul li {
        list-style-type: none;
        width: 32%;
    }
    .hover-effect4 img {
        width: 75px;
    }
    .hover-effect4 p {
        color: white;
        font-size: 14px;
        margin-top: 15px;
        font-weight: 400;
    }

    .about-us_heading p {
        font-size: 14px;
    }
    .aboutus_text {
    font-size: 14px;
    }
    .agrosaf_images_wrapper_list {
        display: block;
    }
    .why_choose_us {
        margin: 6px auto;
    }
    .single-img {
        margin-bottom: 25px;
    }
  
    .category_range p {
    font-size: 16px;
    margin-top: 12px;
  
}
 form.agrosaf_contact_form{
        margin-top: 30px;
    }
    .agrosaf_contact_form h2 {
    font-size: 26px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   
    .about_us_right_side{
        margin-top: 30px;
    }

    .banner_heading h1 {
        font-size: 38px;
    }

    .banner_heading {
        padding: 40px 50px;
    }
    .list_wrapper_sec {
        margin-top: 5px;
    }
    .list_wrapper_sec li {
      
        margin-top: 6px;
        line-height: 32px;
        display: flex;
        align-items: flex-start;
    }
    form.agrosaf_contact_form{
        margin-top: 30px;
    }
    .list_wrapper_sec img {
        margin-right: 8px;
        margin-top: 10px;
    }

    .about_us {
        padding: 40px 30px;
    }
    .about-us_heading h2 {
        font-size: 32px;
    }
 
    .about-us_heading p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .single-img img {
        width: 152px;
        object-fit: cover;
    }
    .text {
        font-size: 18px;
        line-height: 23px;
    }
    .single-img.second_image_option {
        height: auto;
    }

    section.contact_form_wrapper.aos-init.aos-animate {
        max-width: 650px;
        margin: auto;
    }
 
}
