.pd130.pdt0 {
	padding-top: 0 !important;
}

.pd130.pdb0 {
	padding-bottom: 0 !important;
}

.et_pb_row {
	display: flex;
	flex-wrap: wrap;
}

.about_us_page_main .et_pb_row {
	display: flex;
}

.dr_bnr_txt_block.page_banner_contact {
	padding-bottom: 40px !important;
}

.map_section.pd0 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.contact_from_page .cotnact_main_from input[type=email],
.contact_from_page .cotnact_main_from input[type=tel],
.contact_from_page .cotnact_main_from input[type=text],
.contact_from_page .cotnact_main_from select,
.contact_from_page .cotnact_main_from textarea {

	background: transparent !important;
}

/* about us page */

.page_banner_box {
	height: 600px !important;
}

.team_img_col1 img {
	height: 485px;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-top: 1px solid #000;
}

.site_des span {
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	color: #555555;
}

.main_seo_filler {
	text-align: center;
}

.main_seo_filler .bnr_title_btns {
	margin-top: 30px;
	justify-content: center;
}

.team_img_all {
	display: flex;
	justify-content: center;
	position: relative;
}

.team_img_all::after {
	position: absolute;
	content: '';
	background: #000;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.team_img_col1 {
	position: relative;
}

.team_img_col1:nth-child(1)::after {
	position: absolute;
	content: '';
	background: #000;
	height: 50%;
	width: 1px;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
	margin: auto;
	z-index: 0;
}

.team_img_col1:nth-child(2)::after {
	position: absolute;
	content: '';
	background: #000;
	height: 50%;
	width: 1px;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	margin: auto;
	z-index: 0;
}

/* about us page end*/

/* commercial */
.height_620 img {
	height: 620px;
	object-fit: cover;
	width: 100% !important;
}

.top_line {
	border-top: 1px solid #000;
}

/* commercial end*/

/* service area */
ul.service_area_btn li {
	display: inline-block;
	padding: 10px;
}

ul.service_area_btn {
	padding: 0 !important;
	width: 70% !important;
	margin: auto !important;
	text-align: center !important;
}

/* service area emd*/

/* suburb page */
.header_two_btns.bnr_title_btns.center_line_main {
	justify-content: center;
}

/* suburb page  end*/


/* project  */
.project-gallery-wrapper {
	max-width: 900px;
	margin: auto;
}

.project-main-slider img {
	width: 100%;
	border-radius: 12px;
	display: block;
}

.project-thumb-slider {
	margin-top: 15px;
}

.project-thumb-slider .thumb-item {
	padding: 0 5px;
}

.project-thumb-slider img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	border: 2px solid transparent;
}

.project-thumb-slider .slick-current img {
	border-color: #000;
}

.project-thumb-slider .slick-prev:before,
.project-thumb-slider .slick-next:before {
	color: #000;
}

.project_title {
	font-size: 40px;
	font-weight: 500;
	padding-top: 30px;
}

.project_content {
	font-size: 20px;
	color: #000;
	padding-top: 20px;
}

/* project end */

.thank_you_text_box_inner,
.error_text_box_inner {
	font-size: 90px;
	line-height: 1.3;
}

.thank_you_btn_box_inner a {
	margin: auto;
	margin-top: 20px;
}

.error_main_box_inner {
	text-align: center;
}

.error_btn_main_box_inner {
	display: flex;
	gap: 10px;
	justify-content: center;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.map_section iframe {
		height: 350px !important;
	}

	.map_section.pd0 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* about us */
	.page_banner_box {
		height: 300px !important;
	}

	.team_img_col1 img {
		height: auto;
	}

	.team_img_col1 {
		width: 100% !important;
	}

	.team_img_all {
		display: block;
	}

	.team_img_all::after,
	.team_img_col1:nth-child(1)::after,
	.team_img_col1:nth-child(2)::after {
		display: none;
	}

	/* about us end*/
	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.site_des span {
		font-size: 14px;
	}

	.seo_section_main_all {
		text-align: center;
	}

	.bnr_title_btns {
		justify-content: center;
	}

	.height_620 img {
		height: 400px;
	}

	.seo_row_main .et_pb_column {
		margin-bottom: 0 !important;
	}

	ul.service_area_btn {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}

	ul.service_area_btn li {
		width: 50% !important;
	}

	ul.service_area_btn li a {
		margin: auto;
	}

	.seo_row_main iframe {
		height: 300px;
		margin-bottom: 10px;
	}

	.mb_30 {
		margin-bottom: 30px !important;
	}

	.project_title {
		font-size: 30px;
	}
	.thank_you_text_box_inner{
		font-size: 54px;
	}
	.error_btn_main_box_inner{
		display: grid;
	}
	/* commercial end*/
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.team_img_col1 {
		width: 50% !important;
	}

	.team_img_all {
		display: flex;
	}

	ul.service_area_btn li {
		width: auto !important;
	}

	ul.service_area_btn {
		width: 100% !important;
		display: inline-block;

	}

}

@media all and (min-width: 768px) and (max-width: 980px) {
	.map_section iframe {
		height: 400px !important;
	}

	.map_section.pd0 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* about us */
	.page_banner_box {
		height: 400px !important;
	}

	.team_img_col1 img {
		height: 400px;
	}

	/* about us end*/
	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.seo_section_main_all {
		text-align: center;
	}

	.bnr_title_btns {
		justify-content: center;
	}

	.height_620 img {
		height: 400px;
	}

	.seo_row_main .et_pb_column {
		margin-bottom: 0 !important;
	}

	.seo_row_main iframe {
		height: 500px;
		margin-bottom: 10px;
	}

	.site_des span {
		font-size: 16px;
	}

	.mb_30 {
		margin-bottom: 30px !important;
	}

	/* commercial end*/
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.map_section iframe {
		height: 450px !important;
	}

	.map_section.pd0 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* about us */
	.page_banner_box {
		height: 400px !important;
	}

	/* about us end*/
	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* commercial end*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.map_section iframe {
		height: 450px !important;
	}

	.map_section.pd0 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* about us */
	.page_banner_box {
		height: 450px !important;
	}

	/* about us end*/
	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* commercial end*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.map_section iframe {
		height: 450px !important;
	}

	.map_section.pd0 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* about us */
	.page_banner_box {
		height: 450px !important;
	}

	/* about us end*/
	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* commercial end*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.map_section iframe {
		height: 450px !important;
	}

	.map_section.pd0 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	/* about us */
	.page_banner_box {
		height: 450px !important;
	}

	/* about us end*/
	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* commercial end*/

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

	/* commercial */
	.seo_section_main_all.pd130 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* commercial end*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}