/*
	Theme Name:     Balace Education
	Theme URI:      
	Description:    Balace Education
	Author:         Balace Education
	Author URI:     
	Template:       Divi
	Version:        1.0.0
*/

@import url("main_style.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Outfit", sans-serif !important;
	font-size: 16px;
	color: #000;
	margin: 0 !important;
}

.rb {
	font-family: 'Roboto Condensed' !important;
}

.gn_bl_txt span {
	background-clip: text !important;
	background: linear-gradient(180deg, #2E7FB0 0%, #1EB69A 80%);
	-webkit-background-clip: text;
	background-size: 180% auto;
	-webkit-text-fill-color: transparent;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Roboto Condensed' !important;
}

/* ----------MAIN BANNER------------ */

.bnr_sec {
	overflow: hidden;
}

.bnr_sec:after {
	position: absolute;
	content: "";
	height: 80px;
	width: 200px;
	background: url(../../../wp-content/uploads/2025/06/plane.png) no-repeat;
	top: 40px;
	left: -400px;
	z-index: 9;
	background-size: 100% 100%;
	transition: 4s;
}

.bnr_sec.actv_bnr_sec:after {
	left:30px;
}

.bnr_sec::before,
.bnr_row::before,
.bnr_row::after {
	position: absolute;
	content: "";
	z-index: 9;
	background-size: 100% 100% !important;
}

.bnr_sec::before {
	height: 330px;
	width: 47%;
	background: url(../../../wp-content/uploads/2025/05/building.png) no-repeat;
	bottom: 0;
	left: 0;
	clip-path: inset(100% 0 0 0);
	transition: clip-path 3.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.bnr_row::before {
	height: 500px;
	width: 50%;
	background: #FFFFFF42;
	bottom: 0;
	right: 100px;
	background: url(../../../wp-content/uploads/2025/05/bnr_shape.png) no-repeat;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 3.5s cubic-bezier(0.76, 0, 0.24, 1);
	filter: blur(0);
}

.bnr_row::after {
	height: 660px;
	width: 50%;
	background: #FFFFFF42;
	bottom: 0;
	right: 100px;
	display: block !important;
	visibility: visible !important;
	background: url(../../../wp-content/uploads/2025/05/people_img.png) no-repeat;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 3.5s cubic-bezier(0.76, 0, 0.24, 1);
}


.bnr_slide_col .et_pb_slide {
	height: 800px;
}

.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
	display: table-cell;
	width: 100%;
	vertical-align: baseline;
	padding-top: 150px;
}

.bnr_main_ttl {
	font-family: Roboto Condensed;
	font-size: 82px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 3s cubic-bezier(0.76, 0, 0.24, 1);
}



.bnr_txt_main_box {
	padding: 0 180px;
	text-align: left;
	position: relative;
}

.bnr_txt_main_box:after {
	position: absolute;
	content: "";
	height: 300px;
	width: 200px;
	background: url(../../../wp-content/uploads/2025/05/arrow.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 0;
	z-index: 0;

}

/* .bnr_main_ttl i {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
} */

.bnr_des {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
	width: 550px;
	padding: 20px 0;
}


.bnr_sec.actv_bnr_sec:after,
.bnr_sec.actv_bnr_sec::before,
.bnr_sec.actv_bnr_sec .bnr_row::after,
.bnr_sec.actv_bnr_sec .bnr_row::before,
.bnr_sec.actv_bnr_sec .bnr_main_ttl {
	clip-path: inset(0 0 0 0);
}



/* -----------Balance Education about section start------------ */

.abt_ttl_row {
	z-index: 3;
}

.abt_sec {
	overflow: hidden;
}

.abt_sec:after {
	position: absolute;
	content: "";
	height: 600px;
	width: 350px;
	background: url(../../../wp-content/uploads/2025/06/girl.png) no-repeat;
	bottom: 0;
	right: 80px;
	z-index: 9;
	background-size: 100% 100%;
	transition: 3s;
}


.abt_sec::before {
	position: absolute;
	content: "";
	height: 400px;
	width: 300px;
	background: url(../../../wp-content/uploads/2025/06/object_after.png) no-repeat;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-position: bottom;
	background-size: 100% 100%;
	transform: translate(0px, -180px);
	opacity: 0;
	transition: 3s;
}

.abt_sec.actv_abt_sec::before {
	transform: translate(0px, 0px);
	opacity: 1;
}

.abt_bg_ttl {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 176px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #1EB69A;
	text-align: right;
	opacity: 0.7;
	padding-left: 330px !important;

}

.abt_des {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.8;
}

.abt_des i {
	background: #2E7FB0;
}

.abt_btn_box .site_button_main_box_inner {
	justify-content: end;
	padding-right: 110px;
	padding-top: 20px;
}

.abt_main_row {
	margin-top: -80px !important;
}

.abt_img {
	display: flex;
	position: relative;
}

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

.abt_img::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0) 59%);
	border-radius: 30px;
	z-index: 3;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.abt_info_main_box {
	padding-right: 20px;
}

/* -----------Balance Education about section end------------ */
/* -----------Zoom meeting form section start------------ */

.zoom_ttl_main_box {
	justify-content: space-between;
}

.zoom_img {
	display: flex;
}

.zoom_img img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}


.cnt_us_form_col {
	box-shadow: 0px 0px 4px 0px #00000040;
	background: #DDE4E8;
	padding: 20px;
}

.cnt_us_col_2 {
	padding: 0 200px 0 60px;
}

.zoom_12_inr select {
	color: #757575 !important;
}

.zoom_12_inr select.add_select {
	color: black !important;
}

.zoom_12_inr select option {
	color: #000 !important;
}


.zoom_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.zoom_col_12 {
	width: 33.33%;
}

.zoom_6,
.zoom_12 {
	padding: 7px;
}

.zoom_6 {
	width: 100%;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 1.1;
}

.zoom_btn button.site_button {
	border: none;
}

span.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.zoom_btn.fc {
	width: 100%;
	justify-content: left;
}

/* -----------Zoom meeting form section end------------ */
/* -----------Our service start------------ */


.service_outr_box {
	padding-top: 20px;
}

.service_outr_box_inr {
	padding: 0 20px;
}

.service_outr_box_inr {
	display: table;
	table-layout: fixed;
	width: 100%
}

.service_main_box {
	/* width: 16%; */
	display: flex;
	padding: 3px;
}

.service_main_box_inr {
	display: block;
	width: 100%;
	border: 1px solid #FFFFFF;
	padding: 10px;
	border-radius: 12px;
	transition: 1s;
	height: 480px;
	overflow: hidden;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.actv_ser_sec .service_main_box_inr {
	clip-path: inset(0 0 0 0);
}

.ser_img {
	display: flex;
}

.ser_img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 10px;
	transition: 1s;
}

.ser_ttl {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	text-transform: capitalize;
	padding: 20px 0;
}

.ser_btn_box.dfaj {
	opacity: 0;
}

.service_main_box_inr:hover {
	background: linear-gradient(90deg, #2E7FB0 0%, #1EB69A 100%);

}

.service_main_box_inr:hover img {
	height: 270px;
}

.service_main_box_inr:hover .ser_btn_box.dfaj {
	opacity: 1;
}

.ser_sec {
	z-index: 9;
}

/* -----------Our service end------------ */
/* -----------Our Partners start------------ */
.prtnrs_main_col {
	padding-top: 20px;
}

.prtnrs_box {
	padding: 6px;
	width: 220px;
}

.prtnrs_inner_box {
	display: flex;
	justify-content: center;
	height: 90px;
	align-items: center;
	box-shadow: 0px 0px 4px 0px #00000040;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #DDDDDD
}

.prtnrs_img_box {
	display: flex;
}

.prtnrs_img_box img {
	width: 100%;
	height: 38px;
	object-fit: contain;
}

/* -----------Our Partners end------------ */
/* -----------Australia Vedio start------------ */

/* video  */

.kl_about_us_video {
	width: 100% !important;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 20px;
}

video#bmp_vid {
	display: none;
}

video#bmp_vid,
.kl_about_us_video img {
	object-fit: cover;
	height: 440px;
	width: 100% !important;
	border-radius: 25px;
	position: relative;
}

.video_box_center {
	width: 10%;
	display: flex;
	justify-content: right;
	display: none;
}

.video_text_box {
	animation: spin 40.5s linear infinite;
	display: flex;
}

.video_text_box svg {
	width: 100%;
}

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

.video_icon {
	cursor: pointer;
	line-height: 0;
}

/* ---- */

.vdo_row {
	margin-top: -100px !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 50px !important;
	border-radius: 30px;
	z-index: 9;
	background: #fff;
}

.vdo_info_ttl {
	font-size: 30px;
}

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

.vdo_info_ttl_main_box {
	padding-top: 30px;
}

.vdo_info_btn_box {
	padding-left: 50px;
}

/* -----------Australia Vedio end------------ */
/* -----------Popular Courses start------------ */

.courses_main_box {
	width: 16.6%;
	padding: 10px;
	display: flex;
}

.courses_outr_box_inr {
	margin: -10px;
	padding-top: 20px;
}

.courses_main_box_inr {
	width: 100%;
	transition: 1s;
}

.courses_img {
	display: flex;
}

.courses_img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 90px;
	transform: scale(0);
	transition: 1.5s;
	overflow: hidden;
}

.courses_main_box_inr:hover .courses_img img {
	filter: grayscale(1);
	transform: scale(1.1);
}

.courses_ttl {
	transition: 1.5s;
}

.courses_main_box_inr:hover .courses_ttl {
	color: #1EB69A;
}

.actv_courses_sec .courses_img img {
	transform: scale(1);
}

.courses_ttl_box {
	padding: 25px 0;
}

/* -----------Popular Courses end------------ */
/* -----------Lorem content section start------------ */

.seo_cnt_img {
	display: flex;
}

.seo_cnt_img img,
.seo_info_img img {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 2s cubic-bezier(0.76, 0, 0.24, 1);
}

.actv_seo_cnt_sec .seo_cnt_img img,
.actv_seo_cnt_sec .seo_info_img img {
	clip-path: inset(0 0 0 0);
}

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

.seo_counter_box_inr {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.seo_count_num {
	font-family: Roboto Condensed;
	font-weight: 600;
	font-size: 58px;
	text-transform: uppercase;
	color: #1EB69A;
	display: flex;
}

.seo_count_txt_box_inr.er {
	font-family: Outfit;
	font-weight: 400;
	font-size: 22px;
	leading-trim: Cap height;
	line-height: 50px;
	letter-spacing: 0%;
	color: #fff;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #DDDDDD33;
}

.seo_info_img_box {
	width: 45%;
}

.seo_info_des_box {
	width: 55%;
	padding-left: 40px;
}

.seo_info_img {
	display: flex;
}

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

.seo_cnt_col1 {
	padding-right: 50px;
}

.seo_info_main_box {
	padding-top: 40px;
}

.seo_info_des {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFFFFF33;
}

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

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

.seo_call_img:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	bottom: 10px;
	right: -10px;
}

.seo_call_txt {
	padding-left: 25px;
}

.seo_call_txt span {
	display: block;
	font-weight: 500;
	line-height: 1.2;
}



span.seo_cl_sml_txt {
	font-size: 16px;
	color: #1EB69A;
	padding-bottom: 5px;
}

span.seo_cl_num_txt {
	font-size: 33px;
	color: #FFFFFF;
}

/* -----------Lorem content section end------------ */
/* -----------why choose us start------------ */

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

.wcu_main_block_inr {
	padding-left: 100px;
}

.wcu_txt {
	font-family: Roboto Condensed;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: #1EB69A;
	padding-top: 20px !important;
}

.wcu_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
	border: 1px solid #DDDDDD;
	box-shadow: 0px 4px 15px 0px #00000012;
	border-radius: 40px;
}

.wcu_img img {
	width: 100%;
	height: 50px;
	object-fit: contain;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0.9, 0.9);
	}

	50% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(0.9, 0.9);
	}
}

.wcu_box {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.wcu_coulm_1 {
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid #DDDDDD;
}

.wcu_main_img {
	padding-top: 40px;
}

.wcu_col1:after {
	position: absolute;
	content: "";
	height: 110px;
	width: 110px;
	background: url(../../../wp-content/uploads/2025/06/wcu_arrow.png)no-repeat;
	top: 0px;
	right: -70px;
	background-size: 100% 100%;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
	from {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(10deg);
	}
}

.wcu_main_img {
	display: flex;
}


.wcu_main_img img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	border-radius: 30px;

}

.wcu_main_img:after {
	position: absolute;
	content: "";
	height: 6px;
	width: 90%;
	background: #1EB69A;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 20px;
}

/* -----------why choose us end------------ */

/* -----------contact us section start----------- */

/* form */
.cnt_form_col {
	width: 75%;
	margin: auto;
}

.get_in_touch_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.get_in_touch_col_6 {
	width: 50%;
}


.get_in_touch_col_6,
.get_in_touch_col_12 {
	padding: 10px 10px;
}

.get_in_touch_col_12 {
	width: 100% !important;
}

.contect_filed {
	width: 100%;
	padding: 10px 15px !important;
	color: #000 !important;
	border: 1px solid #DDD !important;
	box-shadow: 0px 0px 12px 0px #00000014;
	border-radius: 30px !important;
	height: 55px;
	background-color: #fff !important;
	font-size: 16px;
}

.contect_filed::placeholder {
	color: #000 !important;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
}

textarea.contect_filed {
	resize: none !important;
	padding: 10px 15px !important;
}

.get_in_touch_box textarea {
	height: 120px !important;
	resize: none;
	border-radius: 15px !important;
	color: #000;
}

span.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.gt_in_tc_col2 {
	padding-left: 30px;
}

.hover_button_class .site_button {
	border: none;
}


.wpcf7-response-output {
	border: 1px solid #fff !important;
}

.cnt_form_sec:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 150px;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../../../wp-content/uploads/2025/06/contact_after.png)no-repeat;
	background-size: 100% 100%;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 4s cubic-bezier(0.76, 0, 0.24, 1);
}

.cnt_form_sec::before {
	position: absolute;
	content: "";
	height: 300px;
	width: 150px;
	left: 0;
	bottom: 0;
	background: url(../../../wp-content/uploads/2025/06/contact_before.png)no-repeat;
	background-size: 100% 100%;
	clip-path: inset(0 0 0 100%);
	transition: clip-path 4s cubic-bezier(0.76, 0, 0.24, 1);
}

.cnt_form_sec.actv_cnt_form_sec:after,
.cnt_form_sec.actv_cnt_form_sec::before {
	clip-path: inset(0 0 0 0);

}

/* -----------contact us section end----------- */
/* -----------Who We Are – Your Trusted Education Agent in Melbourne start----------- */


.wwr_main_ttl i {
	font-size: 24px;
}

.exprt_img {
	display: flex;
	padding-top: 20px;
}

.exprt_img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 30px;
	object-position: top;
}

.exprt_col2 {
	padding-left: 40px;
}

.exprt_list_ttl {
	color: #1EB69A;
	padding-bottom: 10px !important;
	font-size: 20px;
	line-height: 1.2;
}

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

ul.exprt_list_ul li {
	font-weight: 400;
	padding: 2px 0;
}

.need_stdnt_row {
	border-top: 1px solid #DDD;
}

.eductn_inr_ttl {
	padding: 10px 0 !important;
}

h2.exprt_main_ttl.f_30 {
	padding-bottom: 10px !important;
}

.exprt_list_ul {
	padding-bottom: 10px;
}

/* -----------Who We Are – Your Trusted Education Agent in Melbourne end----------- */
/* -----------Who We Help start----------- */

.wwh_des_box b {
	font-size: 18px;
	color: #2e7fb0;
}

.wwh_img {
	display: flex;
}

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

.wwh_col1 {
	padding-right: 30px;
}

.wwr_sec {
	border-bottom: 1px solid #DDDDDD;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color:#fff;
}
/* -----------Who We Help end----------- */
.course_tab_btn_box span.seo_cl_num_txt {
    color: #000 !important;
}



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

	/* ----------MAIN BANNER------------ */
	.bnr_slide_col .et_pb_slide {
		height: 350px;
	}

	.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
		padding-top: 60px;
	}

	.bnr_txt_main_box {
		padding: 0 15px;
	}

	.bnr_sec:after {
	height: 40px;
        width: 120px;
        top: 10px;
		left:0;
	}

	.et_pb_row.bnr_row {
		position: static !important;
	}

	.bnr_row::after {
		height: 160px;
		width: 60%;
		right: 0;
	}

	.bnr_row::before {
		height: 123px;
		width: 54%;
		right: 10px;
	}

	.bnr_main_ttl {
		font-size: 24px;
	}

	.bnr_des {
		font-size: 16px;
		padding: 10px 0;
		width: 100%;
	}

	.bnr_sec::before {
		height: 50px;
		width: 40%;
	}

	.bnr_txt_main_box:after {
		display: none;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 31px;
		padding: 0 15px !important;
	}

	.abt_main_row {
		margin-top: 0 !important;
		flex-direction: column-reverse;
	}

	.abt_info_main_box {
		padding-right: 0;
		padding-top: 10px;
	}

	.abt_sec:after {
		display: none;
	}

	.abt_sec::before {
		height: 80px;
		width: 60px;
		right: 0;
		background-position: right;
		left: auto;
	}

	.abt_des {
		font-size: 15px;
		line-height: 1.5;
	}

	.abt_img {
		margin: 10px 0 !important;

	}

	.abt_img img {
		height: 300px;
	}

	.abt_btn_box .site_button_main_box_inner {
		padding-right: 0;
		padding-top: 0;
		justify-content: left;
	}

	/* -----------Zoom meeting form section start------------ */
	.zoom_form {
		padding-top: 10px;
		        margin: -5px;
	}

	.zoom_img img {
		height: 30px;
	}


	.contect_filed {
		font-size: 13px;
		height: 39px;
	}

	.contect_filed::placeholder {
		font-size: 12px;
	}

	.zoom_col_12 {
		width: 100%;
	}

	.zoom_6,
	.zoom_12 {
		padding: 4px 0px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 14px;
		padding: 14px 0;

	}

	.service_outr_box {
		padding-top: 0px;
	}

	.service_main_box_inr {
		height: 315px;
	}

	.service_main_box_inr:hover img {
		height: 175px;
	}

	.ser_img img {
		height: 230px;
	}

	/* -----------Our Partners start------------ */
	.prtnrs_main_col {
		padding-top: 0px;
	}

	.prtnrs_box {
		padding: 3px;
		width: 100px;
	}

	.prtnrs_inner_box {
		height: 55px;
	}

	.prtnrs_img_box img {
		height: 20px;
	}

	/* -----------Australia Vedio start------------ */
	.vdo_row {
		margin-top: -40px !important;
		padding: 20px !important;
		border-radius: 10px;
	}

	.kl_about_us_video {
		padding-top: 0;
	}


	video#bmp_vid,
	.kl_about_us_video img {
		height: 250px;
		width: 100% !important;
		border-radius: 15px;
	}

	.video_box_center {
		width: 100%;
		justify-content: center;
		position: absolute;
	}

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

	.vdo_info_ttl_main_box.dfa {
		justify-content: center;
		padding-top: 20px;
	}

	.vdo_info_ttl {
		font-size: 17px;
		text-align: center;
	}

	.vdo_info_btn_box {
		padding-left: 0;
		padding-top: 10px;
	}

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

	/* -----------Popular Courses start------------ */

	.courses_ttl_box {
		padding: 10px 0;
		line-height: 1.2;
	}

	.courses_outr_box_inr {
		margin: -5px;
		padding-top: 10px;
	}

	.courses_main_box {
		width: 50%;
		padding: 5px;
	}

	.courses_img img {
		height: 140px;
		border-radius: 55px;
	}

	.courses_ttl.f_18 {
		font-size: 15px;
	}

	/* -----------Lorem content section start------------ */
	.seo_cnt_col1 {
		padding-right: 0px;
	}

	.seo_cnt_row {
		flex-direction: column-reverse;
	}

	.seo_info_main_box {
		padding-top: 10px;
	}

	.seo_info_img_box {
		width: 100%;
	}

	.seo_info_des_box {
		width: 100%;
		padding-left: 0px;
	}

	.seo_cnt_img img {
		height: 350px;
	}

	.seo_call_txt {
		padding-left: 5px;
	}


	.seo_info_img img {
		height: 310px;
	}

	.seo_count_num {
		font-size: 30px;
	}

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

	.seo_call_img svg {
		height: 18px;
		width: 18px;
	}

	span.seo_cl_num_txt {
		font-size: 19px;
	}

	.seo_call_img:after {
		border-top: 3px solid transparent;
		border-left: 5px solid #fff;
		border-bottom: 3px solid transparent;
		right: -5px;
	}

	.seo_counter_box_inr {
		padding: 10px 0;
	}

	.seo_count_txt_box_inr.er {
		font-size: 15px;
		margin-left: 10px;
		padding-left: 10px;
		line-height: 1.5;
	}

	.seo_info_des {
		padding-bottom: 20px;
	}

	.seo_info_img {
		padding-bottom: 20px;
	}

	.seo_counter_main_box_inr {
		display: block;
		margin-top: 10px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 260px;
	}

	.wcu_main_img:after {
		width: 70%;
	}

	.wcu_col1 {
		width: 100% !important;
	}

	.wcu_col2 {
		width: 100% !important;
	}

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

	.wcu_main_box {
		display: block;
	}

	.wcu_box {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.wcu_txt_box {
		padding-left: 10px;
	}

	.wcu_box_inr {
		display: flex;
		align-items: center;
		padding: 10px 0;
	}

	.wcu_coulm_1 {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}

	.wcu_txt {
		font-size: 14px;
		padding-top: 0 !important;
		padding-left: 10px;
	}

	.wcu_main_img {
		width: 300px;
		margin: auto !important;
	}

	.wcu_main_ttl.site_ttl {
		text-align: center;
	}

	.wcu_main_img {
		padding-top: 10px;
	}

	.wcu_img {
		height: 45px;
		width: 45px;
		border-radius: 15px;
	}

	.wcu_img img {
		height: 25px;
	}

	.wcu_col1:after {
		display: none;
	}

	/* -----------contact us section start----------- */
	.get_in_touch_col_6,
	.get_in_touch_col_12 {
		padding: 3px 5px;
		width: 100%;
	}

	.cnt_form_col {
		width: 93%;
	}
.get_in_touch_box textarea {
    height: 60px !important;
	}
	/* -----------Who We Are – Your Trusted Education Agent in Melbourne start----------- */
	.exprt_img img {
		height: 350px;
	}

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

	/* -----------Who We Help start----------- */
	.wwh_img img {
		height: 300px;
		margin: 20px 0;
	}

	.wwh_col1 {
		padding-right: 0;
	}

	.exprt_img {
		padding-top: 20px;
	}

	.wwr_main_ttl i {
		font-size: 18px;
	}

}

@media all and (min-width: 481px) and (max-width: 767px) {
	/* ----------MAIN BANNER------------ */

	.bnr_sec::before {
		height: 110px;
	}

	.bnr_row::before {
		height: 180px;
	}

	.bnr_row::after {
		height: 210px;
	}

	/* -----------Zoom meeting form section start------------ */

	.zoom_col_12 {
		width: 33.33%;
	}

	.zoom_6,
	.zoom_12 {
		padding: 4px;
	}
.vdo_info_btn_box {
        padding-left: 20px;
        padding-top: 0;
    }
	/* -----------Popular Courses start------------ */
	.courses_main_box {
		width: 33.33%;
		padding: 5px;
	}

	/* -----------contact us section start----------- */
	.get_in_touch_col_6,
	.get_in_touch_col_12 {
		padding: 5px 5px;
		width: 50%;
	}

	.cnt_form_col {
		width: 450px;
	}

}

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

	/* ----------MAIN BANNER------------ */
	.bnr_sec:after {
    height: 50px;
    width: 150px;
    top: 20px;
	}
	.bnr_slide_col .et_pb_slide {
		height: 400px;
	}

	.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
		padding-top: 80px;
	}

	.bnr_txt_main_box {
		padding: 0 15px;
	}

/* 	.bnr_sec:after {
		height: 60px;
		width: 230px;
		top: 20px;
	} */

	.et_pb_row.bnr_row {
		position: static !important;
	}

	.bnr_row::after {
		height: 310px;
		width: 60%;
		right: 0;
	}

	.bnr_row::before {
		height: 260px;
		width: 55%;
		right: 40px;
	}

	.bnr_main_ttl {
		font-size: 35px;
	}

	.bnr_des {
		font-size: 17px;
		padding: 10px 0;
		width: 280px;
	}

	.bnr_sec::before {
		height: 140px;
		width: 40%;
	}

	.bnr_txt_main_box:after {
		display: none;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 48px;
		padding: 0 15px !important;
	}

	.abt_main_row {
		margin-top: 0 !important;
		flex-direction: column-reverse;
	}

	.abt_info_main_box {
		padding-right: 0;
		padding-top: 10px;
	}

	.abt_sec:after {
		display: none;
	}


	.abt_sec::before {
		height: 110px;
		width: 90px;
		right: 0;
		background-position: right;
		left: auto;
	}

	.abt_des {
		font-size: 17px;
	}

	.abt_img {
		margin: 10px 0 !important;

	}

	.abt_img img {
		height: 330px;
	}

	.abt_btn_box .site_button_main_box_inner {
		padding-right: 0;
		padding-top: 0;
		justify-content: left;
	}

	/* -----------Zoom meeting form section start------------ */
	.zoom_form {
		padding-top: 10px;
	}

	.zoom_img img {
		height: 30px;
	}

	.zoom_6,
	.zoom_12 {
		padding: 5px;
	}

	.contect_filed {
		font-size: 13px;
		height: 40px;
	}

	.contect_filed::placeholder {
		font-size: 13px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 16px;
		padding: 14px 0;

	}

	.service_main_box_inr {
		height: 335px;
	}

	.service_main_box_inr:hover img {
		height: 175px;
	}

	.ser_img img {
		height: 230px;
	}

	/* -----------Our Partners start------------ */
	.prtnrs_main_col {
		padding-top: 10px;
	}

	.prtnrs_box {
		padding: 3px;
		width: 123px;
	}

	.prtnrs_inner_box {
		height: 60px;
	}

	.prtnrs_img_box img {
		height: 24px;
	}

	/* -----------Australia Vedio start------------ */
	.vdo_row {
		margin-top: -40px !important;
		padding: 20px !important;
	}

	.kl_about_us_video {
		padding-top: 0;
	}


	video#bmp_vid,
	.kl_about_us_video img {
		height: 250px;
	}

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

	.vdo_info_ttl_main_box.dfa {
		justify-content: left;
		padding-top: 20px;
	}

	.vdo_info_ttl {
		font-size: 17px;
	}

	.vdo_info_btn_box {
		padding-left: 20px;
	}

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

	/* -----------Popular Courses start------------ */
	.courses_ttl_box {
		padding: 10px 0;
		line-height: 1.2;
	}

	.courses_outr_box_inr {
		margin: -5px;
		padding-top: 10px;
	}

	.courses_main_box {
		width: 20%;
		padding: 5px;
	}

	.courses_img img {
		height: 140px;
		border-radius: 55px;
	}

	.courses_ttl.f_18 {
		font-size: 15px;
	}

	/* -----------Lorem content section start------------ */
	.seo_cnt_col1 {
		padding-right: 0px;
	}

	.seo_cnt_row {
		flex-direction: column-reverse;
	}

	.seo_info_main_box {
		padding-top: 10px;
	}

	.seo_info_des_box {
		padding-left: 15px;
	}

	.seo_cnt_img img {
		height: 350px;
	}

	.seo_info_img img {
		height: 310px;
	}

	.seo_count_num {
		font-size: 30px;
	}

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

	.seo_call_txt {
		padding-left: 15px;
	}

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

	span.seo_cl_num_txt {
		font-size: 23px;
	}

	.seo_counter_box_inr {
		padding: 10px 0;
	}

	.seo_count_txt_box_inr.er {
		font-size: 15px;
		margin-left: 10px;
		padding-left: 10px;
	}

	.seo_counter_main_box_inr {
		display: flex;
		gap: 20px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 260px;
	}

	.wcu_main_img {
		width: 100%;
	}

	.wcu_main_img:after {
		width: 70%;
	}

	.wcu_col1 {
		width: 30% !important;
	}

	.wcu_col2 {
		width: 70% !important;
	}

	.wcu_main_block_inr {
		padding-left: 30px;
	}

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

	.wcu_coulm_1 {
		margin-right: 20px;
		padding-right: 20px;
	}

	.wcu_main_img {
		padding-top: 10px;
	}

	.wcu_img {
		height: 60px;
		width: 60px;
		border-radius: 20px;
	}

	.wcu_img img {
		height: 30px;
	}

	.wcu_col1:after {
		height: 40px;
		width: 40px;
		top: 10px;
		right: -30px;
	}

	.wcu_txt {
		font-size: 17px;
	}

	/* -----------contact us section start----------- */
	.get_in_touch_col_6,
	.get_in_touch_col_12 {
		padding: 5px 5px;
	}
.get_in_touch_box textarea {
    height: 70px !important;
	}
	/* -----------Who We Are – Your Trusted Education Agent in Melbourne start----------- */
	.exprt_img img {
		height: 450px;
	}

	.exprt_col2 {
		padding-left: 0;
		padding-top: 30px;
	}

	/* -----------Who We Help start----------- */
	.wwh_img img {
		height: 400px;
		margin: 20px 0;
	}

	.wwh_col1 {
		padding-right: 0;
	}


}

@media all and (min-width: 981px) and (max-width: 1024px) {
	.bnr_sec:after {
    height: 50px;
    width: 150px;
    top: 20px;
	}

	/* ----------MAIN BANNER------------ */
	.bnr_slide_col .et_pb_slide {
		height: 500px;
	}

	.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
		padding-top: 110px;
	}

	.bnr_txt_main_box {
		padding: 0 20px;
	}

/* 	.bnr_sec:after {
		height: 70px;
		width: 300px;
		top: 30px;
	} */

	.bnr_row::after {
		height: 370px;
		width: 60%;
		right: 0;
	}

	.bnr_row::before {
		height: 300px;
		width: 55%;
		right: 40px;
	}

	.bnr_main_ttl {
		font-size: 50px;
	}

	.bnr_des {
		font-size: 18px;
		padding: 10px 0;
		width: 380px;
	}

	.bnr_sec::before {
		height: 190px;
		width: 40%;
	}

	.bnr_txt_main_box:after {
		height: 150px;
		width: 100px;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 64px;
		padding-left: 370px !important;
	}


	.abt_info_main_box {
		padding-right: 30px;
	}

	.abt_sec:after {
		height: 310px;
		width: 200px;
		right: 0;
	}

	.abt_sec::before {
		height: 170px;
		width: 140px;
	}

	.abt_des {
		font-size: 17px;
	}

	.abt_img img {
		height: 380px;
	}

	.abt_btn_box .site_button_main_box_inner {
		padding-right: 60px;
		padding-top: 0;
	}

	/* -----------Zoom meeting form section start------------ */
	.zoom_form {
		padding-top: 10px;
	}

	.zoom_img img {
		height: 40px;
	}

	.zoom_6,
	.zoom_12 {
		padding: 5px;
	}

	.contect_filed {
		font-size: 14px;
		height: 45px;
	}

	.contect_filed::placeholder {
		font-size: 14px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 16px;
		padding: 14px 0;

	}


	.service_main_box_inr {
		height: 335px;
	}

	.service_main_box_inr:hover img {
		height: 175px;
	}

	.ser_img img {
		height: 230px;
	}

	/* -----------Our Partners start------------ */
	.prtnrs_main_col {
		padding-top: 10px;
	}

	.prtnrs_box {
		padding: 3px;
		width: 155px;
	}

	.prtnrs_inner_box {
		height: 70px;
	}

	.prtnrs_img_box img {
		height: 28px;
	}

	/* -----------Australia Vedio start------------ */
	.vdo_row {
		margin-top: -60px !important;
		padding: 30px !important;
	}

	.kl_about_us_video {
		padding-top: 0;
	}



	video#bmp_vid,
	.kl_about_us_video img {
		height: 330px;
	}

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

	.vdo_info_ttl {
		font-size: 19px;
	}



	.vdo_info_btn_box {
		padding-left: 20px;
	}

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

	/* -----------Popular Courses start------------ */
	.courses_ttl_box {
		padding: 10px 0;
	}

	.courses_outr_box_inr {
		margin: -5px;
		padding-top: 10px;
	}

	.courses_main_box {
		width: 20%;
		padding: 5px;
	}

	.courses_img img {
		height: 180px;
		border-radius: 80px;
	}

	/* -----------Lorem content section start------------ */
	.seo_cnt_col1 {
		padding-right: 20px;
	}

	.seo_info_main_box {
		padding-top: 10px;
	}

	.seo_info_des_box {
		padding-left: 15px;
	}

	.seo_cnt_img img {
		height: 350px;
	}

	.seo_info_img img {
		height: 310px;
	}

	.seo_count_num {
		font-size: 40px;
	}

	.seo_call_img {
		width: 55px;
		height: 50px;
	}

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

	span.seo_cl_num_txt {
		font-size: 23px;
	}

	.seo_counter_box_inr {
		padding: 10px 0;
	}

	.seo_count_txt_box_inr.er {
		font-size: 20px;
		margin-left: 10px;
		padding-left: 10px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 440px;
	}

	.wcu_col1 {
		width: 35% !important;
	}

	.wcu_col2 {
		width: 65% !important;
	}

	.wcu_main_block_inr {
		padding-left: 50px;
	}

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

	.wcu_main_img {
		padding-top: 10px;
	}

	.wcu_img {
		height: 70px;
		width: 70px;
		border-radius: 30px;
	}

	.wcu_img img {
		height: 40px;
	}

	.wcu_col1:after {
		height: 70px;
		width: 70px;
		top: -30px;
		right: -20px;
	}

	.wcu_txt {
		font-size: 17px;
	}

	/* -----------Who We Are – Your Trusted Education Agent in Melbourne start----------- */
	.exprt_img img {
		height: 540px;
	}

	.exprt_col2 {
		padding-left: 20px;
	}


	/* -----------Who We Help start----------- */
	.wwh_img img {
		height: 440px;
	}
}

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

	/* ----------MAIN BANNER------------ */
	.bnr_sec.actv_bnr_sec:after, .bnr_sec.actv_bnr_sec::before, .bnr_sec.actv_bnr_sec .bnr_row::after, .bnr_sec.actv_bnr_sec .bnr_row::before, .bnr_sec.actv_bnr_sec .bnr_main_ttl {
    clip-path: inset(0 0 0 0);
}
.bnr_sec.actv_bnr_sec:after {
    left: 30px;
}
.bnr_sec:after {
    height: 50px;
    width: 150px;
    top: 20px;
	}
	.bnr_slide_col .et_pb_slide {
		height: 550px;
	}

	.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
		padding-top: 110px;
	}

	.bnr_txt_main_box {
		padding: 0 20px;
	}
/* 
	.bnr_sec:after {
		height: 70px;
		width: 300px;
		top: 30px;
	} */

	.bnr_row::after {
		height: 420px;
		width: 60%;
		right: 0;
	}

	.bnr_row::before {
		height: 350px;
		width: 55%;
		right: 40px;
	}

	.bnr_main_ttl {
		font-size: 50px;
	}

	.bnr_des {
		font-size: 20px;
		padding: 10px 0;
		width: 380px;
	}

	.bnr_sec::before {
		height: 190px;
		width: 40%;
	}

	.bnr_txt_main_box:after {
		height: 150px;
		width: 100px;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 70px;
		padding-left: 370px !important;
	}


	.abt_info_main_box {
		padding-right: 30px;
	}

	.abt_sec:after {
		height: 370px;
		width: 230px;
		right: 0;
	}

	.abt_sec::before {
		height: 220px;
		width: 190px;
	}

	.abt_des {
		font-size: 19px;
	}

	.abt_img img {
		height: 410px;
	}

	.abt_btn_box .site_button_main_box_inner {
		padding-right: 60px;
		padding-top: 0;
	}

	/* -----------Zoom meeting form section start------------ */
	.zoom_form {
		padding-top: 10px;
	}

	.zoom_img img {
		height: 40px;
	}

	.zoom_6,
	.zoom_12 {
		padding: 5px;
	}

	.contect_filed {
		font-size: 14px;
		height: 45px;
	}

	.contect_filed::placeholder {
		font-size: 14px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 16px;
		padding: 14px 0;

	}


	.service_main_box_inr {
		height: 350px;
	}

	.service_main_box_inr:hover img {
		height: 185px;
	}

	.ser_img img {
		height: 250px;
	}

	/* -----------Our Partners start------------ */
	.prtnrs_main_col {
		padding-top: 10px;
	}

	.prtnrs_box {
		padding: 3px;
		width: 160px;
	}

	.prtnrs_inner_box {
		height: 70px;
	}

	.prtnrs_img_box img {
		height: 28px;
	}

	/* -----------Australia Vedio start------------ */
	.vdo_row {
		margin-top: -60px !important;
		padding: 30px !important;
	}

	.kl_about_us_video {
		padding-top: 0;
	}



	video#bmp_vid,
	.kl_about_us_video img {
		height: 330px;
	}

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

	.vdo_info_ttl {
		font-size: 22px;
	}

	.vdo_info_btn_box {
		padding-left: 20px;
	}

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

	/* -----------Popular Courses start------------ */
	.courses_ttl_box {
		padding: 10px 0;
	}

	.courses_outr_box_inr {
		margin: -5px;
		padding-top: 10px;
	}

	.courses_main_box {
		width: 20%;
		padding: 5px;
	}

	.courses_img img {
		height: 180px;
		border-radius: 80px;
	}

	/* -----------Lorem content section start------------ */
	.seo_cnt_col1 {
		padding-right: 30px;
	}

	.seo_info_main_box {
		padding-top: 20px;
	}

	.seo_info_des_box {
		padding-left: 20px;
	}

	.seo_cnt_img img {
		height: 380px;
	}

	.seo_info_img img {
		height: 350px;
	}

	.seo_count_num {
		font-size: 48px;
	}

	.seo_call_img {
		width: 55px;
		height: 50px;
	}

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

	span.seo_cl_num_txt {
		font-size: 23px;
	}

	.seo_counter_box_inr {
		padding: 10px 0;
	}

	.seo_count_txt_box_inr.er {
		font-size: 20px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 440px;
	}

	.wcu_col1 {
		width: 35% !important;
	}

	.wcu_col2 {
		width: 65% !important;
	}

	.wcu_main_block_inr {
		padding-left: 50px;
	}

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

	.wcu_main_img {
		padding-top: 10px;
	}

	.wcu_img {
		height: 80px;
		width: 80px;
		border-radius: 30px;
	}

	.wcu_img img {
		height: 40px;
	}

	.wcu_col1:after {
		height: 90px;
		width: 90px;
		top: -40px;
		right: -40px;
	}

	.wcu_txt {
		font-size: 17px;
	}

	/* -----------Who We Are – Your Trusted Education Agent in Melbourne start----------- */
	.exprt_img img {
		height: 540px;
	}

}

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

	/* ----------MAIN BANNER------------ */
	.bnr_sec:after {
    height: 60px;
		    top: 30px;
	}
	.bnr_slide_col .et_pb_slide {
		height: 550px;
	}

	.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
		padding-top: 110px;
	}

	.bnr_txt_main_box {
		padding: 0 20px;
	}

/* 	.bnr_sec:after {
		height: 70px;
		width: 300px;
		top: 30px;
	} */

	.bnr_row::after {
		height: 420px;
	}

	.bnr_row::before {
		height: 350px;
		width: 55%;
		right: 40px;
	}

	.bnr_main_ttl {
		font-size: 50px;
	}

	.bnr_des {
		font-size: 20px;
		padding: 10px 0;
		width: 460px;
	}

	.bnr_sec::before {
		height: 190px;
		width: 40%;
	}

	.bnr_txt_main_box:after {
		height: 150px;
		width: 100px;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 80px;
		padding-left: 390px !important;
	}

	.abt_info_main_box {
		padding-right: 30px;
	}

	.abt_sec:after {
		height: 450px;
		width: 250px;
		right: 0;
	}

	.abt_sec::before {
		height: 220px;
		width: 190px;
	}

	.abt_des {
		font-size: 19px;
	}

	.abt_img img {
		height: 470px;
	}

	.abt_btn_box .site_button_main_box_inner {
		padding-right: 60px;
		padding-top: 0;
	}

	/* -----------Zoom meeting form section start------------ */
	.zoom_form {
		padding-top: 10px;
	}

	.zoom_6,
	.zoom_12 {
		padding: 5px;
	}

	.contect_filed {
		font-size: 14px;
		height: 45px;
	}

	.contect_filed::placeholder {
		font-size: 14px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 16px;
		padding: 14px 0;

	}


	.service_main_box_inr {
		height: 350px;
	}

	.service_main_box_inr:hover img {
		height: 185px;
	}

	.ser_img img {
		height: 250px;
	}

	/* -----------Our Partners start------------ */
	.prtnrs_main_col {
		padding-top: 10px;
	}

	.prtnrs_box {
		width: 180px;
	}

	.prtnrs_inner_box {
		height: 80px;
	}

	/* -----------Australia Vedio start------------ */
	.vdo_row {
		margin-top: -60px !important;
		padding: 30px !important;
	}

	.kl_about_us_video {
		padding-top: 0;
	}



	video#bmp_vid,
	.kl_about_us_video img {
		height: 380px;
	}

	.video_class {
		height: 73px;
		width: 73px;
	}

	.vdo_info_ttl {
		font-size: 26px;
	}

	.vdo_info_btn_box {
		padding-left: 20px;
	}

	/* -----------Popular Courses start------------ */
	.courses_ttl_box {
		padding: 15px 0;
	}

	.courses_outr_box_inr {
		margin: -5px;
		padding-top: 10px;
	}

	.courses_main_box {
		padding: 5px;
	}

	.courses_img img {
		height: 170px;
		border-radius: 80px;
	}

	/* -----------Lorem content section start------------ */
	.seo_cnt_col1 {
		padding-right: 30px;
	}

	.seo_info_main_box {
		padding-top: 20px;
	}

	.seo_info_des_box {
		padding-left: 20px;
	}

	.seo_cnt_img img {
		height: 380px;
	}

	.seo_info_img img {
		height: 350px;
	}

	.seo_count_num {
		font-size: 48px;
	}

	.seo_call_img {
		width: 55px;
		height: 50px;
	}

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

	span.seo_cl_num_txt {
		font-size: 23px;
	}

	.seo_count_txt_box_inr.er {
		font-size: 20px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 440px;
	}

	.wcu_col1 {
		width: 35% !important;
	}

	.wcu_col2 {
		width: 65% !important;
	}

	.wcu_main_block_inr {
		padding-left: 100px;
	}

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

	.wcu_main_img {
		padding-top: 10px;
	}

	.wcu_img {
		height: 80px;
		width: 80px;
		border-radius: 30px;
	}

	.wcu_img img {
		height: 40px;
	}

	.wcu_col1:after {
		height: 90px;
		width: 90px;
		top: -40px;
		right: -40px;
	}

	.wcu_txt {
		font-size: 19px;
	}
}

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

	/* ----------MAIN BANNER------------ */
	.bnr_slide_col .et_pb_slide {
		height: 600px;
	}

	.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
		padding-top: 110px;
	}

	.bnr_txt_main_box {
		padding: 0 20px;
	}

/* 	.bnr_sec:after {
		height: 70px;
		width: 300px;
		top: 30px;
	} */

	.bnr_row::after {
		height: 450px;
	}

	.bnr_row::before {
		height: 400px;
		width: 55%;
		right: 40px;
	}

	.bnr_main_ttl {
		font-size: 60px;
	}

	.bnr_des {
		font-size: 20px;
		padding: 10px 0;
		width: 460px;
	}

	.bnr_sec::before {
		height: 240px;
		width: 44%;
	}

	.bnr_txt_main_box:after {
		height: 200px;
		width: 160px;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 100px;
		padding-left: 330px !important;
	}

	.abt_info_main_box {
		padding-right: 30px;
	}

	.abt_sec:after {
		height: 480px;
		width: 270px;
		right: 0;
	}

	.abt_sec::before {
		height: 260px;
		width: 230px;
	}

	.abt_des {
		font-size: 21px;
	}

	.abt_img img {
		height: 470px;
	}

	/* -----------Zoom meeting form section start------------ */
	.zoom_form {
		padding-top: 10px;
	}

	.zoom_6,
	.zoom_12 {
		padding: 5px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 16px;
		padding: 14px 0;

	}


	.service_main_box_inr {
		height: 350px;
	}

	.service_main_box_inr:hover img {
		height: 185px;
	}

	.ser_img img {
		height: 250px;
	}

	/* -----------Our Partners start------------ */
	.prtnrs_main_col {
		padding-top: 10px;
	}

	.prtnrs_box {
		width: 200px;
	}

	.prtnrs_inner_box {
		height: 80px;
	}

	/* -----------Australia Vedio start------------ */
	.vdo_row {
		padding: 30px !important;
	}

	video#bmp_vid,
	.kl_about_us_video img {
		height: 380px;
	}

	.video_class {
		height: 73px;
		width: 73px;
	}

	.vdo_info_ttl {
		font-size: 26px;
	}

	.vdo_info_btn_box {
		padding-left: 20px;
	}

	/* -----------Popular Courses start------------ */
	.courses_ttl_box {
		padding: 15px 0;
	}

	.courses_img img {
		height: 180px;
		border-radius: 80px;
	}

	/* -----------Lorem content section start------------ */
	.seo_cnt_col1 {
		padding-right: 30px;
	}

	.seo_info_main_box {
		padding-top: 20px;
	}

	.seo_info_des_box {
		padding-left: 20px;
	}

	.seo_info_img img {
		height: 410px;
	}

	.seo_count_num {
		font-size: 48px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 440px;
	}

	.wcu_col1 {
		width: 35% !important;
	}

	.wcu_col2 {
		width: 65% !important;
	}

	.wcu_main_block_inr {
		padding-left: 100px;
	}

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

	.wcu_main_img {
		padding-top: 10px;
	}

	.wcu_img {
		height: 80px;
		width: 80px;
		border-radius: 30px;
	}

	.wcu_img img {
		height: 40px;
	}

	.wcu_col1:after {
		height: 90px;
		width: 90px;
		top: -40px;
		right: -40px;
	}
}

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

	/* ----------MAIN BANNER------------ */
	.bnr_slide_col .et_pb_slide {
		height: 700px;
	}

	.bnr_txt_main_box {
		padding: 0 20px;
	}

	.bnr_row::after {
		height: 550px;
	}

	.bnr_row::before {
		height: 460px;
	}

	.bnr_main_ttl {
		font-size: 65px;
	}

	.bnr_des {
		font-size: 22px;
		padding: 20px 0;
	}

	.bnr_sec::before {
		height: 280px;
	}

	.bnr_txt_main_box:after {
		height: 200px;
		width: 160px;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 120px;
		padding-left: 330px !important;
	}

	.abt_info_main_box {
		padding-right: 60px;
	}

	.abt_sec:after {
		height: 550px;
		width: 320px;
	}

	.abt_sec::before {
		height: 300px;
		width: 230px;
	}

	.abt_des {
		font-size: 21px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 18px;
		padding: 14px 0;

	}

	.service_main_box_inr {
		height: 445px;
	}

	.ser_img img {
		height: 300px;
	}

	/* -----------why choose us start------------ */
	.wcu_main_img img {
		height: 490px;
	}

	.wcu_col1 {
		width: 35% !important;
	}

	.wcu_col2 {
		width: 65% !important;
	}

	.wcu_main_block_inr {
		padding-left: 100px;
	}

}

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

	/* ----------MAIN BANNER------------ */
	.bnr_txt_main_box {
		padding: 0 50px;
	}

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

	.bnr_row::before {
		height: 460px;
	}

	/* -----------Balance Education about section start------------ */
	.abt_bg_ttl {
		font-size: 150px;
		padding-left: 330px !important;
	}

	.abt_info_main_box {
		padding-right: 60px;
	}

	.abt_sec:after {
		height: 550px;
		width: 320px;
	}

	.abt_sec::before {
		height: 300px;
		width: 230px;
	}

	/* -----------Our service start------------ */
	.ser_ttl {
		font-size: 18px;
		padding: 14px 0;

	}

	.service_main_box_inr {
		height: 460px;
	}
}