.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}



/* begain  card 1 */
.industry-section-bg {
    background-color: #DFDFDF;
    height: 27rem;
    overflow: hidden;
}

.image-industry-left {
    overflow: hidden;
    position: relative;

}

.imageimage {
    /* width: 100%; */
    height: 100%;
}

.right-side-auto {
    margin-top: 8rem;
}

.agri-title {
    font-size: 68px;
    letter-spacing: 0px;
    font-weight: 800;
}

/* end  card 1 */

/* begain  card 2 */


.industry-right-section-bg {
    background-color: #A88C2B;
    height: 27rem;
    overflow: hidden;
}

.agri-bg {
    background-color: #2BA88A;
}

.medical-devices {
    background-color: #A82B2B;
}

.marine {
    background-color: #2BA8A8;
}

.Oil-gas {
    background-color: #252828;
}

.powerutility {
    background-color: #532BA8;
}


.image-industry-right {
    overflow: hidden;
    height: 27rem;
}

.imageright {
    /* width: 100%; */
    height: 100%;
}

/*client process*/
.client-bg {
    background-color: #161A1B;
}

.main-contant {
    padding-top: 3rem;
    height: 33rem;
    margin-left: 3rem;

}

.main-contant .mainclient {
    padding-right: 3rem;
}

.mainclient .client-titile {
    font-family: 'Manrope';
    font-size: 19px;
    font-weight: 700 !important;
    line-height: 26px;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    opacity: 0.44 !important;

}

.mainclient .client-head {
    font-family: 'Manrope';
    font-size: 33px;
    font-weight: 800 !important;
    line-height: 45px;
    letter-spacing: -0.03em !important;
    text-align: left !important;
}

.mainclient .client-dec {
    font-family: 'Manrope';
    font-size: 23px;
    font-weight: 400 !important;

}


.image-container {
    position: relative;
    height: 22rem;
}

.bottomleft {
    position: absolute;
    bottom: 0px;
    /* left: 25px; */
    font-size: 24px;
    background: rgba(245, 245, 245, 1);
    border-radius: 0rem 1rem 0rem 1rem;
    width: 10rem;
    height: 4rem;
}


.clientimage {
    width: 100%;
    height: 100%;
    border-radius: 1.7rem 0rem 0rem 1.7rem;
}

.bottomleft .bottomtext {
    font-family: 'Manrope';
    font-size: 23px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(46, 46, 46, 1);
    padding: 1rem;

}

/* industry  css*/

.industryimageback {
    height: 31rem;
    overflow: hidden;
}

.industryimage {
    height: 100%;
}



.main-insudtry-contant {
    position: relative;

}


.indu-header {
    position: absolute;
    bottom: 8rem;
    padding: 0rem 5rem 0rem 0rem;
}

.industry-head {
    position: relative;
    font-size: 59px;
    font-weight: 800;
    line-height: 62px;
}

.insutry-title {
    font-size: 43px;
    font-weight: 700;
}



/*contact*/
.agri-main-contant {
    position: relative;

}

.experimage {
    overflow: hidden;
    height: auto !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important  ;
}



.conatct-contant {
    background: #161A1B;
    height: 38.438rem;
    padding: 4.563rem 0rem 4.563rem 0rem;

}

.contact-form .text-head {
    text-align: left !important;
}

input[type="text"] {
    width: 90%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    outline: none;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    opacity: 0.6;
    font-family: 'manrope';
}

input[type=tel] {
    width: 90%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    outline: none;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    opacity: 0.6;
    font-family: 'manrope';
 }
input[type=email] {
    width: 90%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    outline: none;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    opacity: 0.6;
    font-family: 'manrope';
 }

.form-group::placeholder{
    font-family: 'manrope';
}





.checkboxtext::before {
    content: '';
    display: contents;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff6b;
    background-color: #161A1B !important;
}

/* Add this CSS to your existing styles */
.custom-checkbox {
    display: none; /* Hide the default checkbox */
}

.checkbox-label {
    display: inline-block;
    cursor: pointer;
    padding-left: 30px; /* Adjust the space between the checkbox and text */
    position: relative;
}

.custom-checkbox + .checkbox-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px; /* Adjust the checkbox width */
    height: 18px; /* Adjust the checkbox height */
    background-color: transparent; /* Set your desired background color here */
    border-radius: 1px;
    border: 1px solid var(--Light-Gray, #F5F5F5);
    opacity: 0.6;}

.custom-checkbox:checked + .checkbox-label:before {
    content: '\2713'; /* Unicode checkmark character */
    font-size: 16px; /* Adjust the font size of the checkmark */
    color: #fff; /* Set the color of the checkmark */
    text-align: center;
    line-height: 20px; /* Match the checkbox height */
}





.contact-title {
    font-size: 10px;
    font-weight: 400;
    color: #ffffff6b !important;
    font-family: 'manrope';
}

.contact-title-top {
    font-size: 14px !important;
    font-weight: 400;
    color: #ffffff6b !important;
}

.textbelow-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff6b !important;
    font-family: 'manrope';
}

.textbelowemiltitle {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.8;
    color: #FFFFFF !important;

}

.form-control:focus {
    background: #161A1B !important;
    color: #FFF !important;
    opacity: 0.6;
    box-shadow: none !important;
}

.form-control.cont-textarea {
    color: white !important;
    margin-top: 20px;
    width: 100%;
    padding: 17px 22px;
    border: 2px solid #F5F5F5;
    outline: none;
    background: #161A1B;
    opacity: 0.6;
    border-radius: 3px;
    height: 18rem;
    margin-bottom: 20px;
    resize: none;
    box-shadow: none !important;
    font-size: 18px;

}

input[type="text"]:focus {
    border-color: #F5F5F5;
}

.leftsideres {
    padding: 0rem 0rem 2rem 0rem;
}

/*read-more page*/
.bread-sec {
    background: var(--Dark-gray, #1B1B1B);
    font-size: 12px;
    font-family: 'Manrope';
    height: auto;
}

.auto-container {
    padding: 0 15px;
}

ul.breadcrumb {
    background: var(--Dark-gray, #1B1B1B);
    margin-bottom: 0px;
}

ul.breadcrumb li a {
    color: white;
    text-decoration: none;
}

ul.breadcrumb li+li::before {
    content: ">";
    padding: 10px;
}

.main-agri-header {
    /* padding: 5rem 5rem 5rem 5rem; */
    background-color: #0E0E0E;
    padding: 5rem;
}

.header-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0.5rem;

}

.card-bg {
    background-color: #EDEDED;
    padding: 5rem 5rem 5rem 8rem;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    gap: 3rem;


}

.cardheadtitle {
    font-size: 25px;
    line-height: 57px;
    color: #2E2E2E !important;
    font-weight: 800 !important;
    font-family: 'Manrope' !important;
}

.navigate {
    font-size: 22px;
    color: #2E2E2E !important;
    font-weight: 700 !important;
    font-family: 'Manrope' !important;

}
.navigate-sec{
    width: 70% !important;
    font-size: 19px;
    color: #2E2E2E !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;


}

.main-acco-contant {
    background-color: #36B8A1;
    height: 13rem;
}

.announ-title {
    padding: 3rem 3rem 3rem 4rem;
}

.annou-img-header {
    position: relative;
    overflow: hidden;
    height: 13rem;

}

.annuc-head {
    color: #FFF !important;
    font-family: 'Manrope' !important;
    font-size: 19px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 0px !important;
}

.annuc-decs {
    font-family: 'Manrope' !important;
    font-size: 26.8px;
    font-weight: 800 !important;
    text-align: left;
}

.announ-title .rightresbtn {
    margin-top: 0rem !important;

}

.annou-img-title {
    overflow: hidden;
    position: relative;
}
.annou-img-title .contbtnside{
    position: absolute;
}

.announcementimage {
    width: 100%;
    height: 100%;
}

.agri-main-side{
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width:320px) {



    /* card-1 */
    .industry-section-bg {
        height: 12rem !important;

    }

    .main-image-sec {
        overflow: hidden !important;
        position: absolute;
        height: 12rem !important;
        /* width: 14rem !important; */
        margin-left: -9rem !important;

    }

    .image-industry-left {
        height: 12rem !important;
    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .right-side-auto {
        margin-top: 1rem !important;
        position: relative;
        right: -10rem !important;
        padding: 0rem 10rem 0rem 0rem;
    }

    .agri-title {
        font-size: 25px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 12px !important;
    }

    .text-header .resbtn {
        margin-top: 0rem !important;
    }

    /* card-2 */
    .image-industry-right {
        overflow: hidden;
        height: 12rem !important;
        margin-left: 13rem !important;
    }

    .industry-right-section-bg {
        height: 12rem !important;
    }

    .left-side-auto {
        margin-top: 1rem !important;
        position: absolute;
        left: 1rem !important;
        width: 10rem !important;
    }

    .right-agri-title {
        font-size: 25px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 12px !important;
    }

    .text-header .rightresbtn {
        margin-top: 0rem !important;
    }



    /* client-side */
    .main-contant {
        padding-top: 1rem !important;
        height: 32rem !important;
        margin-left: 1rem !important;
        padding: 1rem !important;

    }

    .main-contant .mainclient {
        padding-right: 0rem !important;
    }

    .mainclient .client-titile {
        font-size: 12px !important;
        margin-top: 0rem !important;

    }

    .mainclient .client-head {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .mainclient .client-dec {
        font-size: 13px !important;
    }

    .client-header .clientresbtn {
        margin-top: 0rem !important;

    }

    .image-container {
        height: 11rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;

        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 4rem !important;
        height: 2rem !important;
    }

    .clientimage {
        margin-top: 1rem !important;
        border-radius: 1rem 1rem 1rem 1rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 9px !important;
        font-weight: 700;
        line-height: 14px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 0.5rem !important;

    }

    .experimage .d-flex{
        display: block !important;
    }

    .agrileftside{
        margin-left: 20px !important;
    }

    /*contact*/

    .text-block h2 {
        font-size: 25px !important;
        padding: 10rem 1rem 1rem 0rem !important;
    }



    .contact-form .text-head {
        font-size: 20px !important;
    }

    .conatct-contant {
        height: 44rem !important;
        padding: 1.5rem 0rem 1.5rem 1rem !important;
    }

    .leftsideres {
        padding: 0rem 0rem 0.5rem 0rem !important;
    }


    .btnressub {
        display: none !important
    }

    .form-control.cont-textarea {
        height: 7rem !important;
        margin-bottom: 5px !important;
        width: 90% !important;
        font-size: 14px !important;
    }

    .textbelow-title {
        font-size: 9px !important;
    }

    .textbelowemiltitle {
        font-size: 9px !important;
    }

    input[type="text"] {
        font-size: 14px !important;
    }
    input[type="tel"] {
        font-size: 14px !important;
    }
    input[type="email"] {
        font-size: 14px !important;
    }

    .contact-title-top {
        font-size: 10px !important;
    }

    /*industry head*/

    .industryimageback {
        height: 19rem !important;
    }

    .indu-header {
        bottom: 4rem !important;
        padding: 0rem 1rem 0rem 0rem !important;

    }


    .industry-head {
        font-size: 26px !important;
        line-height: 38px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 18px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .agri-header {
        bottom: 1rem !important;
        padding: 0rem 1rem 0rem 0rem !important;
    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 26px !important;
        line-height: 38px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 18px !important;
        letter-spacing: 0px !important;

    }

    .main-agri-header {
        padding: 1rem !important;
    }

    .agri-head {
        font-size: 24px !important;
        font-weight: 700 !important;
        letter-spacing: 0px !important;
    }

    .agri-industry-title {
        font-size: 16px !important;
    }

    .card-bg {
        padding: 1rem !important;
    }

    .card-header {
        display: block !important;

    }

    .cardheadtitle {
        font-size: 26px !important;

    }

    .navigate {
        font-size: 16px !important;
    }


    .main-acco-contant {
        height: 12rem !important;

    }

    .announ-title {
        padding: 1rem !important;
        width: 60% !important;
    }

    .annou-img-title {
        width: 40% !important;
    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 12rem !important;
        bottom: 11.12rem !important;
    }

    .annuc-head {
        font-size: 14px !important;
    }

    .annuc-decs {
        font-size: 14px !important;

    }
}


@media (min-width: 321px) and (max-width: 376px) {

    /* card-1 */
    .industry-section-bg {
        height: 12rem !important;
    }

    .main-image-sec {
        overflow: hidden !important;
        position: absolute;
        height: 12rem !important;
        /* width: 15rem !important; */
        margin-left: -8rem !important;

    }

    .image-industry-left {
        height: 12rem !important;
    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .image-industry-right {
        overflow: hidden;
        height: 12rem !important;
        margin-left: 15rem !important;
    }

    .right-side-auto {
        margin-top: 1rem !important;
        position: relative;
        right: -12rem !important;
        padding: 0rem 13rem 0rem 0rem;
    }

    .agri-title {
        font-size: 25px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 12px !important;
    }

    .text-header .resbtn {
        margin-top: 0rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 12rem !important;
    }

    .left-side-auto {
        margin-top: 1rem !important;
        position: absolute;
        left: 2rem !important;
        width: 10rem !important;
    }

    .right-agri-title {
        font-size: 25px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 12px !important;
    }

    .text-header .rightresbtn {
        margin-top: 0rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 1rem !important;
        height: 32rem !important;
        margin-left: 1rem !important;
        padding: 1rem !important;
        /* margin: 1rem !important; */
    }

    .main-contant .mainclient {
        padding-right: 0rem !important;
    }

    .mainclient .client-titile {
        font-size: 12px !important;
        margin-top: 0rem !important;

    }

    .mainclient .client-head {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .mainclient .client-dec {
        font-size: 15px !important;
    }

    .client-header .clientresbtn {
        margin-top: 0rem !important;

    }

    .image-container {
        height: 11rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 4rem !important;
        height: 2rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 1rem 1rem 1rem 1rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 9px !important;
        font-weight: 700;
        line-height: 14px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 0.5rem !important;

    }

    /*contact*/
    .text-block h2 {
        font-size: 28px !important;
        padding: 15rem 1rem 2rem 0rem !important;
    }

    .experimage .d-flex{
        display: block !important;
    }

    .agrileftside{
        margin-left: 25px !important;
    }


    .contact-form .text-head {
        font-size: 23px !important;
    }

    .conatct-contant {
        height: auto !important;
        padding: 40px 0px 50px 20px !important;
    }

    .leftsideres {
        padding: 0rem 0rem 1rem 0rem !important;
    }

    .btnressub {
        display: none !important
    }

    .form-control.cont-textarea {
        height: 7rem !important;
        margin-bottom: 10px !important;
        width: 90% !important;
        font-size: 14px !important;
    }

    .contact-title {
        font-size: 10px !important;
    }

    .textbelow-title {
        font-size: 9px !important;
    }

    .textbelowemiltitle {
        font-size: 9px !important;
    }

    input[type="text"] {
        font-size: 14px !important;
    }
    input[type="tel"] {
        font-size: 14px !important;
    }
    input[type="email"] {
        font-size: 14px !important;
    }

    .contact-title-top {
        font-size: 8px !important;
    }

    /*industry head*/
    .industryimageback {
        height: 19rem !important;
    }

    .indu-header {
        bottom: 4rem !important;
        padding: 0rem 1rem 0rem 0rem !important;
    }


    .industry-head {
        font-size: 26px !important;
        line-height: 38px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 18px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .agri-header {
        bottom: 1rem !important;
        padding: 0rem 1rem 0rem 0rem !important;
    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 28px !important;
        line-height: 38px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 20px !important;
        letter-spacing: 0px !important;

    }

    .main-agri-header {
        padding: 1rem !important;
    }

    .agri-head {
        font-size: 24px !important;
        font-weight: 700 !important;
        letter-spacing: 0px !important;
    }

    .agri-industry-title {
        font-size: 16px !important;
    }

    .card-bg {
        padding: 1rem !important;
    }

    .card-header {
        display: block !important;

    }

    .cardheadtitle {
        font-size: 26px !important;

    }

    .navigate {
        font-size: 16px !important;
    }

    .main-acco-contant {
        height: 12rem !important;

    }

    .announ-title {
        padding: 1rem !important;
        width: 60% !important;
    }

    .annou-img-title {
        width: 40% !important;
    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 12rem !important;
        bottom: 11.11rem !important;
    }

    .annuc-head {
        font-size: 14px !important;
    }

    .annuc-decs {
        font-size: 14px !important;

    }

}

@media (min-width: 377px) and (max-width: 575px) {

    /* card-1 */
    .industry-section-bg {
        height: 12rem !important;
    }

    .main-image-sec {
        overflow: hidden !important;
        position: absolute;
        height: 12rem !important;
        /* width: 15rem !important; */
        margin-left: -7rem !important;

    }

    .image-industry-left {
        height: 12rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .image-industry-right {
        overflow: hidden;
        height: 12rem !important;
        margin-left: 17rem !important;
    }

    .right-side-auto {
        margin-top: 1rem !important;
        position: relative;
        right: -13rem !important;
        padding: 0rem 15rem 0rem 0rem;
    }

    .agri-title {
        font-size: 25px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 12px !important;
    }

    .text-header .resbtn {
        margin-top: 0rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 12rem !important;
    }

    .left-side-auto {
        margin-top: 1rem !important;
        position: absolute;
        left: 2rem !important;
        width: 13rem !important;
    }

    .right-agri-title {
        font-size: 30px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 14px !important;
    }

    .text-header .rightresbtn {
        margin-top: 0rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 1rem !important;
        height: 32rem !important;
        margin-left: 1rem !important;
        padding: 1rem !important;
        /* margin: 1rem !important; */
    }

    .main-contant .mainclient {
        padding-right: 0rem !important;
    }

    .mainclient .client-titile {
        font-size: 12px !important;
        margin-top: 0rem !important;


    }

    .mainclient .client-head {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .mainclient .client-dec {
        font-size: 15px !important;
    }

    .client-header .clientresbtn {
        margin-top: 0rem !important;

    }

    .image-container {
        height: 11rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 4rem !important;
        height: 2rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 1rem 1rem 1rem 1rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 9px !important;
        font-weight: 700;
        line-height: 14px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 0.5rem !important;

    }

    /*contact*/
    .experimage .d-flex{
        display: block !important;
    }

    .agrileftside{
        margin-left: 30px !important;
    }
    .text-block h2 {
        font-size: 30px !important;
        padding: 16rem 1rem 2rem 0rem !important;
    }



    .contact-form .text-head {
        font-size: 25px !important;
    }

    .conatct-contant {
        height: auto !important;
        padding: 40px 0px 50px 20px !important;
    }

    .contact-title-top {
        font-size: 10px !important;
    }



    .leftsideres {
        padding: 0rem 0rem 1rem 0rem !important;
    }


    .btnressub {
        display: none !important
    }

    .form-control.cont-textarea {
        height: 7rem !important;
        margin-bottom: 10px !important;
        width: 90% !important;
        font-size: 14px !important;
    }

    .textbelow-title {
        font-size: 10px !important;
    }

    .textbelowemiltitle {
        font-size: 10px !important;
    }

    .contact-title {
        font-size: 10px !important;
    }

    input[type="text"] {
        font-size: 14px !important;
    }
    input[type="tel"] {
        font-size: 14px !important;
    }
    input[type="email"] {
        font-size: 14px !important;
    }

    /*industry head*/
    .industryimageback {
        height: 19rem !important;
    }

    .indu-header {
        bottom: 4rem !important;
        padding: 0rem 1rem 0rem 0rem !important;
    }


    .industry-head {
        font-size: 32px !important;
        line-height: 40px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 23px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .agri-header {
        bottom: 1rem !important;
        padding: 0rem 1rem 0rem 0rem !important;
    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 32px !important;
        line-height: 38px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 22px !important;
        letter-spacing: 0px !important;

    }

    .main-agri-header {
        padding: 1rem !important;
    }

    .agri-head {
        font-size: 30px !important;
        font-weight: 700 !important;
        letter-spacing: 0px !important;
    }

    .agri-industry-title {
        font-size: 20px !important;
    }

    .card-bg {
        padding: 1rem !important;
    }

    .card-header {
        display: block !important;

    }

    .cardheadtitle {
        font-size: 28px !important;

    }

    .navigate {
        font-size: 18px !important;
    }

    .main-acco-contant {
        height: 12rem !important;

    }

    .announ-title {
        padding: 1rem !important;
        width: 60% !important;
    }

    .annou-img-title {
        width: 40% !important;
    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 12.1rem !important;
        bottom: 10rem !important;
    }

    .annuc-head {
        font-size: 14px !important;
    }

    .annuc-decs {
        font-size: 14px !important;

    }



}


@media (min-width: 576px) and (max-width:768px) {

    /* card-1 */
    .industry-section-bg {
        height: 18rem !important;
    }

    .custom-checkbox:checked + .checkbox-label:before {
        font-size: 13px !important; /* Adjust the font size of the checkmark */
        line-height: 12px !important;
    }

    .main-image-sec {
        overflow: hidden;
        position: absolute;
        height: 18rem !important;
        /* width: 24rem !important; */
        margin-left: -7rem !important;
    }

    .image-industry-left {
        height: 18rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 2rem !important;
        position: relative;
        right: -5rem !important;
        padding: 0rem 7rem 0rem 0rem;
    }

    .agri-title {
        font-size: 37px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 18px !important;
    }

    .text-header .resbtn {
        margin-top: 1rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 18rem !important;
    }

    .left-side-auto {
        margin-top: 2rem !important;
        position: absolute;
        left: 5rem !important;
        width: 17rem !important;
    }

    .right-agri-title {
        font-size: 37px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 18px !important;
    }

    .text-header .rightresbtn {
        margin-top: 1rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 18rem !important;
        margin-left: 2rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 2rem !important;
        height: 29rem !important;
        margin-left: 3rem !important;
        /* margin: 1rem !important; */
    }

    .main-contant .mainclient {
        padding-right: 2rem !important;
    }

    .mainclient .client-titile {
        font-size: 14px !important;
        margin-top: 2.5rem !important;
    }

    .mainclient .client-head {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .mainclient .client-dec {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .client-header .clientresbtn {
        margin-top: 0.7rem !important;

    }

    .image-container {
        height: 20rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 4rem !important;
        height: 2rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 1rem 0rem 0rem 1rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 9px !important;
        font-weight: 700;
        line-height: 14px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 0.5rem !important;

    }


    /*contact*/
    .text-block h2 {
        font-size: 37px !important;
        padding: 5rem 2rem 1rem 0rem !important;
    }

    .conatct-contant {
        background: #161A1B;
        height: auto !important;
        padding: 3.563rem 0rem 3.563rem 4rem;
    }


    .contact-form .text-head {
        font-size: 32px !important;
    }

    .contact-title-top {
        font-size: 8px !important;
    }

    .btnresmoresub {
        display: none !important;
    }

    .checkboxtext {
        height: 13px !important;
        width: 13px !important;
    }

    .contact-title {
        font-size: 8px !important;
    }

    .custom-checkbox + .checkbox-label:before {
        width: 13px !important;
        height: 13px !important;
    }

    .main-contact-container .acf-header-btn{
        font-size: 12.2px !important;
    }

    .form-control.cont-textarea {
        width: 80% !important;
        margin-top: 10px !important;
        height: 12rem !important;
        margin-bottom: 8px !important;

    }

    .textbelowemiltitle {
        font-size: 8px !important;
    }

    .textbelow-title {
        font-size: 8px !important;
    }


    .checkbox-label {
        padding-left: 20px !important;
    }

    input[type="text"] {
        font-size: 12px !important;
        width: 77% !important;

    }
    input[type="tel"] {
        font-size: 12px !important;
        width: 77% !important;

    }
    input[type="email"] {
        font-size: 12px !important;
        width: 77% !important;

    }

    .leftsideres {
        padding: 0rem 0rem 1rem 0rem !important;
    }


    .form-control.cont-textarea {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }



    /*industry head*/
    .industryimageback {
        /* height: 23rem !important; */
        height: auto !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }

    .indu-header {
        bottom: 4rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }


    .industry-head {
        font-size: 40px !important;
        line-height: 50px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 28px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 3.5rem !important;
    }
    .agri-header {
        bottom: 1rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 34px !important;
        line-height: 13px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 23px !important;
        letter-spacing: 0px !important;
    }


    .main-agri-header {
        padding: 2rem 2rem 2rem 3.5rem !important;
    }

    .agri-head {
        font-size: 23px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 30px !important;
    }

    .agri-industry-title {
        font-size: 14px !important;
    }

    .card-bg {
        padding: 2rem 2rem 2rem 3.5rem !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .cardheadtitle {
        font-size: 23px !important;

    }

    .navigate {
        font-size: 14px !important;

    }
    .navigate-sec{
       font-size: 12px !important;

    }

    .annuc-head {
        font-size: 14px !important;
    }

    .annuc-decs {
        font-size: 16px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 13rem !important;

    }

}

@media (min-width: 769px) and (max-width:868px) {

    .conatct-contant {
        padding: 3.563rem 0rem 3.563rem 4rem !important;
        height: auto !important;
    }

    .contact-title-top {
        font-size: 8px !important;
    }

    .contact-form .text-head {
        font-size: 32px !important;
    }

    /* card-1 */
    .industry-section-bg {

        height: 18rem !important;
    }

    .main-image-sec {
        overflow: hidden;
        position: absolute;
        height: 18rem !important;
        /* width: 24rem !important; */
        margin-left: -7rem !important;
    }

    .image-industry-left {
        height: 18rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 4rem !important;
        position: relative;
        right: -4rem !important;
        padding: 0rem 7rem 0rem 0rem;
    }

    .agri-title {
        font-size: 37px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 18px !important;
    }

    .text-header .resbtn {
        margin-top: 1rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 18rem !important;
    }

    .left-side-auto {
        margin-top: 4rem !important;
        position: absolute;
        left: 5rem !important;
        width: 20rem !important;
    }

    .right-agri-title {
        font-size: 37px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 18px !important;
    }

    .text-header .rightresbtn {
        margin-top: 1rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 18rem !important;
        margin-left: 4rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 2rem !important;
        height: 30rem !important;
        margin-left: 3rem !important;
        /* margin: 1rem !important; */
    }

    .main-contant .mainclient {
        padding-right: 2rem !important;
    }

    .mainclient .client-titile {
        font-size: 14px !important;
        margin-top: 2.5rem !important;


    }

    .mainclient .client-head {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .mainclient .client-dec {
        font-size: 17px !important;
        line-height: 30px !important;
    }

    .client-header .clientresbtn {
        margin-top: 0.8rem !important;

    }

    .image-container {
        height: 20rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 4rem !important;
        height: 2rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 1rem 0rem 0rem 1rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 9px !important;
        font-weight: 700;
        line-height: 14px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 0.5rem !important;

    }


    /*contact*/
    .text-block h2 {
        font-size: 37px !important;
        padding: 5rem 2rem 1rem 0rem !important;
    }




    .btnresmoresub {
        display: none !important;
    }

    .checkboxtext {
        height: 13px !important;
        width: 13px !important;
    }

    .contact-title {
        font-size: 12px !important;
    }

    input[type="text"] {
        font-size: 12px !important;
        width: 77% !important;
    }
    input[type="tel"] {
        font-size: 12px !important;
        width: 77% !important;
    }
    input[type="email"] {
        font-size: 12px !important;
        width: 77% !important;
    }

    .leftsideres {
        padding: 0rem 0rem 25px 0rem !important;
    }

    .main-contact-container .acf-header-btn {
        font-size: 12.2px !important;
    }

    .form-control.cont-textarea {
        font-size: 12px !important;
        padding: 10px 10px !important;
        width: 80% !important;
        height: 13rem !important;
    }



    .custom-checkbox + .checkbox-label:before {
        width: 13px !important;
        height: 13px !important;
    }

    .checkbox-label {
        padding-left: 20px !important;
    }

    .contact-title {
        font-size: 8px !important;
    }

    .form-control.cont-textarea {
        font-size: 12px !important;
    }

    .textbelow-title {
        font-size: 8px !important;
    }

    .textbelowemiltitle {
        font-size: 8px !important;
    }

    /*industry head*/
    .industryimageback {
        height: 23rem !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .indu-header {
        bottom: 5rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .industry-head {

        font-size: 40px !important;
        line-height: 50px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 28px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 4rem;
    }

    .agri-header {
        bottom: 2rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 38px !important;
        line-height: 58px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 26px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 3rem 3rem 3rem 3rem !important;
    }

    .agri-head {
        font-size: 23px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 30px !important;
    }

    .agri-industry-title {
        font-size: 12px !important;
    }

    .card-bg {
        padding: 2rem 3rem 3rem 4.5rem !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .cardheadtitle {
        font-size: 23px !important;
        line-height: 57px !important;
    }

    .navigate {
        font-size: 14px !important;

    }
    .navigate-sec{
       font-size: 12px !important;

    }

    .annuc-head {
        font-size: 14px !important;
    }

    .annuc-decs {
        font-size: 16px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 13rem !important;

    }

}

@media (min-width: 869px) and (max-width:991px) {

    .contact-title-top {
        font-size: 10px !important;
    }

    /* card-1 */
    .industry-section-bg {
        height: 18rem !important;
    }

    .main-image-sec {
        overflow: hidden;
        position: absolute;
        height: 18rem !important;
        /* width: 24rem !important; */
        margin-left: -7rem !important;
    }

    .image-industry-left {
        height: 18rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 4rem !important;
        position: relative;
        right: -2rem !important;
        padding: 0rem 7rem 0rem 0rem;
    }

    .agri-title {
        font-size: 37px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 18px !important;
    }

    .text-header .resbtn {
        margin-top: 1rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 18rem !important;
    }

    .left-side-auto {
        margin-top: 4rem !important;
        position: absolute;
        left: 5rem !important;
        width: 22rem !important;
    }

    .right-agri-title {
        font-size: 37px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 18px !important;
    }

    .text-header .rightresbtn {
        margin-top: 1rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 18rem !important;
        margin-left: 4rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 2rem !important;
        height: 30rem !important;
        margin-left: 3rem !important;
        /* margin: 1rem !important; */
    }

    .main-contant .mainclient {
        padding-right: 3rem !important;
    }

    .mainclient .client-titile {
        font-size: 14px !important;
        margin-top: 2.5rem !important;

    }

    .mainclient .client-head {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .mainclient .client-dec {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .client-header .clientresbtn {
        margin-top: 1rem !important;

    }

    .image-container {
        height: 20rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 4rem !important;
        height: 2rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 1rem 0rem 0rem 1rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 9px !important;
        font-weight: 700;
        line-height: 14px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 0.5rem !important;

    }


    /*contact*/
    .text-block h2 {
        font-size: 42px !important;
        padding: 5rem 2rem 1rem 0rem !important;
    }




    .contact-form .text-head {
        font-size: 40px !important;

    }

    .btnresmoresub {
        display: none !important;
    }

    .checkboxtext {
        height: 13px !important;
        width: 13px !important;
    }

    .contact-title {
        font-size: 8px !important;
    }

    .custom-checkbox + .checkbox-label:before {
        width: 13px !important;
        height: 13px !important;
    }
    .checkbox-label {
        padding-left: 20px !important;
    }

    input[type="text"] {
        font-size: 14px !important;
        width: 80% !important;
    }
    input[type="tel"] {
        font-size: 14px !important;
        width: 80% !important;
    }
    input[type="email"] {
        font-size: 14px !important;
        width: 80% !important;
    }

    .form-control.cont-textarea {
        font-size: 16px !important;
        height: 16rem !important;

    }

    .textbelow-title {
        font-size: 11px !important;
    }

    .textbelowemiltitle {
        font-size: 11px !important;
    }

    /*industry head*/
    .industryimageback {
        height: 23rem !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .indu-header {
        bottom: 5rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .industry-head {
        font-size: 40px !important;
        line-height: 50px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 28px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 5rem !important;
    }
    .agri-header {
        bottom: 2rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 43px !important;
        line-height: 52px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 28px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 2rem 10rem 2rem 4rem !important;
    }

    .agri-head {
        font-size: 23px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 35px !important;
    }

    .agri-industry-title {
        font-size: 12px !important;
    }

    .card-bg {
        padding: 2rem 3rem 2rem 6rem !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .cardheadtitle {
        font-size: 23px !important;
        line-height: 57px !important;
    }

    .navigate {
        font-size: 16px !important;

    }
    .navigate-sec{
       font-size: 14px !important;

    }

    .annuc-head {
        font-size: 14px !important;
    }

    .annuc-decs {
        font-size: 16px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 13rem !important;

    }


}

@media (min-width: 992px) and (max-width:1025px) {


    .conatct-contant {
        padding: 4.563rem 0rem 4.563rem 6rem !important;
    }

    .custom-checkbox:checked + .checkbox-label:before {
        font-size: 12px !important; /* Adjust the font size of the checkmark */
        line-height: 12px !important;
    }

    .contact-title {
        font-size: 12px !important;
    }

    .contact-title-top {
        font-size: 10px !important;
    }

    input[type="text"] {
        width: 80% !important;
        font-size: 15px !important;
    }
    input[type="tel"] {
        width: 80% !important;
        font-size: 15px !important;
    }
    input[type="email"] {
        width: 80% !important;
        font-size: 15px !important;
    }

    .form-control.cont-textarea {
        margin-top: 10px !important;
        width: 80% !important;
        padding: 10px 10px !important;
        height: 16.5rem !important;
    }

    .custom-checkbox + .checkbox-label:before {
        width: 15px !important;
        height: 15px !important;
    }

    .checkbox-label {
        padding-left: 25px !important;
    }

    .contact-form .text-head {
        text-align: left !important;
        font-size: 40.78px !important;
    }

    /* card-1 */
    .industry-section-bg {
        height: 23rem !important;
    }

    .main-image-sec {
        overflow: hidden;
        position: absolute;
        height: 23rem !important;
        /* width: 35rem !important; */
        margin-left: -5rem !important;
    }

    .image-industry-left {
        height: 23rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 5rem !important;
        position: relative;
        right: -7rem !important;
        padding: 0rem 7rem 0rem 0rem;
    }

    .agri-title {
        font-size: 45px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 20px !important;
    }

    .text-header .resbtn {
        margin-top: 1rem !important;
    }

    /* card-2 */
    .industry-right-section-bg {
        height: 23rem !important;
    }

    .left-side-auto {
        margin-top: 5rem !important;
        position: absolute;
        left: 6rem !important;
        width: 24rem !important;
    }

    .right-agri-title {
        font-size: 45px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 20px !important;
    }

    .text-header .rightresbtn {
        margin-top: 1rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 23rem !important;
        margin-left: -1rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 3rem !important;
        height: 32rem !important;
        margin-left: 3rem !important;
    }


    .mainclient .client-titile {
        font-size: 16px !important;
        margin-top: 2.5rem !important;

    }

    .mainclient .client-head {
        font-size: 27px !important;
        line-height: 37px !important;
    }

    .mainclient .client-dec {
        font-size: 17px !important;
        line-height: 28px !important;
    }

    .client-header .clientresbtn {
        margin-top: 0.5rem !important;

    }

    .image-container {
        height: 22rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 7rem !important;
        height: 3rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 2rem 0rem 0rem 2rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 14px !important;
        font-weight: 700;
        line-height: 18px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 1rem !important;

    }



    /*contact*/
    .text-block h2 {
        font-size: 49px !important;
        padding: 6rem 2rem 1rem 0rem !important;
    }


    .btnresmoresub {
        display: none !important;
    }

    .textbelow-title {
        font-size: 10px !important;
    }

    .textbelowemiltitle {
        font-size: 10px !important;
    }

    /*industry head*/
    .industryimageback {
        height: 23rem !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .indu-header {
        bottom: 5rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .industry-head {
        font-size: 43px !important;
        line-height: 55px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 30px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 5rem !important;
    }
    .agri-header {
        bottom: 2rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 48px !important;
        line-height: 38px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 32px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 3rem 12rem 3rem 4.5rem !important;
    }

    .header-container {
        gap: 0rem !important;
    }

    .agri-head {
        font-size: 30.5px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 55px !important;
    }

    .agri-industry-title {
        font-size: 16px !important;
    }

    .card-bg {
        padding: 2rem 3rem 2rem 6.5rem !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .cardheadtitle {
        font-size: 30px !important;
        line-height: 57px !important;
    }

    .navigate {
        font-size: 15px !important;

    }
    .navigate-sec{
       font-size: 13px !important;

    }

    .annuc-head {
        font-size: 18px !important;
    }

    .annuc-decs {
        font-size: 20px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 13rem !important;

    }

}

@media (min-width: 1026px) and (max-width:1199px) {

    .contact-title-top {
        font-size: 12px !important;
    }

    input[type="text"] {
        width: 80% !important;
        font-size: 15px !important;
    }
    input[type="tel"] {
        width: 80% !important;
        font-size: 15px !important;
    }
    input[type="email"] {
        width: 80% !important;
        font-size: 15px !important;
    }

    .form-control.cont-textarea {
        width: 80% !important;
        padding: 10px 15px !important;
        height: 16rem !important;
    }

    /* card-1 */
    .industry-section-bg {
        height: 23rem !important;
    }

    .main-image-sec {
        overflow: hidden;
        position: absolute;
        height: 23rem !important;
        /* width: 35rem !important; */
        margin-left: -8rem !important;
    }

    .image-industry-left {
        height: 23rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 6rem !important;
        position: relative;
        right: -5rem !important;
        padding: 0rem 12rem 0rem 0rem;
    }

    .agri-title {
        font-size: 45px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 20px !important;
    }

    .text-header .resbtn {
        margin-top: 1rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 23rem !important;
    }

    .left-side-auto {
        margin-top: 7rem !important;
        position: absolute;
        left: 6rem !important;
        width: 26rem !important;
    }

    .right-agri-title {
        font-size: 45px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 20px !important;
    }

    .text-header .rightresbtn {
        margin-top: 1rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 23rem !important;
        margin-left: 6rem !important;
    }


    /* client-side */
    .main-contant {
        padding-top: 3rem !important;
        height: 32rem !important;
        margin-left: 3rem !important;
    }


    .mainclient .client-titile {
        font-size: 18px !important;
        margin-top: 2.5rem !important;

    }

    .mainclient .client-head {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .mainclient .client-dec {
        font-size: 19px !important;
        line-height: 30px !important;
    }

    .client-header .clientresbtn {
        margin-top: 1rem !important;

    }

    .image-container {
        height: 22rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 7rem !important;
        height: 3rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 2rem 0rem 0rem 2rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 14px !important;
        font-weight: 700;
        line-height: 18px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 1rem !important;

    }



    /*contact*/
    .text-block h2 {
        font-size: 49px !important;
        padding: 6rem 2rem 1rem 0rem !important;
    }

    .conatct-contant {
        padding: 4.563rem 0rem 4.563rem 6rem !important;
    }

    .btnresmoresub {
        display: none !important;
    }

    .textbelow-title {
        font-size: 11px !important;
    }

    .textbelowemiltitle {
        font-size: 11px !important;
    }

    /*industry head*/
    .industryimageback {
        height: 23rem !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .indu-header {
        bottom: 5rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .industry-head {
        font-size: 43px !important;
        line-height: 55px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 30px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 7rem !important;
    }
    .agri-header {
        bottom: 2rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 0rem !important;

    }

    .industry-agri-head {
        font-size: 55px !important;
        line-height: 35px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 36px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 6rem 11rem 4rem 6rem !important;
    }

    .header-container {
        gap: 0rem !important;
    }

    .agri-head {
        font-size: 32px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 70px !important;
    }

    .agri-industry-title {
        font-size: 17px !important;
    }

    .card-bg {
        padding: 4rem 4rem 4rem 8rem !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .cardheadtitle {
        font-size: 32px !important;
        line-height: 57px !important;
    }

    .navigate {
        font-size: 16px !important;

    }
    .navigate-sec{
       font-size: 14px !important;

    }

    .annuc-head {
        font-size: 16px !important;
    }

    .annuc-decs {
        font-size: 21px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 13rem !important;

    }

}

@media (min-width: 1200px) and (max-width:1399px) {

    .conatct-contant {
        padding: 4.563rem 0rem 4.563rem 6rem !important;
        height: auto !important;
    }

    input[type="text"] {
        width: 80% !important;
    }
    input[type="tel"] {
        width: 60% !important;
    }
    input[type="email"] {
        width: 80% !important;
    }

    .form-control.cont-textarea {
        margin-top: 20px;
        width: 83% !important;
        padding: 10px 15px !important;
    }

    .textbelow-title {
        font-size: 14px !important;
    }

    .textbelowemiltitle {
        font-size: 14px !important;
    }

    /* card-1 */
    .industry-section-bg {
        height: 27rem !important;
    }

    .main-image-sec {
        position: absolute;
        height: 27rem;
        width: 40rem;
        overflow: hidden;
    }

    .image-industry-left {
        height: 27rem !important;
        left: -4rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 5rem !important;
        position: relative;
        right: -3rem !important;
        width: 32rem !important;
    }

    .agri-title {
        font-size: 63px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
        line-height: 110px !important;
    }

    .agritext {
        font-size: 20px !important;
    }

    .text-header .resbtn {
        margin-top: 1rem !important;
    }


    /* card-2 */
    .industry-right-section-bg {
        height: 27rem !important;
    }

    .left-side-auto {
        margin-top: 5rem !important;
        position: absolute;
        left: 11rem !important;
        width: 34rem !important;
    }

    .right-agri-title {
        font-size: 63px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
        line-height: 120px !important;
    }

    .leftagritext {
        font-size: 20px !important;
    }

    .text-header .rightresbtn {
        margin-top: 1rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 27rem !important;
        margin-left: 0rem !important;
    }



    /* client-side */
    .main-contant {
        padding-top: 3rem !important;
        height: 33rem !important;
        margin-left: 5rem !important;
    }


    .mainclient .client-titile {
        font-size: 18px !important;
        margin-top: 2.8rem !important;

    }

    .mainclient .client-head {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .mainclient .client-dec {
        font-size: 21px !important;
        line-height: 27px !important;
    }

    .client-header .clientresbtn {
        margin-top: 1rem !important;

    }

    .image-container {
        height: 23.5rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 11rem !important;
        height: 3.5rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 2rem 0rem 0rem 2rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 24px !important;
        font-weight: 700;
        line-height: 18px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 1.5rem !important;

    }

    .contact-title-top {
        font-size: 12.33px !important;
    }

    .form-control.cont-textarea {
        height: 16.8rem !important;
    }

    .conatct-contant {
        height: auto !important;
    }

    /*contact*/
    .text-block h2 {
        font-size: 64px !important;
        padding: 8rem 3rem 2rem 0rem !important;
    }


    .btnresmoresub {
        display: none !important;
    }

    /*industry head*/

    .industryimageback {
        height: 30rem !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .indu-header {
        bottom: 7rem !important;
        padding: 0rem 4rem 0rem 0rem !important;

    }

    .agri-header {
        bottom: 3.5rem !important;
        padding: 0rem 4.5rem 0rem 0rem !important;

    }

    .industry-head {
        font-size: 58px !important;
        line-height: 60px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 40px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 10rem !important;
    }
    .agri-header {
        bottom: 2rem !important;
        padding: 0rem 4rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 1rem !important;

    }

    .industry-agri-head {
        font-size: 59px !important;
        line-height: 75px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 40px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 105px 225px 105px 102px !important;
    }

    .header-container {
        gap: 0rem !important;
    }

    .agri-head {
        font-size: 41px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 70px !important;
    }

    .agri-industry-title {
        font-size: 19.5px !important;
    }


    .card-bg {
        padding: 66px 45px 45px 170px !important;
    }
    .cardheadtitle {
        font-size: 30px !important;
        line-height: 57px !important;
    }

    .card-header {
        gap: 1rem !important;

    }


    .navigate {
        font-size: 18px !important;

    }
    .navigate-sec{
       font-size: 16px !important;

    }

    .annuc-head {
        font-size: 19px !important;
    }

    .annuc-decs {
        font-size: 24px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 13rem !important;

    }
}

@media (min-width: 1400px) and (max-width: 1800px) {

    .conatct-contant {
        background: #161A1B;
        height: auto !important;
        padding: 4.563rem 0rem 4.563rem 9rem !important;
    }

    .form-control.cont-textarea {
        margin-top: 10px;
        width: 75% !important;
        height: 17rem !important;
    }

    .textbelow-title {
        font-size: 14px !important;
    }

    .textbelowemiltitle {
        font-size: 14px !important;
    }

    input[type="text"] {
        width: 80% !important;
    }
    input[type="tel"] {
        width: 80% !important;
    }
    input[type="email"] {
        width: 80% !important;
    }

    /* card-1 */
    .industry-section-bg {
        height: 30rem !important;
    }

    .main-image-sec {
        position: absolute;
        height: 30rem !important;
        width: 46rem !important;
        overflow: hidden;
    }

    .image-industry-left {
        height: 30rem !important;
        left: -6rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 7rem !important;
        position: relative;
        right: -5rem !important;
        padding: 0rem 10rem 0rem 0rem;
    }

    .agri-title {
        font-size: 56px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 24px !important;
    }

    .text-header .resbtn {
        margin-top: 3rem !important;
    }

    /* card-2 */
    .industry-right-section-bg {
        height: 30rem !important;
    }

    .left-side-auto {
        margin-top: 7rem !important;
        position: absolute;
        left: 9rem !important;
        width: 32rem !important;
    }

    .right-agri-title {
        font-size: 56px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 24px !important;
    }

    .text-header .rightresbtn {
        margin-top: 3rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 30rem !important;
        margin-left: -3rem !important;
    }



    /* client-side */
    .main-contant {
        padding-top: 5rem !important;
        height: 39rem !important;
        margin-left: 5rem !important;
    }


    .mainclient .client-titile {
        font-size: 22px !important;
        margin-top: 2.7rem !important;

    }

    .mainclient .client-head {
        font-size: 39px !important;
        line-height: 50px !important;
    }

    .mainclient .client-dec {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .client-header .clientresbtn {
        margin-top: 1rem !important;

    }

    .image-container {
        height: 27rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 1rem 0rem 1rem;
        width: 14rem !important;
        height: 5rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 3rem 0rem 0rem 3rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 22px !important;
        font-weight: 700;
        line-height: 20px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 2rem !important;
        margin-left: 2rem !important;

    }

    /*contact*/
    .text-block h2 {
        font-size: 67px !important;
        padding: 9rem 4rem 2rem 0rem !important;
    }



    .contact-form .text-head {
        font-size: 52px !important;

    }

    .btnresmoresub {
        display: none !important;
    }

    /*industry head*/

    .industryimageback {
        /* height: 29rem !important; */
        height: auto !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .indu-header {
        bottom: 8rem !important;
        padding: 0rem 5.5rem 0rem 0rem !important;

    }

    .industry-head {
        font-size: 59px !important;
        line-height: 70px !important;
        letter-spacing: 0px !important;

    }

    .insutry-title {
        font-size: 40px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 3rem 3rem 3rem 10rem !important;
    }

    .agri-header {
        bottom: 3rem !important;
        padding: 0rem 6rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 1rem !important;

    }

    .industry-agri-head {
        font-size: 58px !important;
        line-height: 45px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 41px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 114px 225px 114px 102px !important;
    }

    .header-container {
        gap: 0rem !important;
    }

    .agri-head {
        font-size: 44.5px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 80px !important;
    }

    .agri-industry-title {
        font-size: 22px !important;
    }


    .card-bg {
        padding: 66px 160px 66px 180px !important;
    }

    .cardheadtitle {
        font-size: 35px !important;
        line-height: 70px !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .navigate {
        font-size: 19px !important;

    }
    .navigate-sec{
       font-size: 16px !important;

    }

    .main-acco-contant {
        height: 15rem !important;
    }

    .annuc-head {
        font-size: 20px !important;
    }

    .annuc-decs {
        font-size: 27px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 15rem !important;

    }
}

@media (min-width: 1801px) and (max-width: 2559px) {


    .form-control {
        padding: 1.2rem !important;
    }

    .leftsideres {
        padding: 0rem 3rem 3rem 0rem !important;
    }

    .contact-title-top {
        font-size: 16px !important;
        font-weight: 400;
        color: #ffffff6b !important;
    }

    .form-control.cont-textarea {
        height: 20rem !important;
        width: 130% !important;
        font-size: 24px !important;
    }

    .textbelow-title {
        font-size: 22px !important;
    }

    .textbelowemiltitle {
        font-size: 22px !important;
    }

    .contact-title {
        font-size: 17px !important;
    }

    .main-contact-container .acf-header-btn{
        font-size: 25px !important;
    }

    input[type="text"] {
        font-size: 24px !important;
        width: 95% !important;
    }
    input[type="tel"] {
        font-size: 24px !important;
        width: 95% !important;
    }
    input[type="email"] {
        font-size: 24px !important;
        width: 95% !important;
    }




    .main-contact-container .acf-header-btn{
        margin-top: -10% !important;
    }




    .conatct-contant {
        background: #161A1B;
        height: auto;
        padding: 5.563rem 9rem 4.563rem 0rem !important;
    }

    /* card-1 */
    .industry-section-bg {
        height: 30rem !important;
    }

    .main-image-sec {
        position: absolute;
        height: 30rem !important;
        width: 46rem !important;
        overflow: hidden;
    }

    .image-industry-left {
        height: 30rem !important;
        left: -6rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 9rem !important;
        position: relative;
        right: -5rem !important;
    }

    .agri-title {
        font-size: 78px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 30px !important;
    }

    .text-header .resbtn {
        margin-top: 3rem !important;
    }

    /* card-2 */
    .industry-right-section-bg {
        height: 30rem !important;
    }

    .left-side-auto {
        margin-top: 9rem !important;
        position: absolute;
        left: 9rem !important;
    }

    .right-agri-title {
        font-size: 78px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 30px !important;
    }

    .text-header .rightresbtn {
        margin-top: 3rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 30rem !important;
        margin-left: 10rem !important;
    }



    /* client-side */
    .main-contant {
        padding-top: 5rem !important;
        height: 40rem !important;
        margin-left: 5rem !important;
    }

    .mainclient .client-titile {
        font-size: 22px !important;

    }

    .mainclient .client-head {
        font-size: 39px !important;
        line-height: 55px !important;
    }

    .mainclient .client-dec {
        font-size: 25px !important;
        line-height: 50px !important;
    }

    .client-header .clientresbtn {
        margin-top: 3rem !important;

    }

    .image-container {
        height: 28rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 2rem 0rem 2rem;
        width: 14rem !important;
        height: 5rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 3rem 0rem 0rem 3rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 22px !important;
        font-weight: 700;
        line-height: 20px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 2rem !important;
        margin-left: 2rem !important;

    }

    /*contact*/
    .text-block h2 {
        font-size: 88px !important;
        padding: 12rem 4rem 3rem 0rem !important;
    }


    .contact-form .text-head {
        font-size: 61px !important;

    }

    .btnresmoresub {
        display: none !important;
    }

    .form-control.cont-textarea {
        margin-left: 1px !important;
    }

    /*industry head*/

    .industryimageback {
        /* height: 48rem !important; */
        height: auto !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


.announ-title {
    padding: 5rem 5rem 5rem 10rem !important;
}
.agri-header {
    bottom: 8rem !important;
    padding: 0rem 6rem 0rem 0rem !important;

}

.agri-button .rightresbtn {
    margin-top: 1rem !important;

}
    .industry-head {
        font-size: 110px !important;
        line-height: 195px !important;
        letter-spacing: 0px !important;

    }

    .indu-header {
        bottom: 5rem !important;
        padding: 0rem 2rem 0rem 0rem !important;

    }

    .agri-text-block {
        font-size: 110px !important;
        line-height: 195px !important;
        letter-spacing: 0px !important;
        padding-left: 39rem !important;
    }

    .insutry-title {
        font-size: 77px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 4rem 3rem 4rem 10rem !important;
    }
    .agri-header {
        bottom: 8rem !important;
        padding: 0rem 6rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 1rem !important;

    }

    .industry-agri-head {
        font-size: 123px !important;
        line-height: 143px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 82px !important;
        letter-spacing: 0px !important;
    }


    .main-agri-header {
        padding: 114px 225px 114px 102px !important;
    }

    .header-container {
        gap: 0rem !important;
    }

    .agri-head {
        font-size: 44px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 70px !important;
    }

    .agri-industry-title {
        font-size: 24px !important;
    }


    .card-bg {
        padding: 66px 160px 30px 180px !important;
    }
    .cardheadtitle {
        font-size: 40px !important;
        line-height: 85px !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .navigate {
        font-size: 26px !important;

    }
    .navigate-sec{
       font-size: 24px !important;

    }

    .main-acco-contant {
        height: 18rem !important;
    }

    .annuc-head {
        font-size: 26px !important;
    }
    .annuc-decs {
        font-size: 40px !important;

    }
    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 18rem !important;

    }

}

@media (min-width: 2560px) and (max-width: 3880px) {

    /* card-1 */
    .industry-section-bg {
        height: 52rem !important;
    }

    .main-image-sec {
        position: absolute;
        height: 52rem !important;
        width: 78rem !important;
        overflow: hidden;
    }

    .image-industry-left {
        height: 52rem !important;
        left: -6rem !important;

    }

    .imageimage {
        position: relative;
        height: 100%;
        width: 100%;

    }

    .right-side-auto {
        margin-top: 14rem !important;
        position: relative;
        right: -15rem !important;
        padding: 0rem 22rem 0rem 0rem;
    }

    .agri-title {
        font-size: 108px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .agritext {
        font-size: 50px !important;
    }

    .text-header .resbtn {
        margin-top: 4rem !important;
    }

    /* card-2 */
    .industry-right-section-bg {
        height: 52rem !important;
    }

    .left-side-auto {
        margin-top: 14rem !important;
        position: absolute;
        left: 18rem !important;
        width: 70rem !important;
    }

    .right-agri-title {
        font-size: 108px !important;
        letter-spacing: 0px !important;
        font-weight: 800 !important;
    }

    .leftagritext {
        font-size: 50px !important;
    }

    .text-header .rightresbtn {
        margin-top: 4rem !important;
    }

    .image-industry-right {
        overflow: hidden;
        height: 52rem !important;
        margin-left: -3rem !important;
    }



    /* client-side */
    .main-contant {
        padding-top: 8rem !important;
        height: 66rem !important;
        margin-left: 8rem !important;
    }


    .mainclient .client-titile {
        font-size: 32px !important;
        margin-top: 4.5rem !important;

    }

    .mainclient .client-head {
        font-size: 71px !important;
        line-height: 95px !important;
    }

    .mainclient .client-dec {
        font-size: 45px !important;
        line-height: 70px !important;
    }

    .client-header .clientresbtn {
        margin-top: 2rem !important;

    }

    .image-container {
        height: 47rem !important;
    }

    .bottomleft {
        position: absolute;
        bottom: -16px !important;
        /* left: 25px; */
        font-size: 24px;
        background: rgba(245, 245, 245, 1);
        border-radius: 0rem 2rem 0rem 2rem !important;
        width: 22rem !important;
        height: 8rem !important;
    }


    .clientimage {
        margin-top: 1rem !important;
        border-radius: 4rem 0rem 0rem 4rem !important;
    }

    .bottomleft .bottomtext {
        font-family: 'Manrope';
        font-size: 32px !important;
        font-weight: 700;
        line-height: 20px !important;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(46, 46, 46, 1);
        padding: 3rem !important;
        margin-left: 3rem !important;

    }

    /*contact*/
    .text-block h2 {
        font-size: 121px !important;
        padding: 15rem 4rem 5rem 0rem !important;
    }

    .conatct-contant {
        background: #161A1B;
        height: 38.438rem;
        padding: 4.563rem 0rem 4.563rem 17rem !important;
    }

    .form-control.cont-textarea {
        width: 75% !important;
    }


    .rescontside{
        max-width: 2200px !important;
    }

    .contact-form .text-head {
        font-size: 81px !important;
    }

    .btnresmoresub {
        display: none !important;
    }

    .form-control.cont-textarea {
        margin-left: 1px !important;
    }




    .industryimageback {
        /* height: 55rem !important; */
        height: auto !important;
    }

    .industryimage {
        width: 100%;
        height: 100%;
    }


    .industry-head {
        font-size: 117px !important;
        line-height: 123px !important;
        letter-spacing: 0px !important;

    }

    .indu-header {
        bottom: 12rem !important;
        padding: 0rem 5.5rem 0rem 0rem !important;

    }

    .agri-text-block {

        font-size: 110px !important;
        line-height: 195px !important;
        letter-spacing: 0px !important;
        padding-left: 63rem !important;
    }

    .insutry-title {
        font-size: 82px !important;
        letter-spacing: 0px !important;

    }

    /*agriculture*/
    .announ-title {
        padding: 6rem 5rem 5rem 13rem !important;
    }
    .agri-header {
        bottom: 8rem !important;
        padding: 0rem 6rem 0rem 0rem !important;

    }

    .agri-button .rightresbtn {
        margin-top: 1rem !important;

    }

    .industry-agri-head {
        font-size: 117px !important;
        line-height: 95px !important;
        letter-spacing: 0px !important;

    }

    .insutry-agri-title {
        font-size: 78px !important;
        letter-spacing: 0px !important;
    }

    .main-agri-header {
        padding: 114px 225px 114px 185px !important;
    }

    .header-container {
        gap: 0rem !important;
    }

    .agri-head {
        font-size: 71px !important;
        letter-spacing: 0px !important;
        font-weight: 700 !important;
        line-height: 140px !important;
    }

    .agri-industry-title {
        font-size: 37px !important;
    }



    .card-bg {
        padding: 100px 110px 130px 265px !important;
    }
    .cardheadtitle {
        font-size: 65px !important;
        line-height: 170px !important;
    }

    .card-header {
        gap: 1rem !important;

    }

    .navigate {
        font-size: 36px !important;

    }
    .navigate-sec{
       font-size: 32px !important;

    }

    .main-acco-contant {
        height: 24rem !important;
    }

    .announ-title .rightresbtn {
        margin-top: 1rem !important;
    }

    .annuc-head {
        font-size: 36px !important;
    }

    .annuc-decs {
        font-size: 52px !important;

    }

    .annou-img-header {
        position: relative;
        overflow: hidden;
        height: 24rem !important;

    }
}
