/**

Theme Name: Electric

Author: Hirefoo Team

Author URI: https://hirefoo.com

Description: Electric

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: electric

Template: astra

*/



.ast-primary-header-bar .site-primary-header-wrap{

    position: relative;

   

}





.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {

    margin-left: 15px;

    margin-right: 15px;

}

.ast-grid-center-col-layout{

    z-index: 2;

}







/* .ast-above-header-bar .site-above-header-wrap{

    background: var(--ast-global-color-2);

} */



.ast-above-header-bar .site-above-header-wrap:before{

    content:"";

    position: absolute;

    right: 0;

    top:0;

    width: 50%;

    height: 100%;

    background: var(--ast-global-color-2);

    z-index: 1;

}

.ast-above-header-bar .ast-builder-html-element p,
.ast-above-header-bar .widget.widget_block.widget_text p{

    color: #fff;

    margin-bottom: 0;

    font-size: 14px;

}


/* .ast-above-header-bar .ast-builder-html-element p a{
    font-size: 14px;
} */


.wws-banner-slider .banner-image, .wws-banner-slider .banner-video {

    clip-path: polygon(100% 0%, 100% 70%, 50% 90%, 50% 90%, 0 70%, 0 0);

}

.wws-banner-slider .wws-banner-slider-overlay{

    clip-path: polygon(100% 0%, 100% 70%, 50% 90%, 50% 90%, 0 70%, 0 0);   

}





.wws-banner-slider:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 83vh;

    background: var(--ast-global-color-0) !important;

}

.wws-banner-slider .slider_button_one svg{

    width: 15px;

    height: 15px;

    fill:#fff;

}





.service-quote-left .elementor-image-box-content,

.service-quote .elementor-image-box-content{

    display: flex;

    flex-direction: column-reverse;

}

.service-quote-left .elementor-image-box-content .elementor-image-box-title,

.service-quote .elementor-image-box-content .elementor-image-box-title{

    margin-top: 50px;

}

.service-quote .elementor-image-box-content .elementor-image-box-title a{

    background: var(--ast-global-color-2) !important;

    padding: 15px 30px;

    text-decoration: none;

}

.service-quote-left .elementor-image-box-content .elementor-image-box-title a{

    background: var(--ast-global-color-1) !important;

    padding: 15px 30px;

    text-decoration: none;

}



.projects .swiper-image-stretch .swiper-slide .swiper-slide-image{

    height: 360px;

    object-fit: cover;

}



.video-button a{

    background:var(--ast-global-color-1);

    color: transparent;

    padding: 30px;

    appearance: none;

    position: relative;

    display: block;

    width: 140px;

    height: 160px;

    margin-left: auto;



}

.video-button a:before {

    content: "";

    background-image: url('assets/images/video.png');

    background-size: contain;

    width: 20px;

    height: 20px;

    position: absolute;

    left: 50%;

    top: 50%;

    background-repeat: no-repeat;

    transform: translate(-50%, -50%);

}



.ec-footer-subscribe{

    position: relative;

}





.wws-testimonial .wws-testimonial-item .testimonial-image img {

    width: 120px;

    height: 120px !important;

     border-radius: 0px !important; 

    height: 200px;

    -webkit-clip-path: polygon(

    50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%

  );

    -moz-clip-path: polygon(

    50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%

  );

    -ms-clip-path: polygon(

    50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%

  );

    clip-path: polygon(

    50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%

  );

}

.wws-testimonial .wws-testimonial-item-inner .testimonial-content{

    display: flex;

    flex-direction: column;

}

.wws-testimonial .wws-testimonial-item .testimonial-content .testimonial-comment {

    order: 1;

}

.wws-testimonial .wws-testimonial-item .testimonial-content .testimonial-name {

    order: 0;

}

.wws-testimonial .wws-testimonial-item .testimonial-content .testimonial-position {

    order: 2;

}

 .wws-testimonial   .wws-testimonial-item .testimonial-content .testimonial-company {

    order: 3;

}

.wws-testimonial .testimonial-quote {

    top: 40px !important;

}



.wws-testimonial-item .testimonial-image {

    height: 100% !important;

}



.wws-testimonial-item .testimonial-image img{

    position: absolute;

}









.wws-testimonial .wws-testimonial-item-inner {

    border-left: 70px solid var(--ast-global-color-2);

    box-shadow: 2px 7px 19px 3px rgba(0,0,0,0.1);

    margin: 20px;

    padding: 30px;

}

.wws-testimonial .swiper-slide-active  .wws-testimonial-item-inner{

    border-color:    var(--ast-global-color-1) !important;

}
.wws-testimonial .wws-testimonial-item-inner:before {
    position: absolute;
    content: "";
    background-image: url('assets/images/reviews.png');
    left: -43px;
    top: 50%;
    background-size: contain;
    width: 14px;
    height: 126px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}



.ec-cta:before {

    left: 50%;

    width: 50%;

}





.site-header-above-section-right p,

.site-header-above-section-center p,

.site-header-above-section-left p{

    position: relative;

    padding-left: 30px;

}

.site-header-above-section-right p:before,

.site-header-above-section-center p:before,

.site-header-above-section-left p:before {

    content: "";

    background-image: url('./assets/images/check.png');

    width: 20px;

    height: 20px;

    background-repeat: no-repeat;

    background-size: contain;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.site-header-above-section-center p:before{

    background-image: url('./assets/images/phone.png');

}

.site-header-above-section-right p:before{

    background-image: url('./assets/images/message.png');

}

.ec-footer-subscribe .ec-subscribe-input input{

    background: #07234e;

    border-radius:0 !important;

    border:1px solid #1a275d !important;

    padding: 28px 20px;

    height: 60px;

}

.ec-footer-subscribe .ec-subscribe-button{

   position: absolute;

   top: 0;

   right: 0;

}

.ec-footer-subscribe .ec-subscribe-button button{

    height: 57px;

    border-radius:0 !important;

    color: #fff !important;

    font-weight: bold;
    position: relative;

}

.ec-footer-subscribe .ec-subscribe-button button:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -22px;
    border-bottom: 58px solid #07234e;
    border-right: 30px solid var(--ast-global-color-0);
    width: 0;
}


.site-footer *{

    color: #92a3cf !important;

}

.site-footer .is-layout-flex {

    align-items:start;

}

.site-footer h2.widgettitle,

.site-footer h3.wp-block-heading{

    font-size: 18px;

    margin-bottom: 20px;

    color: #fff !important;

}

.site-footer .mc4wp-form-fields{

    position: relative;

}

.site-footer .mc4wp-form-fields input {

    height: 56px;

    color: #000;

}

.site-footer p{

    font-size: 14px;

}

.site-footer .widget_nav_menu li {

    transition: all .2s linear;

    margin-bottom: 10px;

}

.site-footer .widget_nav_menu li:hover a{

    color: var(--ast-global-color-1) !important;

}



.site-footer .rpwwt-post-title{

    color: #fff !important;

    font-size: 20px !important;

    font-weight: 600;

}

.site-footer  .rpwwt-post-date{

    color: var(--ast-global-color-1) !important;

    font-weight: 600 !important;

    font-size: 14px;

}
/* 
.site-footer .site-primary-footer-wrap{
    padding-top: 0;
} */
.site-footer figure.wp-block-image.size-full img {
    max-width: 240px;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 * {
    color: #90a1bc !important;
}

.projects .elementor-swiper-button {
    top: -100px !important;
    right: auto !important;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0100%;
    text-align: center;
    padding: 8px 12px;
    color: #000;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 580px;
}

.projects  .elementor-swiper-button-prev {
    margin-left: 530px;
}

.projects .elementor-swiper-button svg{

    fill:#000 !important;

}

.wws-banner-slider:before {
    position: absolute;
    content: "";
    background-image: url('assets/images/banner-top-shape-r.png');
    right: 0;
    top: 0;
    height: 100%;
    width: 260px;
    background-size: contain;
    z-index: 99;
    background-repeat: no-repeat;
}
.elementor-15 .elementor-element.elementor-element-36b5db1 .elementor-accordion-item{
    margin-bottom: 10px;
}
.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #d5d8dc !important;
}
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var( --e-global-color-accent ) !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
    fill:var( --e-global-color-accent ) !important;
}
.elementor-tab-title .elementor-accordion-icon  .elementor-accordion-icon-opened svg{
    fill:var(--ast-global-color-2)  !important;
}
.ec-testimonial .elementor-divider-separator:after{
    display: none !important;
}
.ec-testimonial .elementor-divider-separator:before{
    border: 8px solid var(--ast-global-color-1) !important;
}
.site-primary-footer-wrap .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    border-top: 1px solid #1a275d;
    padding-top: 40px;
}

.site-footer figure.wp-block-image.size-full {
    margin-top: -207px !important;
}
.cta-button .elementor-button.elementor-button-link{
    position: relative;
}

.cta-button .elementor-button.elementor-button-link:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    border-bottom: 45px solid var(--ast-global-color-0);
    border-right: 23px solid #fff;
    width: 0;
}
.hvac-process .hvac-step-box{
    position: relative;
}
.hvac-process .hvac-step-box:before{
    content:"";
    left:0;
    top:0;
    position: absolute;
    width: 100%;
    border:2px dotted var(--ast-global-color-0);

}

/* .site-footer-primary-section-2 .wp-block-column{
    width: 50%;
} */
.widget_nav_menu ul ul.sub-menu li {
    padding-left: 0;
}
.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
    margin-left: -40px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu .menu-item {
    border-bottom: 1px solid #ddd;
}

.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {
    height: 3px;
}



/**** Contact Fomr **** /

/*** Contact ***/
.c-item-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-item {
    width: 50%;
  }
  .c-item-full {
    width: 100%;
  }
  .c-item-full p,
  .c-item p {
    margin: 0px 10px;
    padding: 0;
  }
  .c-item-row select,
  .c-item-row textarea,
  .c-item-row input[type='date'],
  .c-item-row input[type='tel'],
  .c-item-row input[type='text'],
  .c-item-row input[type='email'] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0 !important;
    color: #fff !important;
    border-radius: 0 !important;
    height: 60px;
    color-scheme: dark;
    padding-left: 0px !important;
    padding-right: 0px !important;

  }
  .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .c-item-row textarea {
    height: 100px;
  }
  .c-item-row textarea:focus,
  .c-item-row select:focus,
  .c-item-row input:focus {
    border: 0 !important;
    outline: 0 !important;
  }
  .c-item-row .wpcf7-list-item-label {
    color: #fff;
  }
  .c-item-row ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .c-item-row ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
  }
  .c-item-row .wpcf7-submit {
    text-transform: uppercase;
    color: #fff;
    border-radius: 100px;
    padding: 15px 30px;
    font-size: 13px;
  }
  
  .wpcf7 select option {
    color: #fff !important;
    background: #000;
  }
  .wpcf7 .c-item-row select {
    color: #fff !important;
  }
  

  @media only screen and (min-width: 1024px){



    .hlf-contact-bg:after {
        content: '';
        background: #141125;
        width: calc(50% + 132px);
        right: 0;
        top: 0;
        height: 100%;
        position: absolute;
    }
  }

@media only screen and (min-width: 1800px) {

    .ast-above-header-bar .ast-builder-html-element p,
    .ast-above-header-bar .widget.widget_block.widget_text p {
        font-size: 14px;
    }
    /* .ast-above-header-bar .ast-builder-html-element p a{
        font-size: 14px !important;
    } */

    .projects .elementor-swiper-button {
        margin-left: 620px ;
    }
    .projects  .elementor-swiper-button-prev {
        margin-left: 570px;
    }


    .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row ,
    .site-header .e-con.e-flex>.e-con-inner ,
    .site-header .ast-container {
        max-width: 1320px;
    }
    .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row{
        padding: 20px;
    }

     .service-left-content{
        max-width: 800px !important;
    } 
    .ast-logo-title-inline .site-logo-img {
        position: absolute;
        top: -28px;
        left: -200px;
        width: 266px;
    }



    .site-header{

        position: relative;

    }

    .site-header:before {

        position: absolute;

        content: "";

        background-image: url('assets/images/header-shape-right.png');

        left: 0;

        top: 0;

        height: 100%;

        width: 99px;

        background-size: contain;

        z-index: 99;

        background-repeat: no-repeat;

    }

    /* .wws-banner-slider:after {
        height: 650px;
    }

   .wws-banner-slider {
        height: 800px !important;
    } */

    .site-above-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
        padding-left: 70px !important;
        width: 1300px !important;
    }
    .ast-above-header-bar .ast-builder-html-element p, .ast-above-header-bar .widget.widget_block.widget_text p {
        font-size: 15px;
    }

    /* .ast-above-header-bar .ast-builder-html-element p a{
        font-size: 15px !important;
    } */



}
@media only screen  and (min-width: 1400px) and (max-width:1800px) {
    .ast-logo-title-inline .site-logo-img {
        position: absolute;
        top: -28px;
        left: -60px;
        width: 200px;
    }

    .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row ,
    .site-header .e-con.e-flex>.e-con-inner ,
    .site-header .ast-container {
        max-width: 1170px;
    }
    .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row{
        padding: 20px;
    }

    .projects .elementor-swiper-button {
        margin-left: 550px !important;
    }
    .projects  .elementor-swiper-button-prev {
        margin-left: 500px !important;
    }

    .site-header:before {
        position: absolute;
        content: "";
        background-image: url('assets/images/header-shape-right.png');
        left: 0;
        top: 0;
        height: 100%;
        width: 70px;
        background-size: contain;
        z-index: 99;
        background-repeat: no-repeat;
    }

}
@media only screen and (max-width: 1400px) {

    .ast-logo-title-inline .site-logo-img {

        position: absolute;

        top: 0;

        left: 0;

        width: 140px;

    }



}


@media only screen and (max-width: 1200px) {
    .projects .elementor-swiper-button {
        margin-left: 0 !important;
        left: auto !important;
        right: 15px !important;

    }
    .projects  .elementor-swiper-button-prev {
        margin-left: 0px;
        right: 65px !important;
    }



}

@media only screen and (max-width: 992px) {



    .projects .elementor-swiper-button {

        left: 30px;

    }

    .projects  .elementor-swiper-button-prev{

        right: 60px !important;

    }

    .site-footer figure.wp-block-image.size-full {
        margin-top: 0px !important;
    }



}

@media only screen and (max-width: 767.98px) {

    .wws-banner-slider:before {
        display: none;
    }



     .wws-testimonial .wws-testimonial-item-inner .testimonial-content {

        width: 100% !important;

    }

    .wws-testimonial-item .testimonial-image img{

        position:relative !important;

    }

    .wws-testimonial .wws-testimonial-item-inner {
        border: 0;
        flex-direction: column;
        border-top:50px solid var(--ast-global-color-1) !important;

    }

    .wws-testimonial .wws-testimonial-item-inner:before {
        position: absolute;
        content: "";
        background-image: url('assets/images/reviews.png');
        left: 50%;
        top: -88px;
        background-size: contain;
        width: 14px;
        height: 126px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        margin-left: -7px;
    }



    .wws-testimonial .testimonial-quote {

        position: relative !important;

        left: 0 !important;

        top: 0;

        margin-bottom: 60px;

    }



    .wws-testimonial .wws-testimonial-item-inner {

        margin: 10px !important;

        padding: 15px !important;

    }



    .section-service{

        background:  var(--ast-global-color-2) !important;

    }

    .elementor-element-e9f1be3{

        background: #fff !important;

    }



    .site-footer {

        padding: 15px;

    }



    .ast-logo-title-inline .site-logo-img {

        width: 108px;

    }



    .projects .elementor-swiper-button {
        top: -50px !important;
        left: calc( 50% - -25px ) !important;
        right: auto !important;
    }
    .projects  .elementor-swiper-button-prev {
        left: calc( 50% - 25px ) !important;
        right: auto !important;
    }
    .service-quote-left,
    .service-quote {
        position: relative !important;
        bottom: auto !important;
        width: 100% !important;
    }

    .wws-testimonial .wws-testimonial-item-inner .testimonial-content {
        text-align: center;
        margin-top: 15px;
    }

    .video-button a {
        width: 140px;
        height: 140px;
        margin-left: auto;
        margin: 10px auto 0 auto;
    }

    .ec-experience {
        position: relative !important;
        width: 100% !important;
        height: auto;
        top: 0px !important;
    }

    .ec-experience .elementor-image-box-wrapper {
        text-align: center;
    }

    .site-footer .site-footer-section{
        margin-bottom: 30px;
    }

    .service-quote-left .elementor-image-box-content .elementor-image-box-title a,
    .service-quote .elementor-image-box-content .elementor-image-box-title a{
        padding: 12px 20px;
    
    }
    
    .ec-footer-subscribe .ec-subscribe-button button:before,
    .cta-button .elementor-button.elementor-button-link:before{
        display: none;
    }

    .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
        margin-left: 0px;
    }


    .ast-logo-title-inline .site-logo-img {
        position: absolute;
        top: 7px;
        left: 15px;
        width: 108px;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 90px;
    }

    /* .elementor-15 .elementor-element.elementor-element-3b23fd3 .banner-content-container {
        text-align: center;
        padding: 0px 0px 130px 0px;
    } */

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-left: 0px !important;
    }
    .site-footer .is-layout-flex {
        align-items: start;
        justify-content: center;
        text-align: center;
        gap: 0 !important;
    }

    .footer-widget-area[data-section="section-fb-html-1"] {
        margin-left: 0;
    }
    .site-footer-primary-section-1.site-footer-section.site-footer-section-1 * {
        text-align: center;
    }


   .site-footer-primary-section-4 h3.wp-block-heading {
        text-align: center;
    }

    div#rpwwt-recent-posts-widget-with-thumbnails-2 {
        max-width: 230px;
        margin: 0 auto;
    }

    .service-quote-left .elementor-image-box-content .elementor-image-box-title a,
    .service-quote .elementor-image-box-content .elementor-image-box-title a{
    
        font-size: 13px !important;
    
    }
    .service-quote-left .elementor-image-box-content .elementor-image-box-title, .service-quote .elementor-image-box-content .elementor-image-box-title {
        margin-top: 30px;
        margin-bottom: 40px;
    }




}
.site-above-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding-left: 150px;
}
.site-above-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
    background: var(--ast-global-color-2) !important;
    height: 50px;
}

.banner-content .elementor-icon-list-item, .banner-content .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align,center);
    justify-content: center;
}