/* ---------------inner page banner-------------- */
.prc_ply_row  h2.wp-block-heading {
    font-size: 20px;
    padding: 15px 0 10px 0 !important;
    color: #1c6648;
    font-weight: 700;
}
.inr_bnr_sec:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100% !important;
    background: #222;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto;
}

.inr_bnr_row {
    height: 330px;
    background-size: 60% 100% !important;
    margin: 0 !important;
    background-position: right !important;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 9;
    display: flex !important;
    align-items: center;
    position: relative;
    top: 0 !important;
}

.inr_bnr_ttl_inr h1 {
    font-weight: 700;
    font-size: 34px;
    color: #F0AF00;
    line-height: 1.2;
    margin-top:  0 !important;
}

.site_brd {
    padding-top: 10px;
}

.site_brd a,
.site_brd span {
    padding: 0 2px !important;
    color: #fff;
    font-size: 18px;
}

/* ---------------------contact us page start-------------- */
/* Contact detail */
.contact_detail_col_box {
    padding: 50px 30px !important;
    background: #1C6648;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
}

.contact_detail_col_box:after {
    position: absolute;
    content: "";
    width: 280px;
    height: 140px;
    background: url(../../../../../wp-content/uploads/2025/06/Group-2.png) no-repeat;
    bottom: 0;
    right: 0;
    z-index: 1;
    right: 0;
    margin: auto;
    transform: rotate(-1deg);
    background-size: 100% 100%;
}

.contact_detail_col_box ul {
    padding: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
}

.contact_detail_col_box li {
    width: 33.33%;
}

.contact_detail_col_box li .cnt_dtl_block {
    display: flex;
    align-items: center;
}

.cnt_dtl_text_inr a {
    display: block;
    line-height: 1.3;
}

.cnt_dtl_icon {
    width: 20% !important;
}

.cnt_dtl_text {
    width: 80% !important;
}

.cnt_dtl_icon_inr {
    width: 75px;
    height: 75px;
    border: 1px solid #37AE9C;
    background: #F0AF00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.cnt_dtl_text_inr span,
.cnt_dtl_text_inr a {
    display: block;
    line-height: 1.5;
    color: #fff;
}

.cnt_dtl_text_inr {
    padding-left: 20px;
}

.cnt_dtl_icon_inr svg {
    height: 25px;
    width: 25px;
}

.cnt_dtl_icon_inr svg path {
    fill: #1C6648
}

.cnt_pg_gt_row.pd_t {
    background: #f2f2f2;
    padding: 80px !important;
    width: 70% !important;
    max-width: 100% !important;
    border-radius: 0 0 20px 20px;
}

/* ---------------------contact us page end-------------- */


/* ------------------about us page start----------------- */

/* .abt_cnt_sec:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 100%;
    background: url(../../../../../wp-content/uploads/2025/06/abt_after_shape.png)no-repeat;
    background-size: 100% 100%;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
} */
.abt_cnt_sec {
    z-index: 9;
}

.abt_cnt_img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 20px;
}

.abt_cnt_col2 {
    padding-left: 40px;
}

/* our mission vission */
.ovm_box {
    width: 33.33%;
    padding: 10px;
}

.ovm_undr_block_inr {
    box-shadow: 0px 17px 22px 0px #0000000D;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #1C6648;
    border-radius: 30px;
    padding: 30px 20px;
}

.ovm_ttl {
    background: #222222;
    width: 300px;
    text-align: center;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 30px 30px 0 0;
    margin: auto;
    position: relative;
}

.ovm_ttl:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #222222;
    left: 0;
    bottom: -14px;
    right: 0;
    margin: auto;
}

.ovm_img_box {
    width: 30%;
}

.ovm_des_box {
    width: 70%;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.ovm_img {
    display: flex;
    justify-content: center;
}

.ovm_img img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.abt_pg_seo_cnt_sec .seo_cnt_row {
    flex-direction: row-reverse;
}

/* ------------------about us page end----------------- */
/* -------Service Area start---------- */


.ser_area_main_box_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ser_area_box {
    padding: 5px;
}

a.ser_area_box_inr {
    width: 220px;
    height: 50px;
    border: 1px solid #1C6648;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    color: #000;

}

a.ser_area_box_inr:hover {
    color: #fff;
    background: #1C6648;


}

/* -------Service Area end---------- */

b ,span a{
    color: #1c6648;
}

.area_ser_ttl_col {
    margin: 0 !important;
}.abt_des ul {
    padding-left: 5px;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    /* ---------------inner page banner-------------- */
    .site_brd a,
    .site_brd span {
        padding: 0 1px !important;
        font-size: 12px;
    }

    .site_brd {
        padding-top: 0px;
    }

    .inr_bnr_sec:after {
        height: 100%;
    }

    .inr_bnr_row {
        height: 180px;
        background-size: 100% 100% !important;
        border-radius: 0;
        top: 0;
    }

    .inr_bnr_row:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #222222bd;
        display: block;
        visibility: visible;
        top: 0;
        left: 0;
        z-index: 1;
        right: 0;
        margin: auto;
    }

    .inr_bnr_ttl_inr h1 {
        font-size: 21px;
        margin-top: 0
    }

    /* ---------------------contact us page-------------- */
    /* Contact detail */
    .contact_detail_col_box:after {
        width: 60px;
        height: 30px;
        right: 10px;
    }

    .contact_detail_col_box {
        padding: 20px 10px !important;
    }

    .cnt_dtl_icon_inr {
        width: 40px;
        height: 40px;
    }

    .cnt_dtl_icon_inr svg {
        height: 15px;
        width: 15px;
    }

    .contact_detail_col_box ul {
        width: 260px;
    }

    .cnt_dtl_text_inr {
        padding-left: 10px;
    }

    .contact_detail_col_box li {
        width: 100%;
        padding: 5px 0;
    }

    /* contact form */
    .cnt_pg_gt_row.pd_t {
        padding: 15px !important;
        width: 100% !important;
        margin-top: 30px;
        border-radius: 0;
    }

    .get_in_touch_box textarea {
        height: 80px !important;
    }

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        background-color: #1C6648 !important;
        height: 100%;
        top: 0;
    }



    .abt_cnt_sec svg#truck,
    .abt_cnt_sec svg#hap-truck-animation-1 {
        display: none;
    }

    .abt_cnt_img img {
        height: 280px;
    }

    .abt_cnt_col2 {
        padding-left: 0;
    }

    .abt_cnt_des_main_box {
        padding-top: 20px;
    }

    /* our vision mission */
    .ovm_box {
        width: 100%;
        padding: 5px;
    }

    .ovm_sec.pd_b {
        padding-top: 30px !important;
    }

    .ovm_undr_block_inr {
        padding: 15px 10px;
    }

    .ovm_img_box {
        width: 20%;
    }

    .ovm_des_box {
        width: 80%;
    }

    .ovm_img img {
        height: 50px;
    }

    .ovm_ttl {
        width: 180px;
        font-size: 21px;
        padding: 5px 10px;
    }

    .ovm_ttl:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #222222;
        bottom: -8px;
    }

    /* -------Service Area start---------- */
    a.ser_area_box_inr {
        width: 135px;
        height: 40px;
        font-size: 14px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .contact_detail_col_box li {
        width: 50%;
        padding: 5px 0;
    }

    .contact_detail_col_box ul {
        width: 100%;
        justify-content: left;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* ---------------inner page banner-------------- */
    .site_brd a,
    .site_brd span {
        padding: 0 1px !important;
        font-size: 14px;
    }

    .site_brd {
        padding-top: 0px;
    }

    .inr_bnr_sec:after {
        height: 170px;
    }

    .inr_bnr_row {
        height: 180px;
        top: 20px;
		    background-size: 50% 100% !important;
    }

    .inr_bnr_ttl_inr h1 {
        font-size: 25px;
        margin-top: -50px;
    }

    /* ---------------------contact us page-------------- */
    /* Contact detail */
    .contact_detail_col_box:after {
        width: 110px;
        height: 60px;
        right: 10px;
    }

    .contact_detail_col_box {
        padding: 20px 10px !important;
    }

    .cnt_dtl_icon_inr {
        width: 40px;
        height: 40px;
    }

    .cnt_dtl_icon_inr svg {
        height: 15px;
        width: 15px;
    }

    .contact_detail_col_box ul {
        width: 75%;
    }

    .cnt_dtl_text_inr {
        padding-left: 10px;
    }

    /* contact form */
    .cnt_pg_gt_row.pd_t {
        padding: 20px !important;
        width: 90% !important;
    }

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        background-color: #1C6648 !important;
        height: 100%;
        top: -20px;
    }



    .abt_cnt_sec svg#truck,
    .abt_cnt_sec svg#hap-truck-animation-1 {
        display: none;
    }

    .abt_cnt_img img {
        height: 350px;
    }

    .abt_cnt_col2 {
        padding-left: 0;
    }

    .abt_cnt_des_main_box {
        padding-top: 20px;
    }

    /* our vision mission */
    .ovm_box {
        width: 50%;
        padding: 5px;
    }

    .ovm_sec.pd_b {
        padding-top: 30px !important;
    }

    .ovm_undr_block_inr {
        padding: 15px 10px;
    }

    .ovm_img_box {
        width: 20%;
    }

    .ovm_des_box {
        width: 80%;
    }

    .ovm_img img {
        height: 50px;
    }

    .ovm_ttl {
        width: 180px;
        font-size: 21px;
        padding: 5px 10px;
    }

    .ovm_ttl:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #222222;
        bottom: -8px;
    }

    /* -------Service Area start---------- */
    a.ser_area_box_inr {
        width: 170px;
        height: 40px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /* ---------------inner page banner-------------- */
    .site_brd a,
    .site_brd span {
        padding: 0 1px !important;
        font-size: 16px;
    }

    .site_brd {
        padding-top: 10px;
    }

    .inr_bnr_sec:after {
        height: 170px;
    }

    .inr_bnr_row {
        height: 180px;
        top: 20px;
		    background-size: 55% 100% !important;
    }

    .inr_bnr_ttl_inr h1 {
        font-size: 27px;
        margin-top: -50px;
    }

    /* ---------------------contact us page-------------- */
    /* Contact detail */
    .contact_detail_col_box:after {
        width: 160px;
        height: 80px;
        right: 10px;
    }

    .contact_detail_col_box {
        padding: 20px 10px !important;
    }

    .cnt_dtl_icon_inr {
        width: 55px;
        height: 55px;
    }

    .contact_detail_col_box ul {
        width: 70%;
    }

    /* contact form */
    .cnt_pg_gt_row.pd_t {
        padding: 20px !important;
        width: 93% !important;
    }

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        height: 84.3%;
        top: -15px;
    }

    .abt_cnt_sec svg#hap-truck-animation-1 {
        top: -14px;
        position: relative;
    }

    .abt_cnt_sec svg#truck {
        height: 80px;
        width: 130px;
        top: -30px;
        z-index: 9;
    }

    .abt_cnt_img img {
        height: 430px;
    }

    .abt_cnt_col2 {
        padding-left: 20px;
    }

    /* our vision mission */
    .ovm_box {
        padding: 5px;
    }

    .ovm_undr_block_inr {
        padding: 15px 10px;
    }

    .ovm_img_box {
        width: 20%;
    }

    .ovm_des_box {
        width: 80%;
    }

    .ovm_img img {
        height: 50px;
    }

    .ovm_ttl {
        width: 180px;
        font-size: 21px;
        padding: 5px 10px;
    }

    .ovm_ttl:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #222222;
        bottom: -8px;
    }

    /* -------Service Area start---------- */
    a.ser_area_box_inr {
        width: 170px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* ---------------inner page banner-------------- */
    .site_brd a,
    .site_brd span {
        padding: 0 1px !important;
        font-size: 16px;
    }

    .site_brd {
        padding-top: 10px;
    }

    .inr_bnr_sec:after {
        height: 210px;
    }

    .inr_bnr_row {
        height: 220px;
    }

    .inr_bnr_ttl_inr h1 {
        font-size: 28px;
        margin-top: -70px;
    }

    /* ---------------------contact us page-------------- */
    /* Contact detail */
    .contact_detail_col_box:after {
        width: 160px;
        height: 80px;
        right: 10px;
    }

    .contact_detail_col_box {
        padding: 30px 20px !important;
    }

    .cnt_dtl_icon_inr {
        width: 55px;
        height: 55px;
    }

    /* contact form */
    .cnt_pg_gt_row.pd_t {
        padding: 20px !important;
        width: 92% !important;
    }

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        height: 84.3%;
        top: -15px;
    }

    .abt_cnt_sec svg#hap-truck-animation-1 {
        top: -14px;
        position: relative;
    }

    .abt_cnt_sec svg#truck {
        height: 80px;
        width: 130px;
        top: -30px;
        z-index: 9;
    }

    .abt_cnt_img img {
        height: 430px;
    }

    .abt_cnt_col2 {
        padding-left: 20px;
    }

    /* our vision mission */
    .ovm_undr_block_inr {
        padding: 15px 10px;
    }

    .ovm_img_box {
        width: 20%;
    }

    .ovm_des_box {
        width: 80%;
    }

    .ovm_img img {
        height: 50px;
    }

    .ovm_ttl {
        width: 180px;
        font-size: 21px;
        padding: 5px 10px;
    }

    .ovm_ttl:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #222222;
        bottom: -8px;
    }

    /* -------Service Area start---------- */
    a.ser_area_box_inr {
        width: 190px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* ---------------inner page banner-------------- */
    .site_brd a,
    .site_brd span {
        padding: 0 1px !important;
        font-size: 16px;
    }

    .site_brd {
        padding-top: 10px;
    }

    .inr_bnr_sec:after {
        height: 235px;
    }

    .inr_bnr_row {
        height: 250px;
    }

    .inr_bnr_ttl_inr h1 {
        font-size: 30px;
        margin-top: -70px;
    }

    /* ---------------------contact us page-------------- */
    /* Contact detail */
    .contact_detail_col_box:after {
        width: 160px;
        height: 80px;
        right: 10px;
    }

    .contact_detail_col_box {
        padding: 30px 20px !important;
    }

    .cnt_dtl_icon_inr {
        width: 55px;
        height: 55px;
    }

    /* contact form */
    .cnt_pg_gt_row.pd_t {
        padding: 40px !important;
        width: 90% !important;
    }

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        height: 91.2%;
    }

    .abt_cnt_sec svg#hap-truck-animation-1 {
        top: -14px;
        position: relative;
    }

    .abt_cnt_sec svg#truck {
        height: 80px;
        width: 130px;
        top: -30px;
        z-index: 9;
    }

    /* our vision mission */
    .ovm_undr_block_inr {
        padding: 15px 10px;
    }

    .ovm_img_box {
        width: 20%;
    }

    .ovm_des_box {
        width: 80%;
    }

    .ovm_img img {
        height: 50px;
    }

    .ovm_ttl {
        width: 220px;
        font-size: 28px;
        padding: 10px 10px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* ---------------inner page banner-------------- */
    .site_brd a,
    .site_brd span {
        padding: 0 1px !important;
        font-size: 16px;
    }

    .site_brd {
        padding-top: 10px;
    }

    .inr_bnr_row {
        height: 290px;
    }

    /* ---------------------contact us page-------------- */
    /* Contact detail */
    .contact_detail_col_box:after {
        width: 210px;
        height: 110px;
        right: 10px;
    }

    .contact_detail_col_box {
        padding: 30px 20px !important;
    }

    /* contact form */
    .cnt_pg_gt_row.pd_t {
        width: 90% !important;
    }

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        height: 92.2%;
    }

    /* our vision mission */
    .ovm_undr_block_inr {
        padding: 15px 10px;
    }

    .ovm_img_box {
        width: 20%;
    }

    .ovm_des_box {
        width: 80%;
    }

    .ovm_img img {
        height: 50px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /* ------------------about us page start----------------- */
    .abt_cnt_sec:after {
        height: 92%;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}