/* ------inner page banner------- */
.white{
	color:#fff !important;
}
.productcontent h1, .productcontent h2,.productcontent h3 {
    padding: 10px 0px 0px;
    color: #000;
}
.site_padding.pdt0{
	padding-top:0px !important;
}
.site_padding.pdb0{
	padding-bottom:0px !important;
}
.inr_bnr_sec {
    height: 345px;
    border-radius: 30px;
    overflow: hidden;
}

.inr_bnr_sec::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 40%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.inr_bnr_ttl {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    padding-left: 180px;
    line-height: 1.2;
}

/* ------CONTACT US PAGE START----------*/

.cnt_git_row {
    padding: 0 150px !important;
}

.cnt_git_col2 {
    background: #000;
    padding: 70px 85px 70px 55px;
    border-radius: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.cnt_git_col1 {
    width: 60% !important;
    padding-right: 60px;

}

.cnt_git_col2 {
    width: 40% !important;
}

.cnt_git_content_box .contact_page_icon {
    width: auto;
}

.cnt_git_content_box .contact_page_icon_inner svg {
    width: 72px;
    height: 72px;
}

.cnt_git_content_box .contact_page_text_text {
    font-size: 22px;
}

.cnt_git_content_box .contact_page_text_number {
    font-size: 23px;
    padding-top: 10px;
}

.cnt_git_content_box .contact_page_box.contact_page_box_1,
.cnt_git_content_box .contact_page_box.contact_page_box_3 {
    margin: 0 !important;
}

.cnt_git_content_box .contact_page_box_2 {
    margin: 60px 0;
}

.cnt_map_sec.pd_tb {
    padding-top: 0 !important;
}

.cnt_map_box {
    display: flex;
}

.cnt_map_box iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    box-shadow: 0px 0px 11px 0px #00000026;
    border: 5px solid #FFFFFF !important;
}

/* ------CONTACT US PAGE END----------*/
/* ------ABOUT US PAGE START----------*/

.exp_dif_row {
    padding: 0 260px !important;
}

.exp_dif_col2 {
    padding-left: 45px;
}

.exp_dif_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.exp_dif_ttl {
    padding-bottom: 10px;
}

.exp_dif_des_box2 {
    padding-top: 45px;
    padding-bottom: 20px;
}

/* our core values */

.our_core_val_col1 {
    padding: 75px 0 75px 80px;
    z-index: 3;
}

.our_core_val_col1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 125%;
    background: #F2F2F2;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
    margin: auto;
    border-radius: 20px;
}

.our_core_val_box {
    width: 50%;
    display: flex;
}

.our_core_val_box_inr {
    width: 100%;
}

.our_core_val_main_box_inr {
    padding-top: 40px;
}

.our_core_val_title_box_inr {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.our_core_val_title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

.our_core_val_svg {
    display: flex;
}

.our_core_val_svg svg {
    height: 28px;
    width: 28px;
}

.our_core_val_col2 {
    padding-left: 100px;
    z-index: 9;
}

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

.our_core_val_box1,
.our_core_val_box2 {
    padding-bottom: 40px;
}

.our_core_val_box1,
.our_core_val_box3 {
    padding-right: 40px;
}

.our_core_val_box2,
.our_core_val_box4 {
    padding-left: 40px;
    border-left: 1px solid #DDDDDD;
}


/* ------ABOUT US PAGE END----------*/
/* ------Service PAGE start----------*/
/* lorem section 1 */
.ser_lrm_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, #EDEDED 0%, #FFFFFF 100%);
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.ser_lrm_sec:before {
    position: absolute;
    content: "35+ Year Experience";
    color: #fff;
    font-size: 58px;
    right: 10px;
    top: 0;
    z-index: 9;
    font-weight: 500;
    writing-mode: sideways-lr;
    width: fit-content;
    text-orientation: mixed;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.ser_lrm_logo_img {
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser_lrm_logo_img img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.ser_lrm_row {
    padding: 0 290px !important;
}

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

.ser_lrm_col1 {
    width: 47% !important;
    padding-right: 50px;
}

.ser_lrm_col2 {
    width: 53% !important;
}

/* lorem section 2 */

.ser_lrm2_img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 30px;
}

.ser_lrm2_col2 {
    padding-left: 55px;
}

/* ------Service PAGE END----------*/
/* ------SERVICE AREA PAGE START----------*/

.ser_area_main_col {
    padding-top: 30px;
}

.ser_area_row.pd0 {
    border: 1px solid #BF1D23;
    border-radius: 20px;
    padding: 70px 290px !important;
}

.ser_area_main_col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none !important;
    padding: 0 !important;
}

.ser_area_main_col ul li {
    padding: 6px;
}

.ser_area_btn {
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #BF1D23;
    padding: 0 10px 0 15px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px;
    transition: 1s;
}

.ser_area_btn_svg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 36px;
    background: #fff;
    border-radius: 5px;
    transition: 1s;
}

.ser_area_btn:hover {
    background: #000;
}

.ser_area_btn:hover .ser_area_btn_svg {
    background: #BF1D23;
}

.ser_area_btn_svg path {
    transition: 1s;
}

.ser_area_btn:hover .ser_area_btn_svg path {
    fill: #fff;
}

/* ------SERVICE AREA PAGE END----------*/
/* ------SUBURB PAGE START----------*/

.suburb_abt_map_box {
    display: flex;
}

.suburb_abt_map_box iframe {
    width: 100%;
    height: 500px;
    border-radius: 30px;
}

.suburb_abt_col2 {
    padding-left: 55px;
}

/* lorem content 2 */

.suburb_lrm_col2 {
    padding-left: 200px;
}

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

.suburb_lrm_logo_img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
}

.suburb_lrm_logo_img img {
    width: 100%;
    height: 155px;
    object-fit: contain;
}

.suburb_lrm_sec {
    border-bottom: 1px solid #DDDDDDDD;
}

/* ------SUBURB PAGE END----------*/



@media all and (min-width: 320px) and (max-width: 767px) {
    .inr_bnr_sec {
        height: 280px;
    }

    .inr_bnr_ttl {
        font-size: 26px;
        padding: 0 15px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .cnt_git_col2 {
        width: 100% !important;
        padding: 20px 15px;
    }

    .cnt_git_content_box .contact_page_text_text {
        font-size: 15px;
    }

    .cnt_git_content_box .contact_page_text_number {
        padding-top: 5px;
        font-size: 14px;
    }

    .cnt_git_content_box .contact_page_box_2 {
        margin: 20px 0;
    }

    .cnt_git_content_box .contact_page_icon_inner svg {
        width: 45px;
        height: 45px;
    }

    .cnt_map_box iframe {
        height: 250px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 0 !important;
    }

    .exp_dif_col2 {
        padding-left: 0px;
    }

    .exp_dif_img img {
        height: 310px;
    }

    .exp_dif_des_box2 {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .exp_dif_img {
        padding-bottom: 20px;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 0;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        display: none;
    }

    .our_core_val_img img {
        height: 310px;
        margin: 10px 0 0 0;
    }

    .our_core_val_col2 {
        padding-left: 0;
    }

    .our_core_val_box {
        width: 100%;
        padding: 10px 0 !important;
        border: none !important;
    }


    .our_core_val_svg svg {
        height: 24px;
        width: 24px;
    }

    .our_core_val_title {
        font-size: 18px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .our_core_val_title_box_inr {
        padding-bottom: 5px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 0 !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        display: none;
    }

    .ser_lrm_sec:before {
        font-size: 20px;
        right: 10px;
        top: 0;
        bottom: auto;
        writing-mode: horizontal-tb;
        color: #ddd;
    }

    .ser_lrm_col1 {
        width: 100% !important;
        padding-right: 0;
    }

    .ser_lrm_col2 {
        width: 100% !important;
    }

    .ser_lrm_img img {
        height: 310px;
        margin: 10px 0 !important;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 0px;
    }

    .ser_lrm2_img img {
        height: 310px;
        margin: 10px 0;
    }

    /* ------SERVICE AREA PAGE START----------*/

    .ser_area_row.pd0 {
        padding: 20px 10px !important;
    }

    .ser_area_main_col ul li {
        padding: 3px;
    }

    .ser_area_main_col {
        padding-top: 10px;
    }

    .ser_area_btn {
        width: 135px;
        height: 35px;
        font-size: 14px;
    }

    .ser_area_btn_svg {
        height: 22px;
        width: 22px;
    }

    .ser_area_btn_svg svg {
        height: 10px;
        width: 10px;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 0;
    }

    .suburb_abt_map_box iframe {
        height: 310px;
        margin: 10px 0;
    }

    /* lorem content 2 */

    .suburb_lrm_logo_img {
        display: none;
    }

    .suburb_lrm_col2 {
        padding-left: 0;
    }

    .suburb_lrm_img img {
        height: 310px;
        margin: 10px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .inr_bnr_sec {
        height: 280px;
    }

    .inr_bnr_ttl {
        font-size: 30px;
        padding-left: 30px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        padding-right: 15px;
    }

    .cnt_git_col2 {
        padding: 30px 20px;
    }

    .cnt_git_content_box .contact_page_text_text {
        font-size: 15px;
    }

    .cnt_git_content_box .contact_page_text_number {
        padding-top: 5px;
        font-size: 14px;
    }

    .cnt_git_content_box .contact_page_box_2 {
        margin: 20px 0;
    }

    .cnt_git_content_box .contact_page_icon_inner svg {
        width: 45px;
        height: 45px;
    }

    .cnt_map_box iframe {
        height: 250px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 0 !important;
    }

    .exp_dif_col2 {
        padding-left: 0px;
    }

    .exp_dif_img img {
        height: 340px;
    }

    .exp_dif_des_box2 {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .exp_dif_img {
        padding-bottom: 20px;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 0;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        display: none;
    }

    .our_core_val_img img {
        height: 350px;
        margin: 10px 0 0 0;
    }

    .our_core_val_col2 {
        padding-left: 0;
    }

    .our_core_val_box1,
    .our_core_val_box2 {
        padding-bottom: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box3 {
        padding-right: 10px;
    }

    .our_core_val_box2,
    .our_core_val_box4 {
        padding-left: 10px;
    }

    .our_core_val_svg svg {
        height: 24px;
        width: 24px;
    }

    .our_core_val_title {
        font-size: 18px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .our_core_val_title_box_inr {
        padding-bottom: 5px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 0 !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        display: none;
    }



    .ser_lrm_sec:before {
        font-size: 30px;
        right: 10px;
        top: 0;
        bottom: auto;
        writing-mode: horizontal-tb;
    }

    .ser_lrm_col1 {
        width: 100% !important;
        padding-right: 0;
    }

    .ser_lrm_col2 {
        width: 100% !important;
    }

    .ser_lrm_img img {
        height: 350px;
        margin: 10px 0 !important;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 0px;
    }

    .ser_lrm2_img img {
        height: 370px;
        margin: 10px 0;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 20px 10px !important;
    }

    .ser_area_main_col {
        padding-top: 10px;
    }

    .ser_area_btn {
        width: 145px;
        height: 40px;
    }

    .ser_area_btn_svg {
        height: 25px;
        width: 25px;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 0;
    }

    .suburb_abt_map_box iframe {
        height: 400px;
        margin: 10px 0;
    }

    /* lorem content 2 */

    .suburb_lrm_logo_img {
        display: none;
    }

    .suburb_lrm_col2 {
        padding-left: 0;
    }

    .suburb_lrm_img img {
        height: 360px;
        margin: 10px 0;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .inr_bnr_sec {
        height: 280px;
    }

    .inr_bnr_ttl {
        font-size: 30px;
        padding-left: 30px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        padding-right: 30px;
    }

    .cnt_git_col2 {
        padding: 30px;
    }

    .cnt_git_content_box .contact_page_text_text {
        font-size: 16px;
    }

    .cnt_git_content_box .contact_page_text_number {
        padding-top: 5px;
        font-size: 17px;
    }

    .cnt_git_content_box .contact_page_box_2 {
        margin: 40px 0;
    }

    .cnt_git_content_box .contact_page_icon_inner svg {
        width: 55px;
        height: 55px;
    }

    .cnt_map_box iframe {
        height: 250px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 0 !important;
    }

    .exp_dif_col2 {
        padding-left: 25px;
    }

    .exp_dif_img img {
        height: 440px;
    }

    .exp_dif_des_box2 {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 25px 0 25px 30px;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        width: 120%;
    }

    .our_core_val_img img {
        height: 350px;
    }

    .our_core_val_col2 {
        padding-left: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box2 {
        padding-bottom: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box3 {
        padding-right: 10px;
    }

    .our_core_val_box2,
    .our_core_val_box4 {
        padding-left: 10px;
    }

    .our_core_val_svg svg {
        height: 24px;
        width: 24px;
    }

    .our_core_val_title {
        font-size: 18px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .our_core_val_title_box_inr {
        padding-bottom: 5px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 0 !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        right: -20px;
    }

    .ser_lrm_logo_img img {
        height: 70px;
    }

    .ser_lrm_sec:before {
        font-size: 30px;
        right: 10px;
        top: 0;
        bottom: auto;
        writing-mode: horizontal-tb;
    }

    .ser_lrm_col1 {
        width: 50% !important;
        padding-right: 20px;
    }

    .ser_lrm_col2 {
        width: 50% !important;
    }

    .ser_lrm_img img {
        height: 350px;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 20px;
    }

    .ser_lrm2_img img {
        height: 440px;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 20px 10px !important;
    }

    .ser_area_main_col {
        padding-top: 10px;
    }

    .ser_area_btn {
        width: 145px;
        height: 40px;
    }

    .ser_area_btn_svg {
        height: 25px;
        width: 25px;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 20px;
    }

    .suburb_abt_map_box iframe {
        height: 550px;
    }

    /* lorem content 2 */
    .suburb_lrm_logo_img img {
        height: 75px;
    }

    .suburb_lrm_logo_img {
        left: 0px;
    }

    .suburb_lrm_col2 {
        padding-left: 50px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .inr_bnr_sec {
        height: 280px;
    }

    .inr_bnr_ttl {
        font-size: 33px;
        padding-left: 30px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        padding-right: 30px;
    }

    .cnt_git_col2 {
        padding: 30px;
    }

    .cnt_git_content_box .contact_page_text_text {
        font-size: 16px;
    }

    .cnt_git_content_box .contact_page_text_number {
        padding-top: 5px;
        font-size: 17px;
    }

    .cnt_git_content_box .contact_page_box_2 {
        margin: 40px 0;
    }

    .cnt_git_content_box .contact_page_icon_inner svg {
        width: 62px;
        height: 62px;
    }

    .cnt_map_box iframe {
        height: 300px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 0 !important;
    }

    .exp_dif_col2 {
        padding-left: 25px;
    }

    .exp_dif_img img {
        height: 440px;
    }

    .exp_dif_des_box2 {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 25px 0 25px 30px;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        width: 120%;
    }

    .our_core_val_img img {
        height: 400px;
    }

    .our_core_val_col2 {
        padding-left: 50px;
    }

    .our_core_val_box1,
    .our_core_val_box2 {
        padding-bottom: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box3 {
        padding-right: 10px;
    }

    .our_core_val_box2,
    .our_core_val_box4 {
        padding-left: 10px;
    }

    .our_core_val_svg svg {
        height: 24px;
        width: 24px;
    }

    .our_core_val_title {
        font-size: 18px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .our_core_val_title_box_inr {
        padding-bottom: 5px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 0 !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        right: -20px;
    }

    .ser_lrm_logo_img img {
        height: 70px;
    }

    .ser_lrm_sec:before {
        font-size: 30px;
        right: 10px;
        top: 0;
        bottom: auto;
        writing-mode: horizontal-tb;
    }

    .ser_lrm_col1 {
        width: 50% !important;
        padding-right: 20px;
    }

    .ser_lrm_col2 {
        width: 50% !important;
    }

    .ser_lrm_img img {
        height: 350px;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 20px;
    }

    .ser_lrm2_img img {
        height: 480px;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 20px 10px !important;
    }

    .ser_area_main_col {
        padding-top: 10px;
    }

    .ser_area_btn {
        width: 145px;
        height: 40px;
    }

    .ser_area_btn_svg {
        height: 25px;
        width: 25px;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 20px;
    }

    .suburb_abt_map_box iframe {
        height: 550px;
    }

    /* lorem content 2 */
    .suburb_lrm_logo_img img {
        height: 75px;
    }

    .suburb_lrm_logo_img {
        left: 0px;
    }

    .suburb_lrm_col2 {
        padding-left: 50px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .inr_bnr_ttl {
        font-size: 37px;
        padding-left: 50px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        padding-right: 30px;
    }

    .cnt_git_col2 {
        padding: 30px;
    }

    .cnt_git_content_box .contact_page_text_number {
        font-size: 19px;
    }

    .cnt_git_content_box .contact_page_box_2 {
        margin: 40px 0;
    }

    .cnt_git_content_box .contact_page_icon_inner svg {
        width: 62px;
        height: 62px;
    }

    .cnt_map_box iframe {
        height: 300px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 0 !important;
    }

    .exp_dif_col2 {
        padding-left: 25px;
    }

    .exp_dif_img img {
        height: 440px;
    }

    .exp_dif_des_box2 {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 25px 0 25px 30px;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        width: 120%;
    }

    .our_core_val_img img {
        height: 400px;
    }

    .our_core_val_col2 {
        padding-left: 50px;
    }

    .our_core_val_box1,
    .our_core_val_box2 {
        padding-bottom: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box3 {
        padding-right: 20px;
    }

    .our_core_val_box2,
    .our_core_val_box4 {
        padding-left: 20px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 0 !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        right: -20px;
    }

    .ser_lrm_logo_img img {
        height: 70px;
    }

    .ser_lrm_sec:before {
        font-size: 35px;
        right: 10px;
        top: 0;
        bottom: auto;
        writing-mode: horizontal-tb;
    }

    .ser_lrm_col1 {
        padding-right: 30px;
    }

    .ser_lrm_img img {
        height: 380px;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 20px;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 40px 40px !important;
    }

    .ser_area_main_col {
        padding-top: 10px;
    }

    .ser_area_btn {
        width: 175px;
        height: 45px;
    }

    .ser_area_btn_svg {
        height: 30px;
        width: 30px;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 20px;
    }

    .suburb_abt_map_box iframe {
        height: 550px;
    }

    /* lorem content 2 */
    .suburb_lrm_logo_img img {
        height: 75px;
    }

    .suburb_lrm_logo_img {
        left: 0px;
    }

    .suburb_lrm_col2 {
        padding-left: 50px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .inr_bnr_ttl {
        font-size: 37px;
        padding-left: 50px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        padding-right: 30px;
    }

    .cnt_git_col2 {
        padding: 50px 30px 50px 40px;
    }

    .cnt_git_content_box .contact_page_text_number {
        font-size: 19px;
    }

    .cnt_git_content_box .contact_page_icon_inner svg {
        width: 62px;
        height: 62px;
    }

    .cnt_map_box iframe {
        height: 300px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 0 !important;
    }

    .exp_dif_col2 {
        padding-left: 25px;
    }

    .exp_dif_img img {
        height: 440px;
    }

    .exp_dif_des_box2 {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 25px 0 25px 30px;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        width: 120%;
    }

    .our_core_val_img img {
        height: 400px;
    }

    .our_core_val_col2 {
        padding-left: 50px;
    }

    .our_core_val_box1,
    .our_core_val_box2 {
        padding-bottom: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box3 {
        padding-right: 20px;
    }

    .our_core_val_box2,
    .our_core_val_box4 {
        padding-left: 20px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 30px !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        right: -20px;
    }

    .ser_lrm_logo_img img {
        height: 70px;
    }

    .ser_lrm_sec:before {
        font-size: 38px;
        right: 0;
    }

    .ser_lrm_col1 {
        padding-right: 30px;
    }

    .ser_lrm_img img {
        height: 400px;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 20px;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 40px 40px !important;
    }

    .ser_area_btn {
        width: 175px;
        height: 45px;
    }

    .ser_area_btn_svg {
        height: 30px;
        width: 30px;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 20px;
    }

    /* lorem content 2 */
    .suburb_lrm_logo_img img {
        height: 95px;
    }

    .suburb_lrm_col2 {
        padding-left: 80px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .inr_bnr_ttl {
        padding-left: 50px;
    }

    /* ------CONTACT US PAGE START----------*/
    .cnt_git_row {
        padding: 0 0px !important;
    }

    .cnt_git_col1 {
        padding-right: 30px;
    }

    .cnt_git_col2 {
        padding: 50px 30px 50px 40px;
    }

    .cnt_git_content_box .contact_page_text_number {
        font-size: 19px;
    }

    /* ------ABOUT US PAGE START----------*/
    .exp_dif_row {
        padding: 0 100px !important;
    }

    /* our core values */
    .our_core_val_col1 {
        padding: 25px 0 25px 30px;
    }

    .our_core_val_main_box_inr {
        padding-top: 20px;
    }

    .our_core_val_col1:after {
        width: 120%;
    }

    .our_core_val_img img {
        height: 400px;
    }

    .our_core_val_col2 {
        padding-left: 50px;
    }

    .our_core_val_box1,
    .our_core_val_box2 {
        padding-bottom: 20px;
    }

    .our_core_val_box1,
    .our_core_val_box3 {
        padding-right: 20px;
    }

    .our_core_val_box2,
    .our_core_val_box4 {
        padding-left: 20px;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 50px !important;
    }

    .ser_lrm_sec:after {
        right: 0;
    }

    .ser_lrm_logo_img {
        right: -40px;
    }

    .ser_lrm_logo_img img {
        height: 80px;
    }

    .ser_lrm_sec:before {
        font-size: 38px;
        right: 0;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 30px;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 40px 40px !important;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 30px;
    }

    /* lorem content 2 */
    .suburb_lrm_logo_img img {
        height: 95px;
    }

    .suburb_lrm_col2 {
        padding-left: 80px;
    }
}

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

    /* our core values */
    .our_core_val_col1 {
        padding: 45px 0 45px 50px;
    }

    .our_core_val_col1:after {
        width: 120%;
    }

    /* ------Service PAGE start----------*/
    /* lorem section 1 */
    .ser_lrm_row {
        padding: 0 100px !important;
    }

    /* lorem section 2 */
    .ser_lrm2_col2 {
        padding-left: 30px;
    }

    /* ------SERVICE AREA PAGE START----------*/
    .ser_area_row.pd0 {
        padding: 50px 90px !important;
    }

    /* ------SUBURB PAGE START----------*/
    .suburb_abt_col2 {
        padding-left: 30px;
    }
}