/*!
Theme Name: Limelight Electrix
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: limelight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Coldpoint Refrigeration is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
	--primary-color: #8CC03F;
	--secondery-color: #176941;
	--white-color: #ffffff;
	--content-color: #3F404E;
	--section-bg: #F4FDEC;
	
    --primary-font: "New Rubrik Edge", sans-serif;
    --secondery-font: "Poppins", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--primary-font);
	line-height: 200%;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -2%;
	color: var(--content-color);
	background-color: var(--section-bg);
}
.btn {
	font-size: 13px;
	padding: 19px 50px;
	font-weight: 600;
	border-radius: 10px;
	border: 1px solid var(--primary-color);
	color: var(--white-color);
	background-color: var(--primary-color);
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 20%;
	line-height: 105%;
	font-family: var(--secondery-font);
}
.btn:hover, .btn-secondery{
	background-color: transparent;
	color: var(--secondery-color);
	border-color: #1769414D;
}
.btn-secondery:hover {
    color: var(--white-color);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin: 0;
	padding: 0;
	font-family: var(--primary-font);
}
.f-14 h1 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 30%;
	line-height: 105%;
	font-family: var(--secondery-font);
	color: var(--content-color);
	margin-bottom: 25px;
}
h2, .h2, h1, .h1 {
	font-size: 64px;
	line-height: 95%;
	letter-spacing: -3%;
	word-break: break-word;
	font-weight: 600;
	color: var(--secondery-color);
}
h3, .h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 95%;
	letter-spacing: -2%;
}
h3 strong, .h3 strong {
	font-weight: 600;
}
h4, .h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -2%;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 10px 15px !important;
	color: var(--white-color);
	background: #217b4f;
	font-size: 16px !important;
	font-family: var(--primary-font);
	border-radius: 10px;
}
input, select {
	height: 54px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--white-color);
	opacity: 1;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%237F896C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-80 {
	padding: 80px 0;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.container {
	transition: .4s;
	max-width: 1288px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
.section-title h3, .section-title .h3{
	margin-bottom: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.pb-65 {
	padding-bottom: 65px;
}
.card-btn {
	margin-top: 25px;
}
.section-bg {
	background-color: var(--section-bg);
}
.secondery-bg {
	background-color: var(--secondery-color);
}
.title-color h3, .title-color h4, .title-color .h3, .title-color .h4 {
	color: var(--secondery-color);
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.row {
	--bs-gutter-x: 15px;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding-top: 50px;
	position: fixed;
	transition: .2s;
}
.header-sec.sticky-active {
	padding-top: 15px;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 113px;
	height: 66px;
}
.header-logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 6px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.header-cover {
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
	padding: 18px 15px;
	border-radius: 20px;
}
.header-btn .btn {
	padding: 19px 35px;
}
/* main-menu */
.main-menu {
	flex: 1;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--secondery-color);
	font-size: 12px;
	padding: 21px 10px;
	font-weight: 400;
	display: block;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 20%;
	border-radius: 0;
	transition: .6s;
	font-family: var(--secondery-font);
}
.main-menu ul li ul {
	position: absolute;
	width: 270px;
	background: var(--white-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-left: 0;
	border-radius: 8px;
}
.main-menu ul li ul li {
	display: block;
}
.main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	height: 6px;
	width: 14px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.750015L6.96905 6.08063C7.41844 6.46582 8.08156 6.46582 8.53095 6.08063L14.75 0.750015' stroke='%23176941' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.main-menu > ul > li ul li.menu-item-has-children::before {
	content: "";
	position: absolute;
	height: 6px;
	width: 14px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.750015L6.96905 6.08063C7.41844 6.46582 8.08156 6.46582 8.53095 6.08063L14.75 0.750015' stroke='%23176941' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.main-menu > ul > li ul li.menu-item-has-children:hover::before {
	filter: invert(93%) sepia(100%) saturate(2%) hue-rotate(304deg) brightness(208%) contrast(101%);
}
.main-menu > ul > li.menu-item-has-children a {
	padding-right: 30px;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 15px 18px !important;
	font-size: 12px;
	color: var(--secondery-color);
	border-radius: 6px;
}
.main-menu ul li ul li a:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 12px;
	overflow: hidden;
}



/* mmenu */
.mm-page {
	min-height: unset;
}

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* contact */
.pb-10 {
	padding-bottom: 10px;
}
.contact-shortcode .row {
	--bs-gutter-x: 10px;
}
.contact-input textarea {
	height: 191px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 100%;
	text-transform: uppercase;
	letter-spacing: 20%;
	border-radius: 10px;
	border: 1px solid var(--primary-color);
	margin-top: 3px;
	font-size: 13px !important;
	line-height: 1 !important;
	padding: 20px 30px 19px 30px !important;
	height: unset;
	font-weight: 600;
	font-family: var(--secondery-font);
	background: var(--primary-color);
	color: var(--white-color);
	transition: .4s;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	border-color: var(--white-color);
	background-color: var(--secondery-color);
}
.wpcf7-spinner {
	display: none;
}
.contact-shortcode p {
	margin-bottom: 0;
}
.contact-shortcode {
	max-width: 537px;
	margin-left: auto;
}

/* default page */
.single-content h2 {
	margin-bottom: 30px;
}
.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 25px;
	color: var(--secondery-color);
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.single-content img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
	list-style: inside;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul, .single-content ol {
	margin-bottom: 16px;
}
.single-content ol {
padding-left: 16px;
}
.single-post-content {
	padding: 40px 50px;
}
.single-post-content a {
	text-decoration: underline;
	color: var(--content-color);
}
.single-post-content ul {
	padding-left: 10px;
}


/* banner */
.banner-area {
	padding: 85px 0;
}
.banner-content-wrap {
	margin-top: 25px;
}
.banner-img {
	max-width: 536px;
	margin-left: auto;
}
.banner-cta {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--secondery-color);
	color: var(--white-color);
	padding: 15px 15px 15px 30px;
	border-radius: 20px;
	width: 100%;
	left: 0;
	gap: 14px;
	z-index: 4;
}
.banner-cta-btn {
	color: var(--white-color);
	border-color: rgba(255, 255, 255, .3);
	padding: 20px 35px;
}
.banner-cta span {
	font-size: 19px;
	font-weight: 500;
}
.img-bg-shap span {
  background-color: var(--primary-color);
  height: 84px;
  width: 100%;
  display: block;
  border-radius: 20px;
}
.img-bg-shap {
  position: absolute;
  top: 155px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* callouts */
.callouts-cover {
	padding: 30px;
	gap: 50px;
}
.callouts-icon img {
  height: 42px;
  object-fit: contain;
}
.callouts-info {
  gap: 20px;
}
.callouts-info h4 {
  flex: 1;
}
.callouts-wrap {
	gap: 40px;
	flex: 1;
}
/* service child pages */
.services-img img, .promise-img img {
	width: 100%;
	aspect-ratio: 1/.74;
	object-fit: cover;
	transition: .4s;
}
.services-list:hover img {
	transform: scale(1.05);
}
.services-title {
  background-color: var(--white-color);
  padding: 10px;
  border-radius: 20px;
  padding-left: 20px;
}
.service-link {
  height: 54px;
  width: 54px;
  background-color: #DAF6DB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: .4s;
}
.services-list:hover .service-link {
	background-color: var(--primary-color);
}
.service-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.services-title h4 {
  color: var(--secondery-color);
}
.service-link svg {
	fill: var(--secondery-color);
	transition: .4s;
}
.services-list:hover .service-link svg {
	fill: var(--white-color);
}
.h-service-btn {
	margin-top: 20px;
}
/* img and text card */
.img-and-text-title {
	max-width: 602px;
}
.card-img img {
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 1/.68;
	object-fit: cover;
}
/* cta */
.cta-content-wrap {
	background-image: url(assets/img/cta-bg.svg);
	padding: 80px 20px;
}
.cta-content, .promise-content, .our-services-content, .other-services-content {
	max-width: 938px;
}
.cta-btn .btn:hover, .cta-btn .btn-secondery {
	color: var(--white-color);
  	border-color: rgba(255, 255, 255, .3);
}
.cta-btn .btn-secondery:hover {
	border-color: var(--primary-color);
}
.promise-title {
	padding: 24px;
}
.testimonials-content {
	margin-bottom: 20px;
}
.testimonials-list {
	padding: 50px;
}
/* suburbs */
.suburbs-wrap {
    padding: 80px;
    gap: 116px;
}
.suburbs-content {
    width: 687px;
}
.suburbs-list {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Infinite scroll track */
.suburbs-list-track {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

    display: flex;
    flex-direction: column;

    animation: suburbsInfiniteScroll 20s linear infinite;
}
.suburbs-cover {
    flex: 0 0 auto;
}
.map-responsive {
    padding-bottom: 46%;
    position: relative;
}
.map-responsive iframe {
    height: 100%;
    width: 100%;
    position: absolute;
}
.suburbs-link {
    padding: 19px 0;
    display: block;
    border-bottom: 1px solid #17694130;
}
.suburbs-cover:first-child .suburbs-link {
    padding-top: 0;
}

@keyframes suburbsInfiniteScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}
.right-shape::before {
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	right: 0;
	bottom: -250px;
	background-image: url("assets/img/bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: rotate(0deg);
	pointer-events: none;
	z-index: 0;
}
.bg-shape::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -500px;
	bottom: -400px;
	background-image: url("assets/img/bg.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	transform: rotate(80deg);
	pointer-events: none;
	z-index: 0;
}
.contact-link {
	font-size: 24px;
	font-weight: 600;
	color: var(--white-color);
}
.contact-text {
	font-size: 24px;
	margin-top: 16px;
}
/* faq */
.faq-question {
	padding: 14px 15px;
	cursor: pointer;
	line-height: 1.5;
	font-weight: 600;
	font-size: 15px;
	border-radius: 10px;
	color: var(--secondery-color);
}
.faq-item {
	margin-bottom: 12px;
}
.faq-arrow {
	height: 14px;
	width: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
}
.faq-item.active .faq-arrow {
	transform: rotate(180deg);
}
.faq-answer {
	display: none;
	padding: 35px;
	text-align: start;
	margin-top: 10px;
	padding-top: 28px;
	border-radius: 10px;
}
.img-banner img {
	width: 100%;
	aspect-ratio: 1/.33;
	object-fit: cover;
	object-position: top;
}

/* footer */
.footer-logo {
  width: 90px;
  margin-bottom: 24px;
}
.footer-area {
  padding-top: 65px;
  padding-bottom: 50px;
}
.copyright-area {
	margin-top: 65px;
	padding: 15px 25px;
	border-radius: 10px;
	color: var(--secondery-color);
}
.f-name {
  margin-bottom: 10px;
}
.abn-text {
  margin-bottom: 10px;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu span, .contact-details-list span {
  font-weight: 600;
  color: var(--secondery-color);
  display: block;
  margin-bottom: 5px;
}
.footer-menu ul li a, .f-contact-details a {
  color: var(--content-color);
}
.footer-menu ul li, .f-contact-details {
  padding: 9px 0;
  border-bottom: 1px solid #17694130;
}
.footer-area .row {
	--bs-gutter-x: 33px;
}
.author-link a {
	color: var(--secondery-color);
}
.author-link a:hover, .footer-menu ul li a:hover, .f-contact-details a:hover {
	color: var(--primary-color);
}
/* page-banner */
.page-banner-cta {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10%;
  width: calc(100% - 20px);
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 15px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.page-banner-cta span {
	font-size: 20px;
	font-weight: 500;
	color: var(--secondery-color);
	flex: 1;
	line-height: 1.3;
}
.page-banner-cta-btn {
  background-color: #DAF6DB;
  border-color: #DAF6DB;
  color: var(--secondery-color);
  padding: 19px 35px;
}
.page-banner-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/.7;
}
.page-banner-img {
  margin-right: 32px;
}
.page-banner-content {
	padding: 31px 0;
}
/* team */
.team-name-position {
  padding: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.team-link {
  margin-top: 15px;
}
.team-title {
  width: 326px;
  padding-right: 15px;
}
.team-details {
  flex: 1;
}
.member-img img {
	width: 100%;
	aspect-ratio: 1/.66;
	object-fit: cover;
}
/* service pages */
.main-services-pages, .blog-banner-area {
	padding-top: 85px;
}
.service-title {
	padding: 10px;
	padding-left: 20px;
	margin-top: 15px;
}
.service-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 19px 35px;
}
.service-btn::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.main-service-img img {
	width: 100%;
	aspect-ratio: 1/.57;
	object-fit: cover;
	transition: .6s;
}
.main-services-list:hover .main-service-img img {
	transform: scale(1.1);
}
.service-title h4 {
	flex: 1;
}
.our-services-img img {
	width: 100%;
	aspect-ratio: 1/.74;
	object-fit: cover;
}
.our-services-title h4 {
	margin-bottom: 12px;
}
.our-services-title {
	padding: 24px;
	margin-top: 15px;
	height: 100%;
}
.involved-title {
	padding: 40px 50px;
}
.involved-title h4 {
	margin-bottom: 16px;
}
.installation-details {
  margin-top: 15px;
  padding: 25px;
}
.installation-img img {
  width: 100%;
  aspect-ratio: 1/.55;
  object-fit: cover;
}
.installation-details h4 {
  margin-bottom: 16px;
}
.installation-left span {
	font-weight: 600;
}
.price-wrap {
  padding: 20px;
  border-radius: 10px;
  line-height: 1;
  color: var(--secondery-color);
  font-weight: 600;
  gap: 20px;
  margin-bottom: 5px;
  background-color: #DAF6DB;
  font-family: var(--secondery-font);
}
.price-wrap span {
  font-size: 20px;
  letter-spacing: 0;
}
.price-title {
  font-size: 13px;
  text-transform: uppercase;
}
/* contact page */
.contact-page-form .contact-link {
	color: var(--secondery-color);
}
.contact-page-form .contact-text {
	color: var(--secondery-color);
}
.contact-page-form .emergency-message {
	padding: 15px 15px 14px 30px;
	line-height: 1;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: var(--secondery-color);
}
.emergency-message span {
	height: 16px;
	width: 16px;
	background-color: var(--primary-color);
	border-radius: 100px;
}
.contact-page-form textarea, .contact-page-form input, .contact-page-form select {
	color: var(--primary-color);
	background: var(--white-color);
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder, .contact-page-form select {
    color: var(--secondery-color);
}
/* blog */
.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/.61;
}
.blog-content {
  padding: 35px;
}
.blog-text h4, .latest-post-inner h4 {
  color: var(--secondery-color);
  margin-top: 25px;
  margin-bottom: 16px;
}
.blog-date {
  font-size: 10px;
  font-family: var(--secondery-font);
  font-weight: 400;
  letter-spacing: 20%;
  color: var(--secondery-color);
  background-color: #DAF6DB;
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
}
.blog-category {
	font-size: 10px;
  line-height: 1;
  padding: 9px 10px;
  border-radius: 10px;
  letter-spacing: 20%;
  border: 1px solid var(--secondery-color);
  background-color: transparent;
  color: var(--secondery-color);
}


.page-numbers, .pagination-prev, .pagination-next {
	font-size: 16px;
	color: var(--secondery-color);
	height: 54px;
	width: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.page-numbers.current {
	background-color: #DAF6DB;
}
.blog-pagination {
	gap: 55px;
}
.pagination-prev, .pagination-next {
	background-color: #DAF6DB;
}
.pagination-prev svg path, .pagination-next svg path {
	stroke: var(--secondery-color);
}


.latest-blog-thumb img {
	width: 100%;
	aspect-ratio: 1/.86;
	object-fit: cover;
	transition: .6s;
}
.latest-post-content:hover .latest-blog-thumb img {
	transform: scale(1.1);
}
.latest-post-inner {
	padding: 35px;
	margin-top: 15px;
}
.latest-post-inner .btn-secondery {
	background-color: var(--white-color);
}
.latest-post-inner .btn-secondery:hover {
	background-color: var(--primary-color);
}































/* breadcrumb */
.breadcrumb {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 30%;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1;
}
.breadcrumb span {
	color: var(--content-color);
	font-weight: 600;
}
.breadcrumb a {
	color: RGBa(63, 64, 78, .5);
}
.breadcrumb-arrow {
	display: flex;
	font-size: 24px;
	line-height: 1;
	height: 12px;
	justify-content: center;
	align-items: center;
	width: 12px;
	margin-top: -2px;
	font-weight: 400 !important;
}

/* default arrows */
.splide {
	padding-bottom: 100px;
}
.splide__arrow {
	opacity: 1;
	transition: .4s;
	border: none;
	top: unset;
	bottom: 0;
	transform: unset;
	height: 54px;
	width: 54px;
	background: #DAF6DB;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.splide__arrow:hover {
	background: var(--primary-color);
}
.splide__arrow svg {
	fill: var(--secondery-color);
	height: 16px;
	transition: .4s;
}
.splide__arrow:hover svg {
	fill: var(--white-color);
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
.splide__pagination {
	bottom: 22px;
	gap: 15px;
}
.splide__pagination li {
	display: flex;
}
.splide__pagination__page {
	background: transparent;
	height: 8px;
	margin: 0;
	opacity: 1;
	width: 8px;
	border: 1px solid #17694130;
}
.splide__pagination__page.is-active {
	background: var(--primary-color);
	transform: scale(1);
	border: none;
}

/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}
.error-404 h3 {
	font-family: var(--body-font);
	font-size: 32px;
}

/* responsive */
@media all and (max-width: 1399.98px){
.callouts-cover {
  padding: 30px 20px;
  gap: 30px;
}
.callouts-wrap {
  gap: 20px;
}
.callouts-info {
  gap: 16px;
}
.suburbs-wrap {
	gap: 60px;
}
.page-banner-cta {
	padding: 15px;
}
.latest-post-inner {
	padding: 35px 30px;
}

}

@media all and (max-width: 1199.98px){
	h2, .h2, h1, .h1 {
	font-size: 48px;
}
.card-btn .btn {
	padding: 19px 45px;
}
.banner-cta {
	padding: 15px;
}
.banner-cta span {
	font-size: 16px;
}
.img-bg-shap {
	top: 130px;
	gap: 20px;
}
.img-bg-shap span {
	height: 70px;
}
.callouts-cover {
	gap: 35px;
}
.testimonials-list {
	padding: 30px 24px;
}
.suburbs-wrap {
	padding: 60px 30px;
}
.suburbs-link .h3 {
	font-size: 30px;
}
.suburbs-content {
	width: 600px;
}
.bg-shape::before {
	bottom: -500px;
}
.page-banner-img {
	margin-right: 10px;
}
.team-title {
	width: 280px;
}

/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
	.mm-panel ul li a {
	font-size: 12px;
	color: var(--secondery-color) !important;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 20%;
	font-family: var(--secondery-font);
}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: transparent;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		height: 40px;
		width: 40px;
	}
	.menu-trigger span {
		display: block;
		height: 2px;
		width: 21px;
		background-color: var(--secondery-color);
		border-radius: 100px;
	}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a {
		background-color: var(--primary-color) !important;
		border-radius: 50px;
		transition: .4s;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	/* menu-end */


}

@media all and (max-width: 991.98px){
.banner-img {
	margin-right: auto;
}
.banner-cta span {
	font-size: 20px;
}
.header-sec {
	padding-top: 24px;
}
.banner-content {
	padding-bottom: 65px;
}
.callouts-wrap {
	gap: 30px;
	justify-content: space-between;
	width: 100%;
}
.callouts-info {
	width: calc(33% - 20px);
}
.suburbs-wrap {
        flex-direction: column;
    }

    .suburbs-content {
        width: 100%;
    }

    .suburbs-list {
        flex: none;
        width: calc(100% - 60px);
        height: 420px;
        position: relative;
        overflow: hidden;
		margin-left: auto;
		margin-right: auto;
    }

    .suburbs-list-track {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
	.suburbs-wrap {
	gap: 30px;
}
.bg-shape::before, .right-shape::before {
	display: none;
}
.contact-shortcode {
	max-width: 100%;
}
.contact-link {
	flex-direction: column;
	gap: 10px;
}
.contact-text {
	margin-top: 20px;
}
.footer-details {
	margin-bottom: 25px;
}
.breadcrumb {
	justify-content: center;
}
.page-banner-content {
	padding-top: 0;
}
.page-banner-img {
	margin-right: 0;
}
.team-title {
	width: 100%;
	padding: 0;
}
.involved-title {
	padding: 30px;
}


}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	h2, .h2, h1, .h1 {
		font-size: 43px;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.callouts-info {
	width: 100%;
}
.callouts-cover {
	padding: 50px 20px;
}
.h-service-btn {
	margin-top: 45px;
}
.cta-content-wrap {
	padding: 60px 20px;
}
.p-80 {
	padding: 60px 0;
}
.pt-80 {
	padding-top: 60px;
}
.pb-80 {
	padding-bottom: 60px;
}
.promise-title {
	padding: 24px 20px;
}
.suburbs-wrap {
	padding: 50px 0px;
}
.suburbs-title {
	padding: 0 16px;
}
.map-responsive {
	padding-bottom: 80%;
}
.img-banner img {
	aspect-ratio: 1/.7;
}
.footer-logo {
	margin-left: auto;
	margin-right: auto;
}
.footer-menu {
	margin-bottom: 35px;
}
.page-banner-cta {
	flex-direction: column;
	text-align: center;
}
.page-banner-img-wrap img {
	aspect-ratio: 1/1.2;
}
.page-banner-cta span {
	font-size: 19px;
}
.member-img img {
	aspect-ratio: 1/.8;
}
.mb-40 {
	margin-bottom: 30px;
}
.page-numbers, .pagination-prev, .pagination-next {
	height: 40px;
	width: 40px;
	border-radius: 6px;
}
.single-post-content, .latest-post-inner, .involved-title {
	padding: 30px 16px;
}


}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}


@media all and (max-width: 576.98px) {
.btn {
	width: 100%;
}
.banner-area {
	padding: 60px 0;
}
.banner-content {
	padding-bottom: 40px;
}
.container {
	padding: 0 16px;
}
.header-sec {
	padding-top: 16px;
}
.header-logo {
	height: 48px;
}
.menu-trigger a {
	width: 24px;
}
.banner-cta {
	padding: 20px 15px;
	flex-direction: column;
	position: unset;
}
.banner-cta-btn {
	width: 100%;
}
.img-bg-shap {
	top: 110px;
}
.br-cut br {
	display: none;
}
.testimonials-list {
	padding: 30px 20px;
}
.faq-answer {
	padding: 20px;
	padding-top: 16px;
}
.main-services-pages, .blog-banner-area {
	padding-top: 60px;
}
.service-title {
	padding-left: 15px;
}
.service-btn {
	width: unset !important;
	padding: 19px 30px;
}
.main-service-img img, .blog-thumb img {
	aspect-ratio: 1/.74;
}
.our-services-title {
	padding: 24px 20px;
}
.contact-page-form .emergency-message {
	font-size: 16px;
	padding-left: 15px;
}
.blog-content {
	padding: 30px 16px;
}
.card-img img {
	aspect-ratio: 1/.9;
}
.contact-text {
	margin-top: 24px;
}

}
