/**
Theme Name: HVAC
Author: Sajib Hossain
Author URI: https://sajibhossain.com
Description: HVAC
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hvac
Template: astra
*/
body{
font-family: 'Montserrat' !important;
}


.banner-icons .gallery {
    align-items: center;
	display: flex;
}

/* .gallery.galleryid-7 {
    display: flex;
} */

.top-header-info{
    display: flex;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.top-header-info li{
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
}
.top-header-info li a{
    color: #fff;
}
.top-header-info li a:hover{
    color: var(--ast-global-color-1);
}

.site-header-primary-section-right .ast-builder-html-element p {
    margin: 0 !important;
    padding: 0 !important;
}
.blocker {
    z-index: 999;
}
#quote_form .cf-form {
    background: #fff;
    max-width: 100%;
}


.ast-builder-menu-1 .sub-menu .menu-item > .menu-link {
    padding-top: 15px;
    padding-bottom: 15px;
}
.hvac-features-item figure.elementor-image-box-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    text-align: center;
    box-shadow: 2px 4px 6px 2px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 0px !important;
    max-width: 80px;
}
.hvac-features-item .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.hvac-features-item  .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100px;
    margin-right: 15px !important;
}

.commercial-item .elementor-icon-box-icon .elementor-icon {
    box-shadow: 1px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* icon-and-phone  shortcodes */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.phone-with-icon{position: relative;display: inline-block; padding: 0!important;}
#wrapper .phone-with-icon::before{content: none;}
.phone-with-icon .ic{line-height: 0px;width: 50px;height: 50px;position: absolute;left: 5px;background-color: var(--ast-global-color-1);border-radius: 50%;}
.phone-with-icon .ic img{padding: 17px;}
.phone-with-icon .tx {
    text-transform: initial;
    text-align: left;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    padding-left: 70px;
}
.phone-with-icon span{font-size: 1.4rem;color: var(--secondary-color);}
.phone-with-icon:hover span,.phone-with-icon.p2:hover span{color:#01889b;}
.phone-with-icon.p2 .tx{color: rgba(255,255,255,.8);}
.phone-with-icon.p2 span{color: #fff;}
.phone-with-icon.p2 .ic img{filter: brightness(0%) contrast(200%) saturate(0%);}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.pulse {box-shadow: 0 0 0 rgba(0, 174, 239, 1);animation: pulse 2s infinite;}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 174, 239, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(1, 170, 193, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(1, 170, 193, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 174, 239, 1);
    box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(1, 170, 193, 0);
      box-shadow: 0 0 0 10px rgba(1, 170, 193, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(1, 170, 193, 0);
      box-shadow: 0 0 0 0 rgba(1, 170, 193, 0);
  }
}




.cf-form {
    margin-left: auto;
    border-radius: 10px;
    padding-bottom: 5px !important;
    position:relative;
}
/* .cf-form:before{
    content: "";
    position:absolute;
    left:0;
    top:0;
    background:url('assets/images/offer.png');
    width:100px;
    height:100px;
    background-repeat:no-repeat;
    background-size:contain;
} */


.cf-form h3{
    font-weight: bold;
}
.cf-form .cf-item-row{
    display: flex;
    gap:15px;
}
.cf-form .cf-item-row .cf-item-half{
    width: 50%;
}
.cf-form .cf-item{
    text-align: left;
    position:relative;
}
.cf-form .cf-item img{
    max-width: 200px;
    margin: 0 auto;
}
.cf-form .cf-item select,
.cf-form .cf-item input {
    height: 56px;
    border-radius:6px;
    border:0 !important; 
}
.cf-form .cf-item textarea{
    height: 100px;
    border-radius:6px;
    border:0 !important;    
}
.cf-form .cf-item .wpcf7-submit{
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 56px;
}
.cf-form p{
    margin-bottom: 1rem;
}
.cf-item .cf-small{
    line-height:20px;
    font-size:12px;
}
.cf-item .cf-small i{
    margin-right:5px;
}
.cf-item .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

.hvac-awards .swiper-wrapper{
display: flex;
align-items: center;
}


.hvac-cta .phone-with-icon{
    text-decoration: none !important;

}

.hvac-cta .phone-with-icon .tx{
    color: #fff;
}

.hvac-process .hvac-step-box{
    position: relative;
}
.hvac-process .hvac-step-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 33px;
    border: 2px dotted var(--ast-global-color-1);
    width: 100%;
}
.hvac-process .hvac-step-box .elementor-icon-box-icon {
    width: 100px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.hvac-process .hvac-step-box:first-child:before{
    width: 50%;
    right:0;
    left:auto;
}
.hvac-process .hvac-step-box:last-child:before{
    width: 50%;
}

.icon-heat a{
    position: relative;
}
.icon-review a:after,
.icon-home a:after,
.icon-other a:after,
.icon-water a:after,
.icon-cool a:after,
.icon-heat a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 20px;
    height: 20px;

    transform: translateX(-50%);
    background-color: #182944;
}

.icon-heat a:after{
    -webkit-mask-image: url('assets/images/sun.svg');
    mask-image: url('assets/images/sun.svg');
}
.icon-cool a:after{
    -webkit-mask-image: url('assets/images/ice-crystal.svg');
    mask-image: url('assets/images/ice-crystal.svg');
}
.icon-water a:after{
    -webkit-mask-image: url('assets/images/drops.svg');
    mask-image: url('assets/images/drops.svg');
}
.icon-other a:after{
    -webkit-mask-image: url('assets/images/fire.svg');
    mask-image: url('assets/images/fire.svg');
}
.icon-home a:after{
    -webkit-mask-image: url('assets/images/home.svg');
    mask-image: url('assets/images/home.svg');
}
.icon-review a:after{
    -webkit-mask-image: url('assets/images/review.svg');
    mask-image: url('assets/images/review.svg');
}

.icon-review:hover a:after,
.icon-home:hover a:after,
.icon-other:hover a:after,
.icon-water:hover a:after,
.icon-cool:hover a:after,
.icon-heat:hover a:after{
    background: var(--ast-global-color-0);
}

.sub-menu .menu-link:after{
    display:none;
}
#simple-social-icons-2 ul li.ssi-facebook a {
    background-color: #3b5998 !important;
}
#simple-social-icons-2 ul li.ssi-pinterest a {
    background-color: #bd081c !important;
}
#simple-social-icons-2 ul li.ssi-twitter a {
    background-color: #1da1f2 !important;
}
#simple-social-icons-2 ul li.ssi-youtube a {
    background-color: #cd201f !important;
}


#quote_form {
    padding: 0 !important;
    max-width: 400px;
}

.hvac_footer .menu{
	list-style-type:none;
	margin:0;
	padding:0;
}
.hvac_footer .menu .sub-menu {
    list-style-type: none;
    padding: 0 !important;
    margin-bottom: -10px;
}
.hvac_footer .menu a{
	text-decoration:none;
	color:#182944;
}
.hvac_footer .menu li {
    margin-bottom: 5px;
    margin-top: 5px;
}
.hvac_footer .menu .menu-link:after{
	display:none;
}
 .hvac_footer #menu-main-menu.menu {
    display: flex;
	flex-wrap:wrap;
}
.hvac_footer #menu-main-menu.menu li {
    width: 50%;
}
.hvac_footer #menu-main-menu.menu .sub-menu li{
	width:100%;
}


/* .icon-other a:after, .icon-water a:after, .icon-cool a:after, .icon-heat a:after{
    display: none;
} */
.ast-builder-menu-1 .menu-item > .menu-link{
    padding-top: 20px !important;
}

.hvac-filters .elementor-image-box-wrapper {
    position: relative;
    box-shadow: 1px 10px 17px rgba(0,0,0,0.06);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.hvac-filters .elementor-image-box-wrapper .elementor-image-box-img{
    position: relative;

}
.hvac-filters .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 30px 15px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .hvac-filters .elementor-image-box-wrapper .elementor-image-box-img:before{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
} */
.hvac-filters .elementor-image-box-wrapper .elementor-image-box-img img{
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.hvac-filters .elementor-image-box-wrapper  .elementor-image-box-content{
    /* position: absolute;
    left: 0;
    bottom:0;
    padding: 30px; */
}
/* .hvac-filters .e-n-tabs-heading .e-n-tab-title:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.hvac-filters .e-n-tabs-heading .e-n-tab-title:last-child{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
} */
.site-footer .menu{
}
.site-footer .menu li{
    margin: 15px 0;
}
/*
.site-footer .menu .sub-menu{
    border-left:1px solid var(--ast-global-color-0);
    margin-left: 5px;
    padding-left: 0;
    margin-top: 10px;
}
.site-footer .menu .sub-menu li{
    padding-left: 15px;
}
*/
h2.widget-title {
    text-transform:uppercase !important;
	font-size:18px;
}
.widget_nav_menu ul ul.sub-menu li{
	padding-left:0px;
}
.site-footer .menu li a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
    display: flex;
	gap:20px;
}
ul.contact-info {
    text-align: left;
}
.contact-info li {
    margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
}
.contact-info li em{
	font-style:normal !important;
	text-decoration:underline;
}
.contact-info li strong {
    color: #00aeef;
    font-size: 18px;
    margin-top: 5px !important;
    display: block;
    text-decoration: none !important;
    font-weight: 500;
}
.contact-info li{
	position:relative;
	padding-left:45px;
}
.contact-info li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.contact-info li:nth-child(1):before{
	background-image: url('assets/images/map.svg');
}
.contact-info li:nth-child(2):before{
	background-image: url('assets/images/tel.svg');
}

.contact-info li:nth-child(3):before{
	background-image: url('assets/images/envelope.svg');
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(1){
	width:30%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(2){
	width:30%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(3){
	width:15%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(4){
	width:25%;
}


.site-footer-primary-section-1 .textwidget {
    text-align: center;
}
.gallery.gallery-columns-3 .gallery-item img {
    height: 400px;
    object-fit: cover;
}
.ciw_contact_phone a,
.ciw_contact_email a{
	color:#000;
}
.ciw_contactinformation .fa {
    border: 1px solid #00aeef;
    color: #00aeef;
}
ul#menu-our-services {
    display: flex;
    flex-wrap: wrap;
}
ul#menu-our-services li {
    width: 50%;
}
.site-footer .menu li {
    margin: 5px 0;
}

.site-footer-section {
    padding: 15px;
    text-align: center;
}
.ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
    display: block;
    text-align: center;
}
.site-footer-section .simple-social-icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    float: none;
}

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

.site-footer  .widget_media_image img {
    width: 200px;
}
.site-footer .widget_text p {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.elementor-icon-list-item a {
	text-decoration:none !important;
}


.ast-excerpt-container.ast-blog-single-element p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Montserrat';
}





@media screen and (max-width:1020px){
	.site-footer-primary-section-1.site-footer-section.site-footer-section-1{
		flex-wrap:wrap;
	}	
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(1){
	width:50%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(2){
	width:50%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(3){
	width:50%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(4){
	width:50%;
}	
	
	
	
	
	
	
         .ast-below-header .header-widget-area,
    .ast-below-header{
        padding:0 !important;
        width:100%;
    }
     .ast-below-header .ast-grid-section-center{
        justify-content:space-between;
    }
    
    .ast-below-header .wp-block-buttons{
       width:100%;
    }
    
    .ast-below-header .wp-block-buttons .wp-block-button{
        width: 50%;
        display: block;
    }
    .ast-below-header .wp-block-buttons .wp-block-button .wp-block-button__link{
        display:block;
        width:100%;
        text-align:center;
        font-weight:bold;
        font-size:18px;
        text-transform:uppercase;
    }
.ast-below-header .wp-block-buttons .wp-block-button strong {
    position: relative;
    padding-left: 30px;
}
.ast-below-header .wp-block-buttons .wp-block-button strong:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 19px;
    height: 19px;
    -webkit-mask-image: url('assets/images/call.svg');
    mask-image: url('assets/images/call.svg');
    transform: translateY(-50%);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

.ast-below-header .wp-block-buttons .wp-block-button:last-child strong:before{
       -webkit-mask-image: url('assets/images/mail.svg');
    mask-image: url('assets/images/mail.svg'); 
    height:15px;
}

.ast-below-header .wp-block-buttons .wp-block-button:first-child a{
    font-size:18px;
}
.ast-below-header-wrap {
    display:none;
}

.df_fixed_header .ast-below-header-wrap{
    display:block;
}


}
@media screen and (max-width:768px){
    .hvac-process .hvac-step-box:before{
        display: none;
    }
    
    #quote_form .cf-form {
    background: #fff;
    max-width: 100%;
    padding: 0;
}
#quote_form .cf-form {
    background: #fff;
    max-width: 100%;
    padding: 45px 25px;
}
   #quote_form .cf-item h3{
       margin-bottom:15px;
   } 
   
 .blocker {
    padding: 0px;
}  
   
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(1){
	width:100%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(2){
	width:100%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(3){
	width:100%;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .footer-widget-area:nth-child(4){
	width:100%;
}	
	   
	
	
	
	
   
}



@media screen and (max-width:768px){
	
	.icon-other a:after, .icon-water a:after, .icon-cool a:after, .icon-heat a:after {
		display:none !important;
	}	
	
    .hvac-process .hvac-step-box:before{
        display: none;
    }
	
	.project_gallery .gallery {
		margin: 0 -10px -10px 0 !important;
	}
	.project_gallery figure.gallery-item {
		width: 50% !important;
		max-width: 50% !important;
		padding:0 10px 10px 0 !important;
	}
     .ast-below-header .header-widget-area,
    .ast-below-header{
        padding:0 !important;
        width:100%;
    }
     .ast-below-header .ast-grid-section-center{
        justify-content:space-between;
    }
    
    .ast-below-header .wp-block-buttons{
       width:100%;
    }
    
    .ast-below-header .wp-block-buttons .wp-block-button{
        width: 50%;
        display: block;
    }
    .ast-below-header .wp-block-buttons .wp-block-button .wp-block-button__link {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        padding: 0;
    }
    
}