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

@import url("main_style.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "DM Sans", serif !important; */


body {
	font-family: "DM Sans", serif !important;
	font-size: 16px !important;
	color: #222;
	font-weight: 400 !important;
	margin: 0 !important;
	line-height: 1.3;
}

/* ----------banner------------ */
.bnr_sec {
	padding: 0 30px !important;
	position: relative;
}

.bnr_sec::after {
	position: absolute;
	content: "";
	height: 600px;
	width: 100%;
	right: 0;
	left: 0;
	top: 0;
	background: #222;
}

.bnr_txt_main_box_inr {
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	padding: 30px 0;
}

.bnr_mn_txt_box {
	    width: 100% !important;
    display: flex
;
    justify-content: center;
}

.bnr_btn_box {
	width: 30%;
}

.bnr_mn_txt {
	font-size: 50px;
	font-weight: 300;
	color: #fff;
}

.bnr_mn_txt i {
	font-size: 70px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 3px;
	padding-left: 30px;
}

.bnr_btn_box .dfa {
	justify-content: right;
}

.bnr_sec .et_pb_slide {
	height: 740px;
}

/* ------About us start------ */
.abt_sec:after {
	position: absolute;
	content: "";
	height: 122%;
	width: 350px;
	background: #003366;
	left: 0;
	top: -291px;
	z-index: 0;
}

.abt_sec::before {
	position: absolute;
	content: "";
	height: 350px;
	width: 350px;
	background: url(../../../wp-content/uploads/2025/01/rnd.png) no-repeat;
	background-size: contain;
	background-position: right;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.abt_col_1:after {
	position: absolute;
	content: "About us";
	font-size: 50px;
	top: 100px;
	left: -142px;
	transform: rotate(-90deg);
	color: #003366;
	text-shadow: -1px -1px 0 #FFFFFF33, 1px -1px 0 #FFFFFF33, -1px 1px 0 #FFFFFF33, 1px 1px 0 #FFFFFF33;
	text-transform: capitalize;
	letter-spacing: 3px;
}

.abt_col_1::before {
	position: absolute;
	content: "";
	height: 200px;
	width: 200px;
	bottom: -2px;
	background: url(../../../wp-content/uploads/2025/01/abt-re.png) no-repeat;
	z-index: 9999999;
	background-size: contain;
	left: -230px;
}

.abt_img img {
	width: 100% !important;
	object-fit: cover;
	transition:1s;
}

.abt_img_1 img {
	height: 735px;
}

.abt_img_2 img {
	height: 450px;

}
.abt_img_1 img:hover,.abt_img_2 img:hover{
	    filter: brightness(0.5);
}
.abt_img_2 {
	padding-top: 20px;
}

.abt_col_2 {
	padding-left: 30px;
}

/* -----------filler start--------- */


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

.flr_img:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 30px;
	background: #003366;
	left: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
	transform: skew(-15deg);
}

.flr_img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}

.flr_col_2 {
	width: 38% !important;
}

.flr_col_1 {
	width: 62% !important;
}

/* -----------our service cater to start----------- */

.ser_cat_main_row,
.ser_cat_main_box {
	height: 550px;
	position: relative;
}

.ser_cat_main_box_inr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -20px;
}

.ser_cat_box {
	width: 275px;
	padding: 5px;
}

.ser_cat_box_inr {
	display: flex;
	justify-content: center;
	background: #003366;
	color: #fff;
	height: 50px;
	justify-content: center;
	align-items: center;
	transition: 1s;
	font-size: 20px;
	font-weight: 600;
}

.ser_cat_box_inr:hover {
	background: #fff;
	color: #003366;
}

.ser_cat_main_col {
	position: relative;
}

/* ----- Structural Steel start-----------*/

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

.struc_box {
	width: 50%;
	padding: 10px;
	display: flex;
}

.struc_box_inr {
	border: 1px solid #DDDDDD;
	padding: 20px;
	width: 100%;
}


/* -----------project start--------- */

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

.our_proj_main_box {
	width: 25%;
	padding: 5px;
	display: flex;

}

.our_proj_main_box_inr {
	width: 100%;
}

.our_proj_img {
	display: flex;
	position: relative;
	    overflow: hidden;
}

.our_proj_img img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	transition:1s;

}
.our_proj_img:hover img{
	    transform: scale(1.1);
}
.our_proj_title {
	position: absolute;
	bottom: 30px;
	background: #FFFFFFBF;
	width: 220px;
	text-align: center;
	padding: 5px 0;
	border-right: 4px solid #003366;
	font-size: 22px;
	font-weight: 500;
}
/* --------------project lightbox start */



.slick-lightbox-slick .slick-arrow::before {
	display: block !important;
}

.slick-lightbox-slick button.slick-prev.slick-arrow {
	left: 0px !important;
}

.slick-lightbox-slick button.slick-next.slick-arrow {
	right: 0px !important;
}

.slick-lightbox-slick .slick-arrow {
	content: "";
	position: absolute;
	font-size: 27px;
	color: #000;
	background: #003366 !important;
	border: 1px solid #DDDDDD;
	width: 30px;
	height: 30px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
	z-index: 99 !important;
	font-size:0;
}

.slick-lightbox-slick .slick-prev:before,
.slick-lightbox-slick .slick-next:before {
    font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
}

.slick-lightbox-slick .slick-prev:before {
    content: '\f104';
}

.slick-lightbox-slick .slick-next:before {
    content: '\f105';
}

.slick-lightbox-close:before {
	font-size: 18px !important;
	line-height: 1;
	font-weight: 700;
	color: #000 !important;
	background: #fff;
	padding: 0 7px;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

.slick-lightbox-close {
	right: 30px !important;
}


/* --------------project lightbox end */
/* ----- Why Choose Rowville Engineering start-----------*/

.wcr_main_box_inr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin: -10px;
}

.wcr_box {
	width: 50%;
	padding: 10px;
	display: flex;
	position: relative;
}

.wcr_main_box_inr:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 40px;
	bottom: 0px;
	top: 0;
	background: url(../../../wp-content/uploads/2025/01/wcr-logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 9;

}

.wcr_main_box_inr:before {
	position: absolute;
	content: "";
	height: 90px;
	width: 90px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	box-shadow: 0px 0px 14px 0px #0000000F;
	z-index: 1;
}


.wcr_box_inr {
	box-shadow: 0px 0px 24px 0px #00000008;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 100%);
	padding: 20px;
	width: 100%;
}

.wcr_sec {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFF2F4 100%);
	position: relative;

}

.wcr_sec::before {
	position: absolute;
	content: "";
	height: 10px;
	width: 100%;
	bottom: 0px;
	background: url(../../../wp-content/uploads/2025/01/wcr-line.png) no-repeat;
	background-size: cover;
	left: 0px;
	right: 0px;
}

.wcr_col_2 {
	padding-left: 50px;
}

.wcr_main_box {
	position: relative;
}

.wcr_box_1,
.wcr_box_2 {
	border-bottom: 1px solid #DDD;
}

.wcr_box_1,
.wcr_box_3 {
	border-right: 1px solid #DDD;
}

.wcr_box_1 .wcr_box_inr {
	border-radius: 20px 0 0 0;
}

.wcr_box_2 .wcr_box_inr {
	border-radius: 0 20px 0 0;
}

.wcr_box_3 .wcr_box_inr {
	border-radius: 0 0 20px 0;
}

.wcr_box_4 .wcr_box_inr {
	border-radius: 0 0 0 20px;
}

.wcr_box_1:after,
.wcr_box_2:after,
.wcr_box_3:after,
.wcr_box_4:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	background: url(../../../wp-content/uploads/2025/01/wcr-1.png) no-repeat;
	background-size: contain !important;
	bottom: 20px;
	animation: animation-scale 2s infinite linear
}

@keyframes animation-scale {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(.8)
	}

	100% {
		transform: scale(1)
	}
}

.wcr_box_1:after {
	background: url(../../../wp-content/uploads/2025/01/wcr-1.png) no-repeat;
	left: 20px;
}

.wcr_box_2:after {

	background: url(../../../wp-content/uploads/2025/01/wcr-2.png) no-repeat;
	right: 20px;

}

.wcr_box_3:after {

	background: url(../../../wp-content/uploads/2025/01/wcr-3.png) no-repeat;
	left: 20px;

}

.wcr_box_4:after {

	background: url(../../../wp-content/uploads/2025/01/wcr-4.png) no-repeat;
	right: 20px;

}

/* -------------FAQs---------------- */

.faq_img img {
	width: 100% !important;
	height: 630px;
	object-fit: cover;
	transition:1s;
}
.faq_img:hover img{
	    filter: opacity(0.5);
}
.faq_col_1 {
	padding-right: 20px;
}

.faq_col_2 {
	padding-left: 20px;
}

.faq_col .et_pb_accordion_item {
	background: transparent;
	margin-bottom: 15px !important;
	padding: 23px 10px !important;
	border: none;
	background: #F8F8F8;
}

.faq_col .et_pb_toggle_title {
	border-bottom: none;
	font-size: 18px !important;
	color: #222 !important;
	font-weight: 500;
	line-height: 1.4;
}

.faq_col .et_pb_toggle_content {
	font-size: 16px !important;
	color: #8C8C8C;
	font-weight: 500;
	position: relative !important;
	line-height: 1.5;
}

.faq_col .et_pb_toggle_title:before,
.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
	color: #fff;
	font-size: 15px;
	right: 15px !important;
	top: 0;
	bottom: 0;
	font-family: ETmodules !important;
	position: absolute;
	margin: 0 !important;
	background: #003366;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.faq_col .et_pb_toggle_title:before {
	content: "\4c" !important;
}

.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
	content: "\4b" !important;
}

.faq_col br {
	display: block !important;
}

.faq_col li {
	padding: 3px 0;
}

.faq_col ul {
	margin: 10px 0 0 0;
}

/* ---------------contact us ---------- */

.gt_map_box iframe {
	width: 100%;
	height: 530px;
}

.gt_map_box {
	display: flex;
}

.gt_lft_ttl_inr {
	font-size: 27px;
	font-weight: 700;
	padding-bottom: 40px;
}

.gt_col_1 {
	padding-right: 100px;
}

.gt_main_ttl_box_inr {
    position: relative;
    top: 0 !important;
    z-index: 9;
    left: 0 !important;
    height: 80px;
    background: #003366;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: auto;
}

.ad_struc_ttl {
    padding: 20px 0 10px 0 !important;
    display: flex;
}
.ti-reviews-container {
    margin: 0 !important;
}
.ti-controls-line {
    margin: 10px auto !important;
}






/*round 1 active */

.rsw_c_1 .rws_main_box {
    transform: rotateZ(-52deg);
}


/*1- 1*/

.rsw_c_1 .rws_main_box.rws_box_1 {
    left: -265px;
    top: 3px;
}


/*1- 2*/

.rsw_c_1 .rws_main_box.rws_box_7 {
    top: -603px;
    left: 105px;
}


/*1- 3*/

.rsw_c_1 .rws_main_box.rws_box_6 {
    right: -347px;
    top: -413px;
}


/*1- 4*/

.rsw_c_1 .rws_main_box.rws_box_5 {
    right: -425px;
    top: -18px;
}


/*1- 5*/

.rsw_c_1 .rws_box_4 {
    right: -238px;
    bottom: -240px;
}


/*1- 6*/

.rsw_c_1 .rws_box_3 {
    left: -172px;
    bottom: -455px;
}


/*1- 6*/

.rsw_c_1 .rws_box_2 {
    left: -172px;
    bottom: -455px;
}


/*1- 7*/

.rsw_c_1 .rws_box_2 {
    width: 210px;
    left: -318px;
    top: 340px;
}

.rsw_c_1 .rsw_des_box_inr {
    transform: rotate(-53deg);
}


/*round 1 end */


/*round 2 active */

.rsw_c_2 .rws_main_box {
    transform: rotateZ(-104deg);
}


/*2- 1*/

.rsw_c_2 .rws_main_box.rws_box_2 {
    left: -302px;
    top: 237px;
}


/*2- 2*/

.rsw_c_2 .rws_main_box.rws_box_1 {
    left: -219px;
    top: -98px;
}


/*2- 3*/

.rsw_c_2 .rws_main_box.rws_box_7 {
    top: -625px;
    left: -55px;
}


/*2- 4*/

.rsw_c_2 .rws_main_box.rws_box_6 {
    right: -330px;
    top: -336px;
}


/*2- 5*/

.rsw_c_2 .rws_box_5 {
    right: -390px;
    top: -32px;
}


/*2- 6*/

.rsw_c_2 .rws_box_4 {
    right: -168px;
    width: 277px;
    bottom: -395px;
}


/*2- 6*/

.rsw_c_2 .rws_box_3 {
    left: -24px;
    bottom: -495px;
}


/*2- 7*/

.rsw_c_2 .rsw_des_box_inr {
    transform: rotate(-104deg);
}


/*round 2 end */


/*round 3 active */

.rsw_c_3 .rws_main_box {
    transform: rotateZ(-154deg);
}

.rsw_c_3 .rws_main_box.rws_box_3 {
    left: -100px;
    bottom: -380px;
}

.rsw_c_3 .rws_main_box.rws_box_2 {
    left: -380px;
    top: 158px;
}

.rsw_c_3 .rws_main_box.rws_box_7 {
    top: -542px;
    left: -32px;
}

.rsw_c_3 .rws_main_box.rws_box_6 {
    right: -392px;
    top: -285px;
}

.rsw_c_3 .rws_box_1 {
    left: -296px;
    top: -18px;
}

.rsw_c_3 .rws_box_5 {
    right: -440px;
    top: 54px;
}

.rsw_c_3 .rws_box_4 {
    right: -278px;
    bottom: -319px;
}

.rsw_c_3 .rsw_des_box_inr {
    transform: rotate(-154deg);
}


/*round 3 end */


/*round 4 active */

.rsw_c_4 .rws_main_box {
    transform: rotateZ(-210deg);
}

.rsw_c_4 .rws_main_box.rws_box_1 {
    left: -240px;
    top: -17px;
}

.rsw_c_4 .rws_main_box.rws_box_2 {
    left: -354px;
    top: 275px;
}

.rsw_c_4 .rws_main_box.rws_box_3 {
    left: -203px;
    bottom: -409px;
}

.rsw_c_4 .rws_main_box.rws_box_4 {
    right: -158px;
    bottom: -336px;
}

.rsw_c_4 .rws_box_5 {
    right: -414px;
    top: -40px;
}

.rsw_c_4 .rws_box_6 {
    right: -386px;
    top: -352px;
}

.rsw_c_4 .rws_box_7 {}

.rsw_c_4 .rsw_des_box_inr {
    transform: rotate(-210deg);
}


/*round 4 end */


/*round 5 active */

.rsw_c_5 .rws_main_box {
    transform: rotateZ(-258deg);
}

.rsw_c_5 .rws_main_box.rws_box_1 {
    left: -247px;
    top: -9px;
}

.rsw_c_5 .rws_main_box.rws_box_2 {
    left: -309px;
    top: 196px;
}

.rsw_c_5 .rws_main_box.rws_box_3 {
    left: -104px;
    bottom: -482px;
}

.rsw_c_5 .rws_main_box.rws_box_4 {
    right: -97px;
    bottom: -451px;
}

.rsw_c_5 .rws_box_5 {
    right: -398px;
    top: 39px;
}

.rsw_c_5 .rws_box_6 {
    right: -296px;
    top: -429px;
}

.rsw_c_5 .rws_box_7 {
    top: -631px;
    left: 38px;
}

.rsw_c_5 .rsw_des_box_inr {
    transform: rotate(-258deg);
}


/*round 5 end */


/*round 6 active */

.rsw_c_6 .rws_main_box {
    transform: rotateZ(-310deg);
}

.rsw_c_6 .rws_main_box.rws_box_1 {
    left: -275px;
    top: -94px;
}

.rsw_c_6 .rws_main_box.rws_box_2 {
    left: -314px;
    top: 210px;
}

.rsw_c_6 .rws_main_box.rws_box_3 {
    left: -164px;
    bottom: -338px;
}

.rsw_c_6 .rws_main_box.rws_box_4 {
    right: -272px;
    bottom: -403px;
}

.rsw_c_6 .rws_box_5 {
    right: -416px;
    top: 114px;
}

.rsw_c_6 .rws_box_6 {
    right: -348px;
    top: -310px;
}

.rsw_c_6 .rws_box_7 {
    top: -575px;
    left: -115px;
}

.rsw_c_6 .rsw_des_box_inr {
    transform: rotate(-310deg);
}


/*round 6 end */


/*round 7 active */

.rsw_c_7 .rws_main_box {
    transform: rotateZ(-360deg);
}

.rsw_c_7 .rws_main_box.rws_box_1 {}

.rsw_c_7 .rws_main_box.rws_box_2 {}

.rsw_c_7 .rws_main_box.rws_box_3 {}

.rsw_c_7 .rws_main_box.rws_box_4 {}

.rsw_c_7 .rws_box_5 {}

.rsw_c_7 .rws_box_6 {}

.rsw_c_7 .rws_box_7 {}

.rsw_c_7 .rsw_des_box_inr {
    transform: rotate(-360deg);
}

.faq_col .et_pb_toggle_content p {
    padding: 5px 0;
}














@media all and (min-width: 320px) and (max-width: 767px) {
	.bnr_sec .et_pb_slide {
		height: 330px;
	}

	.bnr_sec::after {
		height: 300px;
	}

	.bnr_sec {
		padding: 0 12px !important;
	}

	.bnr_mn_txt {
		font-size: 20px;
	}

	.bnr_mn_txt span {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}

	.bnr_mn_txt i {
		font-size: 25px;
		padding-left: 0;
		letter-spacing: 0;
		width: 100%;


	}

	.bnr_mn_txt_box {
		width: 100%;
	}

	.bnr_btn_box {
		width: 100%;

	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

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

	/* ------About us start------ */
	.abt_sec:after {
		display: none;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before,
	.abt_img_1 {
		display: none;
	}

	.abt_img_1 img {
		height: 527px;
	}

	.abt_img_2 img {
		height: 260px;
	}

	.abt_col_2 {
		padding-left: 0px;
	}

	.abt_img_2 {
		padding-top: 0px;
	}

	.abt_main_box {
		padding-top: 10px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 250px;
	}

	.flr_col_1 {
		width: 100% !important;
	}

	.flr_col_2 {
		display: none;
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: auto;
		padding: 30px 10px;
	}

	.ser_cat_box {
		width: 160px;
		padding: 2px;
	}

	.ser_cat_box_inr {
		font-size: 12px;
		height: 35px;
	}

	.ser_cat_main_box_inr {
		position: relative;
		bottom: 0;
		top: 0;
	}

	/* ----- Structural Steel start-----------*/
	.struc_box {
		width: 100%;
		padding: 5px;
	}

	/* -----------project start--------- */
	.our_proj_main_box {
		width: 50%;
	}

	.our_proj_img img {
		height: 160px;
	}

	.our_proj_title {
		font-size: 15px;
		width: 130px;
		bottom: 20px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 0px;
	}


	.wcr_main_box_inr:after,
	.wcr_main_box_inr:before {
		display: none;
	}

	.wcr_cat_ttl_box_inr {
		text-align: center;
	}

	.wcr_btn_box .site_button_main_box_inner {
		display: flex;
		justify-content: center;
	}

	.wcr_btn_box .site_button_lft_box {
		padding-right: 10px;
	}

	.wcr_btn_box .site_button_rt_box.btn_pdt {
		padding: 0;
	}

	.wcr_main_box_inr {
		margin: -5px;
	}

	.wcr_box {
		width: 100%;
		padding: 5px;
		border: none !important;
	}

	.wcr_box_inr {
		border-radius: 10px !important;
		background: #fff;
	}

	/* -------------FAQs---------------- */

	.faq_col_1 {
		display: none;
	}

	.faq_col_2 {
		padding-left: 0;
	}

	.faq_col .et_pb_accordion_item {
		padding: 10px 7px !important;
	}

	.faq_col .et_pb_toggle_title:before,
	.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
		height: 15px;
		width: 15px;
		font-size: 12px;
	}

	.faq_col .et_pb_toggle_title {
		font-size: 16px !important;
	}

	.faq_col .et_pb_toggle_content {
		font-size: 14px !important;
		padding-top: 10px !important;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 21px;
		padding: 20px 0;
	}

	.gt_col_1 {
		padding-right: 0px;
	}

	.gt_main_ttl_box_inr {
		position: relative;
		top: -10px;
		height: 50px;
		width: 200px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.gt_map_box iframe {
		height: 300px;
	}

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

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

	/* -----------project start--------- */
	.our_proj_main_box {
		width: 33.33%;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.bnr_sec .et_pb_slide {
		height: 400px;
	}

	.bnr_sec::after {
		height: 350px;
	}

	.bnr_sec {
		padding: 0 20px !important;
	}

	.bnr_mn_txt {
		font-size: 25px;
	}

	.bnr_mn_txt i {
		font-size: 30px;
		padding-left: 10px;
		letter-spacing: 0;

	}

	.bnr_mn_txt_box {
		width: 62%;
	}

	.bnr_btn_box {
		width: 38%;
	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

	/* ------About us start------ */
	.abt_sec:after {
		display: none;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before,
	.abt_img_1 {
		display: none;
	}

	.abt_img_1 img {
		height: 527px;
	}

	.abt_img_2 img {
		height: 260px;
	}

	.abt_col_2 {
		padding-left: 0px;
	}

	.abt_img_2 {
		padding-top: 0px;
	}

	.abt_main_box {
		padding-top: 10px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 250px;
	}

	.flr_img:after {
		width: 20px;
		left: 4px;
		transform: skew(-8deg);
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: 250px;
	}

	.ser_cat_box {
		width: 200px;
	}

	.ser_cat_box_inr {
		font-size: 15px;
		height: 40px;
	}

	/* ----- Structural Steel start-----------*/
	.struc_box {
		padding: 5px;
	}

	/* -----------project start--------- */
	.our_proj_img img {
		height: 190px;
	}

	.our_proj_title {
		font-size: 16px;
		width: 150px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 0px;
	}

	.wcr_main_box_inr:after {
		width: 30px;
	}

	.wcr_main_box_inr:before {
		height: 70px;
		width: 70px;
	}

	.wcr_cat_ttl_box_inr {
		text-align: center;
	}

	.wcr_btn_box .site_button_main_box_inner {
		display: flex;
		justify-content: center;
	}

	.wcr_btn_box .site_button_lft_box {
		padding-right: 10px;
	}

	.wcr_btn_box .site_button_rt_box.btn_pdt {
		padding: 0;
	}

	/* -------------FAQs---------------- */

	.faq_col_1 {
		display: none;
	}

	.faq_col_2 {
		padding-left: 0;
	}

	.faq_col .et_pb_accordion_item {
		padding: 15px 10px !important;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 21px;
		padding: 20px 0;
	}

	.gt_col_1 {
		padding-right: 0px;
	}

	.gt_main_ttl_box_inr {
		position: relative;
		top: -10px;
		height: 50px;
		width: 200px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.gt_map_box iframe {
		height: 300px;
	}

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

@media all and (min-width: 981px) and (max-width: 1024px) {
	.bnr_sec .et_pb_slide {
		height: 450px;
	}

	.bnr_sec {
		padding: 0 20px !important;
	}

	.bnr_mn_txt {
		font-size: 30px;
	}

	.bnr_mn_txt i {
		font-size: 35px;
		padding-left: 10px;
		letter-spacing: 0;

	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

	/* ------About us start------ */
	.abt_sec:after {
		height: 141%;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before {
		display: none;
	}

	.abt_img_1 img {
		height: 527px;
	}

	.abt_img_2 img {
		height: 260px;
	}

	.abt_col_2 {
		padding-left: 20px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 260px;
	}

	.flr_img:after {
		left: 0px;
		transform: skew(-11deg);
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: 300px;
	}

	.ser_cat_box {
		width: 200px;
	}

	.ser_cat_box_inr {
		font-size: 15px;
		height: 40px;
	}

	/* -----------project start--------- */
	.our_proj_img img {
		height: 250px;
	}

	.our_proj_title {
		font-size: 18px;
		width: 200px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 10px;
	}

	.wcr_main_box_inr:after {
		width: 30px;
	}

	.wcr_main_box_inr:before {
		height: 70px;
		width: 70px;
	}

	/* -------------FAQs---------------- */
	.faq_img img {
		height: 500px;
	}

	.faq_col_2 {
		padding-left: 0;
	}

	.faq_col .et_pb_accordion_item {
		padding: 15px 10px !important;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 21px;
		padding-bottom: 10px;
	}

	.gt_col_1 {
		padding-right: 20px;
	}

	.gt_main_ttl_box_inr {
		top: -40px;
		height: 50px;
		width: 200px;
		left: -100px;
	}

	.gt_map_box iframe {
		height: 430px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.bnr_sec .et_pb_slide {
		height: 500px;
	}

	.bnr_mn_txt {
		font-size: 30px;
	}

	.bnr_mn_txt i {
		font-size: 35px;
		padding-left: 10px;
		letter-spacing: 0;

	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

	/* ------About us start------ */
	.abt_sec:after {
		height: 137%;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before {
		display: none;
	}

	.abt_img_1 img {
		height: 550px;
	}

	.abt_img_2 img {
		height: 290px;
	}

	.abt_col_2 {
		padding-left: 20px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 260px;
	}

	.flr_img:after {
		left: 3px;
		transform: skew(-11deg);
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: 350px;
	}

	.ser_cat_box {
		width: 200px;
	}

	.ser_cat_box_inr {
		font-size: 15px;
		height: 40px;
	}

	/* -----------project start--------- */
	.our_proj_img img {
		height: 250px;
	}

	.our_proj_title {
		font-size: 18px;
		width: 200px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 10px;
	}

	.wcr_main_box_inr:after {
		width: 30px;
	}

	.wcr_main_box_inr:before {
		height: 70px;
		width: 70px;
	}

	/* -------------FAQs---------------- */
	.faq_img img {
		height: 500px;
	}

	.faq_col_2 {
		padding-left: 0;
	}

	.faq_col .et_pb_accordion_item {
		padding: 15px 10px !important;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 21px;
		padding-bottom: 10px;
	}

	.gt_col_1 {
		padding-right: 50px;
	}

	.gt_main_ttl_box_inr {
		top: 0;
		height: 60px;
		width: 220px;
		left: -100px;
	}

	.gt_map_box iframe {
		height: 560px;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.bnr_sec .et_pb_slide {
		height: 550px;
	}

	.bnr_mn_txt {
		font-size: 33px;
	}

	.bnr_mn_txt i {
		font-size: 40px;
		padding-left: 20px;
	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

	/* ------About us start------ */
	.abt_sec:after {
		height: 134%;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before {
		display: none;
	}

	.abt_img_1 img {
		height: 560px;
	}

	.abt_img_2 img {
		height: 290px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 280px;
	}

	.flr_img:after {
		left: 8px;
		transform: skew(-11deg);
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: 400px;
	}

	.ser_cat_box {
		width: 220px;
	}

	.ser_cat_box_inr {
		font-size: 16px;
		height: 45px;
	}

	/* -----------project start--------- */
	.our_proj_img img {
		height: 300px;
	}

	.our_proj_title {
		font-size: 20px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 10px;
	}

	.wcr_main_box_inr:after {
		width: 30px;
	}

	.wcr_main_box_inr:before {
		height: 70px;
		width: 70px;
	}

	/* -------------FAQs---------------- */
	.faq_img img {
		height: 500px;
	}

	.faq_col_2 {
		padding-left: 0;
	}

	.faq_col .et_pb_accordion_item {
		padding: 15px 10px !important;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.gt_col_1 {
		padding-right: 50px;
	}

	.gt_main_ttl_box_inr {
		top: -30px;
		height: 60px;
		width: 220px;
		left: -100px;
	}

	.gt_map_box iframe {
		height: 560px;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.bnr_sec .et_pb_slide {
		height: 650px;
	}

	.bnr_mn_txt {
		font-size: 40px;
	}

	.bnr_mn_txt i {
		font-size: 50px;
	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

	/* ------About us start------ */
	.abt_sec:after {
		height: 130%;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before {
		display: none;
	}

	.abt_img_1 img {
		height: 590px;
	}

	.abt_img_2 img {
		height: 290px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 280px;
	}

	.flr_img:after {
		left: 8px;
		transform: skew(-14deg);
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: 450px;
	}

	.ser_cat_box {
		width: 245px;
	}

	.ser_cat_box_inr {
		font-size: 17px;
	}

	/* -----------project start--------- */
	.our_proj_img img {
		height: 300px;
	}

	.our_proj_title {
		font-size: 20px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 30px;
	}

	.wcr_main_box_inr:after {
		width: 30px;
	}

	.wcr_main_box_inr:before {
		height: 70px;
		width: 70px;
	}

	/* -------------FAQs---------------- */
	.faq_img img {
		height: 500px;
	}

	.faq_col_2 {
		padding-left: 0;
	}

	.faq_col .et_pb_accordion_item {
		padding: 15px 10px !important;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.gt_col_1 {
		padding-right: 50px;
	}

	.gt_main_ttl_box_inr {
		top: 40px;
		height: 60px;
		width: 260px;
		left: -140px;
	}

	.gt_map_box iframe {
		height: 560px;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.bnr_sec .et_pb_slide {
		height: 700px;
	}

	.bnr_mn_txt i {
		font-size: 60px;
	}

	.bnr_txt_main_box_inr {
		padding: 15px 0;
	}

	/* ------About us start------ */
	.abt_sec:after {
		height: 130%;
	}

	.abt_sec::before,
	.abt_col_1:after,
	.abt_col_1::before {
		display: none;
	}

	.abt_img_1 img {
		height: 580px;
	}

	.abt_img_2 img {
		height: 310px;
	}

	/* -----------filler start--------- */
	.flr_img img {
		height: 280px;
	}

	.flr_img:after {
		transform: skew(-14deg);
	}

	/* -----------our service cater to start----------- */
	.ser_cat_main_row,
	.ser_cat_main_box {
		height: 450px;
	}

	/* -----------project start--------- */
	.our_proj_img img {
		height: 380px;
	}

	/* ----- Why Choose Rowville Engineering start-----------*/
	.wcr_col_2 {
		padding-left: 30px;
	}

	/* -------------FAQs---------------- */
	.faq_img img {
		height: 550px;
	}

	/* ---------------contact us ---------- */
	.gt_lft_ttl_inr {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.gt_main_ttl_box_inr {
		top: 10px;
		height: 80px;
		width: 260px;
	}

	.gt_map_box iframe {
		height: 560px;
	}
}

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





























