/*
 Theme Name:   HVAC101 Child
 Theme URI:    http://havenotmadewebsiteyet.com/
 Description:  HVAC101 Child Theme
 Author:       Alias Harris
 Author URI:   http://havenotmadewebsiteyet.com/
 Template:     hvac101
*/
section.extra-pages-layout-1 h3.section_heading.text-center {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -1.1px;
    color: #191919 !important;
    font-family: 'ProximaNovaBlack_1';
    margin: 0;
    text-transform: uppercase;
}

.social {
    color: #ffb700 !important;
}

.social:hover {
    color: #000 !important;
}

@font-face {
    font-family: 'ProximaNovaBlack_1';
    src: url('fonts/ProximaNovaBlack_1.eot');
    src: url('fonts/ProximaNovaBlack_1.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaBlack_1.woff2') format('woff2'),
        url('fonts/ProximaNovaBlack_1.woff') format('woff'),
        url('fonts/ProximaNovaBlack_1.ttf') format('truetype'),
        url('fonts/ProximaNovaBlack_1.svg#ProximaNovaBlack_1') format('svg');
}

@font-face {
    font-family: 'ProximaNovaExtrabold_1';
    src: url('fonts/ProximaNovaExtrabold_1.eot');
    src: url('fonts/ProximaNovaExtrabold_1.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaExtrabold_1.woff2') format('woff2'),
        url('fonts/ProximaNovaExtrabold_1.woff') format('woff'),
        url('fonts/ProximaNovaExtrabold_1.ttf') format('truetype'),
        url('fonts/ProximaNovaExtrabold_1.svg#ProximaNovaExtrabold_1') format('svg');
}

@font-face {
    font-family: 'ProximaNovaSboldwebfont_2';
    src: url('fonts/ProximaNovaSboldwebfont_2.eot');
    src: url('fonts/ProximaNovaSboldwebfont_2.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaSboldwebfont_2.woff2') format('woff2'),
        url('fonts/ProximaNovaSboldwebfont_2.woff') format('woff'),
        url('fonts/ProximaNovaSboldwebfont_2.ttf') format('truetype'),
        url('fonts/ProximaNovaSboldwebfont_2.svg#ProximaNovaSboldwebfont_2') format('svg');
}

@font-face {
    font-family: 'droidserifitalicwebfont_4';
    src: url('fonts/droidserifitalicwebfont_4.eot');
    src: url('fonts/droidserifitalicwebfont_4.eot') format('embedded-opentype'),
        url('fonts/droidserifitalicwebfont_4.woff2') format('woff2'),
        url('fonts/droidserifitalicwebfont_4.woff') format('woff'),
        url('fonts/droidserifitalicwebfont_4.ttf') format('truetype'),
        url('fonts/droidserifitalicwebfont_4.svg#droidserifitalicwebfont_4') format('svg');
}

@font-face {
    font-family: 'OswaldMedium_3';
    src: url('fonts/OswaldMedium_3.eot');
    src: url('fonts/OswaldMedium_3.eot') format('embedded-opentype'),
        url('fonts/OswaldMedium_3.woff2') format('woff2'),
        url('fonts/OswaldMedium_3.woff') format('woff'),
        url('fonts/OswaldMedium_3.ttf') format('truetype'),
        url('fonts/OswaldMedium_3.svg#OswaldMedium_3') format('svg');
}

@font-face {
    font-family: 'OswaldSemiBold_2';
    src: url('fonts/OswaldSemiBold_2.eot');
    src: url('fonts/OswaldSemiBold_2.eot') format('embedded-opentype'),
        url('fonts/OswaldSemiBold_2.woff2') format('woff2'),
        url('fonts/OswaldSemiBold_2.woff') format('woff'),
        url('fonts/OswaldSemiBold_2.ttf') format('truetype'),
        url('fonts/OswaldSemiBold_2.svg#OswaldSemiBold_2') format('svg');
}

@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova.eot');
    src: url('fonts/proximanova.eot') format('embedded-opentype'),
        url('fonts/proximanova.woff2') format('woff2'),
        url('fonts/proximanova.woff') format('woff'),
        url('fonts/proximanova.ttf') format('truetype'),
        url('fonts/proximanova.svg#proximanova') format('svg');
}



* {
    box-sizing: border-box;
}

body {
    font-family: 'proximanova', sans-serif;

}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
}

img {
    height: auto;
}

.home a,
.home a:hover {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proximanova', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'proximanova', sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}

p {
    margin: 0 0 0 20px 0;
}

a:visited,
a:focus {
    color: inherit;
}

a:hover {
    text-decoration: none !important;
}

body .container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

body .row {
    display: block;
    flex-wrap: initial;
    -ms-flex-wrap: initial;
    margin: 0;
}

.home-section {
    float: left;
    width: 100%;
}

.site-header {
    float: left;
    width: 100%;
    padding: 0;
}


.top-bar {
    background: transparent !important;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 22px;
}

.header_right {
    float: right;
    width: 66.1%;
}

.logo-row .custom-logo-link img {
    max-width: 420px;
}

.logo-row {
    width: 100%;
    float: left;
    padding: 20px 0 5px;
    background: url(images/hed_pat.jpg) repeat top left;
}

.col_logo {
    float: left;
}

.site-header .top-bar .top-bar-left {
    float: left;
    width: auto;
}

.site-header .top-bar .top-bar-left a.loc {
    float: left;
    color: #191919;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.36px;
    font-family: 'OswaldMedium_3';
    position: relative;
    padding-left: 24px;
    margin-top: 10px;
}

.site-header .top-bar .top-bar-left a.loc:hover {
    color: #fe6908;
}

.site-header .top-bar .top-bar-left a.loc:before {
    position: absolute;
    content: "";
    background: url(images/sprites.png) no-repeat -460px -14px;
    left: 0;
    top: 0;
    width: 16px;
    height: 20px;
}

.top-bar .row {
    float: left;
}

.site-header .top-bar .widget {
    margin: 0;
    padding: 0;
}

.site-header .top-bar .widget-title {
    float: left;
    font-family: 'proximanova';
    font-size: 15px;
    font-weight: normal;
    color: #010101;
    line-height: 30px;
    margin: 6px 5px 0 0;
    letter-spacing: -0.3px;
}

.site-header .top-bar .social-icon {
    float: left;
    width: auto;
    margin: 0 0 0 10px;
}

.site-header .top-bar .social-icon a {
    float: left;
    width: 44px;
    height: 44px;
    background: url(images/sprites.png) no-repeat left top;
    margin: 0 2px 0 0;
    transition: 2s;
    display: none;
}

.site-header .top-bar .social-icon a:last-child {
    margin-right: 0;
}

.site-header .top-bar .social-icon a i {
    display: none;
}

.site-header .top-bar .social-icon .social_facebook {
    background-position: -6px -7px;
}

.site-header .top-bar .social-icon .social_twitter {
    background-position: -103px -7px;
}

.site-header .top-bar .social-icon .social_gplus {
    background-position: -54px -7px;
}

.site-header .top-bar .social-icon .social_yelp {
    display: none;
}

.site-header .top-bar .social-icon a:hover {
    transform: rotate(360deg);
}

.site-header .top-bar .social-icon a.social_gbl:hover {
    transform: none;
}

.site-header .top-bar a.social_gbl {
    background: url(images/gog_rev.png) no-repeat;
    width: 184px;
    height: 26px;
    margin: 10px 10px 0;
    display: block;
}

.top-menu-wrapper {
    float: right;
    width: auto;
    padding: 0;
    margin: 10px 0 0 0;
}

.top-menu-wrapper #navbarTop ul li {
    margin: 0;
    float: left;
}

.top-menu-wrapper #navbarTop ul.dropdown-menu li {
    width: 100%;
}

.top-menu-wrapper #navbarTop ul li a {
    font-family: 'OswaldSemiBold_2';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 6px 10px;
    line-height: normal;
}

.top-menu-wrapper #navbarTop>ul>li>a {
    font-size: 18px;
    padding: 0 12px;
    line-height: 20px;
    color: #191919;
    letter-spacing: 1.08px;
}

.top-menu-wrapper #navbarTop>ul>li:last-child>a {
    border: none;
    padding-right: 0;
}

.top-menu-wrapper #navbarTop ul li a:hover,
.top-menu-wrapper #navbarTop ul li.current_page_item a,
.top-menu-wrapper #navbarTop ul li a:focus {
    background: transparent !important;
    outline: 0;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.top-menu-wrapper .navbar .dropdown-menu {
    background: #145c34;
    border: none;
    width: 200px;
    margin: 0;
    border-radius: 0;
    right: 0;
    left: auto;
}

.top-menu-wrapper #navbarTop .dropdown-menu li a:hover,
.top-menu-wrapper #navbarTop li a:active,
.top-menu-wrapper #navbarTop li a:focus {
    background: #fe6908 !important;
    outline: 0;
}

.top-menu-wrapper #navbarTop>ul>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #145c34;
    transition: width .7s;
    right: 0;
    bottom: 0;
    border: 0;
}

.top-menu-wrapper #navbarTop>ul>li>a:hover:after {
    width: 100%;
}

.header_right .hd_rit {
    float: right;
    width: auto;
}

.logo-row .col.header-box.box-2 {
    float: left;
    width: auto;
    padding: 0;
    margin-right: 25px;
}

.logo-row .col.header-box.box-2 .hd-soci {
    display: inline-block;
}

.logo-row .col.header-box.box-2 .hd-soci h4 {
    margin: 0 0 10px;
}

.logo-row .col.header-box.box-2 .hd-soci h4 a {
    background: url(images/sprites.png) no-repeat -145px -7px;
    width: 105px;
    height: 27px;
    display: inline-block;
    position: relative;
    margin-left: 120px;
}

.logo-row .col.header-box.box-2 .hd-soci h4:before {
    position: absolute;
    content: "Review Us On";
    font-size: 19px;
    line-height: 19px;
    color: #8b0971;
    font-family: 'Proxima Nova Rg';
    top: 17px;
    left: 39px;
}


.logo-row .col.header-box.box-2 .top-call {
    float: left;
    position: relative;
    padding-left: 63px;
}

.logo-row .col.header-box.box-2 .top-call:before {
    position: absolute;
    content: "";
    background: url(images/sprites.png) no-repeat -164px -10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 37px;
    height: 37px;
}

.logo-row .col.header-box.box-2 .top-call:after {
    position: absolute;
    content: "";
    background: #fe6908;
    width: 2px;
    height: 42px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    left: 50px;
}

.logo-row .col.header-box.box-2 .top-call a {
    float: left;
    font-size: 46px;
    line-height: 46px;
    color: #191919;
    font-family: 'OswaldSemiBold_2';
}


.logo-row .col.header-box.box-2 .top-call a:hover {
    color: #fe6908;
}

.logo-row .col.header-box.box-3 {
    float: left;
    padding: 0;
    width: auto;
}

.logo-row .col.header-box.box-3 .top-btns a {
    float: left;
    width: 241px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.96px;
    color: #33280a;
    background: #fe6908;
    border: 2px solid #fe6908;
    padding: 22px 0;
    text-align: center;
    border-radius: 0;
    margin-right: 16px;
    font-family: 'ProximaNovaExtrabold_1';
    text-transform: uppercase;
    outline: 2px solid #644b02;
    outline-offset: -6px;
    transition: 0.5s;
}

.logo-row .col.header-box.box-3 .top-btns a.top_btn2 {
    background: transparent;
    border: 2px solid #145c34;
    outline: 0;
    color: #1d1d1d;
    margin-right: 0;
}

.logo-row .col.header-box.box-3 .top-btns a:hover {
    background: transparent;
    border: 2px solid #145c34;
    outline: 0;
    color: #1d1d1d;
}

.logo-row .col.header-box.box-3 .top-btns a.top_btn2:hover {
    background: #fe6908;
    color: #33280a;
    outline: 2px solid #145c34;
    border: 2px solid #fe6908;
}


.top-mainmenu {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    padding: 0;
}


.site-header nav.navbar.main-menu {
    float: left;
    width: 100%;
    background: rgba(242, 91, 45, 0.91) !important;
    z-index: 1;
}

.site-header .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
    text-align: center;
}

.site-header nav.main-menu li {
    float: none;
    display: block;
    margin: 0;
    position: relative;
    padding: 0 !important;
}

.site-header nav.main-menu .menu-item a {
    font-family: 'OswaldSemiBold_2';
    font-size: 19px;
    font-weight: normal;
    color: #33280a !important;
    line-height: 26px;
    text-transform: uppercase;
    padding: 21px 43px;
    position: relative;
    letter-spacing: 0.52px;
    display: inline-block;
    background: transparent;
}

.site-header nav.main-menu .menu-item a:before,
.site-header nav.main-menu .com.menu-item a:after {
    position: absolute;
    content: "";
    background: url(images/lin.png) no-repeat;
    left: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 68px;
}

.site-header nav.main-menu .com.menu-item a:after {
    left: auto;
    right: 0;
}

.site-header nav.main-menu ul#menu-main-menu>li a:hover,
.site-header nav.main-menu ul#menu-main-menu>li.current_page_item.active a {
    color: #fff !important;
    -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    background: #145c34;
}

.site-header .dropdown-toggle::after,
.site-header ul.dropdown-menu>li.menu-item-has-children>a:after {
    display: none;
}

.site-header nav.main-menu .dropdown-menu {
    background: #fb7924 !important;
    border-radius: 0;
    border: 0;
    right: 0;
    margin: 0 auto;
    width: 220px;
}

.site-header nav.main-menu .dropdown-menu li {
    margin: 0 !important;
}

.site-header nav.main-menu .dropdown-menu li:before,
.site-header nav.main-menu .dropdown-menu li:last-child:after {
    background: none;
}

.site-header nav.main-menu .dropdown-menu li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 10px;
    line-height: normal;
    margin: 0 !important;
    white-space: normal;
}

.site-header nav.main-menu ul#menu-main-menu li .dropdown-menu a:hover,
.top-mainmenu ul#menu-main-menu>li.active>a:hover {
    color: #fff !important;
    background: transparent;
}

.top-mainmenu ul#menu-main-menu>li.active {
    background: transparent !important;
}

.site-header nav.main-menu .dropdown-menu li a.dropdown-item:before {
    display: none;
}


/*.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}*/

.fixed-menu {
    position: fixed !important;
    left: 0;
    right: 0;
    top: -150px;
    z-index: 10000;
    padding: 0;
}

.fixed-menu.fix-top {
    top: 0;
}

.site-content {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.home .site-content {
    padding-bottom: 0px;
}

.site-footer {
    float: left;
    width: 100%;
}

.footer-bar {
    float: left;
    padding: 20px 0 50px;
    width: 100%;
    background: #fe6908;
    text-align: left;
}



.section-home-page-slider {
    float: left;
    width: 100%;
    margin-top: -67px;
    position: relative;
}



section.section-home-page-slider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0;
    background: rgba(251, 121, 36);
    background: -moz-linear-gradient(left, rgba(251, 121, 36) 0%, rgba(251, 121, 36) 25%, rgba(20, 92, 52, 1) 25%, rgba(20, 92, 52, 1) 50%, rgba(251, 121, 36) 50%, rgba(251, 121, 36) 75%, rgba(20, 92, 52, 1) 75%, rgba(20, 92, 52, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251, 121, 36)), color-stop(25%, rgba(251, 121, 36)), color-stop(25%, rgba(20, 92, 52, 1)), color-stop(50%, rgba(20, 92, 52, 1)), color-stop(50%, rgba(251, 121, 36)), color-stop(75%, rgba(251, 121, 36)), color-stop(75%, rgba(20, 92, 52, 1)), color-stop(100%, rgba(20, 92, 52, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 121, 36) 0%, rgba(251, 121, 36) 25%, rgba(20, 92, 52, 1) 25%, rgba(20, 92, 52, 1) 50%, rgba(251, 121, 36) 50%, rgba(251, 121, 36) 75%, rgba(20, 92, 52, 1) 75%, rgba(20, 92, 52, 1) 100%);
    background: -o-linear-gradient(left, rgba(251, 121, 36) 0%, rgba(251, 121, 36) 25%, rgba(20, 92, 52, 1) 25%, rgba(20, 92, 52, 1) 50%, rgba(251, 121, 36) 50%, rgba(251, 121, 36) 75%, rgba(20, 92, 52, 1) 75%, rgba(20, 92, 52, 1) 100%);
    background: -ms-linear-gradient(left, rgba(251, 121, 36) 0%, rgba(251, 121, 36) 25%, rgba(20, 92, 52, 1) 25%, rgba(20, 92, 52, 1) 50%, rgba(251, 121, 36) 50%, rgba(251, 121, 36) 75%, rgba(20, 92, 52, 1) 75%, rgba(20, 92, 52, 1) 100%);
    background: linear-gradient(to right, rgba(251, 121, 36) 0%, rgba(251, 121, 36) 25%, rgba(20, 92, 52, 1) 25%, rgba(20, 92, 52, 1) 50%, rgba(251, 121, 36) 50%, rgba(251, 121, 36) 75%, rgba(20, 92, 52, 1) 75%, rgba(20, 92, 52, 1) 100%);

}

.home-slider .c-cap {
    background: url(https://www.djbugaway.com/wp-content/uploads/2024/06/sld-1.jpg) repeat top center;
    width: 510px;
    padding: 10px;
    float: right;
    top: 54%;
}

.home-slider .bann_cnt {
    float: right;
    background: rgba(20, 92, 52, 0.5);
    text-align: center;
    border: 3px solid #fff;
    padding: 56px 53px;
}

.home-slider .bann_cnt h1 {
    text-align: left;
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    font-family: 'ProximaNovaBlack_1';
    margin: 0 0 20px;
    text-transform: uppercase;
}

.home-slider .bann_cnt h1 strong {
    color: #fe6908;
}

.home-slider .bann_cnt p {
    text-align: left;
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    font-family: 'ProximaNovaSboldwebfont_2';
    margin: 0 0 20px;
    letter-spacing: -0.36px
}

.home-slider .bann_cnt a.bann_btn {
    width: 370px;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.32px;
    color: #33280a;
    background: #fe6908;
    border: 2px solid #fe6908;
    padding: 22px 0;
    text-align: center;
    border-radius: 0;
    font-family: 'ProximaNovaExtrabold_1';
    text-transform: uppercase;
    outline: 2px solid #644b02;
    outline-offset: -6px;
    transition: 0.5s;
    -webkit-box-shadow: 3px 3px 20px 1px rgba(255, 187, 0, 0.4);
    -moz-box-shadow: 3px 3px 20px 1px rgba(255, 187, 0, 0.4);
    box-shadow: 3px 3px 20px 1px rgba(255, 187, 0, 0.4);
}


.home-slider .bann_cnt a.bann_btn:hover {
    background: transparent;
    border: 2px solid #fe6908;
    outline: 0;
    color: #fe6908;
}

section.home-section.service-button-sec {
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: -38px;
}

section.home-section.service-button-sec .service-butn a {
    width: 73px;
    height: 73px;
    display: inline-block;
    border-radius: 100%;
    border: 5px solid #fb7924;
    background: url(images/sprites.png) no-repeat -210px -1px #145c34;
}

section.home-section h3.section_heading.text-center {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -1.1px;
    color: #191919 !important;
    font-family: 'ProximaNovaBlack_1';
    margin: 0;
    text-transform: uppercase;
}

section.home-section.section-home-page-services {
    padding: 66px 185px 88px;
    background: url(images/srv_bg.jpg) no-repeat top left;
    background-size: cover;
    margin-top: -42px;
}

section.home-section.section-home-page-services .srv_sec {
    background-color: #fff;
    padding: 50px 0 20px;
}


section.home-section.section-home-page-services .img-div {
    position: relative;
}

section.home-section.section-home-page-services .my-auto.text-div {
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
}

section.home-section.section-home-page-services .my-auto.text-div .srv_cnt {
    float: left;

}


section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #191919;
    letter-spacing: -0.48px;
    font-family: 'OswaldSemiBold_2';
    background: #fe6908;
    padding: 16px 22px;
    width: 270px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: 1s;
}

section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a:hover {
    background: #145c34;
    color: #fe6908;
}

section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a:after {
    position: absolute;
    content: "";
    background: url(images/sprites.png) no-repeat -436px -70px #145c34;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 100%;
}

section.home-section.section-home-page-services .owl-prev,
section.home-section.section-home-page-services .owl-next {
    border: 2px solid #d4d4d4;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(images/sprites.png) no-repeat -278px 0px #fff;
    top: 235px !important;
    border-radius: 100%;

}


section.home-section.section-home-page-services .owl-prev {
    left: -90px !important;
}

section.home-section.section-home-page-services .owl-next {
    right: -90px !important;
    background-position: -329px 0px;
}

.home-section.resid._commer_section {
    padding: 0;
}

.home-section.resid._commer_section .container {
    max-width: 100%;
}

section.home-section.resid._commer_sec {
    padding: 0;
}

.res-lf {
    float: left;
    width: 50%;
    background: url(https://www.djbugaway.com/wp-content/uploads/2024/06/re.jpg) no-repeat top left;
    padding: 38px 95px 38px 310px;
    outline: 2px solid #145c34;
    outline-offset: -10px;
    background-size: cover;
}

.com-rt {
    float: right;
    width: 50%;
    background: url(https://www.djbugaway.com/wp-content/uploads/2024/06/com.jpg) no-repeat top right;
    padding: 38px 354px 38px 48px;
    outline: 2px solid #145c34;
    outline-offset: -10px;
    background-size: cover;
}


.service-butn h3 {
    font-size: 42px;
    line-height: 42px;
    color: #010101;
    font-family: 'ProximaNovaExtrabold_1';
    margin: 0 0 15px;
    letter-spacing: -0.84px;
}

.service-butn p {
    font-size: 20px;
    line-height: 34px;
    color: #010101;
    font-family: 'proximanova';
    margin: 0 0 15px;
    letter-spacing: -0.4px;
}

.service-butn .res_btn a {
    float: left;
    font-family: 'ProximaNovaExtrabold_1';
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.08px;
    color: #fe6908;
    text-align: center;
    background: #145c34;
    margin: 0;
    border: 0;
    text-decoration: none;
    transition: 1s;
    padding: 8px 20px;
    outline: 3px solid #fe6908;
    outline-offset: -6px;
    text-transform: uppercase;
}

.service-butn .res_btn a:hover {
    color: #33280a;
    outline: 3px solid #145c34;
    background: transparent;
}

.service-butn .com-rt .res_btn a {
    background: #fe6908;
    color: #33280a;
    outline: 3px solid #145c34;
}

.service-butn .com-rt .res_btn a:hover {
    color: #fe6908;
    outline: 3px solid #fe6908;
    background: transparent;
}

.service-butn .com-rt h3,
.service-butn .com-rt p {
    color: #fff;
}

section.home-section.section-home-page-about {
    padding: 122px 0 100px;
    background-color: #145c34;
}

section.home-section.section-home-page-about .col-md-6 {
    max-width: 100%;
}

section.home-section.section-home-page-about .abt_img {
    float: left;
    position: relative;
    margin-right: -195px;
    z-index: 99;
}

section.home-section.section-home-page-about .abt_img img {
    display: block;
    z-index: 1;
    position: relative;
}

section.home-section.section-home-page-about .abt_cnt {
    display: inline-block;
    width: 982px;
    background: url(https://www.djbugaway.com/wp-content/uploads/2024/06/test.jpg) no-repeat center center;
/*     padding: 0 182px 94px; */
	padding: 140px 52px 140px;
    position: relative;
    background-size: 100%;
    z-index: 9;
}

section.home-section.section-home-page-about .abt_img:before {
    position: absolute;
    content: "";
    background: #145c34;
    width: 325px;
    height: 309px;
    left: -84px;
    bottom: -80px;
}

section.home-section.section-home-page-about .abt_img:after {
    position: absolute;
    content: "";
    background: #fe6908;
    width: 477px;
    height: 454px;
    right: -38px;
    top: -38px;
}


section.home-section.section-home-page-about .abt_cnt h3 {
    font-size: 55px;
    line-height: 55px;
    color: #fff;
    font-family: 'ProximaNovaExtrabold_1';
    letter-spacing: -1.1px;
    padding-bottom: 20px;
    margin: -20px 0 30px;
    position: relative;
}

section.home-section.section-home-page-about .abt_cnt h3:after {
    position: absolute;
    content: "";
    background-color: #fe6908;
    width: 63px;
    height: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

section.home-section.section-home-page-about .abt_cnt h6 {
    font-size: 28px;
    line-height: 29px;
    color: #fe6908;
    font-family: 'ProximaNovaExtrabold_1';
    letter-spacing: -0.56px;
    margin: 0 0 20px;
}

section.home-section.section-home-page-about .abt_cnt p {
    font-size: 19px;
    line-height: 33px;
    color: #fff;
    font-family: 'ProximaNovaExtrabold_1';
    letter-spacing: -0.38px;
    margin: 0 0 60px;
}


section.home-section.section-home-page-about .abt_cnt .abt_btn {
    display: inline-block;
    width: 567px;
    background: rgba(254, 105, 8, 1);
    background: -moz-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254, 105, 8, 1)), color-stop(100%, rgba(251, 121, 36)));
    background: -webkit-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -o-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: linear-gradient(135deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffaa00', GradientType=1);
    padding: 23px 57px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    -moz-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
}

section.home-section.section-home-page-about .abt_cnt .abt_btn:before {
    position: absolute;
    content: "";
    background: url(images/sprites.png) no-repeat -370px 14px #145c34;
    width: 77px;
    height: 77px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

section.home-section.section-home-page-about .abt_cnt .abt_btn:after {
    position: absolute;
    content: "";
    background: transparent;
    border: 2px solid #145c34;
    top: -10px;
    left: -10px;
    width: 567px;
    height: 124px;
    z-index: -1;
}

section.home-section.section-home-page-about .abt_cnt .abt_btn h5 {
    font-size: 22px;
    line-height: 22px;
    color: #191919;
    font-family: 'OswaldSemiBold_2';
    margin: 0 0 10px;
}

section.home-section.section-home-page-about .abt_cnt .abt_btn a {
    display: inline-block;
    font-size: 53px;
    line-height: 53px;
    color: #191919;
    font-family: 'OswaldSemiBold_2';
    letter-spacing: -1.06px;
}

section.home-section.section-home-page-about .abt_cnt .abt_btn a:hover {
    color: #fff;
}

.home-section.test-news {
    padding: 107px 0 78px;
    background: url(images/test_bg.jpg) no-repeat top center;
    background-size: cover;
}

section.section-home-page-testimonials {
    float: left;
    width: 100%;
    background: #eeeeee;
    text-align: center;
    border: 2px solid #dad7cd;
    padding: 89px 48px 48px;
    position: relative;
    min-height: 410px;
}

section.section-home-page-newsletter {
    float: right;
    width: 598px;
    padding: 46px 30px 46px 30px;
    background: rgba(254, 105, 8, 1);
    background: -moz-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254, 105, 8, 1)), color-stop(100%, rgba(251, 121, 36)));
    background: -webkit-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -o-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: linear-gradient(135deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffaa00', GradientType=1);
    position: relative;
    margin-top: 19px;
    -webkit-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    -moz-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    min-height: 393px;
}

section.section-home-page-newsletter:before {
    position: absolute;
    content: "";
    width: 601px;
    height: 394px;
    background: transparent;
    border: 2px solid #c3c2c2;
    top: -17px;
    left: -17px;
}

section.section-home-page-testimonials:before {
    position: absolute;
    content: "";
    background: url(images/sprites.png) no-repeat 9px -47px #145c34;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto;
    width: 111px;
    height: 111px;
    border-radius: 100%;
}

section.section-home-page-testimonials h3.section_heading.text-center {
    font-size: 42px;
    line-height: 42px;
    color: #191919;
    letter-spacing: -0.84px;
    font-family: 'ProximaNovaExtrabold_1';
    margin: 0 0 20px;
}

section.section-home-page-testimonials i.fas.fa-quote-left {
    display: none;
}

section.section-home-page-testimonials .card {
    background: transparent;
    padding: 0;
}

section.section-home-page-testimonials .card p {
    font-size: 19px;
    line-height: 34px;
    color: #191919;
    font-family: 'droidserifitalicwebfont_4';
    margin: 0 0 20px;
    padding-bottom: 33px;
    position: relative;
}

section.section-home-page-testimonials .card p:after {
    position: absolute;
    content: "";
    background: #bebebe;
    width: 196px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

section.section-home-page-testimonials .card h4.card-title {
    font-size: 20px;
    line-height: 20px;
    color: #191919;
    letter-spacing: 0.8px;
    margin: 0;
    font-family: 'ProximaNovaExtrabold_1';
    text-transform: uppercase;
}

section.section-home-page-testimonials .owls-controls.testimonials-control {
    display: none;
}

section.section-home-page-newsletter h3.section_heading.text-center {
    font-size: 42px;
    line-height: 42px;
    color: #191919;
    letter-spacing: -0.84px;
    font-family: 'ProximaNovaExtrabold_1';
    margin: 0 0 26px;
    position: relative;
}

section.section-home-page-newsletter .gform_body ul li,
.newsletter-layout-1 .gform_body ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-home-page-newsletter .ginput_container input {
    border: 0;
    background: #fff !important;
    font-size: 17px;
    line-height: 36px;
    color: #33280a;
    letter-spacing: 0.34px;
    width: 480px;
    margin-bottom: 5px;
    padding: 31px 33px;
    float: none;
    display: inline-block;
    font-family: 'ProximaNovaSboldwebfont_2';
}

.section-home-page-newsletter .ginput_container input ::-webkit-input-placeholder {
    color: #33280a;
}

.section-home-page-newsletter .ginput_container input ::-moz-placeholder {
    color: #33280a;
}

.section-home-page-newsletter .ginput_container input :-ms-input-placeholder {
    color: #33280a;
}

.section-home-page-newsletter .ginput_container input :-moz-placeholder {
    color: #33280a;
}

section.section-home-page-newsletter .gform_body {
    width: 100%;
    margin: 0 0 20px;
}

section.section-home-page-newsletter input#gform_submit_button_1 {
    width: 312px;
    font-size: 22px;
    line-height: 22px;
    color: #33280a;
    padding: 20px 0;
    border: 2px solid #145c34;
    font-family: 'ProximaNovaExtrabold_1';
}

section.section-home-page-newsletter input#gform_submit_button_1:hover {
    background: #145c34 !important;
    outline: 2px solid #ffc400;
    border: 2px solid #145c34;
    outline-offset: -6px;
    color: #ffc400;
}


section.section-home-page-newsletter .gform_footer.top_label {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
}

section.home-section.section-home-page-service-areas {
    background: url(https://www.djbugaway.com/wp-content/uploads/2024/06/djmap.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
}

section.home-section .service-areas-content-wrapper h3 {
    font-size: 42px;
    line-height: 42px;
    color: #191919;
    font-family: 'ProximaNovaExtrabold_1';
    margin: 0 0 30px;
    text-transform: capitalize;
    letter-spacing: -0.84px;
}

h3.section_heading.text-left::after {
    display: none;
}

section.home-section .service-areas-content-wrapper {
    width: 377px;
    padding: 50px 44px 54px 50px;
    max-width: 100%;
    float: left;
    background: rgba(254, 105, 8, 1);
    background: -moz-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254, 105, 8, 1)), color-stop(100%, rgba(251, 121, 36)));
    background: -webkit-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -o-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: linear-gradient(135deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    -webkit-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    -moz-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
}




section.home-section .service-areas-content-wrapper ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    column-count: 2;
}

section.home-section .service-areas-content-wrapper ul.menu li {
    width: 100%;
    font-family: 'ProximaNovaExtrabold_1';
    display: inline-block;
    float: left;
    font-size: 17px;
    line-height: 36px;
    color: #191919;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
}

section.home-section .service-areas-content-wrapper ul.menu li a {
    color: #191919;
}

section.home-section .service-areas-content-wrapper ul.menu li a:hover {
    color: #fff;
}

section.home-section.section-home-page-brands {
    padding: 30px 0 33px;
    background: #fff;
}

.site-footer {
    background-color: #fffdf7;
    border-top: 2px solid #dbdbdb;
}

.site-footer .footer-widget-wrapper .textwidget {
    padding: 0;
}

.site-footer .col-md {
    float: left;
    width: 32%;
    padding: 0;
}

.site-footer .ft_adr {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}

.site-footer .ft_adr h5 {
    font-family: 'proximanova';
    font-size: 16px;
    font-weight: normal;
    color: #191919;
    line-height: 16px;
    letter-spacing: -0.32px;
    padding: 0 0 0 48px;
    margin-bottom: 20px;
    position: relative;
}

.site-footer .ft_adr h5.ft_phone {
    font-family: 'OswaldSemiBold_2';
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0px;
}

.site-footer .ft_adr h5:before {
    top: -12px !important;
}

.site-footer .ft_adr a {
    color: #191919;
}

.site-footer .ft_adr h5:before {
    width: 38px;
    height: 38px;
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: url(images/sprites.png) no-repeat -10px -145px #fe6908;
    border-radius: 100%;
}

.site-footer .ft_adr h5.ft_mail:before {
    background-position: -10px -230px;
    top: -10px;
}

.site-footer .ft_adr h5.ft_phone:before {
    background-position: -10px -186px;
    top: 7px !important;
}

.site-footer .ft_adr a:hover {
    color: #fe6908;
    text-decoration: none;
}

.site-footer .footer-2 {
    text-align: center;
    margin-left: 30px;
}

.site-footer .footer-2 h2.widgettitle {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-family: 'ProximaNovaExtrabold_1';
    letter-spacing: -0.27px;
    letter-spacing: -0.6px;
    margin: 0 0 36px;
}

.site-footer .footer-2 img {
    display: inline-block;
    margin: 0 0 34px;
}

.site-footer .footer-3 {
    text-align: right;
    float: right;
}

.site-footer .footer-3 img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
}

.footer-bar .col-sm {
    font-size: 16px;
    line-height: 48px;
    color: #242424;
    font-family: 'ProximaNovaSboldwebfont_2';
    float: left;
    width: auto;
    padding: 0;
    margin-right: 52px;
}

.footer-bar .col-sm a {
    color: #242424;
}

.site-info a:hover {
    color: #fff;
}

/*innerpages*/


.site-content {
    background: url(images/in_bg.jpg) repeat top left;
}

.site-content .page-inner-heading {
    background: url(images/inner-banner.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 20px 70px;
    text-align: right;
    position: relative;
    width: 100%;
    margin: -67px 0 80px;
    border-radius: 0;
}

.page-inner-heading h1 {
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    line-height: 56px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'ProximaNovaBlack_1';
}

.page-inner-heading #hvac101-breadcrumbs {
    font-size: 22px;
    color: #fb7924;
    line-height: 30px;
    font-family: 'ProximaNovaSboldwebfont_2';
    display: inline-block;
}

.page-inner-heading #hvac101-breadcrumbs span.current {
    text-decoration: underline;
}

.page-inner-heading #hvac101-breadcrumbs a {
    color: #fff;
    text-decoration: nonen;
}

.site-content .content-area {
    float: left;
    width: 71%;
    max-width: 900px;
    padding: 0 0 50px 0;
}

.site-content .widget-area {
    float: right;
    width: 32%;
    max-width: 350px;
    padding: 0;
}

.content-area .entry-content h1,
.content-area .entry-content h2,
.content-area .entry-content h3 {
    font-family: 'ProximaNovaBlack_1';
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.content-area .entry-content h4,
.content-area .entry-content h5,
.content-area .entry-content h6 {
    font-family: 'ProximaNovaBlack_1';
    color: #051035;
    margin-bottom: 15px;
}

.content-area .entry-content h1 {
    font-size: 50px;
    line-height: 50px;
}

.content-area .entry-content h2 {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0.92px;
}

.content-area .entry-content h3 {
    font-size: 30px;
    line-height: 40px;
}

.content-area .entry-content h4 {
    font-size: 36px;
    line-height: 36px;
}

.content-area .entry-content h5 {
    font-size: 28px;

    line-height: 28px;
}

.content-area .entry-content h6 {
    font-size: 22px;
    line-height: 22px;
}

.content-area .entry-content a {
    line-height: inherit;
    color: #000000;
}

.content-area .entry-content a:hover {
    color: #ffb700;
}

.content-area .entry-content p {
    font-family: 'proximanova';
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}

.content-area .entry-content ul {
    margin: 0 0 20px 20px;
}

.content-area .entry-content ol {
    margin: 0 0 20px 20px;
}

.content-area .entry-content li {
    font-family: 'proximanova';
    font-size: 20px;
    font-weight: normal;
    color: #393939;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;


}

.content-area .entry-content ul.ser_list li {
    list-style: none;
    padding-left: 25px;
}

.content-area .entry-content ul.ser_list li:before {
    position: absolute;
    content: "";
    background: url(images/ars.png) no-repeat top left;
    left: 0;
    top: 10px;
    width: 9px;
    height: 11px;
}

img.abtpg-img {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    display: block;
    margin-bottom: 40px;
}

#secondary section.widget.card {

    margin-bottom: 40px;
    padding: 6px;
    outline: 2px solid #644b02;
    outline-offset: -9px;
    background: rgba(254, 105, 8, 1);
    background: -moz-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254, 105, 8, 1)), color-stop(100%, rgba(251, 121, 36)));
    background: -webkit-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -o-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    background: linear-gradient(135deg, rgba(254, 105, 8, 1) 0%, rgba(251, 121, 36) 100%);
    -webkit-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    -moz-box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
    box-shadow: 10px 10px 34px 0px rgba(255, 187, 0, 0.17);
}

/*  background-image: url(images/back-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 438px;
    height: 438px;
}*/
#secondary section.widget.card.widget_media_image {
    border: 0;
    background: transparent;
}

#secondary section.widget.card:nth-child(1) {
    padding: 0;
    border: 0;
    background: none;
    height: auto;
    box-shadow: none;
    outline: 0;
}

#secondary section.widget.card:nth-child(2) img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.widget-area .widget .textwidget {
    padding: 0;
}

.site-content .widget .sd_btns {
    display: inline-block;
    width: 100%;
}

.site-content .widget .sd_btns a {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.96px;
    color: #33280a;
    background: #fe6908;
    border: 2px solid #fe6908;
    padding: 22px 0;
    text-align: center;
    border-radius: 0;
    margin-bottom: 20px;
    font-family: 'ProximaNovaExtrabold_1';
    text-transform: uppercase;
    outline: 2px solid #644b02;
    outline-offset: -6px;
    transition: 0.5s;
}

.site-content .widget .sd_btns a.rd_btn:hover {
    background: #145c34;
    border: 2px solid #145c34;
    outline: 2px solid #4c4c4c;
    color: #fe6908;
}

.site-content .widget .sd_btns a.bl_btn {
    margin: 0;
    background: #145c34;
    border: 2px solid #145c34;
    outline: 2px solid #4c4c4c;
    color: #fe6908;
}

.site-content .widget .sd_btns a.bl_btn:hover {
    background: #fe6908;
    border: 2px solid #fe6908;
    outline: 2px solid #644b02;
    color: #33280a;
}


#secondary section.widget.card.widget_nav_menu {
    position: relative;
}

#secondary section.widget .widget-title.card-header {
    font-family: 'ProximaNovaBlack_1';
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 1.84px;
    color: #121212;
    line-height: 50px;
    padding: 11px 12px 11px 24px;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
}

.menu-sibebar-menu-container {
    background-color: #1b75bc;
}

#secondary section.widget .menu {
    padding: 24px 0 20px;
    margin: 0;
}

#secondary section.widget .menu li {
    padding: 10px 28px;
    border: none;
}

#secondary section.widget .menu li a {
    font-family: 'ProximaNovaSboldwebfont_2';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.36px;
    color: #000;
    line-height: 30px;
    padding-left: 28px;
    position: relative;
    display: inline-block;
}

#secondary section.widget .menu li a:hover {
    color: #fff;
}

#secondary section.widget .menu li a:before {
    content: "";
    background: url(images/arr.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 8px;
}

#secondary section.widget.card.gform_widget {
    background: #145c34;
    outline: 2px solid #fe6908;
}

#secondary section.widget .gform_wrapper {
    margin: 0;
    padding: 30px 35px;
}

#secondary section.widget .gform_wrapper .gform_body,
#secondary section.widget .gform_wrapper .gform_body ul {
    margin: 0;
    padding: 0;
}

#secondary section.widget .gform_wrapper .gform_body li {
    border: none;
    padding: 0;
    margin-bottom: 4px !important;
}

#secondary section.widget .gform_wrapper .gform_body li .gfield_label {
    display: none;
}

#secondary section.widget .gform_wrapper .gform_body li input {
    background: transparent;
    font-size: 14px;
    font-weight: normal;
    color: #ffff;
    line-height: normal;
    padding: 7px 20px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    height: 50px;
    font-family: 'proximanova';
    margin-bottom: 26px;
}

#secondary section#gform_widget-2 h3.widget-title.card-header {
    color: #fe6908;
    border-bottom: 1px solid rgba(255, 189, 0, 0.2);
}

#secondary .gform_wrapper ul li input::-webkit-input-placeholder,
#secondary .gform_wrapper ul li input:-moz-placeholder,
#secondary .gform_wrapper ul li input::-moz-placeholder,
#secondary .gform_wrapper ul li input:-ms-input-placeholder {
    color: #fff;
}

#secondary .gform_wrapper ul li input:-moz-placeholder {
    color: #fff;
}

#secondary .gform_wrapper ul li input:-ms-input-placeholder {
    color: #fff;
}

#secondary .gform_wrapper ul li input::-webkit-input-placeholder {
    color: #fff;
}

#secondary section.widget .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}

#secondary section.widget .gform_wrapper .gform_footer .gform_button {
    font-family: 'ProximaNovaExtrabold_1';
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.96px;
    color: #33280a;
    line-height: normal;
    text-align: center;
    background: #fe6908;
    border: 0;
    border-radius: 0;
    width: 160px;
    height: 48px;
    margin: 5px 0 0 3px;
    outline: 3px solid #644b02;
    outline-offset: -6px;
    text-transform: uppercase;
    display: inline-block;
}

#secondary section.widget .gform_wrapper .gform_footer .gform_button:hover {
    color: #fe6908;
    background: transparent;
    outline: 3px solid #fe6908;
}

#secondary section.widget.card .gform_confirmation_wrapper {
    padding: 20px;
    color: #11c36a;
    text-align: center;
}

#secondary section.widget .gform_wrapper .validation_error {
    color: #ffc00a;
    padding: 0;
    text-align: center;
}

#secondary section.widget .gform_wrapper .validation_message {
    background-color: #f6ebca;
    border-color: #ffc00a;
    color: #000000;
}


#secondary section.widget.card.widget_recent_blog {
    border-radius: 0;
    border: 0;
    background: #efefef;
    outline: 2px solid #c7c3c3;
    box-shadow: none;
}

#secondary section.widget.card.widget_recent_blog .widget-title.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

#secondary section.widget.widget_recent_blog ul {
    padding: 0;
}

#secondary section.widget.card.widget_recent_blog ul {}

#secondary section.widget.widget_recent_blog ul li {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

#secondary section.widget.widget_recent_blog ul:last-child li {
    border-bottom: 0;
}

#secondary section.widget.widget_recent_blog ul li .col-12 {
    padding: 0;
}

#secondary section.widget.widget_recent_blog ul li a {
    font-size: 18px;
    font-weight: normal;
    color: #3a3a3a;
    line-height: 30px;
    display: inline-block;
    width: 100%;
}

#secondary section.widget.widget_recent_blog ul li a small {
    color: #000;
    font-size: 16px;
    padding: 0 0 0 20px;
    background: url(images/clk2.png) no-repeat left 2px top 5px;
    font-family: 'ProximaNovaSboldwebfont_2';
}

#secondary section#gform_widget-2 {
    /*background-image: url(images/back-line3.png);*/
}


.page .site-content #secondary .widget_recent_blog {
    display: none;
}

.blog .site-content #secondary .widget_recent_blog,
.archive .site-content #secondary .widget_recent_blog,
.search .site-content #secondary .widget_recent_blog,
.single .site-content #secondary .widget_recent_blog,
.page-template-page-blog .site-content #secondary .widget_recent_blog {
    display: block;
}

.blog .site-content #secondary .widget_media_image,
.archive .site-content #secondary .widget_media_image,
.search .site-content #secondary .widget_media_image,
.single .site-content #secondary .widget_media_image,
.page-template-page-blog .site-content #secondary .widget_media_image {
    display: none;
}


.inner_img {
    margin: 0 0 55px;
}

.inner_img img {
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.17);
}

.ct_map {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-shadow: -1px 0px 26px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 26px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.ct_map iframe {
    display: block;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.ct_adr {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.content-area .entry-content .com {
    padding-left: 124px;
    position: relative;
    margin-bottom: 50px;
}

.content-area .entry-content .com:before {
    position: absolute;
    content: "";
    width: 97px;
    height: 97px;
    background: url(images/call-img.png) no-repeat left center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.content-area .entry-content .ct_adr .com.ct_add:before {
    background: url(images/loc-img.png) no-repeat left center;
}

.content-area .entry-content .ct_adr .com.ct_mail:before {
    background: url(images/mail-img.png) no-repeat left center;
    width: 100px;
    height: 100px;
}

.content-area .entry-content .ct_adr a,
.content-area .entry-content .ct_adr h6 {
    font-size: 20px;
    line-height: 20px;
    color: #454545;
    letter-spacing: -0.4px;
    font-family: 'proximanova';
    padding: 5px 0;
    display: inline-block;
}

.content-area .entry-content .ct_adr h5 {
    color: #1d2643;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.6px;
    font-family: 'ProximaNovaExtrabold_1';
}

.content-area .entry-content .ct_frm h2 {
    font-size: 36px;
    line-height: 46px;
    color: #454545;
    letter-spacing: 0.72px;
    font-family: 'ProximaNovaBlack_1';
    color: #1d2643;
}

.content-area .entry-content .com a:hover {
    color: #ffb700;
}

.site-main .post_cnt .post {
    display: block;
    margin-bottom: 0;
}

.site-main .post_cnt {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.site-main .post_cnt:nth-child(2n) {
    margin-right: 0;
}

.post_cnt .post-thumbnail {
    margin: 0;
}

.post_cnt .post-thumbnail img {
    margin-bottom: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.2);
}

.post_cnt .entry-header .entry-title {
    font-size: 36px;
    font-weight: normal;
    color: #1d2643;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: 'ProximaNovaSboldwebfont_2';
    letter-spacing: 0.72px;
    text-transform: capitalize;
    overflow: hidden;
}

.post_cnt .content-area .blg-pst .entry-content p {
    font-family: 'proximanova';
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 34px;
    margin-bottom: 20px;
}

.site-main .entry-header .entry-title a {
    color: inherit;
}

.site-main .entry-footer {
    margin: 0 0 15px 0;
}

.post_cnt .entry-meta {
    background: none;
    padding: 0;
    margin: 0 0 10px;
}

.post_cnt .edit-link {
    display: none;
}

.post_cnt .entry-meta h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: normal;
    padding-left: 15px;

    display: inline-block;
    font-family: 'ProximaNovaSboldwebfont_2';
}

.post_cnt .entry-meta .meta_author {
    background: url(images/per.jpg) no-repeat left 0px;
    margin-right: 130px;
}

.post_cnt .entry-meta h5.meta_date {
    background: url(images/clk.jpg) no-repeat left 3px;
}

.post_cnt .more-link.btn {
    display: none;
}

.blg-pst {
    float: left;
    padding: 46px 30px 40px;
    position: relative;
    z-index: 9999;
    width: 810px;
    background: #fff;
    margin-top: -75px;
}

.single .site-main .post_blg .entry-content img {
    -webkit-box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.2);
}

.single .site-main .post_blg .entry-content p {
    height: auto;
}

.post_cnt .blg-rm a {
    float: left;
    font-family: 'ProximaNovaExtrabold_1';
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.08px;
    color: #33280a;
    text-align: center;
    background: #fe6908;
    margin: 0;
    border: 0;
    text-decoration: none;
    transition: 1s;
    padding: 11px 43px;
    outline: 3px solid #644b02;
    outline-offset: -6px;
    text-transform: uppercase;
}



.post_cnt .blg-rm a:hover {
    color: #fe6908;
    background: #145c34;
    outline: 3px solid #fe6908;
}




.site-main .post_blocks {}

.site-main.post_blocks article.post {
    background: #fff;
    margin-bottom: 50px;
    padding: 0;
}

.content-area nav.pagination {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.content-area nav.pagination .num-pager {
    margin: 0;
}

.content-area nav.pagination .num-pager li {
    padding: 0;
    margin: 0 12px 0 0;
}

.content-area nav.pagination .num-pager li a {
    background: #f1efef;
    border: 2px solid #000;
    font-family: 'proximanova';
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #1d2643;
    min-width: 50px;
    height: 50px;
    line-height: 36px;
    padding: 5px;
    letter-spacing: 0.8px;
    text-align: center;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.2);
}

.content-area nav.pagination .num-pager li.active a {
    color: #fe6908 !important;
}

.content-area nav.pagination .num-pager li.page-link {
    width: 50px;
    height: 50px;
    border: 2px solid #000000;
    background: url(images/arr1.png) no-repeat center #fe6908;
}

.content-area nav.pagination .num-pager li:last-child.page-link {
    background: url(images/arr2.png) no-repeat center #000000;
    border: 2px solid #fe6908;
}

.content-area nav.pagination .num-pager li.page-link a {
    border: none;
    font-size: 0;
    display: none;
}

.single .blg-pst {
    width: 100%;
    padding: 0;
    margin: 0;
}

.single .site-main .post-thumbnail {
    text-align: center;
}

.single .site-main .post-thumbnail img {
    display: inline-block;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.1);
}

.single .site-main .post_cnt {
    padding: 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
}

.single .site-main .post_cnt .entry-header .entry-title {
    height: auto;
    overflow: visible;
    margin: 0 0 20px 0;
    border-radius: 0 !important;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0.92px;
    font-family: 'ProximaNovaBlack_1';
}

.single .site-main article {
    padding: 0;
    margin-bottom: 20px;
}

.single .text-left,
single .text-right {
    display: none;
}

.single .page-inner-heading h1 {}










.social_share {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.social_share a {
    font-size: 16px;
    display: inline-block;
    background: #0095d1;
    color: #fff;
    padding: 10px 20px;
}

.social_share a:hover {
    color: #fff;
    text-decoration: none !important;
}

.social_share .fa {
    margin-right: 5px;
}

.social_share .icon_facebook {
    background: #38559c;
}

.social_share .icon_twitter {
    background: #00a9f2;
}

.social_share .icon_gplus {
    background: #e14929;
}

.social_share .icon_facebook .fa-facebook {
    text-indent: -9999px;
    background: url(images/share_fb.png) no-repeat left top;
    width: 28px;
    height: 22px;
    margin: 0;
}

.social_share .icon_twitter .fa-twitter {
    text-indent: -9999px;
    background: url(images/share_twit.png) no-repeat left top;
    width: 28px;
    height: 22px;
    margin: 0;
}

.social_share .icon_gplus .fa-google-plus {
    text-indent: -9999px;
    background: url(images/share_gplus.png) no-repeat left top;
    width: 28px;
    height: 22px;
    margin: 0;
}

.home-slider .carousel-control-prev,
.home-slider .carousel-control-next {
    display: none;
}

/*
#accordion h4.panel-title {font-size: 18px;padding:5px 10px;line-height: 22px;}
#accordion h4.panel-title a:hover {text-decoration: none;color: #fb0006;}
#accordion .panel-collapse {padding: 10px;}
#accordion .panel-collapse p {padding:0; margin-bottom: 10px;line-height: 24px;}
#accordion .panel.panel-default{margin: 5px 0;}
.content-area .entry-content #accordion h4.panel-title a {font-family: 'proximanova';color:#051035;}

.content-area .entry-content #accordion .panel-collapse li{ margin-bottom: 10px;line-height: 24px;}
.content-area .entry-content #accordion ol, .content-area .entry-content #accordion ul {margin: 0 0 20px 30px;}

.entry-content .ci-hvac-container.has_image {
	color: #565450;
	background: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.entry-content .ci-hvac-container.has_image:before, .entry-content .ci-hvac-container.has_image:after, .entry-content div#expert_image_div {display: none;}
.entry-content .ci-hvac-question {
	font-family: 'proximanova';
	font-size: 30px;
	font-weight: bold;
	color: #051035;
	line-height: 36px;
}
.entry-content .ci-hvac-options label {
	padding: 0px;
	box-sizing: border-box;
	font-family: 'proximanova';
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	margin-bottom: 10px;
}
.entry-content .ci-hvac-container ul {margin: 0 0 10px 20px;}
.entry-content .ci-hvac-container ul li {
	font-family: 'proximanova';
	font-size: 16px;
	font-weight: 400;
	color: #111112;
	line-height: normal;
	list-style: disc;
	background: none;
	padding: 0px;
}
.entry-content .ci-hvac-container p {
	font-family: 'proximanova';
	font-size: 16px;
	font-weight: 400;
	color: #111112;
	line-height: 24px;
}
.entry-content .tro-btns {text-align: left;padding: 10px 0;}
.entry-content .tro-btns button {margin-right:5px;}
.entry-content .tro-btns button, .entry-content .ci-hvac-container .schedule-a {
	position: relative;
	min-width: 115px;
	padding: 8px 10px;
	font-family: 'proximanova';
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;

	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 0px;
	outline: none;   
    background: #e71d4a;
    border: 3px solid #ff4871;
	cursor:pointer;
    transition: 1s;
}
.entry-content .tro-btns button:hover, .entry-content .ci-hvac-container .schedule-a:hover {text-decoration:none;color:#051035;}
.entry-content .ci-hvac-container .schedule-a {font-size: 14px;height: auto;padding: 8px 20px;}*/

.gform_wrapper ul {
    margin: 0;
}

.content-area .gform_wrapper ul {
    margin: 0;
    padding: 0;
}

.content-area .gform_wrapper ul li {
    margin: 0 0 10px 0;
    width: 100%;
    background-image: none !important;
    padding: 0;
    list-style: none;
}

.entry-content .gform_wrapper ul.gform_fields li input[type="text"] {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    height: 52px;
    padding: 15px 22px;
    font-family: 'proximanova';
    font-size: 14px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: normal;
}

.gform_wrapper ul.gform_fields li.gfield select {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    height: 52px;
    padding: 10px 22px;
    font-family: 'proximanova';
    font-size: 14px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: normal;
}

.gform_wrapper ul.gform_fields li textarea {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    height: 140px;
    padding: 15px 22px;
    font-family: 'proximanova';
    font-size: 14px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: normal;
}

.content-area .gform_wrapper ul.gform_fields li.message {
    width: 100%;
}

.content-area .gform_wrapper ul li label.gfield_label {
    color: #000;
    font-family: 'proximanova';
}

.gform_wrapper ::-webkit-input-placeholder {
    color: #000;
}

.gform_wrapper ::-moz-placeholder {
    color: #000;
}

.gform_wrapper :-ms-input-placeholder {
    color: #000;
}

.gform_wrapper :-moz-placeholder {
    color: #000;
}

.ct_frm .gform_wrapper .gform_footer {
    text-align: right;
    float: right;
    margin: 0 15px 0 0;
}

.ct_frm .gform_wrapper .gform_footer .gform_button {}

.content-area .ct_frm .gform_wrapper ul li label.gfield_label {
    display: none;
}

.content-area .ct_frm .gform_wrapper ul li {
    width: 50%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 10px;
}


.content-area .gform_wrapper .gform_body ul li input[type=checkbox] {
    display: inline-block;
    width: auto;
}


.content-area .gform_wrapper .gform_footer .gform_button {
    font-family: 'proximanova';
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    height: 46px;
    padding: 8px 30px;
    background: #fe6908;
    border-radius: 0;
    border: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 10px;
    transition: 1s;
}

.content-area .gform_wrapper .gform_footer .gform_button:hover {
    background: #145c34;
}

.content-area .emp_form .gform_wrapper ul li {
    float: left;
    width: 50%;
    padding-right: 10px;
    background-image: none;
    padding-left: inherit;
    clear: none;
}

.content-area .emp_form .gform_wrapper ul li.gsection:before,
.content-area .emp_form .gform_wrapper ul li:before {
    display: none;
}

.content-area .emp_form .gform_wrapper ul li .ginput_container select,
.content-area .emp_form .gform_wrapper ul li .ginput_container input[type=text],
.content-area .emp_form .gform_wrapper ul li .ginput_container textarea {
    width: 100%;
    margin: 0;
}

.content-area .emp_form .gform_wrapper ul li.gsection {
    width: 100%;
    border: 0;
}

.content-area .emp_form .gform_wrapper ul li.ful_fld {
    width: 100%;
    margin: 10px 0 0 0;
}

.content-area .emp_form .gform_wrapper ul li.onethird {
    width: 30%;
}

.content-area .emp_form .gform_wrapper ul li.onefive.gfield_html {
    width: 100%;
}

.content-area .emp_form .gform_wrapper ul li.onefive {
    width: 26%;
}

.content-area .emp_form .gform_wrapper ul li.oneth {
    width: 22%;
}

.content-area .emp_form .gform_wrapper ul li.full {
    width: 100%;
}

.content-area .emp_form .gform_wrapper ul li.fld_bk1 {
    width: 20%;
}

.content-area .emp_form .gform_wrapper ul li.fld_bk2 {
    width: 26%;
}

.content-area .emp_form .gform_wrapper ul li.fld_bk3 {
    width: 17%;
}

.content-area .emp_form .gform_wrapper ul li.fld_bk4 {
    width: 20%;
}

.content-area .emp_form .gform_wrapper ul li.nolab .gfield_label {
    display: none;
}

.content-area .emp_form .gform_wrapper ul li.sec_lne {
    margin: 0 !important;
}

.content-area .emp_form li {
    font-size: 17px;
}

.content-area .emp_form .gform_wrapper ul li .ginput_container input[type=text],
.content-area .emp_form .gform_wrapper ul li .ginput_container textarea,
.content-area .emp_form .gform_wrapper ul li .ginput_container select {
    font-size: 14px;
    padding: 10px 20px;
}

.content-area .emp_form .gform_wrapper li {
    font-size: 16px;
}

.content-area .emp_form .gform_wrapper ul li .gfield_label {
    font-size: 16px;
}

.content-area .emp_form p {
    font-size: 16px;
}

.content-area .emp_form .gform_wrapper .gfield_checkbox li label {
    margin: 0 0 0 5px;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 0;
}

.content-area .emp_form .gform_wrapper ul li span.ginput_full {
    display: inline-block;
    width: 100%;
}

.content-area .emp_form .gform_wrapper ul li span.name_first,
.content-area .emp_form .gform_wrapper ul li span.name_last,
.content-area .emp_form .gform_wrapper ul li span.ginput_left,
.content-area .emp_form .gform_wrapper ul li span.ginput_right {
    float: left;
    width: 50%;
}

.content-area .emp_form .gform_wrapper ul li span.name_first,
.content-area .emp_form .gform_wrapper ul li span.ginput_left {
    padding-right: 10px;
}

.content-area .entry-content .emp_form h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0;
}

#ui-datepicker-div {
    background: #eee;
    padding: 5px 10px;
}

#ui-datepicker-div tr td,
#ui-datepicker-div tr th {
    font-size: 14px;
    padding: 5px;
}

.page-template-page-full .site-content .content-area {
    width: 100%;
    max-width: 100%;
}

.site-content .content-area .review_item,
.site-content .content-area .review_item h5 {
    float: inherit;
    display: inline-block;
}

.review_item:last-of-type {
    border-bottom: 1px solid #ccc;
}

.site-content .content-area .review_item h4.testimonial-page-title {
    margin-bottom: 5px;
    text-transform: capitalize;
    display: inline-block;
}

#page-testimonials .col-sm-12 {
    padding: 0;
}

#page-testimonials h4.testimonial-page-title,
.site-content .content-area .review_item h4.testimonial-page-title {
    font-size: 22px;
    line-height: 24px;
    font-family: 'ProximaNovaExtrabold_1';
    color: #121212;
}

#page-offers_and_promotion .col-sm-6 {
    float: left;
}

#page-offers_and_promotion .promo-img img {
    background: #cf2e32;
}

.site-main .entry-content .review_item p {
    font-family: 'proximanova';
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    margin-bottom: 20px;
}

.no_reviews {
    display: none;
}

.no_reviews,
.review_row .rating {
    display: none;
}

#review_btn {
    top: 350px;
}

.avg_rating a {
    color: #fe6908;
}

.content-area .entry-content ul#glossaryList {
    margin: 0 0 0 20px;
}

.content-area .entry-content ul#glossaryList li {
    margin-bottom: 10px;
    line-height: 22px;
}

.site-footer .ft_adr h5.avg_rating {
    padding: 0;
}

.site-footer .ft_adr h5.avg_rating:before {
    display: none;
}

.col-sm-6 {
    float: left;
}

.rf_form .gform_wrapper ul.gform_fields li.gfield:before,
.rf_form .gform_wrapper ul.gfield_radio li:before,
.content-area .entry-content ul.page-list li:before {
    display: none;
}



/* Responsive */

@media (max-width:1680px) {
    .home-slider .bann_cnt {
        padding: 40px 43px;
    }

    .home-slider .bann_cnt h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .res-lf {
        padding: 38px 95px 38px 230px;
    }

    .com-rt {
        padding: 38px 280px 38px 48px;
    }

    section.home-section.section-home-page-services {
        padding: 66px 60px 88px;
    }

    section.section-home-page-newsletter:before {
        height: 100%;
    }

}

@media (max-width:1600px) {
    section.home-section.section-home-page-services .owl-prev {
        left: -70px !important;
    }

    section.home-section.section-home-page-services .owl-next {
        right: -70px !important;
    }

    section.home-section h3.section_heading.text-center {
        font-size: 45px;
        line-height: 45px;
    }

    .service-butn h3 {
        font-size: 35px;
        line-height: 35px;
    }

    section.home-section.section-home-page-about .abt_cnt h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .home-slider .bann_cnt a.bann_btn {
        width: 270px;
        font-size: 20px;
        line-height: 20px;
    }

    section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a {
        font-size: 22px;
        line-height: 22px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn a {
        font-size: 46px;
        line-height: 46px;
    }

    .home-section.test-news {
        padding: 87px 0 58px;
        background-size: auto 100%;
    }

    section.section-home-page-testimonials h3.section_heading.text-center,
    section.section-home-page-newsletter h3.section_heading.text-center {
        font-size: 38px;
        line-height: 38px;
    }

    section.section-home-page-testimonials {
        min-height: 370px;
        padding: 89px 48px 28px;
    }

    section.section-home-page-newsletter {
        padding: 36px 30px 26px 30px;
        min-height: 370px;
    }

    section.home-section .service-areas-content-wrapper h3 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 20px;
    }

    section.home-section.section-home-page-service-areas {
        padding: 40px 0;
    }


    section.home-section.section-home-page-about .abt_cnt {
        background-size: 87% auto;
        padding: 0 140px 94px;
    }




}


@media (max-width:1440px) {
    body .container {
        max-width: 1160px;
    }

    .top-menu-wrapper #navbarTop>ul>li>a {
        font-size: 16px;
        padding: 0 8px;
        line-height: 16px;
    }

    .logo-row .col.header-box.box-2 .top-call a {
        font-size: 36px;
        line-height: 36px;
    }

    .logo-row .col.header-box.box-3 .top-btns a {
        width: 220px;
    }

    .site-header nav.main-menu .menu-item a:before,
    .site-header nav.main-menu .com.menu-item a:after {
        height: 100%;
    }

    .site-header nav.main-menu .menu-item a {
        font-size: 22px;
        line-height: 22px;
    }

    .section-home-page-slider {
        margin-top: -62px;
    }

    .home-slider .bann_cnt h1 {
        font-size: 42px;
        line-height: 46px;
    }

    .home-slider .bann_cnt {
        padding: 20px 30px;
    }

    .site-header .top-bar .top-bar-left a.loc {
        font-size: 16px;
        line-height: 16px;
    }

    .home-slider .bann_cnt p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 16px;
    }

    .home-slider .bann_cnt a.bann_btn {
        width: 240px;
        font-size: 18px;
        line-height: 18px;
        padding: 16px 0;
    }

    .home-slider .c-cap {
        width: 422px;
    }

    .site-header .top-bar a.social_gbl {
        margin: 10px 0px 0;
    }

    .site-header .top-bar .social-icon {
        margin: 0 0 0 20px;
    }

    section.home-section.section-home-page-services {
        padding: 66px 10px 88px;
    }

    section.home-section h3.section_heading.text-center {
        font-size: 40px;
        line-height: 40px;
    }

    .service-butn h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .res-lf {
        padding: 38px 95px 38px 110px;
    }

    .com-rt {
        padding: 38px 160px 38px 48px;
    }

    section.home-section.section-home-page-about .abt_cnt h3 {
        font-size: 42px;
        line-height: 42px;
        margin: 0px 0 30px;
    }

    section.home-section.section-home-page-about .abt_cnt h6 {
        font-size: 24px;
    }

    section.home-section.section-home-page-about .abt_cnt p {
        font-size: 17px;
        line-height: 30px;
        margin: 0 0 40px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn a {
        font-size: 40px;
        line-height: 40px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn h5 {
        font-size: 20px;
        line-height: 20px;
    }

    section.home-section.section-home-page-about .abt_img {
        width: 390px;
        margin-right: -245px;
    }

    section.home-section.section-home-page-about .abt_img:after {
        width: 395px;
        height: 100%;
    }

    section.home-section.section-home-page-about .abt_img:before {
        width: 265px;
        height: 280px;
    }

    section.home-section.section-home-page-about .abt_cnt {
        width: 862px;
    }

    section.section-home-page-testimonials {
        min-height: 320px;
        padding: 89px 48px 28px;
        width: 100%;
    }

    section.section-home-page-newsletter {
        padding: 36px 30px 26px 30px;
        min-height: 324px;
        width: 530px;
    }

    section.section-home-page-testimonials h3.section_heading.text-center,
    section.section-home-page-newsletter h3.section_heading.text-center {
        font-size: 30px;
        line-height: 30px;
    }

    section.section-home-page-newsletter:before {
        width: 535px;
    }

    .section-home-page-newsletter .ginput_container input {
        width: 410px;
        padding: 24px 33px;
    }

    section.section-home-page-testimonials .card p {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 20px;
        padding: 24px 33px;
    }

    section.section-home-page-newsletter input#gform_submit_button_1 {
        width: 242px;
        font-size: 20px;
        line-height: 20px;
        padding: 18px 0;
    }

    section.section-home-page-testimonials .card p {
        padding: 0px 33px 20px;
    }

    section.home-section .service-areas-content-wrapper h3 {
        font-size: 30px;
        line-height: 30px;
    }

    section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a {
        width: 250px;
    }

    .home-slider .bann_cnt h1 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    section.home-section.section-home-page-services .srv_sec {
        padding: 30px 0 10px;
    }




    .site-content .content-area {
        max-width: 760px;
    }

    .single .page-inner-heading h1 {
        font-size: 24px;
        width: 100%;
    }

    .page-inner-heading #hvac101-breadcrumbs {
        font-size: 18px;
        color: #fff;
        line-height: 18px;
    }

    .site-content .page-inner-heading {
        margin: -64px 0 80px;
        padding: 120px 110px 50px;
    }

    .blg-pst {
        width: 690px;
    }

    .post_cnt .entry-header .entry-title {
        font-size: 30px;
        line-height: 33px;
    }

}

@media (max-width:1300px) {

    section.home-section.section-home-page-services .owl-prev {
        left: 0 !important;
    }

    section.home-section.section-home-page-services .owl-next {
        right: 0 !important;
    }

    section.home-section.section-home-page-services .srv_sec {
        text-align: center;
    }

    section.home-section.section-home-page-services .our-srv {
        width: 1000px;
        display: inline-block;
    }

    section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a {
        width: 214px;
        font-size: 18px;
        line-height: 18px;
    }

    .service-butn p {
        font-size: 18px;
        line-height: 26px;
    }

    .res-lf {
        padding: 38px 95px 38px 100px;
    }

    .com-rt {
        padding: 38px 150px 38px 48px;
    }

    section.home-section.section-home-page-about .abt_img {
        width: 320px;
        margin-right: -105px;
    }

    section.home-section.section-home-page-about .abt_img:before {
        left: -44px;
        bottom: -50px;
    }

    section.home-section.section-home-page-about .abt_img:after {
        width: 315px;
        right: -28px;
        top: -28px;
    }

    section.home-section.section-home-page-services .owls-controls.oc-service-6 .owl-prev,
    section.home-section.section-home-page-services .owls-controls.oc-service-6 .owl-next {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100% !important;
        position: absolute !important;
        font-size: 0 !important;
    }



    .site-content .content-area {
        max-width: 760px;
    }

    .site-content .widget-area {
        max-width: 320px;
    }

    #secondary section.widget .widget-title.card-header {
        font-size: 30px;
        line-height: 30px;
        padding: 15px 30px;
    }

    #secondary section.widget .menu li {
        padding: 10px 20px;
    }

    #secondary section.widget .menu {
        padding: 5px 0;
    }

    #secondary section.widget .menu li a {
        font-size: 18px;
        line-height: 20px;
        padding-left: 20px;
    }

    .post_cnt .entry-header .entry-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
        height: auto;
    }

    .blg-pst {
        padding: 26px 15px;
    }

    .content-area .entry-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .post_cnt .blg-rm a {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 30px;
    }

    #secondary section.widget.widget_recent_blog ul li {
        padding: 5px 10px;
    }

    #secondary section.widget.widget_recent_blog ul li a {
        font-size: 15px;
        line-height: 26px;
    }

    #secondary section.widget .menu li a:before {
        top: 2px;
    }
}

@media (max-width:1199px) {

    body .container {
        max-width: 970px;
    }

    .logo-row .custom-logo-link img {
        max-width: 270px;
    }

    .header_right {
        width: 70%;
    }

    .top-menu-wrapper #navbarTop>ul>li>a {
        font-size: 14px;
        padding: 0 7px;
        line-height: 15px;
    }

    .top-menu-wrapper {
        margin: 5px 0 0 0;
    }

    .site-header .top-bar .social-icon {
        margin: 0 0 0 10px;
    }

    .site-header .top-bar .top-bar-left a.loc {
        font-size: 14px;
        line-height: 14px;
    }

    .logo-row .col.header-box.box-3 .top-btns a {
        width: 200px;
        font-size: 14px;
        line-height: 14px;
        padding: 18px 0;
    }

    .logo-row .col.header-box.box-2 .top-call a {
        font-size: 30px;
        line-height: 30px;
    }

    .logo-row .col.header-box.box-2 {
        margin-right: 20px;
    }

    .site-header nav.main-menu .menu-item a {
        font-size: 20px;
        line-height: 20px;
        padding: 21px 24px;
    }

    .site-header nav.main-menu .menu-item a:before,
    .site-header nav.main-menu .com.menu-item a:after {
        height: 100%;
    }

    .home-slider .bann_cnt h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px;
    }

    .home-slider .bann_cnt {
        padding: 14px 20px;
    }

    .home-slider .c-cap {
        top: 59%;
    }

    .home-slider .bann_cnt a.bann_btn {
        width: 200px;
        font-size: 15px;
        line-height: 15px;
        padding: 12px 0;
    }

    section.home-section.section-home-page-services .our-srv {
        width: 850px;
    }

    section.home-section.section-home-page-services .owl-prev,
    section.home-section.section-home-page-services .owl-next {
        top: 165px !important;
    }

    section.home-section.section-home-page-services .my-auto.text-div .srv_cnt a {
        width: 174px;
        font-size: 15px;
        line-height: 15px;
        padding: 16px 5px;
    }

    section.home-section.section-home-page-services {
        padding: 66px 10px 68px;
    }

    .service-butn p {
        font-size: 16px;
        line-height: 20px;
    }

    .res-lf {
        padding: 38px 95px 38px 80px;
    }

    .com-rt {
        padding: 38px 120px 38px 48px;
    }

    section.home-section.section-home-page-about .abt_img {
        width: 280px;
        margin-right: -85px;
    }

    section.home-section.section-home-page-about .abt_cnt {
        width: 692px;
        padding: 0 72px 60px 103px;
        background-size: auto 100%;
    }

    section.home-section.section-home-page-about .abt_cnt h3 {
        font-size: 34px;
        line-height: 34px;
        margin: -10px 0 24px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn a {
        font-size: 34px;
        line-height: 34px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn {
        width: 520px;
        padding: 20px 40px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn:after {
        width: 100%;
        height: 100%;
    }

    section.home-section.section-home-page-about .abt_cnt h6 {
        font-size: 22px;
        margin: 0 0 10px;
        line-height: 26px;
    }

    section.home-section.section-home-page-about .abt_cnt p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 30px;
    }

    section.home-section.section-home-page-about .abt_img:before {
        width: 235px;
        height: 230px;
    }

    section.home-section.section-home-page-about .abt_img:after {
        width: 275px;
    }

    section.section-home-page-testimonials {
        min-height: 320px;
        padding: 72px 18px 20px;
        width: 100%;
    }

    section.section-home-page-testimonials .card p {
        padding: 0px 0px 20px;
    }

    .section-home-page-newsletter .ginput_container input {
        width: 330px;
        padding: 20px 33px;
    }

    section.section-home-page-newsletter:before {
        width: 462px;
    }

    section.section-home-page-newsletter {
        padding: 30px 30px;
        min-height: 304px;
        width: 460px;
    }

    section.section-home-page-newsletter input#gform_submit_button_1 {
        width: 190px;
        font-size: 18px;
        line-height: 18px;
    }

    section.section-home-page-testimonials h3.section_heading.text-center,
    section.section-home-page-newsletter h3.section_heading.text-center {
        font-size: 26px;
        line-height: 26px;
    }

    section.home-section .service-areas-content-wrapper h3 {
        font-size: 26px;
        line-height: 26px;
    }

    section.home-section .service-areas-content-wrapper {
        width: 377px;
        padding: 30px 34px 30px 40px;
    }

    .home-slider .c-cap {
        width: 400px;
    }

    .home-slider .c-cap {
        top: 55%;
    }


    .site-header .top-bar a.social_gbl {
        margin: 5px 0px 0;
        width: 160px;
        background-size: 100% auto;
    }


    .site-content .page-inner-heading {
        margin: -60px 0 50px;
        padding: 90px 90px 50px;
    }

    .page-inner-heading h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .site-content .content-area {
        width: 65%;
    }

    .site-content .widget-area {
        width: 27%;
    }

    .site-content .widget .sd_btns a {
        padding: 20px 10px;
        margin-bottom: 10px;
    }

    #secondary section.widget.card {
        margin-bottom: 30px;
    }

    #secondary section.widget .menu li {
        padding: 10px 15px;
    }

    #secondary section.widget .menu li a {
        font-size: 16px;
    }

    #secondary section.widget .gform_wrapper .gform_footer .gform_button {
        height: 45px;
        font-size: 18px;
        line-height: 19px;
    }

    .content-area .entry-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .content-area .entry-content h2,
    .single .site-main .post_cnt .entry-header .entry-title {
        font-size: 30px;
        line-height: 36px;
    }

    .content-area .entry-content h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .content-area .entry-content h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .content-area .emp_form .gform_wrapper ul li>div>div {
        width: 100% !important;
    }

    .content-area .emp_form .gform_wrapper ul li div canvas {
        width: 100% !important;
    }

    .content-area .emp_form .gform_wrapper ul li .ginput_container input[type=text],
    .content-area .emp_form .gform_wrapper ul li .ginput_container textarea {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .widget_search input.search-field.form-control {
        font-size: 16px;
        line-height: 16px;
        padding: 13px 10px;
    }

    #secondary section.widget button#search-form {
        width: 60px;
        height: 50px;
    }

    #secondary .ci-hvac-question {
        font-size: 20px;
    }

    #secondary .tro-img {
        margin: 20px 0 10px;
    }

    #secondary .tro-btns button {
        font-size: 16px;
        line-height: 16px;
        width: 107px;
    }

    #secondary .ci-hvac-options label {
        font-size: 16px;
        line-height: 34px;
    }

    #secondary section.widget .widget-title.card-header {
        font-size: 26px;
        line-height: 26px;
        padding: 12px 24px;
    }

    .blg-pst {
        width: 580px;
        margin-top: -45px;
    }

}

@media (max-width:991px) {

    body .container,
    .home-section.resid._commer_section .container {
        max-width: 750px;
        padding: 0 5px;
    }

    top-menu-wrapper>nav {
        padding: 0px 0;
        width: 100%;
    }

    .top-bar .top-bar-right .collapse {
        display: none;
    }

    .top-bar .top-bar-right .collapse.show {
        display: block;
    }

    .top-menu-wrapper .navbar .navbar-nav {
        background: #f5f5f5 !important;
        padding: 5px 0 !important;
        text-align: left;
    }

    .top-menu-wrapper .navbar .navbar-nav>li>a {
        border: none;
        padding: 1px 10px !important;
        width: 100%;
        color: #000000 !important;
    }

    .top-menu-wrapper #navbarTop ul li a {
        color: #000000 !important;
        font-size: 15px;
    }

    .top-menu-wrapper #navbarTop>ul>li>a:after {
        display: none;
    }

    .top-menu-wrapper .navbar .dropdown-menu {
        background: transparent !important;
        width: 100%;
    }

    .top-menu-wrapper #navbarTop {
        position: absolute;
        width: 250px;
        padding: 0;
        z-index: 9999;
        top: 100%;
        right: 0;
    }

    .top-bar .navbar-light .navbar-nav li a:hover,
    .top-bar .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        background: transparent !important;
        clip-path: none !important;
    }

    .top-bar .navbar-light .navbar-nav li a {
        color: #33280a !important;
    }

    .top-bar .navbar-light a.dropdown-item,
    .dropdown-menu {
        background: transparent;
    }

    .navbar-light .navbar-toggler {
        background: #fff;
        padding: 2px 7px;
        cursor: pointer;
        outline: none;
    }

    .top-secnd {
        position: relative;
    }

    .top-bar .navbar-light ul#menu-top-menu li a {
        padding: 7px 5px !important;
        line-height: 16px;
        font-size: 14px;
    }

    .top-bar .navbar-light ul#menu-top-menu li ul.dropdown-menu li a {
        padding-left: 15px !important;
        font-size: 14px;
        line-height: 18px;
    }

    .top-bar .navbar-light ul#menu-top-menu li ul.dropdown-menu li a:hover {}

    .header_right {
        max-width: 100%;
        float: none;
        width: 100%;
    }

    .top-menu-wrapper .navbar-light .navbar-nav .dropdown-menu {
        background: transparent;
        width: 100%;
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav a.nav-link {
        padding: 7px 8px;
    }

    nav.main-menu .menu-item a {
        padding: 7px 12px;
    }

    nav.main-menu .menu-item a:focus,
    nav.main-menu .dropdown-item.active,
    nav.main-menu .dropdown-item:active,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light.navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .menu-item.current_page_item {
        background: transparent;
    }

    .main-menu .dropdown-menu .menu-item a:hover {
        color: #fff !important;
        background: transparent;
        clip-path: none !important;
    }

    .logo-row .navbar {
        margin: 0;
        padding: 0;
    }

    .top-bar .top-menu-wrapper {
        float: right;
        width: auto;
        margin: 0;
        padding: 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.main-menu {
        padding: 5px 10px !important;
        z-index: 0;
    }

    span.nav-dropdown-arrow {
        width: 35px;
        height: 30px;
        padding-top: 6px;
    }

    .site-header nav.main-menu .menu-item a {
        font-size: 14px;
        border: 0;
        line-height: 16px;
        padding: 6px 5px;
        text-align: left;
        width: 100%;
    }

    .site-header nav.main-menu ul#menu-main-menu li {
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .site-header nav.main-menu .dropdown-menu {
        width: 100%;
        background: none !important;
    }

    .site-header nav.main-menu .dropdown-menu li a {
        color: #33280a !important;
    }


    .site-header nav.navbar.main-menu {
        background: rgba(242, 91, 45, 0.91) !important;
    }

    .section-home-page-slider {
        display: none;
    }




    .logo-row .col.header-box.box-2 .top-call a {
        font-size: 24px;
        line-height: 26px;
    }

    .logo-row {
        background: #f6f6f6;
        text-align: center;
    }

    .col_logo {
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }

    .top-bar .row {
        width: 100%;
        text-align: center;
    }

    .top-bar {
        margin: 0;
    }

    .site-header .top-bar .top-bar-left {
        width: auto;
        float: none;
        display: inline-block;
    }

    .site-header .top-bar .top-bar-left a.loc {
        margin: 0 0 20px;
        float: none;
        display: inline-block;
    }

    .site-header .top-bar .social-icon {
        margin: 0;
        width: 100%;
    }

    .site-header .top-bar .social-icon a {
        float: none;
    }

    .site-header .top-bar a.social_gbl {
        float: none;
        display: inline-block;
    }

    .header_right .hd_rit {
        float: none;
    }

    .logo-row .col.header-box.box-2 {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    .logo-row .col.header-box.box-2 .top-call {
        float: none;
        display: inline-block;
        margin: 0 0 20px;
    }

    .logo-row .col.header-box.box-3 {
        float: none;
        display: inline-block;
    }

    section.home-section.service-button-sec {
        display: none;
    }

    section.home-section.section-home-page-services {
        padding: 40px 40px;
    }

    .site-header nav.main-menu .menu-item a:before,
    .site-header nav.main-menu .com.menu-item a:after {
        display: none;
    }

    section.home-section.section-home-page-services .our-srv {
        width: 720px;
    }

    section.home-section.section-home-page-services .owl-prev,
    section.home-section.section-home-page-services .owl-next {
        top: -25px !important;
    }

    section.home-section h3.section_heading.text-center {
        font-size: 30px;
        line-height: 30px;
    }

    section.home-section.section-home-page-services {
        margin-top: 0;
        background: #eaeaea;
    }

    .home-section.resid._commer_section {
        padding: 30px 0;
    }

    .res-lf {
        float: left;
        width: 100%;
        text-align: center;
        background: #fe6908;
        padding: 38px 90px;
    }

    .com-rt {
        float: left;
        width: 100%;
        text-align: center;
        background: #145c34;
        padding: 38px 90px;
    }

    .service-butn h3 {
        font-size: 24px;
        line-height: 24px;
    }

    section.home-section.section-home-page-about .col-md-6 {
        text-align: center !important;
    }

    section.home-section.section-home-page-about .abt_img {
        margin: 0px 0 30px;
        width: 100%;
    }

    section.home-section.section-home-page-about .abt_img img {
        display: inline-block;
    }

    section.home-section.section-home-page-about .abt_img:before,
    section.home-section.section-home-page-about .abt_img:after {
        display: none;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn h5 {
        font-size: 18px;
        line-height: 18px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn a {
        font-size: 28px;
        line-height: 28px;
    }

    section.home-section.section-home-page-about .abt_cnt {
        float: none;
        display: inline-block;
        background: none;
    }

    section.home-section.section-home-page-about .abt_cnt h3:after {
        right: 0;
        margin: 0 auto;
    }

    section.home-section.section-home-page-about .abt_cnt h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 0px 0 24px;
    }

    section.home-section.section-home-page-about .abt_cnt {
        width: 100%;
        padding: 0;
        tex-align: center;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn {
        float: none;
        display: inline-block;
    }

    .home-section.test-news {
        text-align: center;
    }

    section.home-section.section-home-page-about {
        padding: 40px 0 30px;
    }

    section.section-home-page-testimonials,
    section.section-home-page-newsletter {
        display: inline-block;
        float: none;
        min-height: auto;
    }

    section.section-home-page-newsletter:before {
        display: none;
    }

    section.home-section.section-home-page-service-areas {
        background: #f2f1ed;
        text-align: center;
    }

    section.home-section .service-areas-content-wrapper {
        float: none;
        display: inline-block;
    }

    .home-section.test-news {
        padding: 70px 0 40px;
        background: #fff;
    }

    .service-butn .res_btn a {
        float: none;
        display: inline-block;
    }

    .site-footer {
        padding: 40px 0;
        text-align: center;
    }

    .site-footer .col-md {
        float: none;
        width: 400px;
        max-width: 100%;
        display: inline-block;
        border: 1px solid #eee3b8;
        padding: 20px !important;
        margin: 0px 0 5px;
    }

    .site-footer .ft_adr {
        text-align: left;
    }

    .site-footer .footer-3 {
        text-align: center;
    }

    .footer-bar .col-sm {
        line-height: 30px;
        margin-right: 0;
        float: none;
        text-align: center;
    }

    .site-footer .footer-2 h2.widgettitle {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 15px;
    }




    .site-content .content-area {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .site-content #secondary {
        float: none;
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 0 auto;
        clear: both;
    }

    .site-content .page-inner-heading {
        background: #145c34;
        padding: 20px 10px;
        margin: 0px auto 30px;
        text-align: center;
    }

    .page-inner-heading h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .page-inner-heading #hvac101-breadcrumbs {
        font-size: 16px;
    }

    #secondary section.widget .widget-title.card-header {
        font-size: 24px;
    }

    .site-content {
        padding-bottom: 20px;
    }

    #secondary section.widget .menu li a {
        font-size: 16px;
        font-size: 15px;
        line-height: 22px;
    }

    #secondary section.widget .gform_wrapper .gform_footer .gform_button {
        font-size: 15px;
    }

    #secondary section.widget .gform_wrapper {
        padding: 20px 10px;
    }

    .single .page-inner-heading h1 {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
    }

    body #livesite_action_buttons .ls-action>span em {
        left: 200px;
    }

    body #livesite_action_buttons {
        right: auto;
    }

    .page-inner-heading h1 {
        font-size: 28px;
    }

    .page-inner-heading #hvac101-breadcrumbs {
        display: none;
    }

    .content-area .entry-content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .content-area .entry-content h2,
    .content-area .entry-content .ct_frm h2,
    .single .site-main .post_cnt .entry-header .entry-title {
        font-size: 26px;
        line-height: 32px;
    }

    .content-area .entry-content h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .content-area .entry-content h4,
    #page-testimonials h4.testimonial-page-title {
        font-size: 22px;
        line-height: 28px;
    }

    .content-area .entry-content h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .content-area .entry-content h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .content-area .entry-content p,
    .content-area .entry-content li {
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .content-area .entry-content h1,
    .content-area .entry-content h2,
    .content-area .entry-content h3,
    .content-area .entry-content h4,
    .content-area .entry-content h5,
    .content-area .entry-content h6 {
        margin-bottom: 10px;
    }

    .content-area .emp_form .gform_wrapper ul li.fld_bk1 {
        clear: none !important;
    }

    .content-area .emp_form .gform_wrapper ul li.fld_bk1,
    .content-area .emp_form .gform_wrapper ul li.fld_bk2,
    .content-area .emp_form .gform_wrapper ul li.fld_bk3,
    .content-area .emp_form .gform_wrapper ul li.fld_bk4 {
        width: 100%;
    }

    .content-area .emp_form .gform_wrapper ul li.onethird,
    .content-area .emp_form .gform_wrapper ul li.onefive,
    .content-area .emp_form .gform_wrapper ul li.oneth {
        width: 100%;
    }

    .content-area .emp_form .gform_wrapper ul li {
        width: 100%;
        padding-right: 0;
        margin: 6px 0;
    }

    .content-area .emp_form .gform_wrapper ul li.fld_bk1 {
        clear: none !important;
    }

    .content-area .emp_form .gform_wrapper ul li.fld_bk1,
    .content-area .emp_form .gform_wrapper ul li.fld_bk2,
    .content-area .emp_form .gform_wrapper ul li.fld_bk3,
    .content-area .emp_form .gform_wrapper ul li.fld_bk4 {
        width: 100%;
    }

    .content-area .emp_form .gform_wrapper ul li.onethird,
    .content-area .emp_form .gform_wrapper ul li.onefive,
    .content-area .emp_form .gform_wrapper ul li.oneth {
        width: 100%;
    }

    .content-area .emp_form .gform_wrapper ul li {
        width: 100%;
        padding-right: 0;
    }

    .content-area .entry-content .emp_form h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .content-area .gform_wrapper .gform_footer .gform_button {
        width: 150px;
        font-size: 16px;
        height: 48px;
        padding: 8px 10px;
    }

    .entry-content .ci-hvac-question {
        font-size: 22px;
        line-height: 26px;
    }

    .entry-content .ci-hvac-options label {
        font-size: 16px;
    }

    .entry-content .tro-btns button {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 10px;
    }

    .entry-content .ci-hvac-container .schedule-a {
        font-size: 13px;
        line-height: 20px;
        padding: 7px 20px;
    }

    #review_btn {
        display: none;
    }

    .single .site-main .post-thumbnail img {
        margin: 0 0 10px 0;
    }

    #secondary section.widget.widget_recent_blog ul li {
        padding: 10px 15px !important;
    }

    #secondary section.widget.widget_recent_blog ul li a {
        font-size: 16px;
        line-height: 28px;
        padding: 3px 0 0 0px;
    }

    .inner_img {
        margin: 0 0 24px;
    }

    .ct_map {
        margin-bottom: 50px;
    }

    .post_cnt .entry-header .entry-title {
        font-size: 22px;
        line-height: 24px;
    }

    .content-area .entry-content li:before {
        top: 5px;
    }

    .footer-bar {
        padding: 20px 0 80px;
    }

}


@media (max-width:767px) {

    body .container,
    .home-section.resid._commer_section .container {
        max-width: 100%;
        padding: 0 15px;
    }

    section.home-section.section-home-page-services .our-srv {
        width: 600px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn {
        width: 450px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn h5 {
        font-size: 17px;
        line-height: 17px;
    }

    #review_btn {
        display: none;
    }

    .content-area .entry-content .ct_adr h5 {
        font-size: 24px;
        line-height: 26px;
    }

    .content-area .entry-content .ct_adr a,
    .content-area .entry-content .ct_adr h6 {
        font-size: 18px;
    }

    .content-area .entry-content .com {
        padding-left: 110px;
    }

}

@media (max-width:667px) {
    section.home-section.section-home-page-services .our-srv {
        width: 100%;
    }

    .res-lf,
    .com-rt {
        padding: 28px 40px;
    }

    .blg-pst {
        width: 550px;
    }

    .post_cnt .blg-rm a {
        font-size: 15px;
        line-height: 26px;
        padding: 10px 16px;
    }
}




@media (max-width:640px) {
    .blg-pst {
        width: 510px;
    }
}

@media (max-width:533px) {
    section.home-section h3.section_heading.text-center {
        font-size: 24px;
        line-height: 24px;
    }

    .service-butn h3 {
        font-size: 20px;
        line-height: 20px;
    }

    section.home-section.section-home-page-about .abt_cnt h3 {
        font-size: 24px;
        line-height: 24px;
        margin: 0px 0 20px;
        padding-bottom: 12px;
    }

    section.home-section.section-home-page-about .abt_cnt h6 {
        font-size: 20px;
        line-height: 22px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn:after {
        display: none;
    }

    section.section-home-page-testimonials h3.section_heading.text-center,
    section.section-home-page-newsletter h3.section_heading.text-center {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    section.section-home-page-testimonials .card p {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    section.section-home-page-testimonials .card h4.card-title {
        font-size: 18px;
        line-height: 18px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn {
        width: 400px;
        padding: 20px 10px 20px 40px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn h5 {
        font-size: 16px;
        line-height: 24px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn a {
        font-size: 24px;
        line-height: 24px;
    }

    section.home-section .service-areas-content-wrapper h3 {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 15px;
    }

    section.home-section .service-areas-content-wrapper ul.menu li {
        font-size: 15px;
        line-height: 26px;
    }

    .site-footer .ft_adr h5.ft_phone {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 35px;
    }

    .site-footer .ft_adr h5.ft_phone:before {
        top: 0;
    }

    .section-home-page-newsletter .ginput_container input {
        width: 100%;
    }

    section.section-home-page-newsletter,
    section.section-home-page-testimonials {
        width: 100%;
    }



    .post_cnt .post-thumbnail {
        text-align: center;
    }

    .site-main .post_cnt {
        width: 100%;
        margin: 0 0px 20px 0;
    }

    .page-inner-heading h1 {
        font-size: 22px;
    }

    .site-content .page-inner-heading {
        padding: 20px 0;
    }

    .blg-pst {
        width: 100%;
        margin-top: 0;
    }

    .post_cnt .entry-header .entry-title {
        font-size: 20px;
        line-height: 22px;
    }

    .post_cnt .entry-meta h5 {
        font-size: 16px;
        width: 100%;
    }

    .post_cnt .entry-meta .meta_author {
        margin: 0 0 15px;
    }

    .content-area .entry-content .com:before,
    .content-area .entry-content .ct_adr .com.ct_add:before,
    .content-area .entry-content .ct_adr .com.ct_mail:before {
        width: 70px;
        height: 70px;
        background-size: 100%;
    }

    .content-area .entry-content .com {
        padding-left: 80px;
    }
}



@media (max-width:500px) {


    .page-inner-heading h1 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .site-content .page-inner-heading {
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .content-area .entry-content h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .content-area .entry-content h2,
    .content-area .entry-content .ct_frm h2 {
        font-size: 23px;
        line-height: 27px;
    }

    .single .site-main .post_cnt .entry-header .entry-title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    .content-area .entry-content h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .content-area .entry-content h4,
    #page-testimonials h4.testimonial-page-title,
    .site-content .content-area .review_item h4.testimonial-page-title {
        font-size: 19px;
        line-height: 23px;
    }

    .content-area .entry-content h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .content-area .entry-content h6 {
        font-size: 17px;
        line-height: 20px;
    }

    .site-main .entry-content p {
        margin-bottom: 10px;
        line-height: 22px;
        font-size: 15px;
    }

    .content-area .entry-content li,
    .content-area .entry-content #accordion .panel-collapse li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .content-area .entry-content h1,
    .content-area .entry-content h2,
    .content-area .entry-content h3,
    .content-area .entry-content h4,
    .content-area .entry-content h5,
    .content-area .entry-content h6 {
        margin-bottom: 10px;
    }

    .content-area .emp_form .gform_wrapper ul li span.name_first,
    .content-area .emp_form .gform_wrapper ul li span.name_last,
    .content-area .emp_form .gform_wrapper ul li span.ginput_left,
    .content-area .emp_form .gform_wrapper ul li span.ginput_right {
        width: 100%;
    }

    .content-area .emp_form .gform_wrapper ul li .ginput_container input[type=text],
    .content-area .emp_form .gform_wrapper ul li .ginput_container textarea,
    .content-area .emp_form .gform_wrapper ul li .ginput_container select {
        padding: 10px 10px;
        height: 45px;
    }

    .content-area .gform_wrapper .gform_footer .gform_button {
        min-width: 120px;
        height: 40px;
        padding: 0px 5px;
        font-size: 16px;
    }

    .content-area .entry-content .emp_form h2 {
        font-size: 18px;
        line-height: 20px;
        margin: 5px 0;
    }

    .ct_map {
        margin-bottom: 40px;
    }

    .ct_map iframe {
        height: 250px;
    }
}

@media (max-width:420px) {
    .logo-row .col.header-box.box-3 .top-btns a {
        float: none;
        display: inline-block;
        margin: 0 0 10px;
    }

    section.home-section.section-home-page-services .owl-next {
        right: -32px !important;
    }

    section.home-section.section-home-page-services .owl-prev {
        left: -32px !important;
    }

    section.home-section.section-home-page-services {
        padding: 30px 20px;
    }

    .res-lf,
    .com-rt {
        padding: 18px 20px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn {
        width: 230px;
    }

    section.home-section.section-home-page-about .abt_cnt .abt_btn h5 {
        font-size: 15px;
    }

    section.section-home-page-newsletter,
    section.section-home-page-testimonials {
        padding: 20px 0px;
    }

    .home-section.test-news {
        padding: 30px 0 40px;
    }

    section.section-home-page-testimonials:before {
        display: none;
    }

    section.section-home-page-newsletter input#gform_submit_button_1 {
        width: 150px;
        font-size: 16px;
        line-height: 16px;
        padding: 12px 0;
    }

    section.section-home-page-newsletter {
        min-height: 254px;
    }

    section.home-section .service-areas-content-wrapper {
        width: 300px;
        padding: 20px 20px !important;
    }


    .social_share a {
        margin: 3px;
    }

    .social_share {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    .social_share a {
        width: 100%;
    }

    .entry-content .ci-hvac-question {
        font-size: 18px;
        line-height: 22px;
    }

    .entry-content .tro-btns button,
    .entry-content .ci-hvac-container .schedule-a {
        min-width: 110px;
        padding: 7px 6px;
        font-size: 13px;
        clip-path: none;
    }

    .entry-content .ci-hvac-options label {
        font-size: 14px;
    }

    body #livesite_active_engage {
        left: 0px;
        margin: 0;
        width: 96%;
    }

    body #livesite_engage_button {
        left: 0;
        margin: 0 0 0 10px;
    }

    .entry-content .ci-hvac-question {
        font-size: 20px;
        line-height: 24px;
    }

    .entry-content .ci-hvac-options label {
        font-size: 15px;
    }

    .content-area .emp_form .gform_wrapper ul li .gfield_label {
        font-size: 14px;
    }

    #accordion h4.panel-title {
        font-size: 16px;
        padding: 2px 6px;
    }

    .content-area .entry-content #accordion ol,
    .content-area .entry-content #accordion ul {
        margin: 0 0 20px 15px;
    }

    .blg-pst,
    .single .blg-pst {
        width: 100%;
        padding: 10px 10px;
        margin-top: 0;
    }

    .top-menu-wrapper {
        margin: 20px 0 0 0;
    }

    .content-area .entry-content .ct_adr h5 {
        font-size: 22px;
        line-height: 26px;
    }

    .content-area .entry-content .ct_adr a,
    .content-area .entry-content .ct_adr h6 {
        font-size: 16px;
    }
}


@media (max-width: 375px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding: 0 !important;
    }

    .ct_map iframe {
        height: 200px;
    }
}


@media (max-width: 360px) {
    .site-footer .ft_adr h5 {
        font-size: 15px;
    }

    .content-area .entry-content .com {
        margin-bottom: 30px;
    }

    .service-butn .res_btn a {
        font-size: 15px;
        padding: 6px 14px;
    }



}

.review_item {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc
}

.review_item:last-of-type {
    border: 0
}

.review_row .rating {
    width: 118px;
    float: left;
    background-image: url(../images/rating.png);
    background-position: left top;
    height: 19px;
    margin-bottom: 15px
}

.review_row .rating .star {
    width: 100%;
    float: left;
    background-image: url(../images/star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 19px
}

.review_item p {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px
}

.review_item h5 {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: #111112;
    margin: 0 0 20px;
    padding: 0
}

.rf_form .gform_wrapper ul li {
    list-style: none
}

.rf_form .gform_wrapper ul.gfield_radio {
    margin: 0 0 30px !important;
    width: 100%;
    float: left
}

.rf_form .gform_wrapper ul.gfield_radio li {
    width: auto !important;
    clear: none !important;
    float: left;
    margin: 0 20px 0 0 !important;
    text-align: center
}

.rf_form .gform_wrapper ul.gfield_radio li input[type=radio] {
    margin: 0;
    width: 16px !important;
    height: 16px
}

.rf_form .gform_wrapper ul.gfield_radio li label {
    margin: 0;
    width: 100%
}

.rf_form .gform_wrapper ul.gform_fields li.gfield {
    width: 100%
}

.rf_form .gform_wrapper ul.gform_fields li.gfield input[type="text"],
.rf_form .gform_wrapper ul.gform_fields li.gfield select,
.rf_form .gform_wrapper ul.gform_fields li.gfield textarea {
    width: 100%
}

.avg_rating {
    margin-top: 10px;
}

.custom-pagination {
    float: left;
    width: 100%;
}

.custom-pagination .page-numbers {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
    box-sizing: border-box;
    margin: 0 2px;
    text-decoration: none;
}

.custom-pagination .page-numbers.current {
    background: #f1f1f1;
}

@media (min-width:768px) and (max-width:991px) {}

#review_btn {
    position: fixed;
    top: 300px;
    right: -69px;
    cursor: pointer;
    z-index: 99999999995;
    width: 187px;
    height: 50px;
    background-color: #145c34;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width:1000px) {
    #review_btn {
        position: fixed;
        top: 120px;
        right: -64px;
        cursor: pointer;
        z-index: 99999999995;
        width: 160px;
        height: 41px;
        background-color: #145c34;
    }

}

@media screen and (max-width:680px) {
    #review_btn {
        display: none !important;
    }
}