update image
20
about.html
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
@ -183,7 +183,7 @@
|
||||
<li><a href="service-detail.html?service=ac-installation">AC Installation</a></li>
|
||||
<li><a href="service-detail.html?service=ac-maintenance">AC Maintenance</a></li>
|
||||
<li><a href="service-detail.html?service=air-quality">Air Quality Solutions</a></li>
|
||||
<li><a href="ductless-ac.html">Ductless AC</a></li>
|
||||
<li><a href="ductless-ac.html">Ductless AC</a></li>
|
||||
<li><a href="commercial-hvac.html">Commercial HVAC</a></li>
|
||||
|
||||
</ul>
|
||||
@ -198,7 +198,7 @@
|
||||
<li><a href="hydro-jetting.html">Hydro Jetting</a></li>
|
||||
<li><a href="under-slab-plumbing.html">Under Slab Plumbing</a></li>
|
||||
<li><a href="slab-leak-detection.html">Slab Leak Detection</a></li>
|
||||
<li><a href="commercial-plumbing-service.html">Commercial Plumbing Service</a></li>
|
||||
<li><a href="commercial-plumbing-service.html">Commercial Plumbing Service</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
@ -272,7 +272,7 @@
|
||||
<div class="about-style1__img">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/about/about-style1-img-1.jpg"
|
||||
src="assets/images/home/home2.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -323,7 +323,7 @@
|
||||
<img
|
||||
style="height: auto;"
|
||||
class="object-fit-cover"
|
||||
src="assets/images/galleries/gallery-1.webp"
|
||||
src="assets/images/home/home3.jpg"
|
||||
alt="gallery-1"
|
||||
/>
|
||||
</div>
|
||||
@ -331,7 +331,7 @@
|
||||
<img
|
||||
style="height: auto;"
|
||||
class="object-fit-cover"
|
||||
src="assets/images/galleries/gallery-2.webp"
|
||||
src="assets/images/home/home4.jpg"
|
||||
alt="gallery-2"
|
||||
/>
|
||||
</div>
|
||||
@ -339,7 +339,7 @@
|
||||
<img
|
||||
style="height: 100%; object-fit: cover;"
|
||||
class="object-fit-cover"
|
||||
src="assets/images/galleries/gallery-3.webp"
|
||||
src="assets/images/home/home5.jpg"
|
||||
alt="gallery-3"
|
||||
/>
|
||||
</div>
|
||||
@ -353,7 +353,7 @@
|
||||
<div class="col-xl-12">
|
||||
<div class="mission-content-box">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/resources/mission.png" alt="" />
|
||||
<img src="assets/images/home/home1.jpg" alt="" />
|
||||
</div>
|
||||
<div class="text-box">
|
||||
<p>
|
||||
|
@ -4,23 +4,23 @@
|
||||
=============================================
|
||||
***/
|
||||
.bottom-parallax {
|
||||
position: relative;
|
||||
height: 525px;
|
||||
opacity: 0;
|
||||
z-index: -999;
|
||||
position: relative;
|
||||
height: 525px;
|
||||
opacity: 0;
|
||||
z-index: -999;
|
||||
}
|
||||
|
||||
.bottom-parallax .footer-area {
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
height: 525px;
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
height: 525px;
|
||||
}
|
||||
|
||||
.parallax-visible .bottom-parallax {
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/***
|
||||
@ -29,369 +29,372 @@
|
||||
=============================================
|
||||
***/
|
||||
.footer-area {
|
||||
position: relative;
|
||||
display: block;
|
||||
background: rgb(247, 247, 247);
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
display: block;
|
||||
background: rgb(247, 247, 247);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.footer-top {
|
||||
position: relative;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.footer-top__bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
background-color: oklch(0.444 0.177 26.899);
|
||||
background-blend-mode: multiply;
|
||||
opacity: 0.85;
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
background-color: #0b67b4;
|
||||
background-blend-mode: multiply;
|
||||
opacity: 0.85;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.footer-top__inner {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1 {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1 li {
|
||||
flex: 0 0 auto;
|
||||
width: 33.3333333333%;
|
||||
padding: 20px 0;
|
||||
flex: 0 0 auto;
|
||||
width: 33.3333333333%;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1 li + li {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||||
padding-left: 60px;
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .icon {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
font-size: 30px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
font-size: 30px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .icon.map {
|
||||
font-size: 34px;
|
||||
font-size: 34px;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .icon:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0px;
|
||||
right: 0;
|
||||
border-radius: 8px;
|
||||
background-color: var(--thm-base);
|
||||
transition: -webkit-transform 0.4s ease;
|
||||
transition: transform 0.4s ease;
|
||||
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
|
||||
transform-origin: top right;
|
||||
-webkit-transform: scale(1, 0);
|
||||
transform: scale(1, 0);
|
||||
z-index: -1;
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0px;
|
||||
right: 0;
|
||||
border-radius: 8px;
|
||||
background-color: var(--thm-base);
|
||||
transition: -webkit-transform 0.4s ease;
|
||||
transition: transform 0.4s ease;
|
||||
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
|
||||
transform-origin: top right;
|
||||
-webkit-transform: scale(1, 0);
|
||||
transform: scale(1, 0);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1 li:hover .footer-contact-info-box1__single .icon:before {
|
||||
-webkit-transform: scale(1, 1);
|
||||
transform: scale(1, 1);
|
||||
transform-origin: bottom center;
|
||||
.footer-contact-info-box1
|
||||
li:hover
|
||||
.footer-contact-info-box1__single
|
||||
.icon:before {
|
||||
-webkit-transform: scale(1, 1);
|
||||
transform: scale(1, 1);
|
||||
transform-origin: bottom center;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .text {
|
||||
position: relative;
|
||||
margin-left: 25px;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
margin-left: 25px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .text p {
|
||||
color: #ffffff;
|
||||
line-height: 24px;
|
||||
color: #ffffff;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .text h5 {
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
font-weight: 500;
|
||||
font-family: var(--thm-font-2);
|
||||
margin: 7px 0 0;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
font-weight: 500;
|
||||
font-family: var(--thm-font-2);
|
||||
margin: 7px 0 0;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .text h5 a {
|
||||
color: #ffffff;
|
||||
transition: all 200ms linear;
|
||||
transition-delay: 0.1s;
|
||||
color: #ffffff;
|
||||
transition: all 200ms linear;
|
||||
transition-delay: 0.1s;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1__single .text h5 a:hover {
|
||||
color: var(--thm-base);
|
||||
color: var(--thm-base);
|
||||
}
|
||||
|
||||
.footer-main {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 1px;
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.single-footer-widget .title {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-top: -2px;
|
||||
padding-top: 9px;
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-top: -2px;
|
||||
padding-top: 9px;
|
||||
}
|
||||
|
||||
.single-footer-widget .title h3 {
|
||||
color: black;
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
font-weight: 600;
|
||||
text-transform: capitalize;
|
||||
color: black;
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
font-weight: 600;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.footer-main .single-widget {
|
||||
margin-bottom: 44px;
|
||||
margin-bottom: 44px;
|
||||
}
|
||||
|
||||
.single-footer-widget {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.single-footer-widget.margin-leftminus1 {
|
||||
margin-left: -40px;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
.single-footer-widget .our-company-info {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-right: 110px;
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-right: 110px;
|
||||
}
|
||||
|
||||
.footer-logo-style1 {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-bottom: 30px;
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.footer-logo-style1 a {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
max-height: 60px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.single-footer-widget .our-company-info .text {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.single-footer-widget .our-company-info .text p {
|
||||
margin-top: 25px;
|
||||
color: #bcc1c9;
|
||||
font-size: 17px;
|
||||
line-height: 28px;
|
||||
margin-top: 25px;
|
||||
color: #bcc1c9;
|
||||
font-size: 17px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.footer-social-link {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-top: 33px;
|
||||
position: relative;
|
||||
display: block;
|
||||
padding-top: 33px;
|
||||
}
|
||||
|
||||
.footer-social-link ul {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.footer-social-link ul li {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.footer-social-link ul li:last-child {
|
||||
margin-right: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.footer-social-link ul li a {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
background: transparent;
|
||||
border: 1px solid #bcc1c9;
|
||||
border-radius: 50%;
|
||||
color: #bcc1c9;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
transition: all 200ms linear;
|
||||
transition-delay: 0.1s;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
background: transparent;
|
||||
border: 1px solid #bcc1c9;
|
||||
border-radius: 50%;
|
||||
color: #bcc1c9;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
transition: all 200ms linear;
|
||||
transition-delay: 0.1s;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.footer-social-link ul li a:before {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
background: transparent;
|
||||
border: 1px solid var(--thm-base);
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
opacity: 0;
|
||||
transform: scale(0.5);
|
||||
transform-style: preserve-3d;
|
||||
transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
background: transparent;
|
||||
border: 1px solid var(--thm-base);
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
opacity: 0;
|
||||
transform: scale(0.5);
|
||||
transform-style: preserve-3d;
|
||||
transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.footer-social-link ul li:hover a:before {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.footer-social-link ul li:hover a {
|
||||
color: var(--thm-base);
|
||||
border-color: var(--thm-base);
|
||||
color: var(--thm-base);
|
||||
border-color: var(--thm-base);
|
||||
}
|
||||
|
||||
.footer-widget-links {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding-top: 29px;
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding-top: 29px;
|
||||
}
|
||||
|
||||
.single-footer-widget--link-box {
|
||||
position: relative;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.footer-widget-links ul {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.footer-widget-links ul li {
|
||||
position: relative;
|
||||
display: block;
|
||||
line-height: 26px;
|
||||
margin-bottom: 11px;
|
||||
position: relative;
|
||||
display: block;
|
||||
line-height: 26px;
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
.footer-widget-links ul li:last-child {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.footer-widget-links ul li a {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: black;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
font-family: var(--thm-font);
|
||||
transition: all 100ms linear;
|
||||
transition-delay: 0.1s;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: black;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
font-family: var(--thm-font);
|
||||
transition: all 100ms linear;
|
||||
transition-delay: 0.1s;
|
||||
}
|
||||
|
||||
.footer-widget-links ul li a:hover {
|
||||
color: #d90429;
|
||||
padding-left: 2px;
|
||||
color: #d90429;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.single-footer-widget__img-box {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-top: 30px;
|
||||
margin-left: -40px;
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-top: 30px;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
.footer-bottom {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.footer-bottom .bottom-inner {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
padding: 25px 0px 26px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
padding: 25px 0px 26px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.copyright-text {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.copyright-text p {
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.copyright-text p a {
|
||||
color: black;
|
||||
font-weight: 500;
|
||||
transition: all 300ms ease 100ms;
|
||||
color: black;
|
||||
font-weight: 500;
|
||||
transition: all 300ms ease 100ms;
|
||||
}
|
||||
|
||||
.copyright-text p a:hover {
|
||||
color: #d90429;
|
||||
color: #d90429;
|
||||
}
|
||||
|
||||
.footer-bottom-right {
|
||||
position: relative;
|
||||
display: block;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.footer-bottom-right p {
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.footer-bottom-right p a {
|
||||
color: black;
|
||||
font-weight: 500;
|
||||
transition: all 300ms ease 100ms;
|
||||
color: black;
|
||||
font-weight: 500;
|
||||
transition: all 300ms ease 100ms;
|
||||
}
|
||||
|
||||
.footer-bottom-right p a:hover {
|
||||
color: #d90429;
|
||||
color: #d90429;
|
||||
}
|
||||
|
||||
/***
|
||||
@ -400,60 +403,60 @@
|
||||
=============================================
|
||||
***/
|
||||
.footer-area--style2 {
|
||||
background: #1d1d1d;
|
||||
background: #1d1d1d;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-top__bg {
|
||||
background-color: #480202;
|
||||
background-color: #480202;
|
||||
}
|
||||
|
||||
.footer-area--style2 .single-footer-widget .our-company-info .text p {
|
||||
color: #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-widget-links ul li a {
|
||||
color: #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-widget-links ul li a:hover {
|
||||
color: #ffffff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-social-link ul li a {
|
||||
border: 1px solid #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
border: 1px solid #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-social-link ul li a:before {
|
||||
top: -2px;
|
||||
left: -2px;
|
||||
bottom: -2px;
|
||||
right: -2px;
|
||||
border: 3px solid var(--thm-base);
|
||||
top: -2px;
|
||||
left: -2px;
|
||||
bottom: -2px;
|
||||
right: -2px;
|
||||
border: 3px solid var(--thm-base);
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-social-link ul li a:hover {
|
||||
color: #ffffff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.footer-area--style2 .copyright-text p {
|
||||
color: #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-area--style2 .copyright-text p a {
|
||||
color: #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-bottom-right p {
|
||||
color: #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-area--style2 .footer-bottom-right p a {
|
||||
color: #a2a2a2;
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.footer-logo-style1 img {
|
||||
width: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
/** End Css **/
|
||||
|
BIN
assets/images/home/ac1.jpg
Normal file
After Width: | Height: | Size: 4.0 MiB |
BIN
assets/images/home/ac2.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
assets/images/home/ac3.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
assets/images/home/ac4.jpg
Normal file
After Width: | Height: | Size: 3.2 MiB |
BIN
assets/images/home/ac5.jpg
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
assets/images/home/home1.jpg
Normal file
After Width: | Height: | Size: 655 KiB |
BIN
assets/images/home/home2.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/images/home/home3.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/home/home4.jpg
Normal file
After Width: | Height: | Size: 735 KiB |
BIN
assets/images/home/home5.jpg
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
assets/images/home/repair.jpg
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/images/home/repair2.jpg
Normal file
After Width: | Height: | Size: 490 KiB |
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
61
index.html
@ -9,19 +9,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
@ -302,25 +302,24 @@
|
||||
<li><a href="service-detail.html?service=ac-installation">AC Installation</a></li>
|
||||
<li><a href="service-detail.html?service=ac-maintenance">AC Maintenance</a></li>
|
||||
<li><a href="service-detail.html?service=air-quality">Air Quality Solutions</a></li>
|
||||
<li><a href="ductless-ac.html">Ductless AC</a></li>
|
||||
<li><a href="ductless-ac.html">Ductless AC</a></li>
|
||||
<li><a href="commercial-hvac.html">Commercial HVAC</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="plumbing.html">Plumbing Services</a>
|
||||
<ul>
|
||||
<li><a href="plumbing-inspection.html">Plumbing Inspection</a></li>
|
||||
<li><a href="plumbing-repair.html">Plumbing Repair</a></li>
|
||||
<li><a href="water-heaters.html">Water Heaters</a></li>
|
||||
<li><a href="tankless-water-heaters.html">Tankless Water Heater</a></li>
|
||||
<li><a href="hydro-jetting.html">Hydro Jetting</a></li>
|
||||
<li><a href="under-slab-plumbing.html">Under Slab Plumbing</a></li>
|
||||
<li><a href="slab-leak-detection.html">Slab Leak Detection</a></li>
|
||||
<li><a href="commercial-plumbing-service.html">Commercial Plumbing Service</a></li>
|
||||
<a href="plumbing.html">Plumbing Services</a>
|
||||
<ul>
|
||||
<li><a href="plumbing-inspection.html">Plumbing Inspection</a></li>
|
||||
<li><a href="plumbing-repair.html">Plumbing Repair</a></li>
|
||||
<li><a href="water-heaters.html">Water Heaters</a></li>
|
||||
<li><a href="tankless-water-heaters.html">Tankless Water Heater</a></li>
|
||||
<li><a href="hydro-jetting.html">Hydro Jetting</a></li>
|
||||
<li><a href="under-slab-plumbing.html">Under Slab Plumbing</a></li>
|
||||
<li><a href="slab-leak-detection.html">Slab Leak Detection</a></li>
|
||||
<li><a href="commercial-plumbing-service.html">Commercial Plumbing Service</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="about.html">About Us</a>
|
||||
@ -496,9 +495,9 @@
|
||||
</div>
|
||||
<div class="text" style="min-height: 80px;">
|
||||
<p>
|
||||
If you're looking for "heating repair near me" or "plumber near me" and need reliable HVAC and plumbing services in Mesa, AZ, and the surrounding areas, Air & Water Mechanical Inc. is here to assist. Whether you need air conditioning repair, tankless water heater installation, or a comprehensive diagnostic check, our skilled service technicians bring years of experience to every job.
|
||||
Looking for reliable heating repair or a plumber near me in Mesa, AZ, and nearby areas? Air & Water Mechanical Inc. is here to help. Our skilled technicians provide top-quality service for air conditioning repairs, tankless water heater installations, and more.
|
||||
</p>
|
||||
<p>We are a locally owned and operated business committed to providing top-tier service and achieving 100% customer satisfaction. As a trusted Trane Comfort Specialist, we pride ourselves on delivering quality HVAC solutions for your home and business needs.</p>
|
||||
<p>As a locally owned business, we’re committed to 100% customer satisfaction. As a Trane Comfort Specialist, we offer trusted HVAC solutions for your home and business needs.</p>
|
||||
</div>
|
||||
<div class="two-btn">
|
||||
<div class="btn-box">
|
||||
@ -670,7 +669,7 @@
|
||||
<div class="col-xl-5">
|
||||
<div class="w-full bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-500 hover:scale-[1.02]">
|
||||
<div>
|
||||
<img src="assets/images/services/service.webp" class="w-full h-[300px] object-cover"/>
|
||||
<img src="assets/images/home/home1.jpg" class="w-full h-[300px] object-cover"/>
|
||||
<div class="px-4 px-sm-5 py-4">
|
||||
<h1 class="text-2xl text-lg-3xl font-bold text-gray-800 mb-4 text-center">
|
||||
Schedule Your Inspection!
|
||||
@ -808,7 +807,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-1.jpg" alt="" />
|
||||
<img src="assets/images/home/home2.jpg alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -826,7 +825,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-2.jpg" alt="" />
|
||||
<img src="assets/images/home/home3.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -844,7 +843,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-3.jpg" alt="" />
|
||||
<img src="assets/images/home/home4.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -862,7 +861,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-1.jpg" alt="" />
|
||||
<img src="assets/images/home/home2.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -880,7 +879,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-2.jpg" alt="" />
|
||||
<img src="assets/images/home/home3.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -898,7 +897,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-3.jpg" alt="" />
|
||||
<img src="assets/images/home/home4.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -1367,7 +1366,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-1.webp"
|
||||
src="assets/images/home/ac1.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1379,7 +1378,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-2.webp"
|
||||
src="assets/images/home/ac2.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1391,7 +1390,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-3.webp"
|
||||
src="assets/images/home/ac3.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1403,7 +1402,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-4.webp"
|
||||
src="assets/images/home/ac4.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1415,7 +1414,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-5.webp"
|
||||
src="assets/images/home/ac5.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Air & Water Mechanical Inc. HVAC & Plumbing Services" />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
@ -316,7 +316,7 @@
|
||||
<div class="col-xl-9">
|
||||
<div class="service-details-style3__content">
|
||||
<div class="inner-title">
|
||||
<h2 class="text-blue">Images & Videos</h2>
|
||||
<h2 class="text-blue">Images</h2>
|
||||
<p>At Air & Water Mechanical Inc, we understand just how brutal Tucson summers can be. Keeping your home’s air conditioning system in top shape is our priority! No matter the issue, we’ve got the solution to restore your comfort quickly. When your A/C stops working, we’ll be there to save the day. Call us or schedule your service online today, and discover why we’re recognized as one of the best A/C companies in Air & Water Mechanical!</p>
|
||||
</div>
|
||||
<div class="service-details-style3-img-box">
|
||||
@ -324,22 +324,22 @@
|
||||
<!--Start Single Img Box-->
|
||||
<div class="col-xl-4 col-lg-4">
|
||||
<div class="single-img-box">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/galleries/gallery-1.webp" alt="">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/home/home3.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<!--End Single Img Box-->
|
||||
<!--Start Single Img Box-->
|
||||
<div class="col-xl-4 col-lg-4">
|
||||
<div class="single-img-box">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/galleries/gallery-2.webp" alt="">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/home/home4.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<!--End Single Img Box-->
|
||||
<!--Start Single Img Box-->
|
||||
<div class="col-xl-4 col-lg-4">
|
||||
<div class="single-img-box">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/galleries/gallery-3.webp" alt="">
|
||||
<div class="video-gallery-style2">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/home/home2.jpg" alt="">
|
||||
<!-- <div class="video-gallery-style2">
|
||||
<div class="icon wow zoomIn animated animated" data-wow-delay="300ms"
|
||||
data-wow-duration="1500ms"
|
||||
style="visibility: visible; animation-duration: 1500ms; animation-delay: 300ms; animation-name: zoomIn;">
|
||||
@ -348,7 +348,7 @@
|
||||
<span class="icon-play"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<!--End Single Img Box-->
|
||||
@ -719,7 +719,7 @@
|
||||
const services = {
|
||||
"ac-repair": {
|
||||
header: 'AC Repair',
|
||||
image: 'assets/images/services/service-7.webp',
|
||||
image: 'assets/images/home/repair.jpg',
|
||||
title: "Emergency AC Repair Services",
|
||||
description: `When your air conditioner breaks down during Tucson's scorching heat waves, every minute matters. That’s why our NATE-certified technicians are ready to respond quickly, 365 days a year. Whether it's a refrigerant leak or a compressor failure, we’re equipped to tackle it all. With fully-stocked trucks carrying essential replacement parts, we resolve 85% of repairs on the first visit, ensuring you get back to comfort faster. `,
|
||||
features: [
|
||||
@ -742,7 +742,7 @@
|
||||
},
|
||||
"ac-installation": {
|
||||
header: 'AC Installation',
|
||||
image: 'assets/images/services/service-8.webp',
|
||||
image: 'assets/images/home/repair2.jpg',
|
||||
title: "Custom Cooling Solutions Engineered for Tucson Homes",
|
||||
description: `A proper A/C installation is about more than just swapping out equipment—it’s about precision. Our 27-point installation process starts with a Manual J load calculation, ensuring we accurately assess your home’s cooling needs based on factors like window orientation, insulation quality, and local climate patterns. From there, we design a tailored system that fits both your budget and usage habits, whether you’re seeking a high-efficiency inverter system for reliable comfort or a commercial-grade unit for your business.`,
|
||||
features: [
|
||||
@ -765,7 +765,7 @@
|
||||
},
|
||||
"ac-maintenance": {
|
||||
header: 'AC Maintenance',
|
||||
image: 'assets/images/services/service-5.webp',
|
||||
image: 'assets/images/home/home5.jpg',
|
||||
title: "Comprehensive AC Maintenance Plans",
|
||||
description: `Just like changing your car's oil, regular A/C maintenance is essential to prevent 90% of emergency breakdowns while ensuring peak efficiency. Our Gold and Platinum maintenance plans are specifically designed for Tucson’s harsh climate, with a focus on dust filtration and condenser coil care. Every visit includes thorough checks of refrigerant levels, electrical components, and system calibration to ensure your unit can handle seasonal temperature fluctuations.`,
|
||||
features: [
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|