/*# sourceMappingURL=styles.css.map */

@import url("https://cdn-kjngf.nitrocdn.com/ondRMVTjzwjZtozBToYalYFhdPOwyQAR/assets/static/source/rev-0f63a30/fonts.googleapis.com/d79279af7fa99ebfe68efa101ae8d458.css2");

@import url("https://cdn-kjngf.nitrocdn.com/ondRMVTjzwjZtozBToYalYFhdPOwyQAR/assets/static/source/rev-0f63a30/fonts.googleapis.com/d3a68be87e731bab8618ab7fdfc851ad.css2");

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: none;
}

html {
	font-size: 10px;
}

:root {
	--theme_color: #00b9d4;
	--link_color: #00b9d4;
	--font_family_body: "Montserrat", sans-serif;
	--font_color: #1c2442;
	--background_color: #fff;
	--bg_color_1: #effaff;
}

body {
	font-family: var(--font_family_body);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0em;
	text-align: left;
	color: var(--font_color);
	background-color: var(--background_color);
}

h1 {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.1;
}

h2 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
}

h3 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.17;
}

h4 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.32;
}

h5 {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.17;
}

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 4.16rem;
	}
	
	h2 {
		font-size: 3.33rem;
	}
	
	h3 {
		font-size: 3rem;
	}
	
	h4 {
		font-size: 2.5rem;
	}
	
	h5 {
		font-size: 1.92rem;
	}
}

@media only screen and (max-width: 992px) {
	h1 {
		font-size: 3.46rem;
	}
	
	h2 {
		font-size: 2.77rem;
	}
	
	h3 {
		font-size: 2.5rem;
	}
	
	h4 {
		font-size: 2.08rem;
	}
	
	h5 {
		font-size: 1.54rem;
	}
}

input, textarea, select {
	box-sizing: border-box;
	width: 100%;
	height: 3.8rem;
	padding: 0 1rem;
	border: .1rem solid #babdc6;
	margin-bottom: 1.6rem;
	outline: none;
	font-family: "Montserrat", sans-serif;
	background: none;
	font-family: var(--font_family_body);
}

input::placeholder, textarea::placeholder, select::placeholder {
	font-family: var(--font_family_body);
	color: var(--font_color);
}

p {
	margin-bottom: 25px;
}

p:empty {
	height: 0;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

a {
	color: var(--link_color);
	text-decoration: none;
}

a:hover {
	color: var(--link_color);
}

ol, ul, li {
	text-decoration: none;
	list-style: none;
	outline: none;
}

strong {
	font-weight: 700;
}

textarea, input, select, option {
	font-size: 1.5rem;
	font-weight: 400;
}

textarea::placeholder, textarea:-moz-placeholder, input::placeholder, input:-moz-placeholder, select::placeholder, select:-moz-placeholder, option::placeholder, option:-moz-placeholder {
	text-transform: capitalize;
}

.container {
	max-width: 114rem;
	padding: 0rem 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 992px) {
	.container {
		width: 97rem;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 117rem;
	}
}

.flex {
	display: flex;
}

.flex_grid {
	display: grid;
}

.btn {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	background-color: var(--theme_color);
	border-radius: 100px;
	padding: 0rem 2rem;
	line-height: 4rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	outline: none;
}

.btn:hover {
	color: #fff;
}

.btn img {
	vertical-align: middle;
}

.rich_text :last-child, .rich_text :empty {
	margin-bottom: 0;
}

.input_style {
	box-sizing: border-box;
	width: 100%;
	height: 3.8rem;
	padding: 0 1rem;
	font-weight: 400;
	border: 1px solid #babdc6;
	outline: none;
	background: none;
}

.input_style::placeholder {
	text-transform: capitalize;
}

textarea.input_style {
	height: 7.8rem;
	padding: 1rem;
	overflow-y: scroll;
}

.active {
	color: var(--link_color) !important;
}

.header {
	width: 100%;
	background: var(--background_color);
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header .container>div.flex {
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.header .container>div.flex .left {
	width: 25%;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 1.5rem;
}

.header .container>div.flex .left img {
	width: 100%;
	max-width: 24.8rem;
	min-width: 14rem;
	object-fit: cover;
}

.header .container>div.flex .right {
	width: 75%;
	box-sizing: border-box;
	padding-left: 1.5rem;
}

.header .container>div.flex .right .up {
	box-sizing: border-box;
	height: 8.3rem;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid;
}

@media screen and (max-width: 1200px) {
	.header .container>div.flex .right .up {
		font-size: 1.2rem;
		line: height 2px;
	}
}

@media screen and (max-width: 767px) {
	.header .container>div.flex .right .up {
		display: none;
	}
}

.header .container>div.flex .right .up .text :last-child {
	margin-bottom: 0;
}

.header .container>div.flex .right .up .icon {
	min-width: 25.7rem;
}

.header .container>div.flex .right .up .icon img {
	display: inline-block;
	vertical-align: bottom;
	width: 6rem;
	overflow: hidden;
	object-fit: cover;
	margin-left: 1.2rem;
}

.header .container>div.flex .right .down {
	padding: 1.7rem 0rem;
}

.header .container>div.flex .right .down.flex {
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header .container>div.flex .right .down.flex {
		display: none;
	}
}

.header .container>div.flex .right .down .menu .flex>li {
	position: relative;
	padding-bottom: 0;
}

.header .container>div.flex .right .down .menu .flex>li a {
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--font_color);
	padding: .8rem 1.7rem;
}

.header .container>div.flex .right .down .menu .flex>li a:hover {
	color: var(--link_color);
}

.header .container>div.flex .right .down .menu .flex>li a:hover+.sub_menu {
	display: block;
}

.header .container>div.flex .right .down .menu .flex>li a.hasSubMenu::after {
	content: "▼";
}

@media screen and (max-width: 1200px) {
	.header .container>div.flex .right .down .menu .flex>li a {
		font-size: 1.4rem;
		line-height: 2;
		padding: .8rem .6rem;
	}
}

@media screen and (max-width: 992px) {
	.header .container>div.flex .right .down .menu .flex>li a {
		font-size: 1.2rem;
		padding: .8rem .4rem .8rem;
	}
}

.header .container>div.flex .right .down .menu .flex>li .sub_menu {
	background: #1c2442;
	border: medium none;
	border-radius: 0;
	display: none;
	padding: 8px 5px 8px;
	position: absolute;
	width: 100%;
	margin: 0;
	min-width: 28rem;
	z-index: 999;
}

.header .container>div.flex .right .down .menu .flex>li .sub_menu:hover {
	display: block;
}

.header .container>div.flex .right .down .menu .flex>li .sub_menu a {
	border: medium none;
	font-weight: 500;
	font-size: 1.6rem;
	color: #fff;
	line-height: 2rem;
	padding: .6rem 1.4rem .6rem;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform: uppercase;
}

.header .container>div.flex .right .down .menu .flex>li .sub_menu a:hover {
	color: var(--link_color);
}

.header .container>div.flex .mobileBtn {
	display: none;
	margin-left: auto;
}

.header .container>div.flex .mobileBtn>span {
	display: inline-block;
	width: 2.2rem;
	height: 1.4rem;
	padding: .9rem 1rem;
	border: 1px solid var(--font_color);
	border-radius: .4rem;
	vertical-align: middle;
	transform: translateY(-1px);
}

.header .container>div.flex .mobileBtn>span i {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--font_color);
}

.header .container>div.flex .mobileBtn>span i:nth-of-type(2) {
	margin: .4rem 0;
}

.header .container>div.flex .mobileBtn .btn {
	margin-right: 1.5rem;
	background-color: var(--font_color);
}

@media screen and (max-width: 767px) {
	.header .container>div.flex .mobileBtn {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.header .container>div.flex .left {
		width: 14rem;
	}
	
	.header .container>div.flex .right {
		width: auto;
	}
}

.menuBtn .btn {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 5.4rem;
	color: #fff !important;
}

.menuBtn a {
	box-sizing: border-box;
}

.menuBtn a:first-of-type {
	text-transform: uppercase;
}

.menuBtn a:last-of-type {
	min-width: 23.6rem;
	background-color: var(--font_color);
}

.menuBtn a:last-of-type img {
	margin-right: 1rem;
}

@media only screen and (max-width: 1200px) {
	.menuBtn a:last-of-type img {
		width: 30%;
		object-fit: cover;
	}
}

@media only screen and (max-width: 992px) {
	.menuBtn a:first-of-type {
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 4.4rem;
		padding: 0 1rem;
	}
	
	.menuBtn a:last-of-type {
		width: 16rem;
		min-width: initial;
		font-size: 1.2rem;
		font-weight: 600;
		padding: 0 .7rem;
		line-height: 4.4rem;
	}
	
	.menuBtn a:last-of-type img {
		width: 22%;
	}
}

@media only screen and (max-width: 767px) {
	.menuBtn {
		margin-top: 4rem;
		text-align: center;
	}
	
	.menuBtn a {
		width: 60%;
		min-width: 16rem;
		font-size: 1.5rem;
	}
	
	.menuBtn a:first-of-type, .menuBtn a:last-of-type {
		width: 68%;
		font-size: 18px;
		font-weight: 600;
		line-height: 5.4rem;
		margin-bottom: 1.5rem;
	}
	
	.menuBtn a:last-of-type img {
		width: auto;
		vertical-align: sub;
	}
}

#mobileMenu {
	display: none;
}

#menu .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 750px) {
	#menu .mm-panel:after {
		height: 100px;
	}
}

.footer .footer_menu {
	color: #fff;
	background-color: var(--font_color);
	padding-top: 8rem;
	padding-bottom: 7.5rem;
}

.footer .footer_menu .container>div.flex {
	grid-gap: 10.5rem;
	font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1110px) {
	.footer .footer_menu .container>div.flex {
		grid-gap: 6.5rem;
	}
}

@media screen and (max-width: 925px) {
	.footer .footer_menu .container>div.flex {
		grid-gap: 5.5rem;
	}
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
}

.footer .footer_menu .container>div.flex .logo {
	width: 25%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex .logo {
		width: 100%;
		text-align: center;
	}
}

.footer .footer_menu .container>div.flex .logo img {
	width: 100%;
	max-width: 24rem;
	object-fit: cover;
}

.footer .footer_menu .container>div.flex .text {
	width: 75%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex .text {
		width: 100%;
		text-align: center;
	}
}

.footer .footer_menu .container>div.flex .text h5 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 29px;
}

.footer .footer_menu .container>div.flex .text.flex {
	flex-flow: row nowrap;
	justify-content: space-between;
	grid-gap: 2rem;
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex .text.flex {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
}

.footer .footer_menu .container>div.flex .text .link {
	max-width: 18.5rem;
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex .text .link {
		max-width: 100%;
		margin-bottom: 2.5rem;
	}
}

.footer .footer_menu .container>div.flex .text .link li {
	padding-bottom: 0;
}

.footer .footer_menu .container>div.flex .text .link li a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1rem;
	display: inline-block;
}

.footer .footer_menu .container>div.flex .text .link li a:hover {
	color: #f4313f;
}

.footer .footer_menu .container>div.flex .text .office_time {
	max-width: 18.5rem;
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex .text .office_time {
		max-width: 100%;
		margin-bottom: 2.5rem;
	}
}

.footer .footer_menu .container>div.flex .text .office_time .rich_text strong, .footer .footer_menu .container>div.flex .text .office_time .rich_text a {
	font-weight: 400;
	color: #50ebf0;
}

.footer .footer_menu .container>div.flex .text .office_time .rich_text :last-child, .footer .footer_menu .container>div.flex .text .office_time .rich_text :empty {
	margin-bottom: 0px;
}

.footer .footer_menu .container>div.flex .text .office_time .rich_text a:hover {
	color: #f4313f;
}

.footer .footer_menu .container>div.flex .text .office_contact {
	max-width: 28.5rem;
}

@media screen and (max-width: 768px) {
	.footer .footer_menu .container>div.flex .text .office_contact {
		max-width: 100%;
	}
}

.footer .footer_menu .container>div.flex .text .office_contact .rich_text {
	word-wrap: break-word;
}

.footer .footer_menu .container>div.flex .text .office_contact .rich_text strong, .footer .footer_menu .container>div.flex .text .office_contact .rich_text a {
	font-weight: 400;
	color: #fff;
}

.footer .footer_menu .container>div.flex .text .office_contact .rich_text :last-child, .footer .footer_menu .container>div.flex .text .office_contact .rich_text :empty {
	margin-bottom: 0px;
}

.footer .footer_menu .container>div.flex .text .office_contact .rich_text a {
	color: var(--link_color);
}

.footer .footer_menu .container>div.flex .text .office_contact .rich_text a:hover {
	color: #f4313f;
}

.footer .copyright {
	padding: 1rem 0rem;
}

.footer .copyright .flex {
	box-sizing: border-box;
	flex-flow: row nowrap;
	justify-content: space-between;
	grid-gap: 1rem;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.footer .copyright .flex {
		flex-flow: row wrap;
		justify-content: center;
	}
}

.footer .copyright .flex .rich_text {
	max-width: 48.6rem;
}

@media screen and (max-width: 768px) {
	.footer .copyright .flex .rich_text {
		max-width: 100%;
		text-align: center;
	}
}

.footer .copyright .flex .icon {
	min-width: 28rem;
}

@media screen and (max-width: 768px) {
	.footer .copyright .flex .icon {
		order: -1;
	}
}

.footer .copyright .flex .icon img {
	width: 8rem;
	height: 7.7rem;
	margin-left: 1rem;
	object-fit: cover;
}

.why_choose_us {
	padding-top: 9.2rem;
	padding-bottom: 6.7rem;
	background-color: var(--bg_color_1);
}

@media screen and (max-width: 768px) {
	.why_choose_us .flex {
		flex-flow: column;
	}
}

.why_choose_us .left {
	box-sizing: border-box;
	width: 25%;
	overflow: hidden;
	padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
	.why_choose_us .left {
		width: 100%;
		text-align: center;
		padding: 0;
	}
}

.why_choose_us .left .title {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 6rem;
}

@media screen and (max-width: 992px) {
	.why_choose_us .left .title {
		font-size: 3rem;
	}
}

.why_choose_us .left .btn {
	width: 100%;
	max-width: 19.2rem;
	line-height: 6.4rem;
}

.why_choose_us .right {
	box-sizing: border-box;
	width: 75%;
	overflow: hidden;
	padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
	.why_choose_us .right {
		width: 100%;
		padding: 0;
		margin-top: 7rem;
	}
}

.why_choose_us .right .flex {
	flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
	.why_choose_us .right .flex {
		flex-flow: column wrap;
		align-items: center;
	}
}

.why_choose_us .right .flex li {
	box-sizing: border-box;
	width: 20%;
	padding: 0rem 1.5rem 2.5rem 1.5rem;
	line-height: 1.65rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.why_choose_us .right .flex li {
		width: 100%;
		max-width: 25rem;
		padding: 0;
		margin-bottom: 2.5rem;
	}
}

.why_choose_us .right .flex li a {
	display: block;
	color: var(--font_color);
	cursor: default;
}

.why_choose_us .right .flex li img {
	display: block;
	width: 100%;
	max-width: 8.6rem;
	min-width: 6rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.our_clients_box {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

.our_clients_box h3 {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3.7rem;
	text-transform: uppercase;
}

.our_clients_box h3 strong {
	font-weight: 700;
}

.our_clients_box .our_clients {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	grid-gap: 48px;
	list-style: none;
	padding: 0;
	padding-bottom: 80px;
}

.our_clients_box .our_clients .logo_li {
	min-height: 65px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.our_clients_box .our_clients .logo_li a {
	display: block;
	width: 150px;
	margin: 0;
	overflow: hidden;
}

.our_clients_box .our_clients .logo_li a image {
	width: 100%;
}

.our_clients_box .our_clients .logo_li.slick-slide {
	margin-right: 48px;
}

.commercial_clearing_note {
	padding: 3rem 0rem;
}

.commercial_clearing_note .flex_grid {
	grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 767px) {
	.commercial_clearing_note .flex_grid {
		grid-template-columns: 1fr;
		grid-gap: 3.5rem;
	}
}

.commercial_clearing_note .flex_grid .image_box {
	position: relative;
}

.commercial_clearing_note .flex_grid .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.commercial_clearing_note .flex_grid .image_box .note {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("https://horizoncleaning.com.au/images/icon_6.png") center no-repeat;
	background-size: 95%;
}

.commercial_clearing_note .flex_grid .image_box .note.nitro-lazy {
	background: none !important;
}

.commercial_clearing_note .flex_grid .image_box .note:empty {
	display: none;
}

.commercial_clearing_note .flex_grid .image_box .note .rich_text {
	min-width: 23rem;
	font-size: 1rem;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 2rem;
}

@media only screen and (max-width: 992px) {
	.commercial_clearing_note .flex_grid .image_box .note .rich_text {
		font-size: .76rem;
	}
}

.commercial_clearing_note .flex_grid .image_box .note .rich_text h1, .commercial_clearing_note .flex_grid .image_box .note .rich_text h2, .commercial_clearing_note .flex_grid .image_box .note .rich_text h3, .commercial_clearing_note .flex_grid .image_box .note .rich_text h4, .commercial_clearing_note .flex_grid .image_box .note .rich_text h5 {
	line-height: 1.1;
	text-transform: uppercase;
}

.commercial_clearing_note .flex_grid .image_box .note .rich_text h1 {
	font-size: 5em;
}

.commercial_clearing_note .flex_grid .image_box .note .rich_text h5 {
	font-size: 2.9em;
}

.commercial_clearing_note .flex_grid .image_box .note .rich_text p {
	font-family: "Poppins", sans-serif;
	margin-bottom: 0;
}

.commercial_clearing_note .flex_grid .text_box {
	background: var(--bg_color_1);
	padding: 3.2rem 3.2rem 3.2rem 4rem;
}

@media only screen and (max-width: 992px) {
	.commercial_clearing_note .flex_grid .text_box {
		padding: .8rem .5rem 1rem 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.commercial_clearing_note .flex_grid .text_box {
		padding: 1.5rem;
	}
}

.commercial_clearing_note .flex_grid .text_box>div:first-of-type {
	width: 100%;
	min-height: 71%;
	overflow: hidden;
}

.commercial_clearing_note .flex_grid .text_box>div:first-of-type :empty, .commercial_clearing_note .flex_grid .text_box>div:first-of-type :last-child {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1200px) {
	.commercial_clearing_note .flex_grid .text_box>div:first-of-type {
		font-size: 1.2rem;
		line-height: 2;
	}
}

@media only screen and (max-width: 992px) {
	.commercial_clearing_note .flex_grid .text_box>div:first-of-type {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.commercial_clearing_note .flex_grid .text_box>div:first-of-type {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

.commercial_clearing_note .flex_grid .text_box .btn {
	width: 20.5rem;
	line-height: 6.4rem;
	margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
	.commercial_clearing_note .flex_grid .text_box .btn {
		width: 18.5rem;
		line-height: 5.4rem;
	}
}

@media only screen and (max-width: 767px) {
	.commercial_clearing_note .flex_grid .text_box .btn {
		display: block;
		font-size: 1.2rem;
		font-weight: 500;
		margin: 2rem auto 3.5rem auto;
	}
}

.about_us {
	padding: 3rem 0rem;
}

.about_us .container>h3 {
	text-align: center;
	margin-bottom: 3.7rem;
	text-transform: uppercase;
}

.about_us .container>h3 b {
	color: var(--font_color);
}

.about_us strong, .about_us b {
	font-weight: 600;
	color: var(--theme_color);
}

.about_us .flex_grid {
	grid-template-columns: 1fr 1fr;
	grid-gap: 10.3rem;
}

@media screen and (max-width: 1200px) {
	.about_us .flex_grid {
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 767px) {
	.about_us .flex_grid {
		grid-template-columns: 1fr;
	}
}

.about_us .flex_grid>div :last-child {
	margin-bottom: 0;
}

.our_services {
	padding-top: 10.5rem;
	padding-bottom: 13.5rem;
}

.our_services h3 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5.5rem;
}

.our_services .description {
	margin: auto;
	max-width: 64.5rem;
	text-align: center;
	margin-bottom: 3.5rem;
}

.our_services .picture .flex_grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.our_services .picture .flex_grid li {
	position: relative;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

.our_services .picture .flex_grid li>img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 28.5rem;
	object-fit: cover;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
}

.our_services .picture .flex_grid li a.title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("https://cdn-kjngf.nitrocdn.com/ondRMVTjzwjZtozBToYalYFhdPOwyQAR/assets/images/optimized/rev-dbde059/horizoncleaning.com.au/wp-content/themes/horizon-cleaning/images/icon_7.png") center no-repeat;
	background-size: 57%;
}

.our_services .picture .flex_grid li a.title.nitro-lazy {
	background: none !important;
}

.our_services .picture .flex_grid li a.title:hover {
	background-color: rgba(28, 36, 66, .57);
}

.our_services .picture .flex_grid li a.title span {
	display: inline-block;
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.26;
	color: #fff;
	margin: auto;
	padding: 2rem;
}

@media screen and (max-width: 992px) {
	.our_services .picture .flex_grid li a.title span {
		font-size: 1.65rem;
		padding: 1em;
	}
}

.our_services .picture .flex_grid li .tel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex-flow: column;
}

.our_services .picture .flex_grid li .tel>div {
	margin: auto 2.4rem;
}

.our_services .picture .flex_grid li .tel>div strong, .our_services .picture .flex_grid li .tel>div img, .our_services .picture .flex_grid li .tel>div a {
	display: block;
}

.our_services .picture .flex_grid li .tel>div strong {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--theme_color);
	margin-bottom: 2.9rem;
}

.our_services .picture .flex_grid li .tel>div a {
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 8px;
	color: var(--font_color);
}

@media screen and (max-width: 992px) {
	.our_services .picture .flex_grid li a.title span {
		font-size: 1.65rem;
		padding: 1em;
	}
	
	.our_services .picture .flex_grid li .tel>div strong {
		font-size: 1.65rem;
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.our_services .picture .flex_grid {
		grid-template-columns: 33rem;
		grid-gap: 3rem;
		justify-content: center;
	}
}

.announcement {
	background: var(--bg_color_1);
}

.announcement .container>div {
	padding: 6.1rem 5rem;
}

.announcement .container>div h1, .announcement .container>div h4 {
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.8rem;
	font-weight: 700;
}

.announcement .container>div h1 em, .announcement .container>div h1 strong, .announcement .container>div h4 em, .announcement .container>div h4 strong {
	color: #00beed;
}

.announcement .container>div h1 {
	padding: 1rem 0;
}

.announcement .container>div p {
	text-align: center;
}

.announcement .container>div :last-child {
	margin-bottom: 0;
}

.slider_banner {
	position: relative;
}

.slider_banner .box {
	height: 63.5rem;
	overflow: hidden;
}

.slider_banner .box .slider {
	background-position: center !important;
	background-size: cover !important;
	overflow: hidden;
	padding: 4rem 0;
}

.slider_banner .box .flex_grid {
	height: 55.5rem;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-content: center;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.slider_banner .box .flex_grid {
		height: initial;
		grid-template-columns: auto;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.slider_banner .box .flex_grid .text {
		height: 70rem;
	}
}

.slider_banner .box .flex_grid .text>div {
	margin-right: 2rem;
	margin-top: 50%;
	transform: translateY(-55%);
}

@media screen and (max-width: 767px) {
	.slider_banner .box .flex_grid .text>div {
		margin: 3rem 0;
		transform: none;
	}
}

.slider_banner .box .flex_grid .text h1 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
	.slider_banner .box .flex_grid .text h1 {
		font-size: 2.5rem;
	}
}

.slider_banner .box .flex_grid .text h1 strong {
	display: inline-block;
	margin-bottom: 1.1rem;
	font-size: 1.69em;
	font-weight: 700;
}

.slider_banner .box .flex_grid .text .btn {
	width: 19.6rem;
	line-height: 7.2rem;
	margin-top: 6rem;
}

@media screen and (max-width: 767px) {
	.slider_banner .box .flex_grid .text .btn {
		width: 18.6rem;
		line-height: 5.2rem;
		margin-top: 3rem;
	}
}

.slider_banner .form {
	box-sizing: border-box;
	max-width: 39.4rem;
	overflow: hidden;
	padding: 3.5rem 3.3rem;
	margin-right: 6.2rem;
	margin-left: 11.4rem;
	border-radius: 3rem;
	background: rgba(255, 255, 255, .93);
	position: absolute;
	top: 6.7rem;
	left: 50%;
}

@media screen and (max-width: 992px) {
	.slider_banner .form {
		margin-right: 5.76rem;
		margin-left: 0rem;
	}
}

@media screen and (max-width: 767px) {
	.slider_banner .form {
		margin: auto;
		top: initial;
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
	}
}

.slider_banner .form h5 {
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.6rem;
}

.slider_banner .form .input_style.btn {
	width: 100%;
	line-height: 4.8rem;
	height: 4.8rem;
	font-weight: 700;
	border: none;
	background: var(--theme_color);
	color: #fff;
	cursor: pointer;
}

.slider_banner .formBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider_banner .formBox .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	pointer-events: none;
}

.slider_banner .formBox .form {
	box-sizing: border-box;
	max-width: 39.4rem;
	overflow: hidden;
	padding: 3.5rem 3.3rem;
	margin-right: 6.2rem;
	margin-left: auto;
	border-radius: 3rem;
	background: rgba(255, 255, 255, .93);
	pointer-events: auto;
}

@media screen and (max-width: 767px) {
	.slider_banner .formBox .form {
		margin: 0;
	}
}

.slider_banner .formBox .form h5 {
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2.6rem;
}

.slider_banner .formBox .form .input_style.btn {
	width: 100%;
	line-height: 4.8rem;
	height: 4.8rem;
	font-weight: 700;
	border: none;
	background: var(--theme_color);
	color: #fff;
	cursor: pointer;
}

.client_comments {
	box-sizing: border-box;
	min-height: 58.3rem;
	background: url("https://horizoncleaning.com.au/images/background.jpg") no-repeat center;
	background-size: cover;
	padding-top: 8.8rem;
	padding-bottom: 3.5rem;
}

.client_comments.nitro-lazy {
	background: none !important;
}

.client_comments .container>div>h2 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 4.5rem;
}

.client_comments .box {
	box-sizing: border-box;
	width: 100%;
	padding: 0 6.7rem;
}

@media screen and (max-width: 776px) {
	.client_comments .box {
		padding: 0;
	}
}

.client_comments .slider>div {
	box-sizing: border-box;
	background: rgba(255, 255, 255, .86);
	max-width: 42.5rem;
	background-size: 100% 100%;
	padding: 3rem 4.3rem 2.8rem 3.6rem;
	border-radius: 3rem;
	margin-right: 4.3rem;
}

@media screen and (max-width: 776px) {
	.client_comments .slider>div {
		max-width: 100%;
		padding: 2rem 3.3rem 1.8rem 2.6rem;
		margin-right: 0rem;
	}
}

.client_comments .slider>div>img {
	display: block;
	margin-bottom: 1.6rem;
}

.client_comments .slider .rich_text {
	margin-bottom: 2.6rem;
}

.client_comments .slider .user_name {
	font-style: italic;
}

.google_map .box {
	line-height: .6;
}

.google_map .box iframe {
	width: 100%;
}

.contact_us_box .container .flex {
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 9.5rem;
	padding-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
	.contact_us_box .container .flex {
		flex-flow: column nowrap;
	}
}

.contact_us_box .container .flex h3 {
	text-transform: uppercase;
	margin-bottom: 2.5rem;
}

.contact_us_box .container .flex .left {
	max-width: 50%;
	box-sizing: border-box;
	padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
	.contact_us_box .container .flex .left {
		max-width: 85%;
		padding-right: 0;
		margin: auto;
	}
}

.contact_us_box .container .flex .left a {
	font-weight: 600;
	color: var(--link_color);
}

.contact_us_box .container .flex .left p {
	margin-bottom: 2rem;
}

.contact_us_box .container .flex .left li strong {
	display: inline-block;
	padding-top: .9rem;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: .96;
}

.contact_us_box .container .flex .left li strong.custom_bold {
	font-size: 1.5rem;
	font-weight: normal;
}

.contact_us_box .container .flex .left li:last-child {
	padding-top: 2.5rem;
}

.contact_us_box .container .flex .left .contact :last-child, .contact_us_box .container .flex .left .office_hour :last-child {
	margin-bottom: 0;
}

.contact_us_box .container .flex .left .contact :empty, .contact_us_box .container .flex .left .office_hour :empty {
	margin: 0;
	padding: 0;
}

.contact_us_box .container .flex .left .office_hour {
	margin-top: 5.9rem;
}

.contact_us_box .container .flex .right {
	box-sizing: border-box;
	max-width: 50%;
	padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
	.contact_us_box .container .flex .right {
		max-width: 100%;
		padding-right: 0;
		margin-top: 3.5rem;
	}
}

.contact_us_box .container .flex .right>div {
	box-sizing: border-box;
	max-width: 48.8rem;
	padding: 4.7rem 5.5rem 5.5rem 5.5rem;
	box-shadow: 0px .5rem 1rem 0rem rgba(0, 0, 0, .3);
	border-radius: 3rem;
}

.contact_us_box .container .flex .right>div h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3rem;
}

.contact_us_box .container .flex .right>div input[type="submit"] {
	width: 100%;
	border-radius: 5rem;
	border: none;
	cursor: pointer;
	outline: none;
	height: 46px;
	line-height: 46px;
	background-color: var(--theme_color);
	color: #fff;
	text-transform: none;
}

@media screen and (max-width: 992px) {
	.contact_us_box .container .flex .right>div {
		padding: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.contact_us_box .container .flex .right>div {
		max-width: none;
	}
	
	.contact_us_box .container .flex .right>div h5 {
		margin-bottom: 1.5rem;
	}
}

.title_banner h1 {
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	padding-top: 2.68em;
	padding-bottom: .96em;
}

.title_banner>div {
	min-height: 39.5rem;
	background-size: contain !important;
	background-size: cover !important;
}

@media screen and (max-width: 1200px) {
	.title_banner>div {
		min-height: 39.5rem;
	}
}

@media screen and (max-width: 1200px) {
	.title_banner>div {
		min-height: 20rem;
	}
	
	.title_banner>div h1 {
		padding-top: 1.71em;
	}
}

.single_col_layout {
	padding: 3rem 0;
}

.single_col_layout .container ul {
	padding-left: 2rem;
}

.single_col_layout .container ul li {
	list-style: outside;
	margin-bottom: 1.2rem;
}

.single_col_layout .container>h3 {
	margin-bottom: 2.4rem;
}

.single_col_layout .container>div:first {
	padding: 1.2rem;
}

.single_col_layout .container>div:first :empty {
	margin: 0;
	padding: 0;
}

.two_col_layout {
	padding: 3rem 0;
}

.two_col_layout .box h3 {
	margin-bottom: 3.6rem;
}

.two_col_layout .box::after {
	display: table;
	content: "";
	clear: both;
}

.two_col_layout .box .left, .two_col_layout .box .right {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.two_col_layout .box .left h3, .two_col_layout .box .right h3 {
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.two_col_layout .box .left ul, .two_col_layout .box .right ul {
	padding-left: 2rem;
	list-style: circle;
}

.two_col_layout .box .left ul li, .two_col_layout .box .right ul li {
	list-style: outside;
	margin-bottom: 1.2rem;
}

.two_col_layout .box .left ul li::marker, .two_col_layout .box .right ul li::marker {
	margin-left: 1em;
}

.two_col_layout .box .left img, .two_col_layout .box .right img {
	width: 100%;
	height: 100%;
	margin-bottom: 3.5rem;
	margin: auto;
	object-fit: cover;
}

.two_col_layout .box .left .form, .two_col_layout .box .right .form {
	box-sizing: border-box;
	max-width: 392px;
	float: right;
	clear: both;
	padding: 4.5rem 3rem 3rem 3rem;
	box-shadow: 0px .5rem 1rem 0rem rgba(0, 0, 0, .3);
	border-radius: 3rem;
	margin-bottom: 2rem;
	margin-right: 1rem;
	margin-top: -18rem;
	background: #fff;
}

.two_col_layout .box .left .form h5, .two_col_layout .box .right .form h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3rem;
}

.two_col_layout .box .left .form input[type="submit"], .two_col_layout .box .right .form input[type="submit"] {
	border: none;
	height: 4.6rem;
	line-height: 4.6rem;
	background: var(--theme_color);
}

.two_col_layout .box .left {
	padding-right: 1.5rem;
}

.two_col_layout .box .right {
	padding-left: 1.5rem;
}

@media screen and (max-width: 776px) {
	.two_col_layout .box .left, .two_col_layout .box .right {
		padding: 0;
		width: 100%;
		float: none;
		margin-bottom: 3.5rem;
		overflow: auto;
	}
	
	.two_col_layout .box .left .form, .two_col_layout .box .right .form {
		float: none;
		margin: 3rem auto;
	}
}

.two_col2_layout {
	padding: 3rem 0;
}

.two_col2_layout .container {
	clear: both;
	overflow: auto;
}

.two_col2_layout .container h3 {
	margin-bottom: 3.6rem;
}

.two_col2_layout .container ul {
	padding-left: 2rem;
	list-style: circle;
}

.two_col2_layout .container ul li {
	list-style: outside;
	margin-bottom: 1.2rem;
}

.two_col2_layout .container ul li::marker {
	margin-left: 1em;
}

.two_col2_layout .container>div {
	box-sizing: border-box;
	width: 41.2%;
	overflow: hidden;
	float: left;
}

.two_col2_layout .container>div h3 {
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.two_col2_layout .container>div img {
	width: 100%;
	margin-bottom: 3.5rem;
	margin: auto;
	object-fit: cover;
}

@media screen and (max-width: 776px) {
	.two_col2_layout .container>div {
		padding: 0;
		width: 100%;
		float: none;
		margin-bottom: 3.5rem;
	}
}

.three_col_layout {
	clear: both;
	padding: 3rem 0;
}

.three_col_layout .container {
	clear: both;
	overflow: auto;
}

.three_col_layout .container ul {
	padding-left: 2rem;
}

.three_col_layout .container ul li {
	list-style: outside;
	padding-bottom: 1.2rem;
}

.three_col_layout .container>h3:first-of-type {
	margin-bottom: 3.6rem;
}

.three_col_layout .container>div {
	box-sizing: border-box;
	width: 33.33%;
	overflow: auto;
	float: left;
}

.three_col_layout .container>div.one {
	padding-left: 1.5rem;
}

.three_col_layout .container>div.two {
	padding: 0 1.5rem;
}

.three_col_layout .container>div.three {
	padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
	.three_col_layout .container>div {
		width: 100%;
		padding: 0;
		margin-bottom: 2rem;
		float: none;
	}
	
	.three_col_layout .container>div.one, .three_col_layout .container>div.two, .three_col_layout .container>div.three {
		padding: 0;
	}
}

.picture_and_text {
	clear: both;
	padding: 3.5rem 0;
}

.picture_and_text .flex {
	flex-flow: row nowrap;
}

.picture_and_text .flex .picture {
	width: 50%;
	overflow: hidden;
}

.picture_and_text .flex .picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.picture_and_text .flex .text {
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
	font-weight: 600;
	padding: 6.9rem 5.5rem;
	background: var(--theme_color);
}

@media screen and (max-width: 776px) {
	.picture_and_text .flex {
		display: block;
	}
	
	.picture_and_text .flex .text, .picture_and_text .flex .picture {
		width: 100%;
	}
}

.contact_us_wrapper ul, .contact_us_wrapper li {
	list-style: none !important;
	padding: 0px !important;
}

.contact_us_wrapper textarea {
	height: 7.8rem;
}

.contact_us_wrapper .gform_required_legend {
	display: none;
}

.contact_us_wrapper .validation_message {
	color: red;
	margin-bottom: 1.6rem;
}

.contact_us_wrapper .gform_submission_error {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 3rem;
	color: red;
}

.contact_us_wrapper .gfield_label {
	display: none;
}

.contact_us_wrapper .gform_title {
	font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase !important;
	font-weight: 600;
	margin-bottom: 3rem !important;
	margin-top: 0px !important;
}

.contact_us_wrapper .gform_footer p {
	display: none;
}

.contact_us_wrapper .gform_button {
	width: 100% !important;
	border-radius: 5rem;
	border: none;
	cursor: pointer;
	outline: none;
	height: 4.6rem;
	line-height: 4.6rem;
	background-color: var(--theme_color);
	color: #fff;
	text-transform: none;
	margin-right: 0 !important;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.contact_us_wrapper .gform_title {
		font-size: 2rem;
	}
}

.box .gform_wrapper {
	box-sizing: border-box !important;
	max-width: 392px !important;
	float: right;
	clear: both;
	padding: 4.5rem 3rem 3rem 3rem;
	box-shadow: 0px .5rem 1rem 0rem rgba(0, 0, 0, .3);
	border-radius: 3rem !important;
	margin-bottom: 2rem !important;
	margin-right: 1rem !important;
	margin-top: -18rem !important;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.box .gform_wrapper {
		margin-left: 1rem !important;
		margin-top: 0 !important;
	}
}

.mm-page {
	display: none;
}

.mm-menu__title {
	text-align: center;
}
