.inr_bnr_sec {
    height: 360px;
    background-position: top !important;
    /*     background-size: 100% 220%; */
}

.inr_bnr_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000073;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.inr_bnr_row {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.inr_bnr_ttl {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.inr_bnr_ttl:after {
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    left: -25px;
    top: -15px;
    background: url(../../../../../wp-content/uploads/2025/06/ttl_after.png) no-repeat;
    background-size: 100% 100%;
}

.site_brd {
    padding-top: 5px;
}

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

/* ------------contact page-------------- */



.contact_detail_col_box ul {
    padding: 0 !important;
    list-style: none !important;
}

.cnt_main_block {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 100px;
    padding: 20px;
}

.cnt_dtl_icon {
    width: fit-content !important;
}

.cnt_dtl_text {
    width: 80% !important;
}

.cnt_dtl_icon_inr {
    width: 90px;
    height: 90px;
    border: 1px solid #FFFFFF;
    background: linear-gradient(90deg, #2E7FB0 0%, #1EB69A 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.contact_detail_col_box li:nth-child(2) .cnt_main_block {
    margin: 35px 0 !important;
}

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

.cnt_dtl_text_inr {
    padding-left: 20px;
}

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

.cnt_form_sec {
    overflow: hidden;
}

.cnt_pg_row::before {
    position: absolute;
    content: "";
    height: 135%;
    width: 55%;
    background: url(../../../../../wp-content/uploads/2025/06/Group-1437255527.webp) no-repeat;
    background-size: 100% 100%;
    right: -260px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cnt_pg_col2 {
    padding-left: 120px;
}

/* -------contact us page end---------- */
/* -------About us page start---------- */

.abt_wwr_col2 {
    padding-left: 50px;
}

.abt_wwr_img {
    display: flex;
}

.abt_wwr_img img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}


.abt_wwr_ttl_des {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #FFFFFF33;
}

.abt_wcu_sec .wcu_img img {
    filter: brightness(1) invert(1);
}

/* our vission mission */

.vm_box {
    padding: 20px 0;
}

.vm_box_inr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;

}

.vm_ttl_box {
    position: absolute;
    left: 0;
    transform: rotate(-90deg);
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.vm_info_box {
    width: 100%;
    background: url(../../../../../wp-content/uploads/2025/06/Subtract.png)no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    padding-right: 100px;
    padding-left: 90px;

}

.vm_img_box {
    position: absolute;
    right: -30px;
}

.vm_ttl {
    background: linear-gradient(90deg, #2E7FB0 -13.51%, #1EB69A 122.26%);
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    padding: 10px 10px 0px 10px;
    display: flex;
    width: 225px;
    text-align: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.vm_ttl:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #00796D;
    border-left: 10px solid transparent;
    right: 0px;
    bottom: -9px;
    transform: rotate(-90deg);
}

.vm_ttl::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #00796D;
    border-left: 10px solid transparent;
    left: 0px;
    bottom: -9px;
    transform: rotate(0deg);
}

.vm_info_ttl {
    color: #1EB69A;
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    padding-bottom: 10px;

}

.vm_info_des {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;

}

.vm_icn img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.vm_icn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #2E7FB0 0%, #1EB69A 100%);
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 100%;

}

/* meet out team */


.team_box {
    width: 20%;
    padding: 10px;
    display: flex;
}

.team_ttl_box {
    position: absolute;
    width: 100%;
}

.team_box_inr {
    width: 100%;
    position: relative;
}

.team_box2 .team_box_inr,
.team_box4 .team_box_inr {
    margin-top: 30px;
}

.team_img {
    display: flex;
    width: 290px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

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

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


.team_ttl {
    font-size: 24px;
    text-align: center;
    padding: 230px 10px 30px 10px;
    background: #000;
    position: relative;
    width: 100%;
    top: -200px;
    z-index: -1;
    border-radius: 20px;
}


/* -------About us page end---------- */
/* -------Our Service page end---------- */

.service_pg_main_box {
    width: 50%;
    padding: 10px;
}

a.service_pg_main_box_inr {
    /* display: flex; */
    width: 100%;
    /* line-height: 1; */
}

.ser_pg_img {
    display: flex;
}

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

.ser_pg_ttl {
    box-shadow: 0px 0px 10px 4px #0000000D;
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #1EB69A;
    border-radius: 6px;
    margin: 30px 0;
    transition: 1s;
}

.ser_pg_des ul {
    padding-bottom: 0 !important;
}

.ser_pg_des li {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}

.ser_pg_des li::marker {
    color: #1EB69A;
    font-size: 20px;
}

.service_pg_main_box:nth-child(odd) {
    padding-right: 50px;
    border-right: 1px solid #ddd;
}

.service_pg_main_box:nth-child(even) {
    padding-left: 50px;
}

.service_pg_main_box_inr {
    padding-bottom: 30px;
    /*     margin-bottom: 30px; */
    /*     border-bottom: 1px solid #ddd; */
    display: block;
}

.service_pg_main_box_inr:hover .ser_pg_ttl {
    background: #1EB69A;
    color: #fff;
}

.ser_pg_des_box {
    display: none;
}

/* -------Our Service page end---------- */
/* -------Courses page start---------- */

.course_tab_col .et_pb_all_tabs {
    background-color: transparent;
}

.course_tab_col {
    border: none;
}

.course_tab_col .et_pb_tab {
    background: transparent !important;
    padding: 50px 0 0 0 !important;
}

.course_tab_col .et_pb_tabs_controls {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    /* overflow: hidden; */
}

.course_tab_col .et_pb_tabs_controls li {
    width: 33.33%;
    text-align: center;
    background-color: #222 !important;
    border: none;
    height: auto !important;
    display: flex;
}


.course_tab_col .et_pb_tabs_controls li a {
    background: transparent;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid #FFFFFF33;
    padding: 25px 10px;
    line-height: 1.2;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_tab_col .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #fff !important;
    background: linear-gradient(90deg, #2E7FB0 0%, #1EB69A 100%);

}

.course_tab_info_img {
    display: flex;
}

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

.course_tab_info_img_box {
    width: 40%;
}

.course_tab_info_des_box {
    width: 60%;
    padding-left: 50px;
}

.course_tab_info_des span {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 23px;
    padding: 15px 0;
    width: 350px;
}

.course_tab_info_des i {
    color: #1EB69A;
    border: 1px solid #222;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 20px;
    width: 150px;
    text-align: center;
}

.course_tab_info_des span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_tab_info_des {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FFFFFF33;
}


/* course info */
.crs_bg_ttl {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    background: linear-gradient(90deg, #2E7FB0 0%, #1EB69A 100%);
    width: fit-content;
    border-radius: 0 30px 30px 0;
    padding: 10px 30px;
    margin: 30px 0;
    line-height: 1;
}

.crs_des ul {
    padding-bottom: 0;
}

.crs_des ul li::marker {
    color: #22a99f;
}

.crs_des ul li {
    padding: 5px 0;
}

.crs_inr_block_ttl {
    font-family: Roboto Condensed;
    font-weight: 600;
    font-size: 22px;
    color: #1EB69A;
    padding-bottom: 10px;
    line-height: 1;
}

.crs_inr_block_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-bottom: 30px;
}

.crs_inr_block_list span {
    width: 50%;
}

.crs_des i {
    border: 1px solid #DDDDDD;
    padding: 3px 10px;
    width: fit-content;
    margin: 0 5px;
    border-radius: 30px;
}

.course_info_row {
    border-left: 1px solid #ddd;
}

.crs_des {
    padding-left: 40px;
}

.cnt_form_sec {
    border-top: 1px solid #ddd;
}

.crs_data_main_box {
    border-left: 1px solid #DDD;
    border-top: 1px solid #ddd;
}

/* 
.course_tab_sec::after {
    position: absolute;
    content: "";
    height: 916px;
    width: 100%;
    background: url(../../../../../wp-content/uploads/2025/06/Group-1437255527.webp);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.course_tab_info_main_box_inr * {
    color: #222;
}


.crs_inr_block_list {
    position: relative;
}

.crs_inr_block_list:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: -30px;
    right: 0;
    margin: auto;
    background: #DDD;
}

/* -------Courses 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 #DDDDDD;
    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: #1EB69A;


}

/* -------Service Area end---------- */
/* -------Suburb page start---------- */


.sb_abt_des_ttl {
    font-size: 29px;
}

.sb_abt_col1 {
    width: 55% !important;
}

.sb_abt_col2 {
    width: 45% !important;
    padding-left: 30px;
}

.sb_abt_map_box div {
    display: flex;
}

.sb_abt_map_box iframe {
    width: 100%;
    height: 480px;
    border-radius: 20px;
}

.sb_abt_des {
    padding: 10px 0;
}

/* -------Suburb page end---------- */
/*  */
/* ------promotion -----------*/

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

.promo_box {
    width: 33.33%;
    display: flex;
    padding: 10px;
}

.promo_inr_box {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.promo_img {
    display: flex;
}

.promo_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

/*------------------our promotion popup------------------*/
.ot_popup_section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: fit-content;
    margin: auto;
    transition: 1s;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    background: #fff0 !important;
}

.ot_popup_section.form_popup_sec_active,
.ot_popup_section.form_popup_sec_active .close_icon {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1;
    transition: 1s;
}

.blur_body {
    filter: blur(7px) brightness(0.5);
}

.ot_popup_section.form_popup_sec_active .close_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #1EB69A;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;

}

.promotion_pup_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 20px;
}

.ot_popup_col_box {
    background: #fff;
}

.promotion_pup_left {
    width: 40%;
}

.promotion_pup_right {
    width: 60%;
    padding-left: 15px;
}

.promotion_pup_imag {
    position: relative;
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;

}

.promo_img {
    cursor: pointer;
}

.promotion_pup_imag img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.promotion_pup_btn {
    margin-top: 20px;
}

/*------------------end our promotion popup------------------*/
.sngl_ttl_row {
    padding: 0 0 20px 0 !important;
}

.seo_cnt_main_ttl_box h4 {
    padding: 15px 0 10px 0 !important;
}

.seo_cnt_main_ttl_box span {
    padding: 0 !important;
}

.bg_flr_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000bd;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.prvc_plc_col h6 {
    font-size: 17px !important;
    padding: 5px 0 15px 0;
    line-height: 1.3;
}

.exprt_list_ul li {
    font-weight: 400px !important;
}


/* our service page  */
ul.oser_info_list_ul li {
    padding: 3px 0 !important;
    display: block;
    position: relative;
}

ul.oser_info_list_ul li:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    left: -15px;
    top: 13px;
    background: #1eb69a;
    border-radius: 100%;
}

.oser_abt_ttl_row {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.oser_abt_main_col2 {
    padding-left: 30px;
}

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

li.et_pb_tab_0 h2 {
    padding: 0 !important;
    width: 100%;
}

.sb_abt_ttl_col {
    display: none;
}

.sb_abt_des_box_inr span {
    color: #fff !important;
}






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

    /* innerpage banner */
    .site_brd a,
    .site_brd span {
        font-size: 14px;
    }

    .inr_bnr_sec {
        height: 250px;
    }

    .inr_bnr_ttl {
        font-size: 30px;
    }

    .inr_bnr_ttl:after {
        height: 25px;
        width: 25px;
        left: -10px;
        top: -5px;
    }

    /* contact page */
    .cnt_pg_row::before {
        display: none;
    }

    .cnt_pg_col2 {
        padding-left: 0;
    }

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

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

    .cnt_dtl_text_inr {
        padding-left: 5px;
    }

    .cnt_main_block {
        padding: 10px 5px;
    }

    .contact_detail_col_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .contact_detail_col_box li:nth-child(2) .cnt_main_block {
        margin: 0 !important;
    }

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 210px;
        object-position: center;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .abt_wwr_main_ttl.wt.site_ttl {
        text-align: center;
    }

    .abt_wwr_ttl_des {
        text-align: center;
    }

    .abt_wwr_btn_box .dfa {
        justify-content: center;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /* our vission mission */
    .vm_box {
        padding: 10px 0;
    }

    .vm_info_box {
        background: #fff !important;
        padding: 15px !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 15px;
    }

    .vm_ttl {
        display: none;
    }

    .vm_img_box {
        right: 10px;
        top: 10px;
    }

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

    .vm_icn img {
        width: 100%;
        height: 20px;
        object-fit: contain;
    }

    .vm_info_ttl {
        font-size: 22px;
    }

    .vm_info_des {
        font-size: 14px;
        line-height: 1.3;
        padding-right: 20px;
    }

 /* meet out team */
    .team_ttl {
              font-size: 14px;
        padding: 210px 10px 10px 10px;
        top: -200px;
        height: auto;
    }
    .team_box2 .team_box_inr,
    .team_box3 .team_box_inr,
    .team_box4 .team_box_inr,
    .team_box5 .team_box_inr {
        margin-top: 60px !important;
    }
.team_ttl.gn_bl_txt span {
    width: 180px !important;
    display: flex
;
    margin: auto;
    justify-content: center;
}
    .team_main_col {
        padding-bottom: 70px;
    }

    .team_box {
        width: 100%;

    }

    .team_box2 .team_box_inr,
    .team_box4 .team_box_inr {
        margin-top: 0;
    }

    .team_img {
        width: 210px;
        height: 210px;
    }

    .team_img img {
        border-radius: 40px;
    }

    /* -------Our Service page end---------- */
    .ser_pg_img img {
        height: 210px;
    }

    .ser_pg_ttl {
        font-size: 16px;
        margin: 10px 0;
    }

    .service_pg_main_box_inr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .service_pg_main_box:nth-child(odd) {
        padding-right: 0;
        border: none !important;
    }

    .service_pg_main_box:nth-child(even) {
        padding-left: 0;
    }

    .service_pg_main_box {
        width: 100%;
        padding: 0 !important;
    }

    .ser_pg_des li {
        padding: 0;
        font-size: 14px;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 14px;
        padding: 7px 5px;
    }

    .course_tab_info_img_box,
    .course_tab_info_des_box {
        width: 100%;
    }

    .course_tab_col .et_pb_tab {
        padding: 20px 0 0 0 !important;
    }

    .course_tab_info_des {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .course_tab_info_des_box {
        padding-left: 0;
        padding-top: 20px;
    }

    .course_tab_info_img img {
        height: 270px;
    }

    .course_tab_col .et_pb_tabs_controls li {
        width: 50%;
    }

    .course_tab_info_des span {
        padding: 5px 0;
        width: 250px;
    }

    .crs_des {
        padding-left: 0;
    }

    .crs_inr_block_list span {
        width: 100%;
    }

    .crs_bg_ttl {
        font-size: 18px;
        margin: 10px 0;
        padding: 5px 20px;
    }

    .course_tab_info_des span {
        font-size: 14px;
    }

    .course_tab_info_des i {
        font-size: 13px;
        padding: 0px 10px;
        width: 120px;
    }

    .crs_inr_block_ttl {
        font-size: 18px;
    }

    .crs_inr_block_list {
        padding-bottom: 10px;
    }

    .crs_des i {
        display: block;
        margin: 5px 0;
    }

    .course_tab_col .et_pb_tabs_controls {
        width: 300px;
        margin: auto;
    }

    .course_tab_sec::after {
        height: 888px;
    }


    .crs_data_main_box {
        border-left: none;
    }



    .crs_inr_block_list:after {
        display: none;
    }

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

    /* -------Suburb page start---------- */
    .sb_abt_des_ttl {
        font-size: 17px;
    }

    .sb_abt_map_box iframe {
        height: 300px;
    }

    .sb_abt_col {
        width: 100% !important;
    }

    .sb_abt_col2 {
        padding-left: 0;
        padding-top: 20px;
    }

    /* ------promotion -----------*/
    .promo_box {
        width: 100%;
        padding: 5px;
    }

    .promo_img img {
        height: 230px;
    }

    .ot_popup_section {
        width: 320px;
    }

    .promotion_pup_block {
        padding: 10px;
        display: block;
    }

    .promotion_pup_left {
        width: 100%;
    }

    .promotion_pup_right {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .promotion_pup_imag img {
        height: 190px;
    }

    /* our service page */
    .oser_abt_img img {
        height: 250px;
    }

    .oser_abt_main_col2 {
        padding-left: 0px;
        padding-top: 20px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .course_tab_col .et_pb_tabs_controls {
        width: 450px;
    }

    .course_tab_sec::after {
        height: 790px;
    }


    /* meet out team */
    .team_ttl {
        font-size: 16px;
        padding: 190px 10px 30px 10px;
        top: -170px;
        height: 260px;
    }

    .team_box3 .team_box_inr,
    .team_box4 .team_box_inr,
    .team_box5 .team_box_inr {
        margin-top: 100px !important;
    }

    .team_main_col {
        padding-bottom: 70px;
    }

    .team_box {
        width: 50%;

    }

    .team_box2 .team_box_inr,
    .team_box4 .team_box_inr {
        margin-top: 0;
    }

    .team_img {
        width: 210px;
        height: 210px;
    }

    .team_img img {
        border-radius: 40px;
    }

    /* ------promotion -----------*/
    .promo_box {
        width: 50%;
    }
}

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

    /* contact page */
    .site_brd a,
    .site_brd span {
        font-size: 15px;
    }

    .cnt_pg_row::before {
        display: none;
    }

    .cnt_pg_col2 {
        padding-left: 0;
    }

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

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

    .cnt_dtl_text_inr {
        padding-left: 10px;
    }

    .cnt_main_block {
        padding: 10px;
    }

    .contact_detail_col_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .contact_detail_col_box li:nth-child(2) .cnt_main_block {
        margin: 0 !important;
    }

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 260px;
        object-position: left;
        margin-bottom: 20px;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /* our vission mission */
    .vm_box {
        padding: 10px 0;
    }

    .vm_info_box {
        background-size: 97% 100%;
        padding: 20px;
        padding-right: 90px;
        padding-left: 60px;
    }

    .vm_ttl {
        font-size: 30px;
        width: 155px;
    }

    .vm_img_box {
        right: 0px;
    }

    .vm_icn {
        height: 60px;
        width: 60px;
    }

    .vm_icn img {
        width: 100%;
        height: 30px;
        object-fit: contain;
    }

    .vm_info_ttl {
        font-size: 22px;
    }

    .vm_info_des {
        font-size: 15px;
        line-height: 1.3;
    }

    /* meet out team */
    .team_ttl {
        font-size: 16px;
        padding: 190px 10px 30px 10px;
        top: -170px;
        height: 260px;
    }

    .team_box4 .team_box_inr,
    .team_box5 .team_box_inr {
        margin-top: 100px !important;
    }

    .team_main_col {
        padding-bottom: 50px;
    }

    .team_box {
        width: 33.33%;

    }

    .team_box2 .team_box_inr,
    .team_box4 .team_box_inr {
        margin-top: 0;
    }

    .team_img {
        width: 210px;
        height: 210px;
    }

    .team_img img {
        border-radius: 40px;
    }

    /* -------Our Service page end---------- */
    .ser_pg_img img {
        height: 210px;
    }

    .ser_pg_ttl {
        font-size: 16px;
        margin: 10px 0;
    }

    .service_pg_main_box_inr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .service_pg_main_box:nth-child(odd) {
        padding-right: 10px;
    }

    .service_pg_main_box:nth-child(even) {
        padding-left: 10px;
    }

    .ser_pg_des li {
        padding: 2px 0;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 17px;
        padding: 7px 10px;
    }

    .course_tab_col .et_pb_tab {
        padding: 20px 0 0 0 !important;
    }

    .course_tab_info_des {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .course_tab_info_des_box {
        padding-left: 20px;
    }

    .course_tab_info_img img {
        height: 270px;
    }

    .course_tab_info_des span {
        padding: 5px 0;
        width: 300px;
    }

    .crs_des {
        padding-left: 10px;
    }

    .crs_bg_ttl {
        font-size: 20px;
        margin: 10px 0;
        padding: 5px 20px;
    }

    .course_tab_info_des span {
        font-size: 20px;
    }

    .course_tab_info_des i {
        font-size: 15px;
        padding: 0px 10px;
        width: 120px;
    }

    .course_tab_sec::after {
        height: 490px;
    }



    .crs_inr_block_list:after {
        left: -10px;
    }

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

    /* -------Suburb page start---------- */
    .sb_abt_des_ttl {
        font-size: 20px;
    }

    .sb_abt_map_box iframe {
        height: 410px;
    }

    .sb_abt_col {
        width: 100% !important;
    }

    .sb_abt_col2 {
        padding-left: 0;
        padding-top: 20px;
    }

    /* ------promotion -----------*/
    .promo_box {
        padding: 5px;
    }

    .promo_img img {
        height: 230px;
    }

    .ot_popup_section {
        width: 700px;
    }

    .promotion_pup_imag img {
        height: 210px;
    }

    /* our service page */
    .oser_abt_img img {
        height: 400px;
    }

    .oser_abt_main_col2 {
        padding-left: 0px;
        padding-top: 20px;
    }
}

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

    /* contact page */
    .cnt_pg_row::before {
        width: 40%;
        height: 128%;
        right: -21px;
    }

    .cnt_pg_col2 {
        padding-left: 60px;
    }

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

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

    .cnt_dtl_text_inr {
        padding-left: 10px;
    }

    .cnt_main_block {
        padding: 10px;
    }

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 360px;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /* our vission mission */
    .vm_box {
        padding: 10px 0;
    }

    .vm_info_box {
        background-size: 97% 100%;
        padding: 30px;
        padding-right: 90px;
        padding-left: 60px;
    }

    .vm_ttl {
        font-size: 40px;
        width: 175px;
    }

    .vm_img_box {
        right: 0px;
    }

    .vm_icn {
        height: 70px;
        width: 70px;
    }

    .vm_icn img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }

    .vm_info_ttl {
        font-size: 26px;
    }

    .vm_info_des {
        font-size: 16px;
        line-height: 1.6;
    }

    /* meet out team */
    .team_ttl {
        font-size: 16px;
        padding: 190px 10px 30px 10px;
        top: -170px;
        height: 260px;
    }

    .team_box4 .team_box_inr,
    .team_box5 .team_box_inr {
        margin-top: 100px !important;
    }

    .team_main_col {
        padding-bottom: 50px;
    }

    .team_box {
        width: 33.33%;
        ;
    }

    .team_box2 .team_box_inr,
    .team_box4 .team_box_inr {
        margin-top: 0;
    }

    .team_img {
        width: 210px;
        height: 210px;
    }

    .team_img img {
        border-radius: 40px;
    }


    /* -------Our Service page end---------- */
    .ser_pg_img img {
        height: 250px;
    }

    .ser_pg_ttl {
        font-size: 18px;
        margin: 10px 0;
    }

    .service_pg_main_box_inr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .service_pg_main_box:nth-child(odd) {
        padding-right: 20px;
    }

    .service_pg_main_box:nth-child(even) {
        padding-left: 20px;
    }

    .ser_pg_des li {
        padding: 2px 0;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 16px;
        padding: 10px 10px;
    }

    .course_tab_col .et_pb_tab {
        padding: 20px 0 0 0 !important;
    }

    .course_tab_info_des {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .course_tab_info_des_box {
        padding-left: 20px;
    }

    .course_tab_info_img img {
        height: 270px;
    }


    .course_tab_info_des span {
        padding: 5px 0;
        width: 300px;
    }

    .crs_des {
        padding-left: 20px;
    }

    .crs_bg_ttl {
        font-size: 25px;
        margin: 15px 0;
    }

    .course_tab_info_des span {
        font-size: 20px;
    }

    .course_tab_info_des i {
        font-size: 15px;
        padding: 0px 10px;
        width: 120px;
    }

    .course_tab_sec::after {
        height: 510px;
    }



    /* -------Suburb page start---------- */
    .sb_abt_des_ttl {
        font-size: 20px;
    }

    .sb_abt_map_box iframe {
        height: 410px;
    }

    /* ------promotion -----------*/
    .promo_img img {
        height: 270px;
    }

    .ot_popup_section {
        width: 700px;
    }

    .promotion_pup_imag img {
        height: 210px;
    }

    /* our service page */
    .oser_abt_img img {
        height: 400px;
    }

    .oser_abt_main_col2 {
        padding-left: 15px;
    }
}

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

    /* contact page */
    .cnt_pg_row::before {
        width: 40%;
        height: 128%;
        right: -21px;
    }

    .cnt_pg_col2 {
        padding-left: 60px;
    }

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

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

    .cnt_dtl_text_inr {
        padding-left: 10px;
    }

    .cnt_main_block {
        padding: 10px;
    }

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 420px;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* our vission mission */
    .vm_info_box {
        background-size: 98% 100%;
        padding: 30px;
        padding-right: 130px;
        padding-left: 80px;
    }

    .vm_ttl {
        font-size: 40px;
        width: 175px;
    }

    .vm_img_box {
        right: 0px;
    }

    .vm_icn {
        height: 70px;
        width: 70px;
    }

    .vm_icn img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }

    .vm_info_ttl {
        font-size: 26px;
    }

    .vm_info_des {
        font-size: 16px;
        line-height: 1.6;
    }

    /* meet out team */
    .team_ttl {
        font-size: 16px;
        padding: 190px 10px 30px 10px;
        top: -170px;
        height: 260px;
    }

    .team_box4 .team_box_inr,
    .team_box5 .team_box_inr {
        margin-top: 100px !important;
    }

    .team_box {
        width: 33.33%;
        ;
    }

    .team_box2 .team_box_inr,
    .team_box4 .team_box_inr {
        margin-top: 0;
    }

    .team_img {
        width: 210px;
        height: 210px;
    }

    .team_img img {
        border-radius: 40px;
    }



    /* -------Our Service page end---------- */
    .ser_pg_img img {
        height: 300px;
    }

    .ser_pg_ttl {
        font-size: 22px;
        margin: 20px 0;
    }

    .service_pg_main_box_inr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .service_pg_main_box:nth-child(odd) {
        padding-right: 20px;
    }

    .service_pg_main_box:nth-child(even) {
        padding-left: 20px;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 16px;
        padding: 10px 10px;
    }

    .course_tab_info_des {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .course_tab_info_des_box {
        padding-left: 20px;
    }

    .course_tab_info_img img {
        height: 310px;
    }

    .course_tab_info_des span {
        padding: 5px 0;
        width: 300px;
    }

    .crs_des {
        padding-left: 20px;
    }

    .crs_bg_ttl {
        font-size: 30px;
        margin: 15px 0;
    }

    .course_tab_info_des span {
        font-size: 20px;
    }

    .course_tab_info_des i {
        font-size: 17px;
        padding: 2px 10px;
        width: 130px;
    }

    .course_tab_sec::after {
        height: 610px;
    }



    /* -------Suburb page start---------- */
    .sb_abt_des_ttl {
        font-size: 20px;
    }

    .sb_abt_map_box iframe {
        height: 410px;
    }

    /* ------promotion -----------*/
    .promo_img img {
        height: 270px;
    }

    .ot_popup_section {
        width: 700px;
    }

    .promotion_pup_imag img {
        height: 210px;
    }

    /* our service page */
    .oser_abt_img img {
        height: 400px;
    }
}

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

    /* contact page */
    .cnt_pg_row::before {
        width: 40%;
        height: 128%;
        right: -21px;
    }

    .cnt_pg_col2 {
        padding-left: 60px;
    }

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

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

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 420px;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* our vission mission */
    .vm_info_box {
        background-size: 98% 100%;
        padding: 30px;
        padding-right: 130px;
        padding-left: 80px;
    }

    .vm_ttl {
        font-size: 40px;
        width: 175px;
    }

    .vm_img_box {
        right: 0px;
    }

    .vm_icn {
        height: 70px;
        width: 70px;
    }

    .vm_icn img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }

    .vm_info_ttl {
        font-size: 26px;
    }

    .vm_info_des {
        font-size: 16px;
        line-height: 1.6;
    }

    /* meet out team */
    .team_ttl {
        font-size: 16px;
        padding: 240px 10px 30px 10px;
        top: -220px;
    }

    .team_img {
        width: 240px;
        height: 240px;
    }


    .team_img img {
        border-radius: 70px;
    }



    /* -------Our Service page end---------- */
    .ser_pg_img img {
        height: 300px;
    }

    .ser_pg_ttl {
        font-size: 22px;
        margin: 20px 0;
    }

    .service_pg_main_box_inr {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .service_pg_main_box:nth-child(odd) {
        padding-right: 20px;
    }

    .service_pg_main_box:nth-child(even) {
        padding-left: 20px;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 18px;
        padding: 15px 10px;
    }

    .course_tab_info_des {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .course_tab_info_des_box {
        width: 60%;
    }

    .course_tab_info_img img {
        height: 310px;
    }

    .course_tab_info_des span {
        padding: 5px 0;
    }

    .crs_des {
        padding-left: 20px;
    }

    .crs_bg_ttl {
        font-size: 30px;
        margin: 15px 0;
    }

    .course_tab_info_des span {
        font-size: 20px;
    }

    .course_tab_info_des i {
        font-size: 17px;
        padding: 2px 10px;
        width: 130px;
    }

    .course_tab_sec::after {
        height: 668px;
    }



    /* -------Suburb page start---------- */
    .sb_abt_des_ttl {
        font-size: 23px;
    }

    .sb_abt_map_box iframe {
        height: 410px;
    }

    /* ------promotion -----------*/
    .promo_img img {
        height: 300px;
    }

    .ot_popup_section {
        width: 700px;
    }

    .promotion_pup_imag img {
        height: 210px;
    }

    /* our service page */
    .oser_abt_img img {
        height: 400px;
    }
}

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

    /* contact page */
    .cnt_pg_row::before {
        width: 40%;
        height: 128%;
        right: -21px;
    }

    .cnt_pg_col2 {
        padding-left: 60px;
    }

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

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

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 420px;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* our vission mission */
    .vm_info_box {
        background-size: 98% 100%;
        padding: 30px;
        padding-right: 130px;
        padding-left: 80px;
    }

    .vm_ttl {
        font-size: 40px;
        width: 210px;
    }

    .vm_img_box {
        right: 0px;
    }

    .vm_icn {
        height: 90px;
        width: 90px;
    }

    /* meet out team */
    .team_ttl {
        font-size: 18px;
        padding: 240px 10px 30px 10px;
        top: -220px;
    }

    .team_img {
        width: 240px;
        height: 240px;
    }

    .team_img img {
        border-radius: 70px;
    }

    /* -------Our Service page end---------- */
    .ser_pg_img img {
        height: 350px;
    }

    .ser_pg_ttl {
        margin: 20px 0;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 18px;
        padding: 15px 10px;
    }

    .course_tab_info_des {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .course_tab_info_img img {
        height: 400px;
    }

    .course_tab_info_des span {
        padding: 10px 0;
    }

    .crs_des {
        padding-left: 20px;
    }

    .course_tab_sec::after {
        height: 745px;
    }



    /* -------Suburb page start---------- */
    .sb_abt_des_ttl {
        font-size: 26px;
    }

    /* ------promotion -----------*/
    .promo_img img {
        height: 350px;
    }

}

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

    /* contact page */
    .cnt_pg_row::before {
        width: 40%;
        height: 128%;
        right: -21px;
    }

    /* -------About us page start---------- */
    .abt_wwr_img img {
        height: 500px;
    }

    .abt_wwr_ttl_des {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* our vission mission */
    .vm_info_box {
        background-size: 98% 100%;
        padding-right: 130px;
        padding-left: 80px;
    }

    .vm_img_box {
        right: 0px;
    }

    /* ---our team------ */
    .team_ttl {
        font-size: 18px;
        padding: 240px 10px 30px 10px;
        top: -220px;
    }

    .team_img {
        width: 250px;
        height: 250px;
    }

    /* -------Courses page start---------- */
    .course_tab_col .et_pb_tabs_controls li a {
        font-size: 18px;
        padding: 15px 10px;
    }

    .course_tab_info_des {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .course_tab_info_img img {
        height: 400px;
    }

    .course_tab_info_des span {
        padding: 10px 0;
    }

    .course_tab_sec::after {
        height: 745px;
    }




}

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

    /* contact page */
    .cnt_pg_row::before {
        width: 40%;
        height: 131%;
        right: -70px;
    }

    /* -------Courses page start---------- */
    .course_tab_sec::after {
        height: 818px;
    }
}