/* 12-5-2025 */

.dflt_pge h1 {
    line-height: 100px;
}

.tablearea table tbody tr td:first-child {
    width: 250px;
}


/* 15-5-25 */


/* input.wpcf7-form-control.wpcf7-submit.has-spinner.bluebtn {
    font-size: 18px;
    font-weight: 500;
    padding-block: 14px;
    padding-inline: 32px;
    color: #FFFFFF;
    background-color: #00b1ff;
    text-transform: capitalize;
    display: inline-block;
} */

.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.no-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0000001e;
    z-index: 1;
}

.video_desc .bluebtn .download_btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    padding-block: 14px;
    padding-inline: 32px;
    color: #FFFFFF;
    background-color: #00b1ff;
    text-transform: capitalize;
    display: inline-block;
    border: transparent;
}

.white_modal {
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background: transparent;
    --bs-modal-bg: transparent;
}

.white_modal .modal-content {
    padding: 30px;
    padding-bottom: 10px;
    max-width: 650px;
    background: #fff;
}

.white_modal h2 {
    font-size: 35px;
    line-height: 45px;
    color: #1c1a2b;
}

.white_modal .modal-content .close-btn {
    color: var(--bs-black);
    font-size: 30px;
    position: absolute;
    right: 13px;
    top: 5px;
    cursor: pointer;
}

.white_modal .wpcf7-form p label {
    color: #1c1a2b;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
}

.white_modal .wpcf7-not-valid-tip {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    margin-top: 4px;
}

.white_modal .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}

.white_modal .wpcf7-form .wpcf7-text,
.white_modal .wpcf7-form .wpcf7-textarea {
    width: 100%;
    background-color: #eef7fb;
    border: 1px solid #3d505863;
    padding: 7px 15px;
    font-size: 15px;
    color: #1c1a2b;
    transition: 0.4s all ease-in-out;
}

.white_modal .wpcf7-form .wpcf7-text:focus,
.white_modal .wpcf7-form .wpcf7-textarea:focus {
    border: 1px solid #1c1a2b;
}

.white_modal .wpcf7-form .wpcf7-checkbox {
    width: 100%;
}

.white_modal .wpcf7-form .wpcf7-checkbox {
    width: 100%;
}

.white_modal .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.white_modal .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
    line-height: 20px;
    margin-left: 10px;
}

.white_modal .wpcf7-form .wpcf7-textarea {
    height: 100px;
    resize: none;
}

.white_modal input.wpcf7-form-control.wpcf7-submit.has-spinner.bluebtn {
    width: auto;
    padding: 13px 46px;
    border-radius: 50px;
    max-width: 158px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
    border: 1px solid transparent;
    color: #fff;
    background-color: #00b1ff;
    margin-top: 8px;
}

.white_modal input.wpcf7-form-control.wpcf7-submit.has-spinner.bluebtn:hover {
    color: #000000;
}

.white_modal .wpcf7-form p {
    margin-bottom: 10px;
}

.white_modal .wpcf7 form .wpcf7-response-output {
    margin: 0 0 5px 0;
    text-align: center;
}

.abtmodal.modal.show {
    overflow: hidden;
}

.abtmodal.modal.show .modal-dialog {
    transform: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtmodal .modal-footer {
    justify-content: center;
    border-top: none;
}

.abtmodal .bluebtn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    padding-block: 9px;
    padding-inline: 32px;
    color: #FFFFFF;
    background-color: #00b1ff;
    text-transform: capitalize;
    display: inline-block;
}

.video_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutmid_section .bluebtn a {
    color: #FFFFFF;
}

.mach-contact-form {
    cursor: pointer;
}


/* 16-05-25 */

.navbar-nav li a.active-anchor {
    text-decoration: underline;
}

.ftr_lnks ul li a.active-anchor {
    text-decoration: underline;
}

.nws_info {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nws_info img.card-img-top {
    width: 100%;
    height: 307px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.nws_info .card-body {
    padding: 20px;
    flex-grow: 1;
}

.nws_info h2 {
    font-size: 30px;
    margin: 10px 0;
}

.nws_info .card-body>p:first-child {
    color: #000;
    margin-bottom: 8px;
}

.nws_info .card-body>p:nth-child(3) {
    margin-bottom: 15px;
    color: #444;
    line-height: 1.6;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.pagination .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.pagination .dots {
    background-color: transparent;
    cursor: default;
    pointer-events: none;
}

.innovative_team h2 {
    font-size: 60px;
    color: #00b1ff;
}

.innovative_team {
    max-width: 100%;
}

.career_sction::before {
    outline: none;
}

.innovative_team span {
    margin-bottom: 30px;
    font-size: 24px;
}

.innovative_team p {
    margin-bottom: 30px;
}

.wht_we_do span {
    color: #00b1ff;
}

.wht_we_do {
    padding-top: 110px;
}

.career_sction {
    padding-bottom: 5px;
}

.lefttxtarea.sngle_sction {
    margin-bottom: 40px;
}

.sngle_img {
    /* max-width: 770px; */
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

.lefttxtarea.sngle_sction h2 {
    text-align: center;
}

.const_solarea.single_pge {
    margin-top: 76px;
}

.news_date {
    padding-block-end: 10px;
    font-size: 16px;
    color: #00b1ff;
    text-align: center;
}


/* 16-05-25 */


/* 20-05-25 */


/* .mobile-nav-open {
    height: 100vh;
} */

.contct_no ul li p.phn_no a {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

section.aboutmid_section.anther_section {
    padding-top: 0px;
}

.const_solarea.sol_section {
    margin-top: 50px;
}


/* .txtfullarea h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
} */


/* 20-05-25 */


/* 26-05-25 */

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    min-width: 170px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.menu-item-has-children .sub-menu li a:hover {
    color: #000;
}

.submenu_class.menu-item a:hover {
    text-decoration: none;
}

.sub-menu .menu-item {
    width: 100%;
}

.sub-menu li a:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

.slution_cntnt h2 {
    margin-bottom: 30px;
}


/* .supplier_section .col-md-3 {
    padding: 0;
}

.supplier_box h2 {
    font-size: 24px;
    left: 54%;
}

.supplier_box img {
    object-fit: contain;
}

.supplier_box::before {
    display: none;
}

.title_section h2 {
    color: #000000;
} */


/* .slution_cntnt h2 {
    font-size: 50px;
} */

.sub-menu li.subactive {
    text-decoration: underline;
    color: #000;
}

.submenu_class a::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 0px;
}

.submenu_class a {
    padding-right: 20px;
}

.submenu_class a::after {
    font-size: 18px;
}

.sub-menu li a::after {
    display: none;
}


/* 26-05-25 */


/* 27-05-25 */

a.wp-block-button__link.wp-element-button {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    padding-block: 14px;
    padding-inline: 32px;
    color: #FFFFFF;
    background-color: #00b1ff;
    text-transform: capitalize;
    display: inline-block;
}

a.wp-block-button__link.wp-element-button:hover {
    color: #000;
}

.single .content_section {
    margin-top: 50px;
}

.single .content_section p:last-of-type {
    margin-bottom: 0;
}

.single .aboutmid_section {
    padding-bottom: 40px;
}

.single .content_section p {
    margin-bottom: 10px;
}

.single .sngle_img {
    height: 500px;
}

.single.single-mach_module .sngle_img {
    height: 150px;
}


/* 27-05-25 */


/* 29-05-25 */

#site_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}


/* 29-05-25 */


/* 04-06-25 */

.cnstruction_slution h2 {
    font-size: 24px;
}

.revolutionizing_sction h2 {
    color: #ffffff;
}

.slide-image-case.case_slider::before {
    background-color: #ffffff;
}

.slide-content.cse_content {
    padding: 10px 20px 50px;
}

.video_desc h2 {
    margin-bottom: 0px;
}

.bluebtn.trusted_btn {
    text-align: center;
}

.slide-image-case.case_slider::after {
    display: none;
}


/* 04-06-25 */


/* 06-06-25 */

.video_desc {
    bottom: 101px;
    min-width: 1140px;
}

.industry_sltion {
    display: none;
}


/* 14-06-25 */

.sol_area {
    overflow: hidden;
}

.sol_area::after {
    top: -8%;
}

.industry_bxe a {
    box-shadow: 10px 10px 5px #ADD8E6;
}

.contstxtarea.mid_cnt p {
    text-align: left;
    margin-bottom: 20px;
}


/*////////////////////////////////////////////////////////////// responsive css/////////////////////////////////////////// */

@media(max-width:1499px) {
    .banner {
        position: relative;
        height: calc(100vh - 20px);
        text-align: center;
        color: #FFFFFF;
    }
    /* 25-05-25 */
    .page-agriculture .banner {
        height: calc(100vh - -90px);
    }
    .page-defence .banner {
        height: calc(100vh - -100px);
    }
    .page-construction .banner {
        height: calc(100vh - -170px);
    }
    .page-maritime .banner {
        height: calc(100vh - 30px);
    }
    /* 25-05-25 */
    .page-logistics .banner {
        height: calc(100vh - -30px);
    }
}

@media (max-width: 1399px) {
    .white_modal h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .white_modal .wpcf7-form p label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .white_modal .wpcf7-form .wpcf7-textarea {
        height: 70px;
        resize: none;
    }
    .white_modal .wpcf7-not-valid-tip {
        font-size: 13px;
        line-height: 15px;
        margin-top: 4px;
    }
    .white_modal .wpcf7 form .wpcf7-response-output {
        margin: 0 0 5px 0;
        text-align: center;
        font-size: 13px;
        margin-top: -26px;
    }
    .white_modal .wpcf7-form p {
        margin-bottom: 0px;
    }
    .about_banner .banner {
        height: calc(100vh - -374px);
    }
    .banner .about_banner_content h1 {
        font-size: 230px;
        margin-bottom: 20px;
        margin-bottom: -61px;
        margin-left: 55px;
    }
    .lefttxtarea.solution_title h2 {
        font-size: 45px;
    }
    /* 25-05-25 */
    .page-landcare .banner {
        height: calc(100vh - -100px);
    }
    .page-agriculture .banner {
        height: calc(100vh - -150px);
    }
    .page-defence .banner {
        height: calc(100vh - -60px);
    }
    .page-construction .banner {
        height: calc(100vh - -90px);
    }
    /* .page-maritime .banner {
        height: calc(100vh - 390px);
    } */
    /* 25-05-25 */
}

@media (max-width: 1199px) {
    /* .slide-image-case {
        width: 342px;
        height: 342px;
        min-width: 342px;
        min-height: 342px;
    } */
    .slide-text h2 {
        margin-bottom: 5px;
        font-size: 39px;
        line-height: 47px;
    }
    .home_partner_machtxt {
        max-width: 650px;
    }
    .banner .about_banner_content h1 {
        margin: 0 auto;
        margin-bottom: -49px;
    }
    .banner .about_banner_content p {
        font-size: 39px;
        padding: 0 40px 0 40px;
        line-height: 48px;
    }
    .txtfullarea p {
        margin-bottom: 30px;
    }
    .name_area h2 {
        font-size: 30px;
    }
    .team_singal_sec .teamimgarea {
        width: 180px;
        height: 180px;
    }
    .team_singal_sec .teamimgarea .blueicon {
        width: 40px;
        height: 40px;
        right: -7px;
    }
    .team_singal_sec {
        padding: 20px 20px;
        border-radius: 20px;
        margin-bottom: 25px;
    }
    .about_solutionarea .sol_title_section h2 {
        font-size: 60px;
        font-family: "Bebas Neue", sans-serif;
        color: #FFFFFF;
        text-align: center;
        margin: 0;
        line-height: normal;
    }
    .supplier_box h2 {
        font-size: 30px;
    }
    .partner_machtxt h2 {
        font-size: 56px;
        margin-bottom: 18px;
    }
    .partner_machtxt {
        max-width: 600px;
    }
    .page-careers .textbot_lable {
        padding-left: 59px;
    }
    .page-careers .textbot_lable h2 {
        margin-bottom: 35px;
    }
    .page-careers .wht_we_do h3 {
        font-size: 40px;
    }
    .page-logistics .txtfullarea h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .video_desc h2 {
        font-size: 65px;
        line-height: 80px;
    }
    .video_desc {
        bottom: 80px;
        min-width: 960px;
    }
}

@media (max-width: 991px) {
    .banner h1 {
        margin-bottom: 4px;
        font-size: 40px;
    }
    .banner .about_banner_content h1 {
        font-size: 140px;
    }
    .page-template-about_page .banner {
        height: calc(70vh - -102px);
    }
    .banner .about_banner_content p {
        font-size: 29px;
        padding: 0 0px 0 0px;
        line-height: 37px;
    }
    .contct_no ul li p.phn_no a {
        font-size: 14px;
        font-weight: 700;
        padding: 0;
    }
    .home_partner_machtxt {
        max-width: 444px;
    }
    ul.rightcontsec li span {
        background-color: #00b1ff;
        width: 35px;
        height: 35px;
        line-height: 43px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 50px;
        margin-right: 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 26-05-25 */
    .sub-menu .menu-item {
        margin-top: 15px;
    }
    .menu-item-has-children .sub-menu {
        position: relative;
        display: none;
        visibility: hidden;
        opacity: 0;
        top: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .menu-item-has-children:hover>.sub-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: none;
    }
    .menu-item-has-children .sub-menu.open_submenu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .submenu_class a {
        position: relative;
        padding-right: 20px;
    }
    .submenu_class a::after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        font-size: 16px;
        top: -1px;
    }
    .sub-menu li a::after {
        display: none;
    }
    .page-careers .innovative_team h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .page-careers .textbot_lable p {
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .page-careers .innovative_team span {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .page-careers .wht_we_do {
        padding-top: 0px;
    }
    .page-careers .wht_we_do h3 {
        font-size: 31px;
    }
    .page-careers .partner_machtxt h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .submenu_class a::after {
        top: -3px;
    }
    .offcanvas.show {
        height: 100vh;
        overflow-y: auto;
    }
    .mobile-nav-open {
        height: 100vh;
        overflow: hidden;
    }
    /* 26-05-25 */
    /* 29-05-25 */
    .partner_machtxt {
        max-width: 400px;
    }
    .partner_machtxt h2 {
        font-size: 40px;
        margin-bottom: 18px;
    }
    .page-logistics .txtfullarea h2 {
        font-size: 40px;
        line-height: 50px;
    }
    /* 29-05-25 */
    .slide-text.rev_text p {
        font-size: 16px;
    }
    .video_desc {
        min-width: 720px;
        flex-direction: column;
        row-gap: 25px;
    }
    .video_desc .col-lg-4 {
        align-items: start !important;
        justify-content: start !important;
    }
}

@media(max-width: 767px) {
    .page-template-about_page .banner .about_banner_content {
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
        width: 100%;
    }
    .banner .about_banner_content p {
        margin-right: 0;
        max-width: 100%;
    }
    .banner .about_banner_content h1 {
        text-align: center;
    }
    .supplier_section #suplierBox a {
        width: 100%;
    }
    .page-careers .wht_we_do h3 {
        font-size: 40px;
    }
    .page-careers .textbot_lable {
        padding-left: 0;
    }
    .page-logistics .lefttxtarea.solution_title h2 {
        font-size: 30px;
    }
    .page-logistics .contstxtarea h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .page-logistics .txtfullarea h2 {
        font-family: "Bebas Neue", sans-serif;
        font-size: 35px;
        line-height: 42px;
    }
    /* .video_desc {
        min-width: 100%;
        row-gap: 0;
    } */
    .video_desc {
        min-width: 100%;
        row-gap: 0;
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .white_modal h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .white_modal .wpcf7-form p label {
        color: #1c1a2b;
        font-size: 15px;
        line-height: 1;
        margin-bottom: 7px;
    }
    .banner .about_banner_content h1 {
        font-size: 100px;
    }
    .banner .about_banner_content p {
        font-size: 26px;
    }
    .page-template-about_page .banner {
        height: calc(70vh - 28px);
    }
    .aboutmid_section .bluebtn a {
        font-size: 13px;
    }
    .about_solutionarea .sol_title_section h2 {
        line-height: 54px;
    }
    .partner_machtxt h2 {
        line-height: 50px;
    }
    .txtfullarea p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 27px;
    }
    .partner_machtxt h2 {
        font-size: 36px;
        margin-bottom: 18px;
        line-height: 45px;
    }
    .banner .about_banner_content {
        top: 50%;
        left: 50%;
        margin-left: 0;
        transform: translate(-50%, -50%);
    }
    .page-careers .innovative_team span {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .page-careers .banner {
        height: calc(100vh - 230px);
    }
    .banner {
        height: calc(100vh - 100px);
    }
    .page-agriculture .banner {
        height: calc(100vh - 200px);
    }
    /* 04-06-25 */
    .case_studies_slide .slide-content.cse_content .slide-text p {
        font-size: 15px;
        line-height: 28px;
    }
    .slide-text.rev_text h2 {
        font-size: 30px;
    }
    /* 04-06-25 */
    .video_desc {
        text-align: center;
    }
    .video_desc h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .video_desc .col-lg-4 {
        align-items: center !important;
        justify-content: center !important;
    }
}


/*////////////////////////////////////////////////////////////// responsive css/////////////////////////////////////////// */