body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.header_top {
	background: #303030;
}
.header_top_right {
	text-align: right;
	padding-left: 0;
}
.header_btn {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #84c34d;
	color: #fff !important;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.header_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eb191d;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.header_btn:hover, .header_btn:focus, .header_btn:active {
	color: #fff;
}
.header_btn:hover:before, .header_btn:focus:before, .header_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.header_top_left_info {
	display: inline-block;
	vertical-align: top;
	margin: 8px 40px 0 0;
	line-height: 20px;
}
.header_top_left_info:last-child {
	margin-right: 0;
}
.header_top_left_heading {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.header_top_left_heading a {
	color: #fff;
}
.header_top_left_heading img {
	margin: 0 5px 0 0;
}
.header_top_left_text {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
}
.header_top_left_text a {
	color: #fff;
}
.header_bottom {
	background: #fff;
}
.logo {
	margin-top: 5px;
}
.logo img {
	width: 180px;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.darkHeader .logo img {
	width: 120px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
.header_menu ul li {
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #525353;
	font-style: normal;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 40px 15px;
	border-bottom: 5px solid transparent;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	background: #eb191d;
	color: #fff;
	border-bottom: 5px solid #303030;
}
.darkHeader .header_menu ul li a {
	padding: 23px 15px;
}
.home_banner_section {
	position: relative;
	overflow: hidden;
	margin-top: 168px;
}
.home_banner_section:before {
	background: #fff;
	position: absolute;
	z-index: 99;
	content: "";
	bottom: -230px;
	left: 0;
	width: 100%;
	height: 300px;
	-ms-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}
.home_welcome_section {
	text-align: center;
	padding: 30px 0 60px;
}
.home_welcome_section_heading {
	font-weight: 700;
	color: #303030;
	font-size: 48px;
}
.home_welcome_section_heading strong {
	font-weight: 700;
	color: #84c34d;
}
.home_welcome_section_subheading {
	color: #303030;
	font-size: 30px;
}
.home_welcome_section_text {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.certificate img {
	width: 35%;
	margin-top: 30px;
	box-shadow: 1px 0px 5px #ccc;
}
.home_service_section {
	background: url(../jpg/service_bg.jpg) #84c34d no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 60px;
	position: relative;
	text-align: center;
}
.home_service_section:before {
	background: rgba(132, 195, 77, 0.9);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home_service_section .container {
	position: relative;
	z-index: 99;
}
.home_service_section_heading {
	color: #fff;
	font-size: 46px;
	font-weight: 700;
}
.home_service_section_text {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}
.home_service_block {
	margin-top: 40px;
}
.home_service_block_heading {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-top: 10px;
}
.home_service_block_btn {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #fff;
	color: #84c34d !important;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	padding: 9px 18px;
	margin-top: 12px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home_service_block_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #303030;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_service_block_btn:hover, .home_service_block_btn:focus, .home_service_block_btn:active {
	color: #fff;
}
.home_service_block_btn:hover:before, .home_service_block_btn:focus:before, .home_service_block_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_choose_section {
	padding: 60px 0 70px;
	background: url("../jpg/why_choose_bg.jpg") no-repeat center right;
	background-size: contain;
}
.home_choose_section_heading {
	font-size: 46px;
	font-weight: 700;
	color: #303030;
}
.home_choose_block {
	position: relative;
	padding-left: 80px;
	margin-top: 40px;
}
.home_choose_block img {
	position: absolute;
	top: 8px;
	left: 15px;
}
.home_choose_block_heading {
	font-weight: 700;
	color: #eb191d;
	font-size: 20px;
}
.home_choose_block_text {
	font-weight: 300;
	color: #303030;
	font-size: 14px;
}
.home_contact_section {
	background: url("../jpg/contact_strip.jpg") #009d55 no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 35px 0 30px;
}
.home_contact_section_heading {
	font-weight: 700;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
}
.home_contact_section_text {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.home_contact_section_phone {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	margin-top: 10px;
}
.home_contact_section_phone a {
	color: #fff;
}
.home_contact_section_phone img {
	margin: 0 5px 0 0;
}
.home_testimonial_section {
	background: url(../testimonial_bg.html) repeat;
	padding: 50px 0;
	text-align: center;
}
.home_testimonial_icon {
	margin-top: 20px;
}
.footer_top {
	background: #303030;
	padding: 40px 0 35px;
	text-align: center;
}
.footer_top_heading {
	font-weight: 700;
	color: #fff;
	font-size: 45px;
}
.footer_top_block {
	margin-top: 25px;
}
.footer_top_block_inner {
	min-height: 100%;
	background: #3b3838;
	padding: 25px 15px;
}
.footer_top_block_heading {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
}
.footer_top_block_heading a {
	color: #fff;
}
.footer_top_block_text {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
.footer_top_block_text a {
	color: #fff;
}
.footer_bottom {
	color: #fff;
	background: #3b3838;
	padding: 28px 0 25px;
	font-size: 14px;
}
.footer_bottom a {
	color: #fff;
}
.footer_bottom_mid {
	text-align: center;
}
.footer_bottom_right {
	text-align: right;
}
.footer_bottom_right img {
	display: inline-block;
	width: 125px;
}
#back-to-top {
	background: #3b3838;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top.show {
	opacity: 1;
}
.banner_heading {
	font-weight: 700;
	color: #000;
	font-size: 48px;
	line-height: 53px;
	text-shadow: 0px 0px 15px #fff;
}
.banner_heading strong {
	color: #eb191d;
	font-weight: 700;
}
.ms-slide-info {
	position: absolute !important;
	top: 26%;
	left: 9%;
	width: auto !important;
}
.banner_text {
	color: #000;
	font-weight: 500;
	font-size: 28px;
	margin-top: 10px;
	text-shadow: 0px 0px 15px #fff;
}
.banner_text a {
	color: #eb191d;
}
.banner-btn{
	display: inline-block;
	vertical-align: top;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #84c34d;
	color: #fff !important;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	padding: 12px 20px;
	margin-top:20px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.banner-btn::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eb191d;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.banner-btn:hover::before, .banner-btn:focus::before, .banner-btn:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}




.ms-nav-prev {
	background: url("../png/prev_arrow.png") no-repeat !important;
	width: 15px !important;
	height: 26px !important;
}
.ms-nav-next {
	background: url("../png/next_arrow.png") no-repeat !important;
	width: 15px !important;
	height: 26px !important;
}
.home_testimonial_slide {
	padding: 0 15%;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog-header {
	background: url(../jpg/banner-2.jpg) #222 no-repeat center !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 0px !important;
	height: 350px;
	margin: 130px 0 50px !important;
	position: relative;
	overflow: hidden;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog-title{
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	margin-top: 150px;
	z-index: 99;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.breadcrumb-container {
	position: absolute;
	top: 195px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.breadcrumb-container a {
	color: #84c34d;
}
.enquire_page_heading {
	font-weight: 700;
	color: #303030;
	font-size: 30px;
	text-align: center;
}
.enquire_page_heading strong {
	font-weight: 700;
	color: #84c34d;
}
.enquire_page_text {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
}
.enquire_form {
	background: #84c34d;
	text-align: center;
	padding: 30px 40px 45px;
}
.enquire_form input {
	border-radius: 3px;
	min-height: 48px;
	margin-top: 15px;
	width: 100%;
	border: none !important;
}
.enquire_form select {
	background: url(../png/dropdown_arrow.png) #fff no-repeat center right 10px;
	background-size: 11px;
	border-radius: 3px;
	min-height: 48px;
	margin-top: 15px;
	width: 100%;
	padding: 12px 30px 9px 10px;
	border: none !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.enquire_form textarea {
	border-radius: 3px;
	height: 155px;
	margin-top: 15px;
	resize: none;
	border: none !important;
}
.enquire_form .contact_btn input {
	background: #eb191d !important;
	border-radius: 3px;
	min-height: 48px;
	margin-top: 15px;
	width: auto;
	border: none !important;
	font-size: 18px;
	font-weight: 500;
}
.contact_page_heading {
	font-weight: 700;
	color: #303030;
	font-size: 25px;
}
.contact_page_heading strong {
	font-weight: 700;
	color: #84c34d;
}
.contact_page_info {
	font-weight: 300;
	color: #303030;
	margin-top: 20px;
	position: relative;
	padding-left: 50px;
}
.contact_page_info img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 35px;
}
.contact_page_info a {
	color: #303030;
}
.contact_form input {
	border-radius: 3px;
	min-height: 48px;
	margin-top: 15px;
	width: 100%;
	border: 1px solid #ccc !important;
}
.contact_form textarea {
	border-radius: 3px;
	height: 155px;
	margin-top: 15px;
	resize: none;
	border: 1px solid #ccc !important;
}
.contact_form .contact_btn input {
	background: #eb191d !important;
	border-radius: 3px;
	min-height: 48px;
	margin-top: 15px;
	width: auto;
	border: none !important;
	font-size: 18px;
	font-weight: 500;
}
.contact_map {
	margin-top: 55px;
}
.contact_map iframe {
	margin-bottom: 0 !important;
}
#post-18, #post-12 {
	margin-bottom: 0 !important;
}
.testimonial_page_block {
	margin: 15px 0;
}
.testimonial_page_block_inner {
	background: url(../png/quote_testimonial.png) no-repeat center top 25px;
	background-size: 85px;
	min-height: 100%;
	border: 1px solid #84c34d;
	padding: 100px 15px 20px;
	text-align: center;
}
.testimonial_page_block_rating img {
	width: 120px;
}
.testimonial_page_block_text {
	font-size: 15px;
	font-weight: 300;
	margin-top: 15px;
}
.testimonial_page_block_name {
	font-weight: 700;
	color: #84c34d;
	font-size: 20px;
	margin-top: 15px;
}
.about_page_heading {
	font-weight: 700;
	color: #303030;
	font-size: 18px;
	line-height: 32px;
}
.about_page_heading strong {
	font-weight: 700;
	color: #84c34d;
	font-size: 32px;
}
.about_page_text {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-align: justify;
	margin-top: 20px;
}
.about_right_img {
	padding-left: 60px;
}
.about_bottom_section {
	background: url(../jpg/service_bg.jpg) #84c34d no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 60px;
	margin-top: 40px;
	position: relative;
	text-align: center;
}
.about_bottom_section:before {
	background: rgba(132, 195, 77, 0.9);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.about_bottom_section .container {
	position: relative;
	z-index: 99;
}
.about_bottom_section_heading {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
}
.about_bottom_block {
	margin-top: 40px;
}
.about_bottom_block_inner {
	border: 1px solid rgba(255, 255, 255, 0.6);
	min-height: 100%;
	padding: 20px;
}
.about_bottom_block_text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
.service_page_block_inner {
	background: #eee;
	border: 1px solid #ddd;
	padding: 0 0 20px;
	min-height: 100%;
}
.service_page_block {
	margin-bottom: 25px;
}
.service_page_block p {
	margin-bottom: 0 !important;
}
.service_page_block_heading {
	font-weight: 700;
	color: #303030;
	font-size: 22px;
	margin-top: 15px;
	padding: 0 15px;
}
.service_page_block_list {
	padding: 0 15px;
	margin-top: 15px;
}
.service_page_block_list ul {
	padding: 0;
	margin: 0;
}
.service_page_block_list ul li {
	list-style: none;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	color: #303030;
	font-size: 15px;
	margin-top: 5px;
}
.service_page_block_list ul li:before {
	background: url(../png/service_list.png) no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
}
.service_page_block_btn {
	display: inline-block;
	background: #84c34d;
	color: #fff !important;
	margin: 25px 0 0 15px;
	padding: 9px 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_page_block_btn:hover {
	background: #eb191d;
}
.service_page_top_heading {
	font-weight: 700;
	color: #303030;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 0;
}
.service_page_top_heading strong {
	font-weight: 700;
	color: #84c34d;
}
.service_page_top_text {
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	margin-top: 10px;
}
.service_page_mid_section {
	background: url(../jpg/service_bg.jpg) #84c34d no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 60px;
	margin: 55px 0 60px;
	position: relative;
}
.service_page_mid_section:before {
	background: rgba(132, 195, 77, 0.9);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.service_page_mid_heading {
	font-weight: 700;
	color: #fff;
	font-size: 28px;
	line-height: 35px;
	margin-bottom:0;
}
.service_page_mid_text {
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	margin-top: 10px;
	color: #fff;
}
.service_page_mid_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.service_page_mid_list ul li {
	list-style: none;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	margin-top: 6px;
}
.service_page_mid_list ul li:before {
	background: url(../png/service_list_icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
}
.service_page_bottom_area ul {
	padding: 0;
	margin: 20px 0 0;
}
.service_page_bottom_area ul li {
	list-style: none;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	color: #303030;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.service_page_bottom_area ul li:before {
	background: url(../png/service_list.png) no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
}
.service_page_bottom_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.service_page_bottom_list ul li {
	list-style: none;
	padding-left: 24px;
	position: relative;
	font-weight: 300;
	color: #303030;
	font-size: 16px;
	margin-top: 6px;
}
.service_page_bottom_list ul li:before {
	background: url(../png/service_list.png) no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
}
.omsc-toggle-title {
	background: #84c34d !important;
	color: #fff !important;
	padding: 12px 35px 12px 15px !important;
}
.omsc-accordion .omsc-toggle {
	margin-bottom: 10px !important;
}
.omsc-toggle-title::after {
	content: '\f067' !important;
	left: auto !important;
	right: 15px !important;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title::after {
	content: '\f068' !important;
}
.omsc-toggle-inner {
	font-weight: 300;
}
.header_mobile_contact {
	position: absolute;
	top: 16px;
	right: 55px;
}
.header_mobile_contact a {
	margin-left: 15px;
}
.header_mobile_contact img {
	width: 25px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	text-align: center;
}
.footer_stick_btn1 {
	width: 50%;
	float: left;
	padding: 10px 0;
	background: #eb191d;
	color: #fff !important;
}
.footer_stick_btn2 {
	position: absolute;
	top: 0;
	left: 44%;
	padding: 9px 11px;
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.footer_stick_btn3 {
	width: 50%;
	float: left;
	padding: 10px 0;
	background: #84c34d;
	color: #fff !important;
}
.thankyou_container {
	text-align: center;
}
.thankyou_btn {
	display: inline-block;
	margin-top: 20px;
	background: #84c34d;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #eb191d;
}
.error_page_container {
	min-height: 100vh;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 170px 0 30px;
}
.error404 .header{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.error_page_heading {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-top: 10px;
}
.suburb_section .service_page_bottom_list ul li {
	width: 25%;
	float: left;
}
.one-third ul li{
	width: 33.33% !important;
}
.suburb_section .service_page_bottom_list ul li a{
	color: #000;
	font-weight:600;
	transition: ease 0.5s all 0s !important;
}
.suburb_section .service_page_bottom_list ul li a:hover{
	color: #84c34d;
}
.footer-G-review{padding:0;}
.g-review-img{float:left;width:27%;}
.footer-G-review-text{float:right;width:68%;font-size:12px;margin:0 0 5px;color:#fff;}
.footer-G-review-text img {width: 53%;margin-top: -4px;
}
.covid_txt  ul li {
	width: 100%;
}
.vid_sec {
	margin-top: 60px;
}
.mt{
	margin-bottom: 30px;
}
.more-link {
	color: #75AA49;
}
.more-link:hover {
	color: #44A666;
}
/*============= Responsive ==============*/

@media only screen and (max-width : 320px) {
	.header_top {
		display: none;
	}
	.logo {
		margin-bottom: 5px;
	}
	.logo img {
		width: 90px !important;
	}
	.home_banner_section {
		margin-top: 60px;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -55px !important;
	}
	.menu-toggle::before {
		color: #000 !important;
	}
	.primary-navigation {
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on {
		padding: 10px 0 !important;
	}
	.header_mobile_contact {
		display: block !important;
	}
	.header_menu ul {
		float: none;
	}
	.header_menu ul li a {
		font-size: 14px;
		padding: 5px 12px !important;
	}
	.home_banner_section::before {
		bottom: -278px;
	}
	.ms-skin-default .ms-nav-prev {
		left: 10px !important;
	}
	.ms-skin-default .ms-nav-next {
		right: 10px !important;
	}
	.ms-slide-info {
		top: 10%;
		left: 10%;
	}
	.banner_heading {
		font-size: 19px;
		line-height: 22px;
	}
	.banner_text {
		font-size: 14px;
		margin-top: 2px;
	}
	.home_welcome_section_heading {
		font-size: 28px;
		line-height: 32px;
	}
	.home_welcome_section_subheading {
		font-size: 19px;
		margin: 10px 0 5px;
	}
	.home_welcome_section {
		padding: 30px 0;
	}
	.home_service_section_heading {
		font-size: 28px;
	}
	.home_service_block_heading {
		font-size: 18px;
		margin-top: 5px;
	}
	.home_service_block_btn {
		font-size: 16px;
		padding: 7px 16px;
	}
	.home_service_block {
		margin-top: 25px;
		width: 50%;
	}
	.home_service_section {
		padding: 30px 0 35px;
	}
	.home_choose_section {
		padding: 30px 0 35px;
		background: none;
	}
	.home_choose_section_heading {
		font-size: 28px;
	}
	.home_choose_block_heading {
		font-size: 18px;
	}
	.home_choose_block {
		margin-top: 20px;
	}
	.home_contact_section_heading {
		font-size: 25px;
		line-height: 32px;
	}
	.home_contact_section_phone {
		font-size: 22px;
	}
	.home_testimonial_icon {
		margin-top: 10px;
	}
	.home_testimonial_icon img {
		width: 30px;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-1 .amazingcarousel-next {
		position: static !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	.home_testimonial_slide {
		padding: 0;
	}
	.home_testimonial_section {
		padding: 30px 0 15px;
	}
	.footer_top_heading {
		font-size: 28px;
	}
	.footer_top_block_inner {
		padding: 15px 15px;
	}
	.footer_top_block {
		margin-top: 10px;
	}
	.footer_top {
		padding: 20px 0 25px;
	}
	.footer_bottom {
		padding: 18px 0 60px;
		text-align: center;
	}
	.footer_bottom_right {
		text-align: center;
	}
	.footer_fixed_buttons {
		display: block !important;
	}
	#back-to-top {
		bottom: 55px;
	}
	.page .entry-header {
		height: 170px;
		margin: 60px 0 30px !important;
	}
	.page .entry-title {
		font-size: 24px;
		margin-top: 60px;
	}
	.breadcrumb-container {
		top: 89px;
		font-size: 15px;
	}
	.about_bottom_block {
		margin-top: 20px;
		width: 50%;
		min-width: 50%;
	}
	.about_bottom_block_inner {
		padding: 15px;
	}
	.about_bottom_block_text {
		font-size: 16px;
	}
	.about_bottom_section_heading {
		font-size: 28px;
	}
	.about_bottom_section {
		padding: 30px 0;
		margin-top: 30px;
	}
	.about_page_text {
		margin-top: 10px;
	}
	.service_page_top_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_section {
		padding: 30px 0 35px;
		margin: 35px 0;
	}
	.end_of_lease_mid_img {
		margin-top: 25px;
	}
	.testimonial_page_block_inner {
		background-size: 60px;
	}
	.contact_page_heading {
		font-size: 22px;
	}
	.contact_right {
		margin-top: 25px;
	}
	.thankyou_container img {
		width: 150px;
	}
	.thankyou_btn {
		font-size: 15px;
		padding: 8px 18px;
	}
	.error_page_container {
		padding: 70px 0 30px;
	}
	.error_page_container img {
		width: 150px;
	}
	.error_page_heading {
		font-size: 22px;
	}
	.enquire_form {
		padding: 10px 20px 25px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header_top {
		display: none;
	}
	.logo {
		margin-bottom: 5px;
	}
	.logo img {
		width: 90px !important;
	}
	.home_banner_section {
		margin-top: 60px;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -55px !important;
	}
	.menu-toggle::before {
		color: #000 !important;
	}
	.primary-navigation {
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on {
		padding: 10px 0 !important;
	}
	.header_mobile_contact {
		display: block !important;
	}
	.header_menu ul {
		float: none;
	}
	.header_menu ul li a {
		font-size: 15px;
		padding: 8px 12px !important;
	}
	.home_banner_section::before {
		bottom: -278px;
	}
	.ms-skin-default .ms-nav-prev {
		left: 10px !important;
	}
	.ms-skin-default .ms-nav-next {
		right: 10px !important;
	}
	.ms-slide-info {
		top: 25%;
		left: 10%;
	}
	.banner_heading {
		font-size: 19px;
		line-height: 22px;
	}
	.banner_text {
		font-size: 14px;
		margin-top: 2px;
	}
	.home_welcome_section_heading {
		font-size: 28px;
		line-height: 32px;
	}
	.home_welcome_section_subheading {
		font-size: 19px;
		margin: 10px 0 5px;
	}
	.home_welcome_section {
		padding: 30px 0;
	}
	.home_service_section_heading {
		font-size: 28px;
	}
	.home_service_block_heading {
		font-size: 18px;
		margin-top: 5px;
	}
	.home_service_block_btn {
		font-size: 16px;
		padding: 7px 16px;
	}
	.home_service_block {
		margin-top: 25px;
		width: 50%;
	}
	.home_service_section {
		padding: 30px 0 35px;
	}
	.home_choose_section {
		padding: 30px 0 35px;
		background: none;
	}
	.home_choose_section_heading {
		font-size: 28px;
	}
	.home_choose_block_heading {
		font-size: 18px;
	}
	.home_choose_block {
		margin-top: 20px;
	}
	.home_contact_section_heading {
		font-size: 25px;
		line-height: 32px;
	}
	.home_contact_section_phone {
		font-size: 22px;
	}
	.home_testimonial_icon {
		margin-top: 10px;
	}
	.home_testimonial_icon img {
		width: 30px;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-1 .amazingcarousel-next {
		position: static !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	.home_testimonial_slide {
		padding: 0;
	}
	.home_testimonial_section {
		padding: 30px 0 15px;
	}
	.footer_top_heading {
		font-size: 28px;
	}
	.footer_top_block_inner {
		padding: 15px 15px;
	}
	.footer_top_block {
		margin-top: 10px;
	}
	.footer_top {
		padding: 20px 0 25px;
	}
	.footer_bottom {
		padding: 18px 0 60px;
	}
	.copyright{font-size:13px;margin-bottom:10px;text-align:center;}	
	.footer_bottom_right {
		text-align: center;
	}
	.footer_fixed_buttons {
		display: block !important;
	}
	.grecaptcha-badge {
		display: none !important;
	}
	#back-to-top {
		bottom: 55px;
	}
	.page .entry-header {
		height: 170px;
		margin: 60px 0 30px !important;
	}
	.page .entry-title {
		font-size: 24px;
		margin-top: 60px;
	}
	.breadcrumb-container {
		top: 89px;
		font-size: 15px;
	}
	.about_bottom_block {
		margin-top: 20px;
		width: 50%;
		min-width: 50%;
	}
	.about_bottom_block_inner {
		padding: 15px;
	}
	.about_bottom_block_text {
		font-size: 16px;
	}
	.about_bottom_section_heading {
		font-size: 28px;
	}
	.about_bottom_section {
		padding: 30px 0;
		margin-top: 30px;
	}
	.about_page_text {
		margin-top: 10px;
	}
	.service_page_top_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_section {
		padding: 30px 0 35px;
		margin: 35px 0;
	}
	.end_of_lease_mid_img {
		margin-top: 25px;
	}
	.testimonial_page_block_inner {
		background-size: 60px;
	}
	.contact_page_heading {
		font-size: 22px;
	}
	.contact_right {
		margin-top: 25px;
	}
	.thankyou_container img {
		width: 150px;
	}
	.thankyou_btn {
		font-size: 15px;
		padding: 8px 18px;
	}
	.error_page_container {
		padding: 70px 0 30px;
	}
	.error_page_container img {
		width: 150px;
	}
	.error_page_heading {
		font-size: 22px;
	}
	.enquire_form {
		padding: 10px 20px 25px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.header_top {
		display: none;
	}
	.logo {
		margin-bottom: 5px;
	}
	.logo img {
		width: 90px !important;
	}
	.home_banner_section {
		margin-top: 60px;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -55px !important;
	}
	.menu-toggle::before {
		color: #000 !important;
	}
	.primary-navigation {
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on {
		padding: 10px 0 !important;
	}
	.header_mobile_contact {
		display: block !important;
		right: 130px;
	}
	.header_menu ul {
		float: none;
	}
	.header_menu ul li a {
		font-size: 14px;
		padding: 0px 12px !important;
	}
	.home_banner_section::before {
		bottom: -278px;
	}
	.ms-skin-default .ms-nav-prev {
		left: 10px !important;
	}
	.ms-skin-default .ms-nav-next {
		right: 10px !important;
	}
	.ms-slide-info {
		top: 25%;
		left: 10%;
	}
	.banner_heading {
		font-size: 19px;
		line-height: 22px;
	}
	.banner_text {
		font-size: 14px;
		margin-top: 2px;
	}
	.home_welcome_section_heading {
		font-size: 28px;
		line-height: 32px;
	}
	.home_welcome_section_subheading {
		font-size: 19px;
		margin: 10px 0 5px;
	}
	.home_welcome_section {
		padding: 30px 0;
	}
	.home_service_section_heading {
		font-size: 28px;
	}
	.home_service_block_heading {
		font-size: 18px;
		margin-top: 5px;
	}
	.home_service_block_btn {
		font-size: 16px;
		padding: 7px 16px;
	}
	.home_service_block {
		margin-top: 25px;
		width: 50%;
	}
	.home_service_section {
		padding: 30px 0 35px;
	}
	.home_choose_section {
		padding: 30px 0 35px;
		background: none;
	}
	.home_choose_section_heading {
		font-size: 28px;
	}
	.home_choose_block_heading {
		font-size: 18px;
	}
	.home_choose_block {
		margin-top: 20px;
	}
	.home_contact_section_heading {
		font-size: 25px;
		line-height: 32px;
	}
	.home_contact_section_phone {
		font-size: 22px;
	}
	.home_testimonial_icon {
		margin-top: 10px;
	}
	.home_testimonial_icon img {
		width: 30px;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-1 .amazingcarousel-next {
		position: static !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	.home_testimonial_slide {
		padding: 0;
	}
	.home_testimonial_section {
		padding: 30px 0 15px;
	}
	.footer_top_heading {
		font-size: 28px;
	}
	.footer_top_block_inner {
		padding: 15px 15px;
	}
	.footer_top_block {
		margin-top: 10px;
	}
	.footer_top {
		padding: 20px 0 25px;
	}
	.footer_bottom {
		padding: 18px 0 60px;
		text-align: center;
	}
	.footer_bottom_right {
		text-align: center;
	}
	.footer_fixed_buttons {
		display: block !important;
	}
	.footer_stick_btn2 {
		left: 47%;
	}
	#back-to-top {
		bottom: 55px;
	}
	.page .entry-header {
		height: 170px;
		margin: 60px 0 30px !important;
	}
	.page .entry-title {
		font-size: 24px;
		margin-top: 60px;
	}
	.breadcrumb-container {
		top: 89px;
		font-size: 15px;
	}
	.about_bottom_block {
		margin-top: 20px;
		width: 50%;
		min-width: 50%;
	}
	.about_bottom_block_inner {
		padding: 15px;
	}
	.about_bottom_block_text {
		font-size: 16px;
	}
	.about_bottom_section_heading {
		font-size: 28px;
	}
	.about_bottom_section {
		padding: 30px 0;
		margin-top: 30px;
	}
	.about_page_text {
		margin-top: 10px;
	}
	.service_page_top_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_section {
		padding: 30px 0 35px;
		margin: 35px 0;
	}
	.end_of_lease_mid_img {
		margin-top: 25px;
	}
	.testimonial_page_block_inner {
		background-size: 60px;
	}
	.contact_page_heading {
		font-size: 22px;
	}
	.contact_right {
		margin-top: 25px;
	}
	.thankyou_container img {
		width: 150px;
	}
	.thankyou_btn {
		font-size: 15px;
		padding: 8px 18px;
	}
	.error_page_container {
		padding: 70px 0 30px;
	}
	.error_page_container img {
		width: 150px;
	}
	.error_page_heading {
		font-size: 22px;
	}
	.enquire_form {
		padding: 10px 20px 25px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header_top {
		display: none;
	}
	.logo {
		margin-bottom: 5px;
	}
	.logo img {
		width: 90px !important;
	}
	.home_banner_section {
		margin-top: 60px;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -55px !important;
	}
	.menu-toggle::before {
		color: #000 !important;
	}
	.primary-navigation {
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on {
		padding: 10px 0 !important;
	}
	.header_mobile_contact {
		display: block !important;
		right: 95px;
	}
	.header_menu ul {
		float: none;
	}
	.header_menu ul li a {
		font-size: 15px;
		padding: 8px 12px !important;
	}
	.home_banner_section::before {
		bottom: -255px;
	}
	.ms-skin-default .ms-nav-prev {
		left: 10px !important;
	}
	.ms-skin-default .ms-nav-next {
		right: 10px !important;
	}
	.ms-slide-info {
		top: 25%;
		left: 10%;
	}
	.banner_heading {
		font-size: 28px;
		line-height: 38px;
	}
	.banner_text {
		font-size: 20px;
		margin-top: 5px;
	}
	.home_welcome_section_heading {
		font-size: 28px;
		line-height: 32px;
	}
	.home_welcome_section_subheading {
		font-size: 19px;
		margin: 10px 0 5px;
	}
	.home_welcome_section {
		padding: 30px 0;
	}
	.home_service_section_heading {
		font-size: 28px;
	}
	.home_service_block_heading {
		font-size: 18px;
		margin-top: 5px;
	}
	.home_service_block_btn {
		font-size: 16px;
		padding: 7px 16px;
	}
	.home_service_block {
		margin-top: 25px;
	}
	.home_service_section {
		padding: 30px 0 35px;
	}
	.home_choose_section {
		padding: 30px 0 35px;
		background: none;
	}
	.home_choose_section_heading {
		font-size: 28px;
	}
	.home_choose_block_heading {
		font-size: 18px;
	}
	.home_choose_block {
		margin-top: 20px;
	}
	.home_contact_section_heading {
		font-size: 25px;
		line-height: 32px;
	}
	.home_contact_section_phone {
		font-size: 22px;
	}
	.home_testimonial_icon {
		margin-top: 10px;
	}
	.home_testimonial_icon img {
		width: 30px;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-1 .amazingcarousel-next {
		position: static !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		margin: 10px 3px 0 !important;
		display: inline-block !important;
	}
	.home_testimonial_slide {
		padding: 0;
	}
	.home_testimonial_section {
		padding: 30px 0 15px;
	}
	.footer_top_heading {
		font-size: 28px;
	}
	.footer_top_block_inner {
		padding: 15px 5px;
	}
	.footer_top_block {
		margin-top: 10px;
	}
	.footer_top {
		padding: 20px 0 25px;
	}
	.footer_bottom {
		padding: 18px 0;
		text-align: center;
	}
	.footer_bottom_right {
		text-align: center;
	}
	#back-to-top {
		bottom: 55px;
	}
	.page .entry-header {
		height: 230px;
		margin: 60px 0 30px !important;
	}
	.page .entry-title {
		font-size: 30px;
		margin-top: 95px;
	}
	.breadcrumb-container {
		top: 130px;
		font-size: 15px;
	}
	.about_bottom_block {
		margin-top: 20px;
		width: 50%;
		min-width: 50%;
	}
	.about_bottom_block_inner {
		padding: 15px;
	}
	.about_bottom_block_text {
		font-size: 16px;
	}
	.about_bottom_section_heading {
		font-size: 28px;
	}
	.about_bottom_section {
		padding: 30px 0;
		margin-top: 30px;
	}
	.about_page_text {
		margin-top: 10px;
	}
	.service_page_top_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_heading {
		font-size: 24px;
		line-height: 30px;
	}
	.service_page_mid_section {
		padding: 30px 0 35px;
		margin: 35px 0;
	}
	.end_of_lease_mid_img {
		margin-top: 7px;
	}
	.testimonial_page_block_inner {
		background-size: 60px;
	}
	.contact_page_heading {
		font-size: 22px;
	}
	.thankyou_container img {
		width: 150px;
	}
	.thankyou_btn {
		font-size: 15px;
		padding: 8px 18px;
	}
	.error_page_container {
		padding: 70px 0 30px;
	}
	.error_page_container img {
		width: 150px;
	}
	.error_page_heading {
		font-size: 22px;
	}
	.enquire_form {
		padding: 10px 20px 25px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header_top_left_heading {
		font-size: 13px;
	}
	.header_top_left_text {
		font-size: 11px;
	}
	.header_top_left_info {
		margin: 8px 18px 0 0;
	}
	.header_btn {
		font-size: 16px;
		padding: 15px 14px;
	}
	.logo img {
		width: 140px;
	}
	.header_menu ul li a {
		padding: 29px 22px;
	}
	.ms-slide-info {
		top: 25%;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

@media screen and (min-width: 1424px) {
	.ms-slide-info {
		left: 14%;
	}
}

@media screen and (min-width: 1624px) {
	.home_banner_section::before {
		bottom: -220px;
	}
	.ms-slide-info {
		top: 39%;
		left: 18%;
	}
}

@media screen and (min-width: 1920px) {
	.home_banner_section::before {
		bottom: -205px;
	}
	.ms-slide-info {
		top: 42%;
		left: 23%;
	}
}

