<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;

}

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

    background: #EFEFBB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #D4D3DD, #EFEFBB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #D4D3DD, #EFEFBB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
    
}

/* Row 1 Start */
.row1_col1{
    color: white;
    font-size: 15px;   

}
.row1_col1&gt;a:hover{
  color: #777777; 

}
.row1_col1&gt;a{
    text-decoration: none;
    color: white;
}
.row1_col2{
    color: #FF4504;
    font-size: 26px;
    font-weight: bold;

}

.row1_col3&gt;a&gt;i{
    color: white;
    padding-left: 8px;
    font-size: 15px;
}

.row1_col3&gt;a&gt;i:hover{
color: #777777;
}
/* Row 1 End */

/* Row 2 Start */

.row2_col1_img{
    width: 40%;
    border-radius: 10px;
    
    
    
    /* float: right; */
    /* padding: 8px 15px 0px 0px; */
}

.row2_col2&gt;marquee&gt;a{
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    
}
.row2_col2 .link1{
    color: green;
}
.row2_col2 .link2{
    color: black;
}
.row2_col3&gt;a{
    /* border-radius: 20px; */
    padding: 20px 25px 20px 25px;
    font-size: 15px;
    font-weight: bold;
    float: right;
    

   
}
/* Row 2 End */

/* Row 3 navbar START */
.navbar1{
    background: rgb(247,171,29);
    background: linear-gradient(90deg, rgba(247,171,29,1) 0%, rgba(0,185,255,1) 100%, rgba(210,28,28,1) 100%);
}
.navbar2{
    float: inline-end;
}

.navbar a{
    color: white !important;
    font-size: 14px;
    font-weight: bold;
}
.navbar a:hover{
   color: black !important;
}
.navbar li{
   
    padding: 1px 12px;
}



/* Row 3 navbar End */

/* Banner section start */
.banner&gt;div&gt;img{
    object-fit: cover;
    width: 100%;
    height: 500px;
}
/* Banner section end */

/* Banner section for services page start */
.banner&gt;div&gt;img{
    object-fit: cover;
    width: 100%;
    height: 390px;
}
/* Banner section for services page end */
/* Appliances Repair services section 2 start */
.sec2_row1&gt;div&gt;a&gt;img{
width: 200px;
height: 150px;
/* object-fit: contain; */
padding: 10px;
}

.sec2_row1&gt;div&gt;a{
    text-decoration: none;
    color: black;
    text-align: center;
}
/* Appliances Repair services section 2 End */

/* Company Quality section 6 start */
.sec6_p,.sec7_p{
    line-height: 1.8;
/* font-family: Verdana, Geneva, Tahoma, sans-serif !important; */
color: #777777;
}
.section6{
    margin: 70px 0px 70px 0px;
}
/* Company Quality section 6 End */


/* Section 7 our aim start */
.sec7_btn{
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
}

/* Section 7 our aim end */


/* section 8 24/7 support start */
.sec_8{
    background-color: #011329;
    height: auto;
    color: white;
    
}
.second_col{
    border-radius: 18px;
    float: right;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
}
.third_col&gt;div&gt;a&gt;img{
    width: 270px;
    height: 200px;
}
.third_col&gt;div&gt;a&gt;img:hover{
    border-bottom: 3px solid blue;
}
.sec7img{
    border-radius: 10px;
    box-shadow: 4px 5px 13px 0px;
}
/* section 8 24/7 support end */



/* section 9 footer start */

.sec9{
    background-color: #011329;
    height: auto;
}
.footer_col1_icon&gt;a&gt;i{
    border: 1px solid;
    background-color: black;
    color: white;
    padding: 10px;
}

.footer_col1_icon&gt;a&gt;i:hover{
    background-color: blue;
}

.sec9_text{
    color: white;
}


.sec9_secondcol&gt;.line{
    float: left;
}

.sec9_secondcol i{
    font-size: 20px;
    color: #F4AB1F;
    
}
/* section 9 footer end */
/* section 10 start */
.sec10{
    background-color: #F4AB1F;
    color: white;
    padding: 15px 0px 10px 0px;
}
/* section 10 end */


/* ==================================================================== */

/* About Us page start here */

/* 
The container box is relative so we can position stuff inside of it 
*/
.image-box {
    position: relative;
  }
  
  /*
  The background and overlay need to be absolutely positioned
  */
  .image-box__background,
  .image-box__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  /* 
  The background image div sizes and positions the background itself.
  It's also at the bottom-most position in our "div stack" (z-index 1)
  
  We set the image url via a CSS custom property, that's set via the style attribute in our HTML
  */
  .image-box__background {
    background: var(--image-url) center center no-repeat;
    background-size: cover;
  background-attachment: fixed;
    z-index: 1
  }
  
  /* 
  The overlay div is just a colored element with some opacity.
  It's above the background image in our stack, so it appears to 
  darken the image 
  */
  .image-box__overlay {
    background: rgba(0, 0, 0, 0.6);
  
    z-index: 2;
  }
  
  /* 
  The content div is at the top of our stack. 
  We'd probably add some padding or flexbox properties here as well, 
  to place the content appropriately
  */
  .image-box__content {
    position: relative;
  padding-bottom: 70px;
    z-index: 3;
  
    /* Finally, style and place the content */
    color: white;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 300px;
  }


    /* mission vision start  */
.missionvisioncol{
    background: rgb(247,98,133);
background: linear-gradient(90deg, rgba(247,98,133,1) 4%, rgba(245,225,229,1) 90%);
color: white;
padding: 10px;
}
.missionvisionsec{
    padding: 40px 0px 50px 0px;
    background-color: #F1F3F6;
}
.missionvisionpara{
    color: #8A7777;
    text-align: justify;
    
}
        /* mission vision end  */
    
    /* About Us page end here */
    /* ==================================================================== */




    /* ==================================================================== */



/* AC Repair page Start */

.ac_repair_section4_row1_col1 .p3{
  
    background-color: #8BC34A;
    padding: 10px;
    text-align: center;
}
.ac_repair_section4_row1_col1 a{
color: white;
font-weight: bold;
}
.ac_repair_section4_row1_col1 img{
    width: 100%;
    height: 300px;
    padding-top: 16px;
}
.ac_repair_section4_row1_col1 .p2 
{
   color: #777777;
   text-align:justify
}
.ac_repair_section4_row1_col1 .p1{
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
}
.ac_repair_section4_row1_col1{
    box-shadow: 1px 1px 9px 1px;
    border-radius: 20px;
}

.ac_repair_section5_container{
    background-color:#FC4156;
    padding: 20px;
}
.ac_repair_section5_container h3{
    font-weight: bold;
}
.ac_repair_section5_container li{
    list-style: none;
}
.ac_repair_section5_container a{
    color: white;
}
.ac_repair_section5_container a:hover{
    text-decoration: none;
    color: black;
}


.carpenter_repair_section4_row1_col1 i{
    color: #8BC34A;
}
/* AC Repair page End */

/* AC Repair product name page start */

.ac_complaint_section1_row1 p {
font-size: 25px;
font-weight: bold;
}
.ac_complaint_section1_row1_col2{
    box-shadow: 1px 1px 9px 1px;
}
.ac_complaint_section1_row1_col1{
    box-shadow: 1px 1px 9px 1px;
}
/* AC Repair product name page end */

/* Contact Us Page Start */

.inputsize{
    padding: 12px;
}
.socialsection{
    padding: 100px 90px 100px 90px;
    background-color: #EFEFEF;
}
.iconsize{
font-size: 25px;
color: #006CB7;
padding-top: 10px;

}
.socialhead{
color: #4FAEEF;
font-weight: bold;
font-size: 16px;
}
.socialpara{
font-weight: bold;
}
/* Contact Us Page End */

/* Appliance Repair Section Start */
.appliance_section1_row1 img{
width: 100%;
height: 90%;
border: 3px solid gray;
border-radius: 15px;
padding: 3px;
/* box-shadow: 1px 1px 9px 1px ; */
}
.appliance_section1_row1 a{
text-decoration: none;
color: gray;
font-weight: bold;
font-size:18px; 
}
.appliance_section1_row1 a:hover{
    font-size: 20px;
}
    /* Appliance Repair Section end */

/* ==================================================================== */
    

/* ==================================================================== */

/* Join as Technician page start here */

.joinsec1{
padding: 100px 0px 100px 0px ;


}


/* Join as Technician page end here */
/* ==================================================================== */

/* admin panel creating a new service from admin dashboard start */


/* admin panel creating a new service from admin dashboard start */


/* Media Query */

@media only screen and (min-width:300px) and (max-width:1200px){
    .row1_col1,.row1_col3{
        display: none;
    }
    .row1_col2{
        font-size: 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width:320px) and (max-width:576px){
.row2_col2{
    display: none;
}
.row2_col3&gt;a{
    /* padding-top: 18px; */
    margin-right: 0px;
    margin-left: 200px;
    
    
}
}
@media screen and (min-width:320px) and (max-width:425px){
    .sec2_row1{
        width: 50px;
        /* padding-right: 20px; */
    }
    }


    @media screen and (min-width:320px) and (max-width:770px){
        .sec10{
            margin-top: 10px;
        }
        }

/* @media screen and (max-width:1024px){
    .navbar-nav{
        padding-left: 300px;
    }
}
@media screen and (min-width:1440px){
    .navbar-nav{
        padding-left: 800px;
    }
} */

/* Banner Media start */
@media screen and (min-width:100px) and (max-width:450px){
    .banner1{
        display: none;
    }
}
/* Banner Media end */



/* media Apliences reapair services start */

@media screen and (max-width:425px){
    .section2row1&gt;div&gt;a&gt;img{
width: 300px;
height: auto;

    }
}
/* media Apliences reapair services end */


/* 24 X 7 HOUR SUPPORT */

@media screen and (max-width:577px) {
    .sec_8{
        text-align: center;
    }
    .second_col{
        float: none;
        margin-bottom: 10px;
    }
}

/* OUR AIM */

@media screen and (max-width:767px){
    .sec7_col1{
        text-align: center;

    }
    .aimline{
        display: none;
    }
    .sec7_btn{
        margin-bottom: 10px;
    }
}

/* Footer start */
@media screen and (max-width:767px){
    .footercol1,.footercol2{
        text-align: center;
    }


    .heading2{
        padding-top: 20px; 
            } 
}
/* Footer end */

</pre></body></html>