/*!
Theme Name: Apex Mechanical HVAC Refrigeration
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: apex-mechanical-hvac-refrigeration
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@font-face {
  font-family: 'Cabin-Bold';
  src: url("./fonts/Cabin-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Cabin-Medium';
  src: url("./fonts/Cabin-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Cabin-Regular';
  src: url("./fonts/Cabin-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Cabin-SemiBold';
  src: url("./fonts/Cabin-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'CabinCondensed-Medium';
  src: url("./fonts/CabinCondensed-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'CabinCondensed-Regular';
  src: url("./fonts/CabinCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'CabinCondensed-SemiBold';
  src: url("./fonts/CabinCondensed-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'CabinCondensed-Bold';
  src: url("./fonts/CabinCondensed-Bold.ttf") format("truetype");
}


body{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family: 'Cabin-Regular';
}

h1,h2.h3{
	font-family: 'Cabin-Bold';
}

p,a,li{
	font-size:16px;
	line-height:28px;
	font-family: 'Cabin-Regular';
}

img{
	max-width:100%;
}

/* header css */

header.header_section {
    position: sticky;
    top: 0px;
    z-index: 999;
    padding: 10px 0px;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-logo a {
    display: block;
}

.header-logo img {
    height: 85px;
}

.top_header {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 20px;
    gap: 100px;
    align-items: center;
    background: linear-gradient(90deg, #FFFFFF00, #CCEDFF, #FFFFFF00);
    margin-bottom: 5px;
}

.top_header p, .top_header p a {
    margin: 0px;
    line-height: normal;
    text-decoration: none;
    font-family: 'Cabin-Bold';
}

.top_header p a{
	color:#007FC4;
}

.header_info_block p {
    font-style: italic;
}

.button_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.button_group a {
    text-decoration: none;
    line-height: normal;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    min-width: 180px;
    font-family: 'Cabin-Bold';
    border-radius: 12px;
}

a.blue_button {
    background: #007FC4;
    color: #fff;
}

a.blue_button:hover {
    background: #104366;
}

.header_block {
    display: flex;
    flex-direction: column;
    align-items: end;
}

div#mega-menu-wrap-menu-1 {
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Cabin-Medium' !IMPORTANT;
    color: #000000;
    font-size: 16px;
    height: auto;
    padding: 0px 19px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #007fc4;
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: #007fc4;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {background: #007fc4;color: #fff;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #007fc4;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    font-size: 16px;
    line-height: 42px;
    display: block;
}

/* header css */


/* hero css */

section.hero_section {
    position: relative;
    min-height: calc(100vh - 115px);
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_inner {
    position: relative;
}

img.image_hero_round {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 83vh;
}

img.image_round {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 45px;
    z-index: 2;
    cursor: pointer;
}

.hero_content h5 {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-family: 'Cabin-Bold';
    background: #fff;
    padding: 5px 16px;
    border-radius: 8px;
}

.hero_content h1 {
    font-size: 63px;
    position: relative;
    padding-bottom: 10px;
}

.hero_content p {
    font-family: 'Cabin-Regular';
}

.hero_content {
    color: #fff;
}

.hero_content h1 span {
    color: #007FC4;
}

.hero_content h1:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 130px;
    background: #F67235;
}

.ratting_hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.ratting_hero p {
    margin: 0px;
    padding-left: 11px;
}

.ratting_hero p span {
    font-family: 'Cabin-Bold';
}

.ratting_hero img {
    height: 30px;
}

a.transparent_button {
    border: 1px solid #FFFFFF;
    color: #fff;
}

a.transparent_button:hover {
    background: #007abc;
    color: #fff;
    border-color: #007abc;
}

/* hero css */

/* trusted css */

section.trusted-business-slider-section {
    background: #004062;
    padding: 30px 0px;
}

.title_text h2 {
    font-size: 32px;
    font-family: 'Cabin-Bold';
}

.white-text h2, .white-text p, .white-text li{
    color:#fff;
}

.trusted-slider-img {
    padding: 0px 20px;
}

.trusted-slider-img img {
    width: 100%;
    height: 74px;
    object-fit: contain;
}

#trusted-slider-box-slider .swiper-slide {
    width: 224px;
}

section.hero_section {
    padding-bottom: 30px;
}

/* trusted css */

/* sevice section css */

section.service-section {
    padding: 70px 0px;
}

.title_text h5 {
    display: inline-block;
    color: #007FC4;
    letter-spacing: 0.5px;
    font-family: 'CabinCondensed-Regular';
    font-size: 14px;
}

.border_orange {
    display: inline-block;
    height: 7px;
    width: 155px;
    background: #F67235;
}

section.service-section .title_text h2 {
    margin: 0px;
}

.swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 40px;
}

.swiper-pagination span {
    border: 1px solid #000000;
    opacity: 1;
    background: transparent;
    height: 15px;
    width: 15px;
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    border-radius: 50%;
    background: #007FC4;
}

a.black_button {
    border: 1px solid #000000;
    color: #000;
}

a.black_button:hover {
    background: #082233;
    border-color: #082233;
    color: #fff;
}

img.blue-line {
    display: block;
}

.service-slider-box {
    border: 2px solid #104366;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: 0.5s;
    margin: 10px;
}

.service-slider-box-content {
    padding: 25px;
    min-height: 208px;
}

.service-slider-box-content h3, .service-slider-box-content h3 a {
    color: #000000;
    text-decoration: none;
    font-family: 'Cabin-SemiBold';
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-slider-box-content p {
    color: #7A7A7A;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.service-slider-box:hover {
    box-shadow: 0px 0px 10px #007FC459;
}

img.main_image_service {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.border_light_div {
    display: block;
    border-top: 7px solid #007ec3;
    border-bottom: 7px solid #104366;
}

/* sevice section css */


/* hvac section css */

section.hvac-service-section {
    padding: 60px 0px;
    background-position: center center !IMPORTANT;
}

.title_text h6 {
    color: #000000;
    letter-spacing: 0.5px;
    font-family: 'CabinCondensed-Regular';
    font-size: 14px;
    display: inline-flex;
    position: relative;
    align-items: center;
}

.title_text h6:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #000000;
    margin-right: 7px;
}

.hvac-main-desc p {
    margin: 0px;
    color: #007FC4;
    font-family: 'Cabin-Medium';
    font-size: 19px;
}

.title_text p a {
    color: #007FC4;
    text-decoration: none;
    font-family: 'Cabin-Medium';
}

.free-estimate-form-box {
    background: #104366;
    border: 3px solid #007FC4;
    margin-left: 50px;
    padding: 40px;
    border-radius: 20px;
    padding-bottom: 30px;
}

.free-estimate-form-box h3 {
    font-size: 30px;
    font-family: 'Cabin-Bold';
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px 5%;
}

.form_input input, .form_input select {
    width: 100%;
    height: 42px;
    padding: 5px 15px;
    color: #000000;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    border: none !IMPORTANT;
    border-radius: 7px;
    background: #fff;
}

.form_input ::-webkit-input-placeholder {
  color: #000;
}
.form_input ::-moz-placeholder {
  color: #000;
}
.form_input :-ms-input-placeholder {
  color: #000;
}
.form_input :-moz-placeholder {
  color: #000;
}

.form_input textarea {
    width: 100%;
    height: 85px;
    padding: 5px 15px;
    color: #000000;
    outline: none ! IMPORTANT;
    box-shadow: none ! IMPORTANT;
    border: none ! IMPORTANT;
    border-radius: 7px;
    background: #fff;
}

span.wpcf7-spinner {
    display: none !IMPORTANT;
}

.form_input p {
    margin: 0px;
}

.form_input {
    margin-bottom: 10px;
    padding: 0px 6px;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
}

.input_half {
    width: 50%;
}

.form_input input[type="submit"] {
    background: #007FC4 !IMPORTANT;
    color: #fff;
    font-family: 'Cabin-Bold';
}

.form_input input[type="submit"]:hover {
    background: #000 !IMPORTANT;
}

/* hvac section css */

/* video css */

section.service-video-section {
    margin-bottom: -200px;
}

.video-area {
    position: relative;
}

img.certificate_image {
    position: absolute;
    z-index: 1;
    width: 92px;
    right: 20px;
    top: 20px;
}

span.play-btn {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    background: #007FC4;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #fff;
    outline-offset: 7px;
    outline: 2px solid #fff;
    cursor: pointer;
}

.video-thumbnail img {
    border-radius: 20px;
}

/* video css */

/* why section css */

section.why-choose-section {
    padding-top: 270px;
    padding-bottom: 60px;
}

.white-text h6 {
    color: #fff;
}

section.why-choose-section .title_text {
    padding-left: 0px;
}

section.why-choose-section .title_text h2 {
    margin: 0px;
}

.why_listing_blocks {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-box-icon {
    background: #007FC4;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	box-shadow: 2px 2px 0px #fff;
}

.why-choose-box-content {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.why-choose-box-icon img {
    height: 45px;
}

.why-choose-box-content h3 {
    font-family: 'Cabin-SemiBold';
    font-size: 24px;
}

.why-choose-box-content p {
    margin: 0px;
}

.white-text h3 {
    color: #fff;
}

.why-choose-img {
    padding-right: 30px;
}

/* why section css */

/* process css */

section.our-process-section {
    padding: 70px 0px;
    margin-bottom: -200px;
    padding-bottom: 225px;
}

.our-process-box {
    background: linear-gradient(0deg, rgba(16 67 102/25%), transparent);
    height: 100%;
    border: 2px solid #104366;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
    margin: 0px 9px;
}

section.our-process-section .row {
    gap: 25px 0px;
}

.our-process-box .process-box-number, .our-process-box h3, .our-process-box p {
    position: relative;
    z-index: 1;
}

.our-process-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(https://testdemoproject.xyz/apex/wp-content/uploads/2026/04/IMG_0170-1-1.png);
    background-repeat: no-repeat !important;
    background-size: cover !IMPORTANT;
    background-position: center center !IMPORTANT;
}

.process-box-number p {
    margin: 0px;
    font-family: 'Cabin-Bold';
    font-size: 50px;
}

.process-box-number {
    background: #104366;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 15px;
}

.our-process-box h3 {
    color: #000000;
    font-family: 'Cabin-SemiBold';
    font-size: 22px;
}

.cta-row {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px;
    background-position: center  center !IMPORTANT;
    border-radius: 15px;
    padding: 30px;
}

.our-process-box p {
    margin: 0px;
}

.cta-row .title_text h2, .cta-row .title_text p {
    color: #fff;
}

/* process css */

/* about css */

section.about-us-section {
    background-position: center center !IMPORTANT;
    padding: 150px 0px;
}

/* about css */

/* testimonial css */

section.testimonial-section {
    margin: 60px 0px;
    margin-top: 30px;
}

.testimonial-box {
    background: #fff;
    border: 3px solid #104366;
    padding: 32px;
    border-radius: 20px;
    position: relative;
    margin-top: 36px;
    border-bottom: 7px solid #104366;
	min-height:300px;
}

img.quote-img {
    position: absolute;
    width: 60px;
    right: 30px;
    top: -36px;
}

.review-google-img img {
    height: 27px;
}

.review-google-img {
    margin-bottom: 15px;
    margin-top: 10px;
}

.testimonial_content h6 {
    text-align: right;
    color: #007FC4;
    font-family: 'Cabin-SemiBold';
    font-size: 17px;
    margin: 0px;
}

/* testimonial css */

/* service area css */

.long-blue-line {
    display: block;
    border-top: 7px solid #007fc4;
    border-bottom: 7px solid #104366;
}

section.serving-area-section {
    padding: 70px 0px;
}

.service_aria_data p {
    color: #000000;
    font-size: 19px;
}

.serving-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.serving-areas-box {
    background: #fff;
    border: 2px solid #007FC4;
    border-radius: 20px;
    width: 22%;
    padding: 20px;
    height: 100%;
}

.serving-areas-box{
    transition: 0.5s;
}

.serving-areas-box:hover {
    box-shadow: 0px 0px 10px rgba(0 127 196/32%);
}

.serving-area-box-content img {
    width: 44px;
}

.serving-area-box-content h3 {
    text-align: left;
    padding-left: 13px;
    font-size: 22px;
    color: #000000;
    font-family: 'Cabin-SemiBold';
    margin: 0px;
}

.serving-areas-box {
    color: #007FC4;
    font-family: 'Cabin-Regular';
    font-size: 16px;
}

.serving-area-box-content {
    margin-bottom: 10px;
}

/* service area css */

/* faq css */

section.faq_section {
    margin: 70px 0px;
}

.faq_block .accordion-item {
    margin-bottom: 15px;
    border: none !IMPORTANT;
    background: #F6F6F6;
    border-radius: 15px !IMPORTANT;
    overflow: hidden;
}

.faq_block .accordion-item button.accordion-button {
    background: transparent !IMPORTANT;
    color: #000000;
    font-family: 'Cabin-SemiBold';
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
}

.faq_block .accordion-item:last-child {
    margin: 0px;
}

.faq_block .accordion-item:hover {
    background: #E6F6FA;
}

/* faq css */


/* footer cta css */

.cta_block {
    position: relative;
    border: 4px solid #007FC4;
    border-radius: 17px;
    overflow: hidden;
    padding: 30px 40px;
    background-position-x: 47% !IMPORTANT;
}

section.cta_footer {
    position: relative;
    margin-bottom: -70px;
}

.cta_row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cta_block:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #104366 52%, transparent);
}

.cta_content {
    color: #fff;
}

.cta_content h2 {
    font-family: 'Cabin-Bold';
    font-size: 28px;
}

.cta_content p {
    margin: 0px;
}

/* footer cta css */

.border_section {
    display: block;
    border-top: 4px solid #104366;
    border-bottom: 7px solid #007fc4;
}

/* footer css */

footer.footer_section {
    background: #082233;
    padding-top: 110px;
    padding-bottom: 50px;
}

.footer-logo a {
    display: block;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    height: 110px;
    object-fit: contain;
}
.row.footer_row {
    justify-content: space-between;
    gap: 25px 0px;
}

.widget1 {
    width: 257px;
}

.widget2 {
    width: 225px;
}

.widget3 {
    width: 233px;
}

.widget4 {
    width: 279px;
}

.widget5 {
    width: 165px;
}

.footer_widget h4 {
    color: #fff;
    font-family: 'Cabin-SemiBold';
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    position: relative;
}

.footer_widget h4:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 58px;
    background: #F67235;
}

.footer_widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_widget ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
}

.footer_widget ul li a:hover {
    color: #007fc4;
}

.footer_widget p {
    margin: 0px;
    color: #fff;
    line-height: 35px;
}

.contact_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.contact_info img {
    width: 40px;
    height: 40px;
}

.contact_info_data {
    width: calc(100% - 40px);
    padding-left: 14px;
}

.contact_info_data a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 28px;
}

.contact_info_data a:hover {
    color: #007fc4;
}

ul.footer_social_media li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.footer_social_media li a img {
    width: 40px;
    height: 40px;
}

ul.footer_social_media li a span {
    display: block;
    width: calc(100% - 40px);
    padding-left: 14px;
}

ul.footer_social_media li a:hover {
    color: #007fc4;
}

section.copyright_section {
    background: #007FC4;
    padding: 8px 0px;
}

.row.copyright_block {
    justify-content: space-between;
    align-items: center;
}

.copyright_text {
    width: auto;
}

.copyright_text p, .copyright_text p a {
    color: #fff;
    margin: 0px;
    text-decoration: none;
}

.copyright_text p a:hover {
    color: #082233;
}

/* footer css */

/* map css */

section.map-section {
    margin-bottom: -69px;
    margin-top: 70px;
}

section.map-section .container-fluid {
    padding: 0px;
}

section.map-section .container-fluid .row {
    margin: 0px !IMPORTANT;
}

section.map-section .container-fluid .row .col-12 {
    padding: 0px;
}

.map-iframe iframe {
    display: block;
    height: 400px;
    width: 100% !important;
}

/* map css */


@media(max-width:1400px){
	.header-logo img {
		height: 65px;
	}

	.top_header {
		gap: 75px;
	}

	p, a, li {
		font-size: 14px;
		line-height: 24px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 15px;
		font-size: 15px;
	}

	.hero_content h5 {
		font-size: 14px;
	}

	.hero_content h1 {
		font-size: 49px;
	}

	.hero_content h1:after {
		width: 110px;
	}

	.button_group a {
		min-width: 150px;
		height: 40px;
	}

	img.image_round {
		width: 38px;
	}

	.title_text h2 {
		font-size: 27px;
	}

	.trusted-slider-img img {
		height: 60px;
	}

	#trusted-slider-box-slider .swiper-slide {
		width: 205px;
	}

	section.service-section {
		padding: 50px 0px;
	}

	.border_orange {
		width: 137px;
		height: 5px;
	}

	section.hvac-service-section {
		padding: 50px 0px;
	}

	.hvac-main-desc p {
		font-size: 18px;
	}

	.free-estimate-form-box h3 {
		font-size: 26px;
	}

	img.certificate_image {
		width: 78px;
	}

	span.play-btn {
		height: 60px;
		width: 60px;
		font-size: 22px;
	}

	.why-choose-box-content h3 {
		font-size: 21px;
	}

	section.our-process-section {
		padding-top: 50px;
	}

	.process-box-number p {
		font-size: 40px;
	}

	.process-box-number {
		height: 80px;
		width: 80px;
	}

	.our-process-box h3 {
		font-size: 20px;
	}

	.our-process-box.text-center {
		padding: 25px 11px;
	}

	.cta-row {
		max-width: 866px;
		border: 3px solid #007fc4;
	}

	.testimonial-box {
		min-height: 250px;
	}

	section.testimonial-section {
		margin-bottom: 50px;
	}

	section.serving-area-section {
		padding: 50px 0px;
	}

	section.faq_section {
		margin: 50px 0px;
	}

	.faq_block .accordion-item button.accordion-button {
		font-size: 16px;
	}

	.map-iframe iframe {
		height: 300px;
	}

	section.map-section {
		margin-top: 50px;
	}

	.cta_content h2 {
		font-size: 25px;
	}

	.footer-logo img {
		height: 85px;
	}

	.widget1 {
		width: 204px;
	}

	.widget2 {
		width: 200px;
	}

	.widget3 {
		width: 200px;
	}

	.widget4 {
		width: 244px;
	}

	.widget5 {
		width: 150px;
	}

	.footer_widget h4 {
		margin-bottom: 11px;
		font-size: 20px;
	}

	.footer_widget h4:after {
		width: 47px;
	}

	.footer_widget ul li a {
		line-height: 30px;
	}

	.footer_widget p {
		line-height: 30px;
	}

	.contact_info img {
		width: 34px;
		height: 34px;
	}

	.contact_info {
		margin-bottom: 8px;
	}

	.contact_info_data {
		width: calc(100% - 34px);
		padding-left: 9px;
	}

	ul.footer_social_media li a img {
		width: 34px;
		height: 34px;
	}

	ul.footer_social_media li a span {
		width: calc(100% - 34px);
		padding-left: 9px;
	}
}


@media(max-width:1200px){
	.hero_content h1 {
		font-size: 40px;
	}

	.service-slider-box-content {
		min-height: 189px;
	}

	.service-slider-box-content h3, .service-slider-box-content h3 a {
		font-size: 19px;
		line-height: 28px;
	}

	.swiper-pagination span {
		height: 12px;
		width: 12px;
	}

	.swiper-pagination {
		margin-top: 20px;
	}

	.free-estimate-form-box {
		padding: 24px;
	}

	.free-estimate-form-box h3 {
		font-size: 23px;
	}

	img.certificate_image {
		width: 60px;
	}

	.why-choose-img {
		padding-right: 0px;
	}

	.border_orange {
		width: 108px;
	}

	.our-process-box.text-center {
		margin: 0px;
	}

	section.our-process-section .row {
		gap: 0px;
	}

	.process-box-number p {
		font-size: 34px;
	}

	.process-box-number {
		height: 70px;
		width: 70px;
	}

	section.testimonial-section {
		margin-top: 0px;
	}

	.service_aria_data p {
		font-size: 17px;
	}

	.serving-areas {
		gap: 20px;
	}

	.serving-area-box-content img {
		width: 34px;
	}

	.serving-area-box-content h3 {
		font-size: 18px;
		padding-left: 7px;
	}

	.serving-areas-box {
		font-size: 14px;
	}
}


@media(max-width:1150px){
	img.image_hero_round {
		height: auto;
		width: 100%;
	}
}

@media(max-width:992px){
	.top_header {
		gap: 30px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 9px;
	}

	.header-logo img {
		height: 50px;
	}

	.hero_content h1 {
		font-size: 33px;
	}

	.hero_content h1:after {
		width: 89px;
	}

	img.image_round {
		width: 30px;
	}

	#trusted-slider-box-slider .swiper-slide {
		width: 134px;
	}

	.trusted-slider-img img {
		height: 47px;
	}

	.title_text h2 {
		font-size: 24px;
	}

	img.main_image_service {
		height: 175px;
	}

	.title_text h2 br {
		display: none;
	}

	.free-estimate-form-box {
		margin: 0px;
	}

	.free-estimate-form-box {
		padding: 24px 10px;
	}

	.form_input input, .form_input select {
		height: 38px;
	}

	section.service-video-section {
		margin-bottom: -80px;
	}

	section.why-choose-section {
		padding-top: 120px;
		padding-bottom: 50px;
	}

	span.play-btn {
		height: 40px;
		width: 40px;
		font-size: 15px;
	}

	section.our-process-section .row {
		gap: 20px 0px;
	}

	section.our-process-section .col-12.mb-5 {
		margin-bottom: 10px !IMPORTANT;
	}

	.testimonial-box {
		padding: 15px;
		padding-top: 25px;
	}

	.review-google-img img {
		height: 24px;
	}

	.serving-areas-box {
		width: 31%;
	}

	.map-iframe iframe {
		height: 250px;
	}

	.cta_block {
		padding: 20px;
	}

	.cta_block p {
		margin-bottom: 15px;
	}

	.copyright_text {
		width: 100%;
		text-align: center;
	}
}


@media(max-width:769px){
	ul#mega-menu-menu-1 {
		background: #082233 !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
	}

	.mega-menu-toggle {
		background: transparent !IMPORTANT;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background: #007fc4;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
		display: none;
	}
}



@media(max-width:768px){
	.ratting_hero {
    margin: 20px 0 50px 0;
}
	img.image_hero_round {
    display: none;
}
	section.hero_section{
		min-height:auto;
	}
	
	.title_text h6:before{
		display:none;
	}
	
	.top_header {
		display: none;
	}

	img.image_hero_round {
		position: static !IMPORTANT;
		width: 100%;
	}

	section.hero_section {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	section.hero_section {
		padding-bottom: 0px;
	}

	.title_text {
		text-align: center;
	}

	.trusted-slider-img {
		padding: 0px 10px;
	}

	div#trusted-slider-box-slider {
		margin-top: 15px;
	}

	.service-slider-box-content {
		padding: 14px;
	}

	section.hvac-service-section .row {
		gap: 25px 0px;
	}

	.button_group {
		justify-content: center;
	}

	section.why-choose-section .row {
		gap: 25px 0px;
	}

	.why-choose-box-content {
		text-align: left;
	}

	.serving-areas-box {
		width: 46%;
	}

	.footer_widget {
		width: 100% !IMPORTANT;
	}

	.footer_widget .button_group {
		justify-content: start;
	}

	.row.footer_row {
		gap: 20px 0px;
	}

	section.map-section {
		margin-bottom: -95px;
	}

	.cta_row {
		text-align: center;
	}

	.cta_content {
		width: 100%;
	}

	.cta_button {
		width: 100%;
	}
}



@media(max-width:510px){
	
	
	.hero_content h1 {
		font-size: 28px;
	}

	.service-slider-box-content {
		min-height: 150px;
	}

	.input_half {
		width: 100%;
	}

	.cta-row {
		padding: 20px;
	}

	.serving-areas-box {
		width: 100%;
	}
}
