/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 .text-grey1{
     color:#353434 !important;
 }
 
 .ct-footer > div > .ct-container > [data-column*=widget-area-2] > .ct-widget.widget_text > div,
 .ct-footer > div > .ct-container > [data-column*=widget-area-3] > .ct-widget.widget_text > div{
     font-size:14px;
 }
 
.wpb_text_column{
    font-family:"Montserrat" !important;
    color:#353434;
}

.home-border{
    border: 1px solid #fff;
    padding: 25px 15px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 1px #d9d9d9;
    transition:300ms ease;
}

.steam-cleaning-app-image .wpb_single_image *,
.steam-cleaning-app-image .wpb_single_image,
.steam-cleaning-app-image .wpb_wrapper{
    height:100%;
}

.steam-cleaning-app-image .wpb_single_image img{
    object-fit:cover;
}


.home-border:hover{
    background-color:#eb1e24;
    color:#fff;
    border: none;
    box-shadow: none;
}

.slick-dots button{
    width: 19px !important;
    height:5px !important;
    border-radius:35px !important;
    background: #d6d6d6;
}

.slick-dots .slick-active button {
    background: #EB1E24 !important;
}

/*Header*/
#header [data-id*=logo] .site-title > a {
    font-weight:400;
}

 a.ct-button,
 .contact-us-button a.vc_general.vc_btn3{
    --theme-button-min-height: auto;
    position:relative;
    padding-left: 40px;
    min-width: 120px;
    border-radius:25px;
    background-color:rgba(37, 211, 102, 1);
    color:#fff;
    padding:10px 15px 10px 40px;
    font-size:16px;
    font-weight:500;
}

a.ct-button:hover,
.contact-us-button a.vc_general.vc_btn3:hover{
    color:rgba(37, 211, 102, 1);
    background:#fff;
    border-color:rgba(37, 211, 102, 1);
}

a.ct-button:after,
.contact-us-button a.vc_general.vc_btn3:after{
    content: '\f232';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: rgba(37, 211, 102, 1);
    border-radius: 50%;
}

.clean-work-row,
.our-project-video-row{
    overflow: visible !important;
}
.cta-row{
    margin-top:-120px;
    display: flex;
    justify-content: center;
    align-items:center;
}

.cta-row > .wpb_column {
    width: fit-content;
}


/*Footer*/
.ct-footer > div > .ct-container > [data-column*=widget-area-1]  .company{
    color:#fff;
    font-size:19px;
}

.ct-footer > div > .ct-container > [data-column*=widget-area-2]  .services,
.ct-footer > div > .ct-container > [data-column*=widget-area-3]  .contact{
    color:#fff;
    font-size:20px;
    padding-bottom:15px;
    position:relative;
    font-weight:600;
    margin-bottom:20px;
}


.ct-footer > div > .ct-container > [data-column*=widget-area-2] > .ct-widget.widget_text > div p
,.ct-footer > div > .ct-container > [data-column*=widget-area-3] > .ct-widget.widget_text > div p{
    margin-bottom:0;
}

.ct-footer > div > .ct-container > [data-column*=widget-area-1]  .company small {
    font-weight:400;
    font-size:14px;
}
    
.ct-footer > div > .ct-container > [data-column*=widget-area-1] > .ct-widget.widget_media_image {
    margin-bottom:25px;
}

.ct-footer > div > .ct-container > [data-column*=widget-area-3]  .contact:before,
.ct-footer > div > .ct-container > [data-column*=widget-area-2]  .services:before{
    content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
}


/*.ct-footer > div > .ct-container > [data-column*=widget-area-3] > .ct-widget.widget_text {*/
/*    padding-top:20px;*/
/*}*/

.ct-footer > div > .ct-container > [data-column*=widget-area-4] > .ct-widget.widget_text > div{
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
}

.ct-footer > div > .ct-container > [data-column*=widget-area-4] > .ct-widget.widget_text > div a{
    font-size: 20px;
    color: #eb1e24;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .ct-container{
    border-top:1px solid #5c5c5c;
}

[data-column*=copyright] .ct-footer-copyright{
    font-size:14px !important;
}

/*#footer [data-column*=widget-area] .textwidget p{*/
/*    padding-bottom:0 !important;*/
/*}*/

/*Slider picture*/
.slider-circle-pic img{
    border-radius:50%;
    /*width:500px !important;*/
    /*height:500px !important;*/
    object-fit:cover;
}

.home-icon-pic img{
    background:#EB1E24;
    padding:15px;
    width:100%;
    min-height:84px;
    min-width:85px;
}

.home-logo{
    overflow:hidden !important;
    position:relative;
    margin-top:-35px;
    z-index:9;
}

.home-logo .wpb_column .vc_column-inner .wpb_wrapper{
    display:flex;
    flex-direction: row;
    align-items:center;
    column-gap:15px;
    background-color:#1b1f24;
    min-height:84px;
}



.home-logo .wpb_column .vc_column-inner .wpb_wrapper .wpb_content_element{
    margin-bottom:0px !important;
}

/*Years of Experience Row*/
h2.year-of-experience, .year-of-experience-row .mega_count_content span {
    background: url('https://hvac.eeps.my/wp-content/uploads/2024/02/Union.png') no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    color: transparent;
    background-size: cover;
    /* font-size: 250px; */
    display:inline-block;
    line-height:1 !important;
}

.year-of-experience-row .mega_count_content h3{
    font-weight:600 !important;
    color:#1b1f24;
}


.year-of-experience-row{
    display:flex;
    align-items:center;
}

.year-of-experience-row .wpb_row .vc_row{
    overflow:visible !important;
}

.year-of-experience-row{
    position:relative;
    overflow:visible !important;
}

.year-of-experience-row:before{
    content:" ";
    position:absolute;
    display:block;
    background:#f5f5f5;
    width:100%;
    height:100%;
    z-index:0;
    inset:0;
    top:-100px;
    
}

/*Downsides pf Coventional Cleaning row*/
.downsides-image .wpb_single_image img{
    object-fit:cover;
}

.home-downsides{
    display:flex;
    align-items: flex-end;
}
.small-icon-row .wpb_column .vc_column-inner .wpb_wrapper{
    display:flex;
    align-items:center;
    column-gap:15px;
}

.downsides-desc{
    color:#5b5b5b;
}

.main-text {
    font-weight: 600;
    font-family:"Montserrat";
    color:#1B1F24;
    font-size:18px;
}

.sub-text {
    color: #353434 !important;
    font-family:"Montserrat";
    padding-top: 5px;
    display: inline-block;
    font-weight:500;
}


.home-downsides{
    overflow:visible !important;
}

/*High Density Steam Cleaning*/
.home-product-section {
    position: relative;
/*    aspect-ratio: 8/3; */
    min-height: calc(80vh - 160px);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    overflow:visible !important;
}

.home-product-section > .home-product-bg{
    position:absolute !important;
    top:0 !important;
    left:50% !important;
    transform:translate(-50%,0) !important;
    width:100% !important;
    height: 100% !important;
    z-index:1;
    /*background-color: #000;*/
}

.home-product-section > .home-product-bg > .wpb_column{height:100%;}

.home-product-section > .home-product-bg > .wpb_column > .vc_column-inner{height:100%;}

.home-product-section > .home-product-bg > .wpb_column > .vc_column-inner > .wpb_wrapper{
    position:relative;
    height:100%;
}

.home-product-section > .home-product-bg .wpb_single_image{
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;
    margin-bottom:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index:0;
}

.home-product-section > .home-product-bg .wpb_single_image:not(:nth-child(1)){opacity:0;}

.home-product-section > .home-product-bg .wpb_single_image > figure{
    height:100%;
    width:100%;
}

.home-product-section > .home-product-bg .wpb_single_image > figure > .vc_single_image-wrapper{
    height:100%;
    width:100%;
} 

.home-product-section > .home-product-bg .wpb_single_image > figure > .vc_single_image-wrapper > img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position: center;
} 

.home-product-section >.home-product{
    position:relative;
    z-index:9;
    margin-left:0px !important;
    margin-right:0px !important;
    width:100%;
}


/*.home-product-section >.home-product > .wpb_column:first-child {*/
/*    border-left:none;*/
/*}*/
/*.home-product-section >.home-product > .wpb_column:last-child{*/
/*    border:;*/
/*}*/

/*.home-product-section >.home-product > .wpb_column:hover{*/
/*    border:1px solid #808080;*/
/*    border-bottom:0;*/
/*}*/

/*.home-product-section > .home-product > .wpb_column .wpb_text_column {*/
/*	padding-top: 35px;*/
/*	opacity:0;*/
/*	-webkit-transition: all 0.5s ease-in-out;*/
/*	transition: all 0.5s ease-in-out;*/
/*	position: absolute;*/
/*	top:calc(100% - 100px);*/
/*	left:0;*/
/*	width:100%;*/
/*	background:#fff;*/
/*	border:1px solid #808080;*/
/*	border-top:0;*/
/*	margin-bottom:0;*/
/*	padding-bottom:35px;*/
/*	visibility:hidden;*/
/*	padding-left:15px;*/
/*	padding-right:15px;*/
/*}*/

/*.home-product-section >.home-product > .wpb_column:hover .wpb_text_column{*/
/*    transform: translateY(0);*/
/*    top:100%;*/
/*    opacity: 1;*/
/*    visibility:visible;*/
/*}*/

/*.home-product-section >.home-product > .wpb_column .wpb_text_column ul li::marker{*/
/*    color:#FF0000;*/
/*}*/

/*.home-product-section >.home-product > .wpb_column .wpb_text_column ul li a{color:inherit;}*/
/*.home-product-section >.home-product > .wpb_column .wpb_text_column ul li:hover a{color:#ed1c24;}*/

/*.home-product .wpb_raw_code p{*/
/*    padding-right: 40px;*/
/*    position: relative;*/
/*    color:inherit;*/
/*    display:block;*/
/*}*/

/*.home-product .wpb_raw_code p:after{*/
/*    content: '\f101';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    font-size: inherit;*/
/*    line-height: inherit;*/
/*    font-family: "Font Awesome 6 Free";*/
/*    font-weight: 900;    */
/*    overflow: hidden;*/
/*    display: block !important;*/
/*    -webkit-transition: all .3s ease-in-out;*/
/*    transition: all .3s ease-in-out;*/
/*    opacity: 0;*/
/*    transform: translateX(-20px);*/
/*}*/

.home-product-section >.home-product > .wpb_column:hover .wpb_raw_code p:after{
    transform: translateY(0);
    opacity: 1;
}
.all-title{margin-bottom: 25px !important}

.all-title h5{
    font-weight:600;
    font-size:23px;
}

.all-title small{
    font-weight:400;
}

.home-product .wpb_raw_code h5 {
    transition: 300ms ease;
}

.home-product .wpb_raw_code p{
    margin-bottom:0px !important;
    font-size:16px;
    opacity: 0;
    transition: 300ms ease;
    height: 0;
}

.home-product .wpb_column:hover .wpb_raw_code p{
    height: auto;
    opacity: 1;
}

.home-product .wpb_column:hover{
    background:rgba(255,255,255,0.45);
    backdrop-filter: blur(10px);
}


.home-product{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.47) 80%, rgba(0,0,0,0.6) 100%);
}

/*Benifit of Steam Cleaning row*/
body {
  counter-reset: headerCounter;
}

.benefit-of-steam .wpb_column .vc_column-inner{
    position: relative;
    counter-increment: headerCounter;
}

.benefit-of-steam .wpb_column .vc_column-inner:after {
    content: counter(headerCounter, decimal);
    display: block;
    position:absolute;
    left: 0;
    top: -42px;
    font-size: 100px;
    line-height: 100px;
    text-align: right;
    font-family: 'Montserrat';
    font-weight: 700;
    background-clip: text;
    background-color: rgba(235, 30, 36, 0.2);
    color: transparent;
    /*opacity: 0.70;*/
}

.benefit-of-steam h5{
    min-height:55px;
}


/*Steam Cleaning Application row*/
/*.steam-cleaning-app{*/
/*    display:flex;*/
/*    align-items:center;*/
/*}*/


.steam-small-logo:before{
    display:none !important;
}

.steam-small-logo .wpb_column.vc_col-sm-4{
    width:100% !important;
}

.steam-small-logo{
    display:grid;
    grid-template-columns: repeat(3, 1fr)
}

/*HVAC Steam Cleaning*/
.hvac-slider .wpb_content_element{
    margin-bottom:0px !important;
}

.hvac-slider .wpb_single_image * {
    width: 100%;
}

.hvac-slider .home-border{
    position: relative;
    margin-top: -45px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:35px;
    z-index: 9;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*How Does Steam Cleaning Work?*/
.clean-work .wpb_column .vc_column-inner .wpb_wrapper{
    background-color:#eeeeee;
}

.load-text.custom-hide {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.clean-work .vc_custom_heading,
.clean-work .load-text{
    padding:0 15px 0px 15px;
    font-weight:500;
    color:#353434;
}

button.custom-expand.center{
    cursor: pointer;
    color:#FF0000;
    padding: 0px 0px 35px 10px;
}

button.custom-expand.center:hover{
    color:#000;
}

/*Benefits and Advantages*/
.benefits-and-advantages-row:before{
    background: rgb(245,245,245);
    background: linear-gradient(180deg, rgba(245,245,245,1), rgba(245,245,245,0.5));
    width: 100%;
    height: 100%;
    position:absolute;
    content:'';
    left:0;
    top:0;
    background-size:cover !important;
}

.benefits-and-advantages .wpb_column .vc_column-inner .wpb_wrapper{
    display:flex;
    column-gap:15px;
    align-items:flex-start;
}

/*Working procedure*/
.working-procedure-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading{
    background:#eb1e24 !important;
}

.working-procedure-accordion-row .vc_tta-panel .vc_tta-panel-body {
    border: 1px solid #eee !important;
}

.working-procedure-accordion .vc_tta-title-text{
    font-family:"Montserrat";
    font-weight:600;
}

.working-procedure-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text{
    color:#fff;
}

.working-procedure-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-right{
    border: 1px solid #eeeeee !important;
}

.working-procedure-accordion .vc_tta-title-text{
    color:#212529;
}

.working-procedure-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,:after{
    border-color:#000 !important;
}


.working-procedure-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color:#fff !important;
}

li::marker{
    color:#eb1e24 !important;
}

.working-procedure-accordion .wpb_text_column{
    color:#1b1b1b !important;
}

/*.working-procedure-accordion-row{*/
/*    display:flex;*/
/*    align-items:center;*/
/*}*/

/*Steam Cleaning row*/
.steam-cleaning-row{
    background-size:106% !important;
    background-position:top !important;
    background-repeat: no-repeat !important;
}

.steam-cleaning-slider .slick-arrow{
    content: '';
    position:absolute;
    top:110px;
    width: 35px;
    height: 35px;
    display: block !important;
    overflow: hidden;
    background:#eb1e24;
    border:0px;
}

.steam-cleaning-slider .slick-arrow:before{
    color:#fff;
}

.steam-cleaning-slider .slick-arrow:hover{
    background-color:#fff !important;
}

.slick-arrow:hover:before {
    color: #eb1e24 !important;
}

.steam-cleaning-slider .slick-prev.slick-arrow {
    right: calc(85px + 55px);
}

.steam-cleaning-slider .slick-next.slick-arrow {
    right: 85px;
}

.slick-arrow.slick-prev:before {
    content: '\f053' !important;
}

.slick-arrow.slick-next:before {
    content: '\f054' !important;
}

.steam-cleaning-slider .slick-dots button{
    width: 35px;
    border-radius:35px;
    background: #d6d6d6;
}

.steam-cleaning-slider .slick-dots .slick-active button {
    background: #EB1E24 !important;
}

/*Our Projects & Videos*/
.our-project-video .home-border{
    position: relative;
    z-index: 9;
    margin-top: -25px !important;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.our-project-video:before{
    display:none !important;
}

.our-project-video video{
    padding-bottom:15px;
}
.our-project-video .wpb_content_element{
    margin-bottom:0px !important;
}

.our-project-video{
    display:flex;
    align-items:center;
}




/*Our Clients & Supporter*/
.logo-slider .slick-dots button{
    width: 35px;
    border-radius:35px;
    background: #d6d6d6;
}

.logo-slider .slick-dots .slick-active button {
    background: #EB1E24 !important;
}

.logo-slider .slick-slide img {
    object-fit:contain;
    max-height:70px;
}

.logo-slider .wpb_single_image{
    text-align:center !important;
}

/*Contact Us Row*/
.contact-us-sec .contact-us-detail .wpb_column .vc_column-inner .wpb_wrapper{
    background-color:#fff;
}

.contact-us-detail .wpb_single_image img{
    object-fit:contain;
    max-width:50px;
    max-height:50px;
}

.contact-us-detail{
    display:flex;
    align-items:center;
}

.contact-us-sec .contact-us-detail .wpb_column .vc_column-inner{
    padding-left:0;
    padding-right:25px;
    border-left:15px solid #eb1e24;
}

.contact-form .form {
    grid-template-columns: repeat(2, 1fr) !important;
}
.contact-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 1px 7px 11px rgba(204,204,204,0.19);
    -webkit-box-shadow: 1px 1px 7px 11px rgba(204,204,204,0.19);
    -moz-box-shadow: 1px 1px 7px 11px rgba(204,204,204,0.19);
}

.contact-form #send{
    color:#fff !important;
    padding-bottom: 35px;
}

.contact-form #send input{
    background-color:rgba(37, 211, 102, 1);
}

.contact-form #send input:hover{
    background-color:#fff;
    color:rgba(37, 211, 102, 1);
}

.contact-form .form{
    padding-left:25px;
    padding-right:25px;
    padding-top:35px;
    padding-bottom:25px;
}

.contact-us-sec:before{
    background: linear-gradient(180deg, rgba(245,245,245,0.9), rgba(245,245,245,0.9));
    width: 100%;
    height: 100%;
    position:absolute;
    content:'';
    left:0;
    top:0;
}

div#msg, #recaptcha {
    grid-column:1/3;
}

/*apply on screen bigger than 768*/
@media only screen and (min-width: 768px) {
    
    .clean-work > div > div > div {
        height: 100%;
    }
    
    .home-product-section >.home-product > .wpb_column{
        border:1px solid #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .ct-footer > div > .ct-container > [data-column*=widget-area-2] > .ct-widget.widget_text > div {
        /*column-count:2;*/
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap: 0 15px;
    }
    
    .working-procedure-accordion-row .vc_row .wpb_single_image {
        margin-bottom: 0 !important;
    }
    
    .our-project-video-row,
    .our-client-supporter{
        padding-top:65px;
        padding-bottom:100px;
    }
    
    .home-downsides{
        padding-bottom:100px;
    }
    
    .home-downsides .wpb_column:not(:last-child){
        padding-right: 30px;
    }
    
    .home-downsides .wpb_column:not(:first-child) {
        padding-left: 30px;
    }
    
    .benefit-of-steam-cleaning,
    .benefits-and-advantages-row{
        padding-top:65px;
        padding-bottom:65px;
    }
    
    .high-density-row{
        padding-top:65px;
    }

    .working-procedure-sec{
        padding-top:100px;
        padding-bottom:65px;
    }
    
    .steam-cleaning-app{
        padding-top:100px;
        padding-bottom:65px;
    }
    
    .steam-cleaning-slider{
        padding-bottom:125px;
        padding-top:65px !important;
    }
    
    .year-of-experience-row{
        padding-bottom:calc(var(--gap) + 35px);
    }
    
    .hvac-row{
        padding-top:30px;
        padding-bottom:125px;
    }
    
    .clean-work-row,
    .contact-us-sec{
        padding-top:100px !important;
        padding-bottom:100px;
    }
    
    .cta-row{
        padding-bottom:100px;
    }
    
    .contact-us-detail{
        padding-bottom:50px;
    }
    
    .our-project-video .wpb_column:last-child .vc_column-inner:before{
        content:"";
        position:absolute;
        width:1px;
        height:50%;
        background-color:#838383;
        top:50%;
        left:25px;
        transform: translateY(-50%);
    }
    
    /*.home-downsides .downsides-image{*/
    /*    margin-top:-150px;*/
    /*}*/
    
    .downsides-image .wpb_single_image img{
        min-height: 500px;
        max-height:550px;
    }
    
    .home-downsides.vc_row.wpb_row {
        margin-top: -100px !important;
    }
}

/*apply on screen smaller than 768*/
@media only screen and (max-width: 767.98px) {
    
    .our-project-video video{
        object-fit:cover;
    }
    .home-logo .wpb_column .vc_column-inner{
        margin-bottom:25px;
    }
    
    .home-logo{
        padding-bottom:0;
    }
    
    .home-product .wpb_raw_code h5 {
        transition: 300ms ease;
        display: flex;
        align-items: flex-start;
        column-gap: 15px;
    }
    
    .home-product .wpb_raw_code small{
        padding-top:3px;
    }
    
    .home-product .wpb_column .vc_column-inner{
        min-height:200px;
    }
    
    .benefit-of-steam .wpb_column .vc_column-inner:after{
        left:15px;
        top:-52px;
        font-size:55px;
    }
    .slider-circle-pic img {
        transform: scale(0.9);
    }
    
    .year-of-experience-row{
        padding-top:0;
        padding-bottom:70px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .year-of-experience-row .wpb_column:last-child .vc_column-inner .wpb_wrapper h3{
        text-align:center !important;
    }
    
    .home-downsides{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .downsides-image{
        padding-top:35px;
    }
    
    .small-row,
    .steam-cleaning-slider{
        padding-bottom:90px;
    }
    
    .benefit-of-steam-cleaning{
        padding-top:35px;
        padding-bottom:10px;
    }
    
    .benefit-of-steam .wpb_text_column p{
        padding-bottom:25px;
    }
    
    .high-density-row{
        padding-top:35px;
    }
    
    .steam-cleaning-app{
        display: flex;
        flex-direction: column-reverse;
        padding-top:70px;
        padding-bottom:35px;
    }
    
    .hvac-section{
        padding-bottom:90px;
    }
    
    .clean-work-row{
        padding-top:70px;
        padding-bottom:70px;
    }
    
    .benefits-and-advantages-row{
        padding-top:35px;
        padding-bottom:35px;
    }
    
    .benefits-and-advantages img{
        min-height:45px;
        min-width:45px;
    }
    
    .working-procedure-accordion-row{
        display:flex;
        flex-direction: column;
    }
    
    .working-procedure-sec{
        padding-top:70px;
        padding-bottom:35px;
    }
    
    .working-procedure-accordion-row .slick-track{
        padding-top:35px;
    }
    
    .slick-a{
        padding:0px 15px;
    }
    
    .our-project-video {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 35px;
    }
    
    .our-project-video{
        padding-bottom:35px;
    }
    
    .contact-form{
        width:100%;
    }
    
    .contact-us-sec{
        padding-top:70px !important;
        padding-bottom:70px;
    }
    
    .cf-7{
        padding-top:35px;
    }
    
    .clean-work{
        row-gap:35px
    }
    
    .contact-us-sec .contact-us-detail .wpb_column .vc_column-inner{
        margin-left:15px;
    }
    
    .contact-us-detail > div:not(:last-child) {
        margin-bottom: 35px;
    }
    
    .our-client-supporter{
        padding-top:35px;
        padding-bottom:70px;
    }
    
    .home-border {
        padding: 15px;
    }
    
    #footer [data-row*="bottom"] {
    padding-bottom: 80px;
    }
    
    .ct-footer > div > .ct-container > [data-column*=widget-area-2] .services, .ct-footer > div > .ct-container > [data-column*=widget-area-3] .contact{
        font-size:18px;
    }
    
    #footer [data-row*="bottom"] > div {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 15px;
    }
    
    #footer [data-row*="bottom"] [data-column*=copyright] {
        border-top: 1px solid #5c5c5c;
        padding-top: 10px;
    }
    
    #footer [data-row*="bottom"] .ct-container {
        border-top: 0;
    }
    
    .home-product-section >.home-product > .wpb_column{
        border-top:1px solid #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .steam-small-logo{
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefit-of-steam h5 {
        min-height: auto;
    }
    
    .our-project-video-row{
        padding-top:35px;
    }
    
    .all-title h5 {
        font-size: 20px;
    }
    
    span.main-counter{
        font-size:240px !important;
    }
    
    .cta-row{
        padding-bottom:70px;
        margin-top:-90px;
        flex-wrap: wrap;
        row-gap:15px;
    }
}

@media only screen and (max-width: 999.98px){
    #footer [data-column*=widget-area-1] .widget_media_image img {
        max-height: 55px !important;
    }
    
    .ct-footer > div > .ct-container > [data-column*=widget-area-2]{
        order:3;
    }
    
}