/*
Theme Name: WP-Spirit Theme
Author: xpothemes.com
Author URI: http://www.xpothemes.com
Description: Please give the description here.
*/

/* MAIN STYLES
-------------------------------------------*/

body,
html {
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	line-height: 1.7em;
	height: auto;
	width: auto;
	font-size: 14px;
}

html {
	scroll-behavior: smooth;
}

#header_outer_sticky {
	position: sticky;
	/* or fixed */
	top: 0;
	z-index: 9999;
	width: 100%;
	margin-top: -7px;
}


.header_top {
	background: #00439F;
	color: #fff;
}

.noptin-form-note {
	display: none;
}

.header_top_inner {
	margin: auto;
	text-align: right;
	padding: 5px 25px;
}

.myslider .flex-direction-nav li {
	display: none;
}

.myslider:hover .flex-direction-nav li {
	display: block;
}

.header_top_inner a {
	color: #fff;
}

#colLeft ul li {
	list-style: none;
	margin-left: 20px;
	padding: 6px 0 2px 14px;
	background: url("images/bullet_list.png") no-repeat scroll 0 12px transparent;
}

.about_us_home_container {
	display: flex;
	gap: 40px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}

.about_us_home_image img {
	max-width: 400px;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #143b63;
	text-transform: normal;
	line-height: 100%;
}

/* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin: auto;
	width: 1420px;
	background: #fff;
	box-shadow: 0px 10px 5px 4px #eee;
	padding: 15px 15px;
}

.single_blog .first_image {
	width: 100%;
	height: auto;
}

.slider img {
	width: 100%;
	height: auto;
}

.new_hvac {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border-radius: 0;
	background: #0d63da;
}

.new_hvac .new_hvac_content {
	padding: 20px;
	color: #fff;
	position: relative;
	display: flex;
}

.new_hvac .new_hvac_icon {
	margin-bottom: 15px;
}

.new_hvac .new_hvac_icon img {
	height: auto;
	width: 100px;
}

.new_hvac .new_hvac_title {
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 10px;
	color: #fff;
}

.new_hvac .new_hvac_features {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
	flex-wrap: wrap;
	gap: 25px;
}

.new_hvac .new_hvac_features li {
	font-size: 15px;
	position: relative;
	padding-left: 22px;
	padding-bottom: 10px;
	float: left;
	margin-right: 25px;
}

.new_hvac .new_hvac_features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}

.new_hvac .new_hvac_btn {
	display: inline-block;
	background: #ff7b22;
	color: #fff;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.new_hvac .new_hvac_btn:hover {
	opacity: 0.9;
}

.new_hvac_content {
	width: 57%;
	;
}

.new_hvac_image {
	width: 43%;
}


.new_hvac .new_hvac_image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


.blog_page {
	background: url("images/blog_bg.jpg") repeat-y scroll 0 0 transparent !important ;
}

#inner-content {
	background: url("images/content_bg.jpg") repeat-y scroll 0 0 transparent ;
	border: 1px solid #E3E3E3;
	box-shadow: 0 0 5px #eee;
	padding: 15px 15px;
	width: 1445px;
	margin: auto;
}

#inner-content-full {
	background: #fff;
	border: 1px solid #E3E3E3;
	box-shadow: 0 0 6px #757575;
	padding: 12px;
}

#colLeft {
	float: left;
	padding-right: 20px;
	width: 295px;
	padding-top: 20px;
}

.blog_page #colLeft {
	float: left;
	padding-right: 0px;
	padding-left: 15px;
	width: 295px;
	padding-top: 0px;
}

.blog_page #colLeft .recent-post-item {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.blog_page #colLeft .recent-post-item a img {
	width: 75px;
	height: auto;
	padding-right: 10px;
}

.recent-post-content {
	height: auto;
	font-size: 13px;
	line-height: 17px;
}

.recent-post-content a,
.sidebar_category a {
	color: #00439F;
}

.recent-post-content a:hover,
.sidebar_category a:hover {
	text-decoration: underline;
}

.blog_page #colRight {
	float: left;
	padding-right: 15px;
	padding-left: 0;
}

.sidebar_category a.category-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	transition: .3s;
}

.sidebar_category a.category-item:hover {
	color: #00439c;
	padding-left: 8px;
}

.social-share {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.sidebar_category i {
	font-size: 13px;
	color: #00439c;
}

.sidebar_category .category-name {
	flex: 1;
}

.sidebar_category .category-count {
	color: #777;
	font-size: 14px;
}

.thumbnail img {
	max-width: 100%;
	height: auto;
}

#colLeft-home {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 962px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
	float: left;
	font-size: 12px;
}

.sidebar_menu {
	padding-bottom: 10px;
}

.social-share p {
	font-size: 20px;
	font-style: italic;
}

.social-share a .fab,
.social-share a .fas {
	color: #00439F;
	font-size: 25px;
	padding-right: 10px;
}

.social-share a .fab:hover,
.social-share a .fas:hover {
	color: #ff6a00;

}

/* page container for Portfolio */
#colFull {
	padding-left: 0px;
	padding-top: 15px;
	/*	width:925px;
*/
}

#colFull .blog_listing .single_blog .blog_image a {
	overflow: hidden;
}

.single_blog .blog_content h2 {
	margin: 0;
}

.single_blog .blog_image {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.single_blog .blog_content h2 a {
	color: #00439F;
	font-size: 14px;
}

.single_blog .blog_content h2 a:hover {
	text-decoration: underline;
}

.date_time,
.category_name {
	margin-bottom: 0;
}

.date_entry {
	padding-right: 50px;
}


.page-numbers {
	background: #00439F;
	padding: 8px 10px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #00439F;
}

.page-numbers.current,
.page-numbers:hover {
	background: #ff6a00;
	padding: 8px 10px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #ff6a00;
}

.blog-search {
	position: relative;
	width: 100%;
	max-width: 360px;
}

.blog-search input {
	width: 100%;
	height: 42px;
	padding: 0 45px 0 15px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 15px;
	outline: none;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

.blog-search input::placeholder {
	color: #999;
}

.blog-search button {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	border: none;
	background: none;
	cursor: pointer;
	color: #666;
	font-size: 18px;
	padding: 0;
}

.blog-search button:hover {
	color: #00439F;
}

.read_more {
	position: relative;
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #00439F;
	border-radius: 4px;
	color: #00439F;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.4s ease, border-color 0.4s ease;
	z-index: 1;
}

.read_more::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #ff6a00;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	z-index: -1;
}

.read_more:hover {
	color: #fff;
	border-color: #ff6a00;
}

.read_more:hover::before {
	transform: scaleX(1);
}


#colFull .blog_listing .single_blog .blog_image img {
	border-radius: 10px;
}

.blog_listing .single_blog:first-child {
	display: block;
}

.blog_listing .single_blog:first-child .blog_image a img {
	width: 100%;
	height: auto;
}

.single_blog {
	display: flex;
	margin-bottom: 15px;
	gap: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.single_blog:last-child {
	border-bottom: none;
}

.tp-bannershadow.tp-shadow2 {
	display: none;
}
.container940
{
	padding: 0 20px;
}

#colRight {
	float: left;
	width: 1090px;
	padding-left: 15px;
}

#colRight hr {
	margin: 20px 0;
}

#colRight #inner {
	padding: 10px;
}

#footer_outer {
	background: #0D1E36;
}

#copyright {
	background: #0a192e;
}

#footer {
	color: #ffffff;
	font-size: 11px;
	margin: auto;
	position: relative;
	width: 1450px;
	padding-bottom: 15px;
	padding-top: 40px;
}

#footer a,
#footer p {
	color: #fff;
}

#footer p a:hover {
	text-decoration: underline;
}

#innerFooter {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

/* HEADER ELEMENTS
------------------------------------------*/
#sitelink-top {
	position: absolute;
	top: 17px;
	right: 8px;
}

#sitelink-top a {
	display: block;
	width: 197px;
	height: 22px;
	text-indent: -9999px;
	background: url(images/xpothemes-logo-top.png) 0 0 no-repeat;
}

/* -- logo --*/




/* -- search --*/
#searchTop {
	font-size: 20px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 24px;
	width: 200px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
}


/* -- main menu --*/

#topMenu {
	height: auto;
}

#topMenu ul.sf-menu {
	height: auto;
	padding: 5px 0;
	display: inline-block;
}

#topMenu ul.sf-menu li {
	float: left;
	padding: 0 20px;
}

#topMenu li.current-menu-item a {
	color: #00439F !important;
}

#topMenu ul#menu-main-menu li.current-menu-item {
	border-radius: 5px;
}

#topMenu ul#menu-main-menu li.current-menu-item a {
	color: #00439F !important;
}

#wprmenu_bar div.hamburger {
	margin-top: -1px !important;
}


#topMenu ul.sf-menu li a {
	text-decoration: none;
	color: #333;
}

#topMenu ul.sf-menu li li a {
	padding: 0 12px;
}

#topMenu ul.sf-menu li a:hover {
	text-shadow: none;
}

ul+.menu-main-menu li a:hover {
	color: #00439F;
}

#topMenu ul.sf-menu li li {
	padding: 0;
	padding-top: 2px;
	border: none;

}

#topMenu ul.sf-menu li ul.children,
#topMenu ul.sf-menu li ul.sub-menu {
	padding: 0;
	background: none repeat scroll 0 0 #F6F9FE;
	border: 1px solid #E3E3E3;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
	min-width: 200px;
}

#topMenu ul.sf-menu li ul.children li,
#topMenu ul.sf-menu li ul.sub-menu li,
#topMenu ul.sf-menu li.page_item ul li {
	position: relative;
	line-height: 100%;
	height: 43px;
	text-transform: none;
	min-width: 200px;

}

#topMenu ul.sf-menu li ul.children li a,
#topMenu ul.sf-menu li ul.sub-menu li a,
#topMenu ul.sf-menu li.page_item ul li a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	line-height: 100%;
	border: none;
	text-transform: none;
}


#topMenu ul.sf-menu li ul.children li ul.children a,
#topMenu ul.sf-menu li ul.sub-menu li ul.sub-menu a {
	text-decoration: none;
	position: relative;
	border: none;
}

#topMenu ul.sf-menu li ul.children,
#topMenu ul.sf-menu li ul.sub-menu,
#topMenu ul.sf-menu li.page_item ul {
	margin-top: 3px;
	border-top: 4px solid #00439F;
}

#topMenu ul.sf-menu li ul.children ul.children,
#topMenu ul.sf-menu li ul.sub-menu ul.sub-menu {
	margin: 0 0 0 25px;
}

.rssTag {
	position: absolute;
	width: 50px;
	height: 41px;
	background: url(images/ico_rss.png) 0 0 no-repeat;
	text-indent: -9999px;
	right: 10px;
	top: 108px;
	z-index: 9999;
}

/* CONTENT ELEMENTS
----------------------------------------------*/
#colFull h1 {
	position: relative;
}

#colFull h1 ul {
	position: absolute;
	right: 15px;
	top: 20px;
}

#colFull h1 ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	line-height: 100%;
	font-size: 12px;
	list-style: none outside none;
}

#colFull h1 ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #0093CA;
	letter-spacing: normal;

}

#colFull h1 ul li a:hover {
	text-decoration: underline;
}

#archive-title,
.searchQuery {
	padding: 0 0 10px 0;
	font-size: 12px;
	margin-bottom: 5px;
	background: url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
	border: none;
}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
	border: none;
}

#homeBoxes {
	background: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.homeBox {
	flex: 1;
	text-align: center;
}

.homeBox .icon {
	font-size: 40px;
	color: #1e5cc6;
	margin-bottom: 15px;
}

.homeBox h3 {
	margin: 0 0 10px;
	color: #1d1d1d;
}

.homeBox p {
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	margin: 0;
}


.homebox_content {
	overflow: hidden;
	border: 1px solid #cd6767;
	padding: 10px;
	min-height: 586px;
	text-align: justify;
}

.homebox_content ul li {
	background: url("images/bullet_list.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	list-style: outside none none;
	padding-left: 10px !important;
}

.homebox_content ul li,
.homebox_content ol li {
	margin-left: 5px;
}


.more-link a:hover {
	text-decoration: none;
	background-color: #91271B;
	/*background: url("images/button_red.jpg") repeat-x scroll 0 -35px transparent;*/
}

.more-link a {
	background-color: #91271B;
	color: #ffffff;
	cursor: pointer;
	padding: 7px 17px;
	font-weight: bold;
	text-transform: none;
	/*background: url("images/button_red.jpg") repeat-x scroll 0 0 transparent;*/

}

.blogPost {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.author-image {
	float: left;
	padding-right: 17px;
}

.more-link {
	height: auto;
	display: flex;
	float: right;
}

.blogPost .meta {
	background: url(images/bk_meta.jpg) 1px 0 repeat-x;
	height: 34px;
	font-size: 11px;
	line-height: 34px;
	padding-left: 48px;
	position: relative;
	margin-bottom: 20px;
	text-shadow: #efefef 1px 1px;
}

.blogPost .meta img {
	vertical-align: middle;
	margin-right: 3px;
}

.blogPost .meta .date {
	position: absolute;
	left: 1px;
	top: -3px;
	width: 39px;
	height: 44px;
	text-align: center;
	text-transform: uppercase;
	padding-right: 1px;
	line-height: 155%;
	text-shadow: none;
}

.blogPost .meta .date strong {
	font-size: 20px;
}

#colLeft .blogPost p img {
	margin: 0 10px 10px 0;
	border: 8px solid #fff;
}

/* share icons */
#colLeft .social {
	padding: 10px 0;
	background: url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	margin-bottom: 10px;
}

#colLeft .social a img {
	padding: 0;
	border: none;
	background: none;
	vertical-align: middle;
}

#colLeft .social strong {
	padding-right: 10px;
}

#colLeft ul {
	list-style: disc;
	list-style-position: inside;
}

#inner h2 {
	background: #00439F;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-top: 0;
}

/* COL RIGHT
-------------------------------------------*/

#colRight ul {
	padding-bottom: 15px;

}

#colRight ul li {
	border-top: 1px solid #fff;
	padding: 0px 0 0px 20px;
}


/* FOOTER ELEMENTS
--------------------------------------------*/

.footerBox ul {
	padding-left: 0;
}

.textwidget {
	padding-top: 10px;
}

#footer .textwidget ul {
	margin-top: 0;
}

#footer .footerBox {
	width: calc((100% - 122px) / 4);
	float: left;
	margin: 0 15px;
	background: url(images/bk_dotted_thick.png) 0 0 repeat-x;
	font-size: 14px;
	color: #AAAAAA;
}


p:nth-child(n+1) {
	padding-top: 0;
	margin-top: 0;
}

#footer .footerBox {
	background: none;
}

#footer .footerBox h2 {
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}

#footer .last {
	margin-right: 0;
}

#footer .footerBox ul li {
	padding: 4px 0;
	padding-left: 20px;
}


#footer .footerBox ul li a {
	text-decoration: none;
}

#footer .footerBox ul li a:hover {
	text-decoration: underline;
}

#footer_content .socicon ul#social {
	list-style: none;
	display: inline-block;
}

.scroll_to_top {
	color: #fff;
	position: fixed;
	bottom: 80px;
	right: 13px;
	width: 50px;
	height: 50px;
	background: #00439F;
	border-radius: 50%;
	display: none;
	font-size: 22px;

}

.scroll_to_top .fa {
	padding: 15px 0px 0 16px;
}


#footer .socicon ul#social li {
	padding: 10px 0 0 10px;
	line-height: 110%;
	float: left;
}



#footer .socicon ul#social li.twitter a {
	height: auto;
}

#footer .socicon ul#social li.facebook a {
	height: auto;
}


#footer .socicon ul#social li.flickr a {
	height: auto;
}

#footer .socicon ul#social li.youtube a {
	height: auto;
}

#copy {
	clear: both;
	padding: 16px 10px;
}

#footer_content {
	/*background: url("images/bg-afterfooter_red.png") repeat scroll 0 0 transparent;*/
	overflow: hidden;
	text-align: center;
}

.footer_content_bottom {
	overflow: hidden;
	width: 1450px;
	color: #fff;
	margin: auto;
	text-align: center;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 20px;
	height: 2px;
}

.hamburger--slider.is-active .hamburger-inner::after {
	top: 20px !important;
}

.hamburger--slider .hamburger-inner::after {
	top: 10px !important;
}

.hamburger--slider .hamburger-inner::before {
	top: 5px !important;
}


#header {
	margin: 0 auto;
	padding: 15px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: none repeat scroll 0 0 #F6F9FE;
	border-radius: 2px 2px 2px 2px;
	border-bottom: 1px solid #ccc;
}

/* Logo */
#logo img {
	max-height: 60px;
	width: auto;
	display: block;
}

/* Menu */
#mymenu {
	flex: 1;
	display: flex;
	justify-content: center;
}

#mymenu ul {
	align-items: center;
	gap: 35px;
	margin: 0;
	list-style: none;
}

#mymenu ul li {
	margin: 0;
}

#mymenu ul li a {
	text-decoration: none;
	font-size: 15px;
}

/* CTA Button */
.btn-orange {
	flex-shrink: 0;
}

.btn-orange a {
	display: inline-block;
	color: #fff;
	padding: 0px 12px;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}

.btn-orange a:hover {
	opacity: .9;
}

.powered {
	float: right;
	padding: 10px 0px;
}

.powered p {
	float: left;
	margin-top: -7px;
	padding-right: 10px;
	padding-top: 10px;
}

.powered img {
	width: 50%;
}

.socicon {
	padding-top: 10px;
}

.menu-footer_menu-container {
	padding: 25px 0;
}

.socicon ul li a {
	display: block;
	color: #fff;
	position: relative;
	font-size: 36px;
}


#foot-last .socicon {
	float: right;
}

#footer #footerMenu ul {
	padding-left: 20px;
	padding-bottom: 10px;
	list-style: none outside none;
	display: inline-block;
}

#footer #footerMenu ul li {
	float: left;
	padding: 0 10px;
	line-height: 100%;
	border-right: 1px solid #fff;
}

#footer #footerMenu ul li:last-child {
	border: none;
}

#sitelinkbottom {
	position: absolute;
	right: 80px;
	bottom: 10px;
}


/* HOME SLIDER
-----------------------------------------------*/


.slider-content {
	max-width: 550px;
	z-index: 2;
	padding-left: 35px;
}

.slider-content h1 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	color: #0d1b3d;
	padding: 20px 0;
	margin: 0;
}


.slider-content h2 {
	color: #1e5cc6;
	padding-bottom: 25px;
	margin: 0;
	font-size: 32px;
	;
}

.p {
	font-size: 21px;
	margin-bottom: 25px;
	color: #111;
	line-height: 28px;
}

.features {

	margin-bottom: 30px;
}

.features ul {
	display: flex;
}

.features ul li {
	font-size: 14px;
	color: #333;
	position: relative;
	padding-left: 15px !important;
}

.features ul li:before {
	content: "•" !important;
	color: #1e5cc6 !important;
	font-size: 20px;
	position: absolute;
	left: 0;
}

#metaslider-id-119 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.metaslider .flexslider {
	margin: 0 !important;
}

#metaslider-id-119 .flexslider .flex-direction-nav li a {
	background: #0d4bb7 !important;
}

#metaslider-id-119 .flexslider .flex-control-nav li a.flex-active {
	background: #ff6a00 !important;
}

.features span {
	font-size: 14px;
	color: #333;
	position: relative;
	padding-left: 15px;
}

.features span:before {
	content: "•";
	color: #1e5cc6;
	font-size: 20px;
	position: absolute;
	left: 0;
}

.buttons {
	display: flex;
	gap: 15px;
}

.btn-orange {
	position: relative;
	display: inline-block;
	padding: 14px 15px;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.4s ease, border-color 0.4s ease !important;
	z-index: 1;
	background: #ff6a00;
	font-weight: normal;
}

.btn-orange::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #00439F;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	z-index: -1;
}

.btn-orange:hover {
	color: #fff;
	border-color: #ff6a00;
}

.btn-orange:hover::before {
	transform: scaleX(1);
}


.btn-blue {
	position: relative;
	display: inline-block;
	padding: 14px 15px;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.4s ease, border-color 0.4s ease;
	z-index: 1;
	background: #00439F;
	font-weight: normal;
}

.btn-blue::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #ff6a00;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	z-index: -1;
}

.btn-blue:hover {
	color: #fff;
	border-color: #00439F;
}

.btn-blue:hover::before {
	transform: scaleX(1);
}

.panel .right {
	padding: 10px;
	float: left;
	width: 998px;
	border: 1px solid #ccc;
	z-index: 999;
}

.home_services {
	display: flex;
	gap: 20px;
	align-items: stretch;
	margin-bottom: 25px;
}

.sf-sub-indicator::before {
	content: " ▼";
	/* ▼ ▾ ▸ + etc. */
	font-size: 12px;
	color: #666;
}

.sf-sub-indicator strong {
	display: none;
}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.services {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	padding: 30px 0px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	width: 300px;
}

.single_services {
	margin-bottom: 20px;
}

.sidebar_services .single_services:last-child {
	margin-bottom: 0px;
}

.single_services .service_text {
	padding: 10px;
	background: #ff6a00;
}

.sidebar_services .services-images img {
	width: 100%;
	margin-bottom: 0px;
}

.sidebar_services .service_text .services-title {
	margin: 0;
	text-align: center;
	font-size: 16PX;
}

a .service_text .services-title {
	color: #fff;
}

a:hover .service_text .services-title {
	text-decoration: underline;
}

.services .services-images img {
	width: 100%;
	margin-bottom: 15px;
}

.single_services .services-images {
	overflow: hidden;
}

.single_services .services-images img {
	transition: transform 0.3s ease;
}

.single_services .services-link:hover .services-images img {
	transform: scale(1.1);
}


.service_text {
	padding: 0px 20px;
}

.services .services-description {
	flex: 1;
}

.services:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.section_title {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.section_description {
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}

.services .services-icon {
	margin-bottom: 15px;
	font-size: 40px;
	color: #0d6efd;
}

.services .services-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.services .services-title {
	color: #222;
	margin: 0 0 12px;
}

.services .services-description {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin: 0 0 20px;
}

.services .services-link {
	font-size: 14px;
	color: #0d6efd;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.services .services-link:hover {
	text-decoration: underline;
}

.tac {
	text-align: center;
}


.panel .right .text .featured {
	font-size: 11px;
}

.panel .right .text .featured img {
	margin-right: 5px;
}

.panel .right .text p {
	display: block;
	background: url(images/bk_dotted.png) 0 0 repeat-x;
	margin: 0;
	padding-top: 10px;
}

.panel .right .text h1,
.panel .text h1 a {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 110%;
	padding: 8px 0;
	color: #333;
}

.panel .image {
	float: left;
	width: 1100px;
	height: 450px;
}

.image {
	position: relative;
	width: 100%;
	/* for IE 6 */
}


.myslider #metaslider-id-119 .flexslider .caption-wrap .caption {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel {
	float: left;
	position: relative;
	/*leave this value alone*/
	overflow: hidden;
	/*leave this value alone*/
	width: 100%;
	/*Width of Carousel Viewer itself*/
	height: 450px;
	/*Height should enough to fit largest content's height*/
	;
}


.stepcarousel .belt {
	position: absolute;
	/*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left;
	/*leave this value alone*/
	overflow: hidden;
	/*clip content that go outside dimensions of holding panel DIV*/
	width: 1100px;
	/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position: relative;
	height: 450px;
}

/*COMMENTS
---------------------------------------------*/

#colLeft h2.comments {
	padding-bottom: 20px;
	background: url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
}

#colLeft ul.commentlist {
	list-style-type: none;
	background: url(images/bk_separattor_horiz.jpg) 0 100% repeat-x;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#colLeft ul.commentlist li {
	margin-top: 15px;
}

#colLeft ul.commentlist li .text {
	position: relative;
	padding: 12px;
	background: #fff;
	border: 1px solid #D1D1D1;
}

#colLeft ul.commentlist li .text .topLeft {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 12px;
	height: 12px;
	background: url(images/bk_comment_top_left.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .topRight {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 12px;
	height: 12px;
	background: url(images/bk_comment_top_right.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bottomRight {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 12px;
	height: 12px;
	background: url(images/bk_comment_bottom_right.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bottomLeft {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 12px;
	height: 12px;
	background: url(images/bk_comment_bottom_left.jpg) 0 0 no-repeat;
}

#colLeft ul.commentlist li .text .bubble {
	position: absolute;
	top: -9px;
	left: 16px;
	width: 16px;
	height: 10px;
	background: url(images/bk_bubble.png) 0 0 no-repeat;
}

#colLeft ul.commentlist .commentmetadata span {
	font-size: 12px;
}


#colLeft ul.commentlist li .avatar {
	border: 5px solid #FFF;
	padding: 1px;
	background: #fff;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#colLeft ul.commentlist li em {
	font-size: 12px;
	padding-top: 5px;
}

#colLeft ul.commentlist li ul.children {
	padding-left: 35px;
}

#colLeft ul.commentlist li .reply {
	font-size: 12px;
}

#colLeft h2.postComment {
	background: url(images/ico_arrow_post.png) 3px 50% no-repeat;
	padding-left: 28px;
}


/* FORMS
-------------------------------------------*/


#searchform input {
	border: none;
	background: #ccc;
	padding: 6px 4px 7px;
	color: #999;
	width: 165px;
	float: left;
}

#searchform input#searchsubmit {
	width: 72px;
	height: 30px;
	border: none;
	background: url(images/but_search.jpg) 0 0 no-repeat;
	cursor: pointer;
	padding: 0 0 0 4px;
	text-align: left;
	color: #ccc;
	font-size: 11px;
}

/* post comment */

#commentform p {
	margin: 0;
}

#commentform label {
	display: block;
	padding: 5px 0 2px;
}

#commentform input,
#commentform textarea {
	border: 1px solid #ccc;
	padding: 7px;
	width: 300px;
	font-size: 12px;
}

#commentform textarea {
	width: 575px;
}

#commentform input#submit {
	border: none;
	width: 80px;
	height: 34px;
	margin-top: 15px;
	background: url(images/but_send.png) 0 0 no-repeat;
	color: #fff;
}

/* contact */

#contact label {
	display: block;
	padding: 8px 0 2px;
}

#contact input,
#contact textarea {
	border: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 5px;
	font-size: 12px;
	color: #666;
	width: 300px;
}

#contact textarea {
	width: 500px;
}

#contact input.submit {
	border: none;
	width: 80px;
	height: 34px;
	margin-top: 20px;
	background: url(images/but_send.png) 0 0 no-repeat;
	color: #FFF;
}

.errormsg,
.successmsg {
	background: #FEF4F1;
	border: 1px solid #F7A68A;
	color: #DA4310;
	padding: 10px;
}

.successmsg {
	background: #F5FAF1;
	border: 1px solid #C2E1AA;
	color: #8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	background-color: #fff;
}

/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

.alignnone {
	border: none;
}

blockquote {
	background-color: #FBFBFB;
	border: 1px solid #CFCFCF;
	padding: 0 10px 0 10px;
}

.aligncenter {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

address {
	font-size: 12px;
	font-style: normal;
}

.bio-box {
	background: url("images/bio.png") no-repeat scroll 10px 10px #BEDEFF;
	border: 3px double #FFEEE8;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	margin: 10px;
	min-height: 20px;
	padding: 5px 5px 5px 60px;
	text-align: left;

}

.cld {
	width: 240px;
	padding: 3px;
}






.subscription_data {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.subscription_data table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.subscription_data tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.subscription_data table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.subscription_data table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.subscription_data tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.subscription_data tr:nth-child(odd) {
	background-color: #e5e5e5;
}

.subscription_data tr:nth-child(even) {
	background-color: #ffffff;
}

.subscription_data td {
	vertical-align: middle;


	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.subscription_data tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.subscription_data tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.subscription_data tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.subscription_data tr:first-child td {
	background: -o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000));
	background: -moz-linear-gradient(center top, #4c4c4c 5%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");
	background: -o-linear-gradient(top, #4c4c4c, 000000);
	background-color: #4c4c4c;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.subscription_data tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000));
	background: -moz-linear-gradient(center top, #4c4c4c 5%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");
	background: -o-linear-gradient(top, #4c4c4c, 000000);
	background-color: #4c4c4c;
}

.subscription_data tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.subscription_data tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}



#footerMenu a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

#footerMenu a:hover {
	color: #fcf9aa;
}

.imagcls {
	text-align: center;
}

.txtcls {
	margin: auto
}

.headcls {
	font-size: 19px;
	line-height: 32px;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}

.pos {
	display: block;
	margin: 0;
	text-align: center;
}

.our_clients {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	gap: 10px;
	padding: 15px;
	border: 1px solid #e7e7e7;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
	border-radius: 12px;
}

.our_clients img {
	width: 100%;
}

.our_clients div:hover {
	transform: translateY(-5px);
	transition: .3s;
}

.our_clients div {
	padding: 10px;
	border-right: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
}

.our_clients div:last-child {
	border-right: none;
}

.single_testimonial {
	height: auto;
	width: calc((100% - 20px) / 3);
}

.from_ctrl_text {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ccc #ccc #ddd;
	border-image: none;
	border-right: 1px solid #ccc;
	border-style: solid;
	border-width: 1px;
	color: #666;
	font-size: 12px;
	padding: 5px;
	width: 300px;
}

.from_ctrl_textareaa {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ccc #ccc #ddd;
	border-image: none;
	border-right: 1px solid #ccc;
	border-style: solid;
	border-width: 1px;
	color: #666;
	font-size: 12px;
	padding: 5px;
	width: 380px;
}

.from_ctrl_submit {
	background-color: #00BEFF;
	color: #fff;
	padding: 10px;
	border: 1px solid #2BA4F6;
	border-radius: 5px;
}

.client_testimonials {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 40px 0;
}

.client_testimonials .single_testimonial {
	position: relative;
	width: calc((100% - 40px) / 3);
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
	transition: .3s;
}

.client_testimonials .single_testimonial:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.client_testimonials .single_testimonial_rating {
	color: #f5a623;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	line-height: 1;
}

.client_testimonials .single_testimonial_google {
	position: absolute;
	top: 18px;
	right: 18px;
}

.client_testimonials .single_testimonial_google img {
	width: 24px;
	height: 24px;
	display: block;
}

.client_testimonials .single_testimonial_text {
	line-height: 1.7;
	margin-bottom: 18px;
	min-height: 90px;
}

.client_testimonials .single_testimonial_name {
	font-size: 15px;
	font-weight: 600;
	color: #222;
}


#colRight h1 a:hover {
	text-decoration: underline;
	color: #7D0808;
}

.visitor_counter {
	float: left;
	padding: 16px;
	width: 480px;
	text-align: center;
}

/* Contact Form 7 Styling */

.wpcf7 {
	max-width: 650px;
	margin: 0 auto;
	background: #ffffff;
	padding: 35px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border-top: 5px solid #0b5ea8;
}

.wpcf7 label {
	display: block;
	color: #1f2937;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 18px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	padding: 14px 16px;
	margin-top: 8px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
	font-size: 15px;
	transition: all .3s ease;
	box-sizing: border-box;
}

.wpcf7 textarea {
	min-height: 140px;
	resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: #0b5ea8;
	box-shadow: 0 0 0 3px rgba(11, 94, 168, .15);
}

.wpcf7-submit {
	width: 100%;
	background: #ff7a00;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	cursor: pointer;
	transition: all .3s ease;
}

.w100img {
	width: calc(100% - 20px);
	height: auto;
}

.wpcf7-submit:hover {
	background: #0b5ea8;
}

.wpcf7-spinner {
	margin-top: 15px;
}

.wpcf7-response-output {
	margin-top: 20px !important;
	border-radius: 6px;
	padding: 12px !important;
	font-size: 14px;
}

.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 5px;
}


/*free quote form */
.wpcf7-form-control.form-control {
    width: 100%;
    /*height: 48px;*/
    padding: 14px 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
}

/*.wpcf7-form-control.wpcf7-date.form-control {*/
/*    width: 95%;*/
/*    height: 48px;*/
/*}*/

/*.wpcf7-form.init .p {*/
/*    margin-bottom: 0;*/
/*}*/

.quote-form-row {
    display: flex;
    gap: 30px;
}

.quote-form-col {
    flex: 1;
}

.quote-form-col.left p label {
    margin-bottom: 12px;
}
.wpcf7 input[type="date"].form-control {
    width: 100%;
    /*height: 48px;*/
    box-sizing: border-box;
}
/*.quote-form-col input,*/
/*.quote-form-col select {*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.quote-form-col input[type="date"] {*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    padding: 0 15px;*/
/*    box-sizing: border-box;*/
/*}*/
.wpcf7-form-control {
    height: 48px;
}

/*.wpcf7 input[type="date"] {*/
/*    height: 48px;*/
/*}*/
/*.quote-form-col p label{*/
/*    margin-bottom: 0;*/
/*}*/
@media (max-width: 768px) {
    .quote-form-row {
        flex-direction: column;
        gap: 0;
    }
}

.free-quote-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    /*gap: 40px;*/
}

.free-quote-image {
    width: 45%;
    flex: 0 0 45%;
}

.free-quote-form {
    width: 55%;
    flex: 0 0 55%;
}

.free-quote-image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .free-quote-wrapper {
        flex-direction: column;
    }

    .free-quote-image,
    .free-quote-form {
        width: 100%;
        flex: 0 0 100%;
    }
}
#popmake-372 {
    padding: 15px !important;
    border: 3px solid #000000 !important;
}
#popmake-372 .wpcf7 {
    padding-bottom: 5px !important;
}
#wprmenu_bar {
	background: #000 !important;
}

/*home page content card*/
.heating_and_cooling_services {
	max-width: 1420px;
}

.heating_and_cooling_services * {
	box-sizing: border-box;
}

.heating_and_cooling_services .intro {
	max-width: 900px;
	margin: 0 auto 50px;
	text-align: center;
}

.heating_and_cooling_services .intro h2 {
	font-size: 44px;
	line-height: 1.2;
	color: #16335B;
	margin: 0 0 25px;
}

.heating_and_cooling_services .intro p {
	font-size: 17px;
	margin: 0 0 18px;
	color: #666;
}

.heating_and_cooling_services .cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.heating_and_cooling_services .card {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	background: #fff;
	border: 1px solid #e7edf6;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transition: .3s;
}

.heating_and_cooling_services .card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .14);
}

.heating_and_cooling_services .icon {
	width: 78px;
	height: 78px;
	min-width: 78px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.heating_and_cooling_services .icon i {
	font-size: 34px;
}

.heating_and_cooling_services .card:nth-child(1) .icon {
	background: #eaf3ff;
	color: #1673ff;
}

.heating_and_cooling_services .card:nth-child(2) .icon {
	background: #eef6ff;
	color: #1d8cff;
}

.heating_and_cooling_services .card:nth-child(3) .icon {
	background: #fff0e7;
	color: #f26522;
}

.heating_and_cooling_services .card:nth-child(4) .icon {
	background: #edf8ee;
	color: #28a745;
}

.heating_and_cooling_services .card:nth-child(5) .icon {
	background: #eefbf2;
	color: #2f8d46;
}

.heating_and_cooling_services .card:nth-child(6) .icon {
	background: #eef6ff;
	color: #0d6efd;
}

.heating_and_cooling_services h3 {
	margin: 0 0 15px;
	color: #16335B;
	font-size: 27px;
	line-height: 1.3;
}

.heating_and_cooling_services .card p {
	margin: 0 0 15px;
}

.heating_and_cooling_services .card p:last-child {
	margin-bottom: 0;
}

.heating_and_cooling_services br {
	display: none;
}

.why_choose_us {
	max-width: 1420px;
	margin: 10px auto;
	padding: 20px;
	color: #333;
}

.why_choose_us * {
	box-sizing: border-box;
}

.why_choose_us .intro {
	max-width: 900px;
	margin: 0 auto 50px;
	text-align: center;
}

.why_choose_us .section_tag {
	display: inline-block;
	background: #fff4ee;
	color: #ff6b35;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 18px;
	border-radius: 30px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.why_choose_us .intro h2 {
	margin: 0 0 20px;
	color: #143b63;
}

.why_choose_us .intro p {
	font-size: 18px;
	color: #666;
	line-height: 1.9;
}

.why_choose_us .cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.why_choose_us .card {
	display: flex;
	gap: 22px;
	padding: 30px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e8edf5;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
	transition: .3s;
}

.why_choose_us .card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.why_choose_us .icon {
	width: 72px;
	height: 72px;
	min-width: 72px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}

.why_choose_us .card:nth-child(1) .icon {
	background: #edf6ff;
	color: #1976d2;
}

.why_choose_us .card:nth-child(2) .icon {
	background: #fff4ec;
	color: #ff6b35;
}

.why_choose_us .card:nth-child(3) .icon {
	background: #edf6ff;
	color: #1976d2;
}

.why_choose_us .card:nth-child(4) .icon {
	background: #fff4ec;
	color: #ff6b35;
}

.why_choose_us .card:nth-child(5) .icon {
	background: #eef9ef;
	color: #28a745;
}

.why_choose_us .card:nth-child(6) .icon {
	background: #eef9ef;
	color: #28a745;
}

.why_choose_us .content {
	flex: 1;
}

.why_choose_us .content h3 {
	margin: 0 0 15px;
	color: #143b63;
}

.why_choose_us .content p {
	margin: 0;
}

.why_choose_us .bottom_box {
	background: linear-gradient(135deg, #143b63, #0e2f52);
	color: #fff;
	padding: 45px;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.why_choose_us .bottom_box h3 {
	margin: 0 0 20px;
	font-size: 30px;
	color: #fff;
}

.why_choose_us .bottom_box h3 i {
	color: #ffb347;
	margin-right: 10px;
}

.why_choose_us .bottom_box p {
	line-height: 1.9;
	margin-bottom: 18px;
	color: #edf3fa;
}

.why_choose_us .cta {
	margin-top: 30px;
	padding: 25px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .12);
}

.why_choose_us .cta strong {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.why_choose_us .cta p {
	margin: 0;
}

.why_choose_us .cta a {
	color: #ffd166;
	text-decoration: none;
	font-weight: 700;
}

.why_choose_us .cta a:hover {
	text-decoration: underline;
}

.count_on-us {
	margin: 10px auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.count_on-us * {
	box-sizing: border-box;
}

.count_on-us .intro {
	text-align: center;
	margin-bottom: 55px;
}

.count_on-us .section_tag {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	background: #fff3eb;
	color: #ff6b35;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.count_on-us .intro h2 {
	margin: 0;
}

.count_on-us .content_wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
	align-items: start;
}

.count_on-us .left_content p {
	margin: 0 0 28px;
	color: #555;
	font-size: 17px;
	line-height: 2;
}

.count_on-us .right_content {
	background: #f8fbff;
	border-radius: 20px;
	padding: 35px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
	position: sticky;
	top: 30px;
}

.count_on-us .feature {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid #e7edf5;
}

.count_on-us .feature:last-of-type {
	border-bottom: none;
	margin-bottom: 30px;
}

.count_on-us .feature i {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #e8f2ff;
	color: #0b6efd;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	flex-shrink: 0;
}

.count_on-us .feature:nth-child(2) i {
	background: #fff4ec;
	color: #ff6b35;
}

.count_on-us .feature:nth-child(3) i {
	background: #eef9ef;
	color: #28a745;
}

.count_on-us .feature:nth-child(4) i {
	background: #eef5ff;
	color: #1f7aff;
}

.count_on-us .feature:nth-child(5) i {
	background: #fff0f0;
	color: #e63946;
}

.count_on-us .feature:nth-child(6) i {
	background: #eef9ef;
	color: #2e8b57;
}

.count_on-us .feature span {
	font-size: 18px;
	font-weight: 600;
	color: #143b63;
}

.count_on-us .cta_box {
	margin-top: 20px;
	background: linear-gradient(135deg, #143b63, #0d2744);
	color: #fff;
	border-radius: 18px;
	padding: 28px;
}

.count_on-us .cta_box h3 {
	margin: 0 0 15px;
	font-size: 28px;
	color: #fff;
}

.count_on-us .cta_box p {
	margin: 0;
	line-height: 1.8;
	color: #eef3f8;
}

@media (min-width:1201px) and (max-width:1450px) {

	#wprmenu_bar,
	#mg-wprm-wrap {
		background: #000 !important;
	}

	#wrapper,
	#footer,
	.footer_content_bottom {
		width: 1170px;
	}

	.slider-content h1 {
		font-size: 28px;
		padding: 10px 0;
	}

	.slider-content h2 {
		font-size: 25px;
		padding-bottom: 15px;
	}

	#inner-content,
	.container940 {
		width: calc(100% - 24px) !important;
		background: url("images/content_bg.jpg") repeat-y scroll 0 0 transparent !important;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		width: 50% !important;
	}

	.metaslider.ms-theme-databold .flexslider .flex-control-nav {
		bottom: 10px !important;
	}

	#colRight {
		width: 845px !important;
	}

}

@media (min-width:992px) and (max-width:1200px) {

	#wprmenu_bar,
	#mg-wprm-wrap {
		background: #000 !important;
	}

	#topMenu ul.sf-menu li {
		padding: 0px 6px !important;
	}

	#wrapper,
	#footer,
	.footer_content_bottom {
		width: 960px;
	}

	.new_hvac .new_hvac_features {
		overflow: hidden;
	}

	.slider-content h1 {
		font-size: 28px;
		padding: 10px 0;
	}

	.slider-content h2 {
		font-size: 25px;
		padding-bottom: 15px;
	}

	.single_blog .blog_image {
		border: none;
	}

	#inner-content,
	.container940 {
		width: 970px !important;
		background: none;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		width: 50% !important;
	}

	.metaslider.ms-theme-databold .flexslider .flex-control-nav {
		bottom: 10px !important;
	}

	#colRight {
		width: 635px !important;
	}

}

@media (min-width:768px) and (max-width:991px) {
	#footer .footerBox
	{
		font-size: 11px !important;
	}
	.container940, #inner-content
	{
		width: 740px !important;
	}
	#colRight
	{
		width: 410px !important;
	}
	.single_blog
	{
		display: block !important;
	}
	.single_blog .blog_image img
	{
		width: 100% !important;
		height: auto;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after
	{
		width: 20px !important;
		height: 2px !important;
	}
	#wprmenu_bar div.hamburger
	{
		margin-top: 10px !important;
		margin-top: 5px !important;
	}
	#mymenu
	{
		display: none;
	}
	.slider-content h2
	{
		font-size: 24px !important;
		padding-bottom: 10px !important;
	}
	.slider-content h1
	{
		font-size: 30px !important;
		padding: 5px 0 !important;
	}
	.p
	{
		margin-bottom: 8px !important;
		font-size: 17px !important;
	}
	.features
	{
		margin-bottom: 15px !important;
	}
	.metaslider.ms-theme-databold .flexslider .flex-control-nav
	{
		bottom:0px !important;
	}
	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption
	{
		width: 55% !important;
		padding: 0px !important;
		left: 30px !important;
		top: 46% !important;
	}
	.slider-content
	{
		padding-left: 0px !important;
	}

	.count_on-us .content_wrapper {
		grid-template-columns: 1fr;
	}

	.count_on-us .right_content {
		position: relative;
		top: auto;
	}

	#wrapper, .footer_content_bottom
	{
		max-width: 730px !important;
	}
	#footer
	{
		width: 767px !important;
	}
	#footer .footerBox img
	{
		width:100%;
	}
	#footer .footerBox 
	{
		margin:0px 5px !important;
		width: calc((100% - 45px) / 4) !important;
	}

}

@media (min-width:576px) and (max-width:767px) {

	.count_on-us .content_wrapper,
	.heating_and_cooling_services .cards {
		grid-template-columns: 1fr !important;
	}

	.count_on-us {
		padding: 15px;
	}

	.count_on-us .intro h2 {
		font-size: 34px;
	}

	.count_on-us .left_content p {
		font-size: 16px;
	}

	.count_on-us .feature span {
		font-size: 17px;
	}

	.count_on-us .cta_box h3 {
		font-size: 24px;
	}

	#wprmenu_bar,
	#mg-wprm-wrap {
		background: #000 !important;
	}

	.service_text {
		padding: 0px 13px;
		;
	}

	#wprmenu_bar div.hamburger {
		margin-top: 3px !important;
		margin-right: 17px !important;
	}

	.single_blog {
		display: block;
	}

	.single_blog .blog_image a img {
		width: 100%;
		height: auto;
	}

	;

	.blog_page #colRight {
		width: 740px !important;
	}

	#colRight {
		width: auto !important;
	}

	.hamburger--slider .hamburger-inner::after {
		top: 10px !important;
	}

	.hamburger--slider .hamburger-inner::before {
		top: 5px !important;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 22px !important;
		height: 1px !important;
	}






	#wprmenu_bar .menu_title a {
		font-size: 16px !important;
	}

	#wrapper,
	#footer,
	.footer_content_bottom {
		width: 737px;
	}

	#inner-content,
	.container940 {
		width: calc(100% - 24px) !important;
		background: none;
	}

	#header {
		gap: 20px;
	}

	.client_testimonials .single_testimonial {
		width: calc((100% - 40px) / 3);
	}

	#mymenu {
		display: none;
	}

	#header {
		margin: 0 auto;
		padding: 15px 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: none;
		gap: 20px;
		background: none repeat scroll 0 0 #F6F9FE;
		border-radius: 2px 2px 2px 2px;
	}

	.slider-content h1 {
		font-size: 25px;
		padding: 10px 0;
	}

	.slider-content h2 {
		font-size: 20px;
		padding-bottom: 15px;
	}

	.slider-content .p {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 16px;
	}

	.slider-content .btn-orange,
	.slider-content .btn-blue {
		padding: 10px;
	}

	.footerBox img {
		max-width: 100%;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		top: 45%;
	}

	.features {
		margin-bottom: 20px;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		width: 50% !important;
	}

	.metaslider.ms-theme-databold .flexslider .flex-control-nav {
		bottom: 0px !important;
	}

	#topMenu ul.sf-menu li {
		padding: 0 5px;
	}

	.cta_button {
		margin-left: auto;
	}

	#mymenu ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}

	.new_hvac .new_hvac_content {
		width: 60%;
	}

	.new_hvac_image {
		width: 40%;
	}

	.new_hvac .new_hvac_content {
		clip-path: none;
		padding: 30px 25px;
		font-size: 16px;
	}

	.new_hvac .new_hvac_title {
		font-size: 20px;
	}

	.new_hvac .new_hvac_features {
		gap: 15px;
	}

	.about_us_home_container {
		font-size: 15px;
		display: block;
	}

	.about_us_home_image {
		float: left;
		padding-right: 15px;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption,
	.slider-content {
		padding: 0 !important;
	}

	.why_choose_us .cards {
		grid-template-columns: 1fr;
	}

	.why_choose_us .intro h2 {
		font-size: 32px;
	}

	.why_choose_us .card {
		flex-direction: column;
		text-align: center;
	}

	.why_choose_us .icon {
		margin: 0 auto;
	}

	.why_choose_us .bottom_box {
		padding: 30px;
	}

	.why_choose_us .bottom_box h3 {
		font-size: 28px;
	}

	#wprmenu_bar,
	#mg-wprm-wrap {
		background: #000 !important;
	}

	.hamburger--slider .hamburger-inner::after {
		top: 10px !important;
	}

	#wprmenu_bar div.hamburger {
		margin-top: 3px !important;
	}

	.hamburger--slider .hamburger-inner::before {
		top: 5px !important;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 22px !important;
		height: 1px !important;
	}

	#wrapper,
	#footer,
	.footer_content_bottom {
		width: 544px;
	}

	#footer .footerBox {
		width: 100%;
	}

	.home_services {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		align-items: stretch;
		margin-bottom: 25px;
	}

	#mymenu {
		display: none;
	}

	#inner-content,
	.container940 {
		width: calc(100% - 24px) !important;
		background: none;
	}

	.blog_page #colRight {
		width: auto !important;
	}


	#colLeft {
		display: none;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		left: 0 !important;
		width: 86% !important;
		top: 50% !important;
	}

	.slider-content .btn-orange,
	.slider-content .btn-blue {
		padding: 10px 3px;
	}

	.slider-content h1 {
		font-size: 24px;
		padding: 0;
	}

	.slider-content h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.slider-content {
		padding-left: 20px !important;
	}

	.slider-content .p,
	.features {
		margin-bottom: 10px;
	}

	.slider-content .p {
		font-size: 15px;
		line-height: 18px;
	}

	.services {
		flex: 0 0 calc((100% - 20px) / 2);
		display: flex;
		flex-direction: column;
		background: #fff;
		border-radius: 12px;
		padding: 30px 0;
		text-align: center;
		box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
		width: auto;
		box-sizing: border-box;
	}

	.homeBox {
		width: auto;
		margin: auto;
	}

	.about_us_home_container {

		flex-direction: column;
	}

	.new_hvac_image {
		display: none;
	}

	.new_hvac_content {
		width: 100%;
	}

	.about_us_home_image img {
		width: 100%;
		max-width: 100%;
	}

	#homeBoxes {
		flex-wrap: wrap;
	}

	.client_testimonials {
		gap: 15px;
	}

	.client_testimonials .single_testimonial {
		width: 100%;
	}

	.client_testimonials .single_testimonial_text {
		min-height: auto;
	}

	#innerFooter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	#mymenu ul li a {
		font-size: 13px;
	}
}

@media (min-width:480px) and (max-width:575px) {

	.our_clients {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-auto-flow: row !important;
	}

	.count_on-us .content_wrapper {
		display: block !important;
	}

	.why_choose_us .cards,
	.heating_and_cooling_services .cards {
		grid-template-columns: 1fr !important;
	}

	#wprmenu_bar,
	#mg-wprm-wrap {
		background: #000 !important;
	}

	.hamburger--slider .hamburger-inner::after {
		top: 11px !important;
	}

	#wprmenu_bar div.hamburger {
		margin-top: 2px !important;
	}

	.blog_page #colRight {
		width: auto;
	}

	.single_blog
	{
		display:block !important;
	}

	.single_blog .blog_image img
	{
		width:100% !important;
		height: auto;
	}

	.single_blog .blog_image {
		border: none;
	}

	.homeBox {
		margin: auto;
	}

	.hamburger--slider .hamburger-inner::before {
		top: 5px !important;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 22px !important;
		height: 1px !important;
	}

	#wrapper,
	#footer,
	.footer_content_bottom {
		width: 446px;
	}

	#footer .footerBox {
		width: 100%;
	}

	#inner-content,
	.container940 {
		width: calc(100% - 24px) !important;
		background: none;
	}

	#colRight {
		width: auto;
	}


	#colLeft {
		display: none;
	}

	.client_testimonials {
		display: flex;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		left: 0 !important;
		width: 80% !important;
		top: 50% !important;
		padding: 0 30px !important;
	}

	.metaslider.ms-theme-databold .flexslider .flex-control-nav {
		bottom: 0;
	}

	.about_us_home_image img {
		max-width: 100%;
	}

	.services,
	.client_testimonials .single_testimonial {
		width: 100%;
	}

	#footer .footerBox {
		float: none;
		margin: auto;
	}

	#footer .footerBox:last-child {
		text-align: left;
	}

	.btn-orange,
	.btn-blue {
		padding: 10px 15px;
	}

	.slider-content .p {
		line-height: 15px;
		font-size: 13px;
	}

	.slider-content h1 {
		font-size: 18px;
		padding: 0;
	}

	.flex-control-nav {
		display: none;
	}

	.about_us_home_container h2 {
		font-size: 18px;
	}

	.features {
		display: none;
	}

	.slider-content h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.section_title {
		font-size: 20px;
	}

	.slider-content {
		padding-left: 0;
	}

	#mymenu {
		display: none;
	}

	.about_us_home_container,
	#homeBoxes,
	.home_services,
	.client_testimonials {
		flex-direction: column;
	}

	.new_hvac_image {
		display: none;
	}

	.new_hvac .new_hvac_title {
		font-size: 24px;
	}

	.new_hvac_content {
		width: 100%;
	}

	.new_hvac .new_hvac_desc {
		font-size: 15px;
	}

	.new_hvac .new_hvac_features {
		display: block;
	}

	.new_hvac .new_hvac_features li {
		margin-bottom: 10px;
	}

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

	#mymenu ul li a {
		font-size: 13px;
	}
}

@media (min-width:360px) and (max-width:479px) {

	.count_on-us .cta_box h3 {
		font-size: 18px !important;
	}

	.count_on-us .cta_box {
		text-align: center !important;
	}

	.count_on-us .right_content {
		padding: 15px !important;
	}

	.why_choose_us .icon {
		margin: auto;
		margin-bottom: 15px;
	}

	.why_choose_us .card {
		display: block !important;
	}

	.count_on-us .content_wrapper,
	.why_choose_us .cards {
		grid-template-columns: 1fr !important;
	}

	.why_choose_us .cards {
		text-align: center;
	}

	.heating_and_cooling_services .cards {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.heating_and_cooling_services .card .icon {
		display: none !important;
	}

	#wprmenu_bar,
	#mg-wprm-wrap {
		background: #000 !important;
	}

	#header {
		padding: 10px;
	}

	#logo img {
		max-height: 50px;
	}

	.our_clients {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-auto-flow: row !important;
	}

	.flex-direction-nav {
		display: none;
	}

	#wprmenu_bar .menu_title a {
		font-size: 17px !important;
		top: -7px !important;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 22px !important;
		height: 1px !important;
	}

	#wprmenu_bar {
		height: 35px !important;
	}

	#mg-wprm-wrap.cbp-spmenu-left,
	#mg-wprm-wrap.cbp-spmenu-right,
	#mg-widgetmenu-wrap.cbp-spmenu-widget-left,
	#mg-widgetmenu-wrap.cbp-spmenu-widget-right {
		top: 35px !important;
	}

	.header_top_inner {
		padding: 5px 10px;
		font-size: 11px;
		text-align: center;
	}

	h1 {
		font-size: 18px;
		;
	}

	h2 {
		font-size: 16px;
	}

	h3 {
		font-size: 14px;
	}

	h4 {
		font-size: 12px;
	}

	h5 {
		font-size: 10px;
	}

	h6 {
		font-size: 8px;
	}


	#wrapper,
	#footer,
	.footer_content_bottom {
		width: 330px;
	}

	.about_us_home_container {
		box-shadow: none;
	}

	#wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.client_testimonials {
		display: flex;
	}

	#inner-content,
	.container940 {
		width: calc(100% - 24px) !important;
		background: none;
	}

	#colRight {
		width: auto !important;
		padding-left: 0;
		padding-right: 0 !important;
	}

	.single_blog .blog_image img {
		width: 100%;
		height: auto;
	}

	.single_blog {
		flex-direction: column;
	}

	.homeBox {
		margin: auto;
	}


	#colLeft {
		display: none;
	}

	.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
		left: 0 !important;
		width: 85% !important;
		top: 50% !important;
		padding: 0 30px !important;
	}

	.metaslider.ms-theme-databold .flexslider .flex-control-nav {
		bottom: 0;
	}

	.about_us_home_image img {
		max-width: 100%;
	}

	.services,
	.client_testimonials .single_testimonial {
		width: 100%;
	}

	#footer .footerBox {
		float: none;
		margin: auto;
		width: 100%;
	}

	#footer .footerBox:last-child {
		text-align: left;
	}

	.btn-orange,
	.btn-blue {
		padding: 10px 8px;
	}

	.buttons {
		font-size: 12px;
	}

	.slider-content .p {
		line-height: 15px;
		font-size: 13px;
		margin-bottom: 4px;
	}

	.slider-content h1 {
		font-size: 17px;
		padding: 0;
	}

	.flex-control-nav {
		display: none;
	}

	.about_us_home_container h2 {
		font-size: 18px;
	}

	.features {
		display: none;
	}

	.slider-content h2 {
		font-size: 15px;
		padding-bottom: 3px;
	}

	.section_title {
		font-size: 20px;
	}

	.slider-content {
		padding-left: 0;
	}

	#mymenu {
		display: none;
	}

	.about_us_home_container,
	#homeBoxes,
	.home_services,
	.client_testimonials {
		flex-direction: column;
	}

	.new_hvac_image {
		display: none;
	}

	.new_hvac .new_hvac_title {
		font-size: 16px;
	}

	.new_hvac_content {
		width: 100%;
	}

	.new_hvac .new_hvac_desc {
		font-size: 15px;
	}

	.new_hvac .new_hvac_features {
		display: block;
	}

	.new_hvac .new_hvac_btn {
		padding: 9px 9px;
		font-size: 14px;
	}

	#mymenu ul li a {
		font-size: 13px;
	}

	#mg-wprm-wrap li.current-menu-item>a {
		background: #ff6a00 !important;
	}

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

	.hamburger-box {
		width: 20px !important;
		height: 19px !important;
	}
}

@media (max-width:359px) {}