<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
*{
    padding: 0px;margin: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
}

body{
    padding: 0px;margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/*--------------------------------- TOPBAR ---------------------------------*/
.top-header{
    background: #000;
    padding: 0.5rem 0px !important;
}
.rows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 10px;
}
.rows a{
    color: #fff;
    padding: 0px 20px; 
    text-decoration: none;
    transition: .3S;
}

.rows a:hover{
    color: red;
}

.rows a i{
    color: #fff;
    font-size: 15px;
    padding: 1px; 
    text-decoration: none;
}
.top-icon{
    display: flex;
    flex-direction: row;
}
.top-icon a{
    color: #fff;
    padding: 0px 5px !important;
    text-decoration: none;
    transition: .3s;
}
.top-icon i{
    font-size: 15px !important;
    width:30px;
    height:30px;
    background-color: #777;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.rows a i:hover{
    color: red;         
    padding: 1px; 
    text-decoration: none;
    
}


/*--------------------------------- NAVBAR ---------------------------------*/
.navbar li a{
    color: rgb(9 8 8) !important;
    transition: .3s;
    border-radius: 25px;
    padding: 10px 2rem !important;
    font-weight: 600;
}
.navbar li a:hover{
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 21px;
}

/*--------------------------------- About us ---------------------------------*/
.about-bg{background: #fff8e8;}
.about a{
    background-color: rgb(255 0 1) !important;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 25px;
}
.about h2{ 
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #343434;
}
.about p{    text-align: justify;
    line-height: 1.6;
    font-size: .95em;
}

.about-img{
    text-align: center;
}

.about h4{
    color: rgb(255 0 1);
}

/* ------------------- Service -------------------------- */

.section-1{
    background: #fff8e8;
}


.service-box{
    text-align: center;
    /* margin: 20px; */
    /* background-color: #fff; */
    transition: 0.3s;
}

/* .service-box:hover{
    background-color: #ecb5b59d;
} */
/* .service-box:hover h4{
    color:#fff;
} */


.service-box img{
    width: 80px;
}

.service-box h4{
    padding-top: 15px;
    font-weight: 600;
    font-size: 1.2em;
    color: #9e9c9c;
    padding-bottom: 1.5em;
}

/*-------------------- Product Box ------------------------*/

.section-2{
    margin: 60px 0px;
}

.section-2 h1{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
}

.product-box{
    text-align: center;
    border: none;
    margin: auto;
    box-shadow: 0px 0px 5px 2px #777;
    min-height: 300px;
}

.product-box p{
    margin-top: 16px;
}


.product-box p a{
    text-decoration: none;
    color: rgb(255 0 1);
    transition: 0.3s;
    border: 1px solid rgb(255 0 1);
    padding: 10px 15px;
    border-radius: 20px;
}

.product-box p a:hover{
    text-decoration: none;
    color: #fff;
    background-color: rgb(255 0 1);
    padding: 10px 15px;
    border-radius: 20px;
}

/*-------------------- Credential ------------------------*/

.section-6{
    background-color: rgb(238, 232, 232);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 30px;
    background-size: cover;

}

.section-6 h1{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
    color: #000;
}

.section-6 img{
    width: 100%;
    margin: 13px 20px;
}

/*-------------------- Gallery ------------------------*/

.section-3{
    margin: 60px 0px;
}

.section-3 h1{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
}

.gallery{
    text-align: center;
    border: none;
    margin: auto;
    border: 1px solid black;
    position: relative;
}
.gallery-icon{
    position: absolute;
    top: -2%;
    left: 45%;
    opacity: 0;
    transition: .3s;
    z-index: 2;
}
.gallery a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #ff837864;
}
.gallery-top:hover .gallery a::after{
    opacity: 1;
}

.gallery:hover .gallery-icon{
    opacity: 1;
    top: 45%;
}
.gallery-icon i{
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: red;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery p{
    margin-top: 16px;
}





/*-------------------- Client Box ------------------------*/

.section-4{
    margin: 60px 0px;
}

.sec-4-hidden{
    overflow: hidden;
}


.section-4 h1{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
}
.client-box{
    text-align: center;
    border: none;
    margin: auto;
    box-shadow: 0px 0px 5px 2px #777;
}

.client-box{
    text-align: center;
    border: none;
    margin: auto;
    box-shadow: 0px 0px 5px 2px #777;
}

/*#container{
    width: 88%;
    overflow: hidden;
    margin: 0px auto;
   
}*/
.slidebox{
    position: relative;
    width: 2760px;
    animation-name: anni;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function:ease;
    display: flex;
}

.slidebox img{
    margin: 5px;
    height: 100px;
    float: left;
    border-radius: 5px;
    object-fit: contain;
    border: 1px solid;
    padding: 10px;
}

@keyframes anni{
    0%{
        right: 5px;
        top: 0;
        
    }
    7%{
        right: 5px;
        top: 0;
    }
    7.6%{
        top: 0;
        right: 220px;
    }
    14.6%{
        top: 0;
        right: 220px;
    }
    15.2%{
        top: 0;
        right: 425px;
       
    }
    22.2%{
        top: 0;
        right: 425px;
    }
    22.8%{
        right: 630px;
        top: 0;
    }
    29.8%{
        right: 630px;
        top: 0;
    }
    30.4%{
        right: 835px;
        top: 0;
    }
    37.4%{
        right: 835px;
        top: 0;
    }
    38%{
        right: 1040px;
        top: 0;
    }
    45%{
        right: 1040px;
        top: 0;
    }
    45.6%{
        right: 1245px;
        top: 0;
    }
    52.6%{
        right: 1245px;
        top: 0;
    }
    53.2%{
        right: 1450px;
        top: 0;
    }
    60.2%{
        right: 1450px;
        top: 0;
    }
    60.8%{
        right: 1655px;
        top: 0; 
    }
    67.8%{
        right: 1655px;
        top: 0;
    }
    68.4%{
        right: 1860px;
        top: 0;
    }
    75.4%{
        right: 1860px;
        top: 0;
    }
    76%{
        right: 2065px;
        top: 0; 
    }
    83%{
        right: 2065px;
        top: 0; 
    }
    83.6%{
        right: 2270px;
        top: 0;
    }
    90.6%{
        right: 2270px;
        top: 0; 
    }
    91.2%{
        right: 2475px;
        top: 0; 
    }
    98.2%{
        right: 2475px;
        top: 0; 
    }
    99%{
        right: 2680px;
        top: 0;
    }
   }


   /* media query for Plant Section*/

@media screen and (max-width: 768px){
    .plant h4{
        position: relative;
    }
    .plant h4::before{
        
        left: 36.5%;
    }
    .plant h4::after{
        
        left: 46.5%;
    }

    #container{
        width: 610px;
       
    }
    .section-6 img{
        width: 100%;
        margin: 13px 0px;
    }
}

@media screen and (max-width: 540px){
    .plant h4::before{
        left: 31.5%;
    }
    .plant h4::after{
        left: 44.5%;
    }
    #container{
        width: 305px;
       
    }
}

@media screen and (max-width: 360px){
    .plant h4::before{
        left: 22.5%;
    }
    .plant h4::after{
        left: 43.5%;
    }
    #container{
        width: 305px;
       
    }
}

/*-------------------- footer ------------------------*/

.section-5{
    background-image: url(../images/RS-banner-5.jpg);
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-5::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.section-5 ul{
    padding-left: 0;
    list-style: none;
}

.section-5 ul li{
    list-style: none;
}

.section-5 ul li a{
    text-decoration: none;
    padding-bottom: 10px !important;
    display: block;
    width: 100%;
}
.footer-sec {
    z-index: 1;
}

.footer-sec a{
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
    display: block;
    width: 100%;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-sec h4{
    margin-bottom: 30px;
}

.footer-sec a i{
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-icons{
    display: flex;
}
.footer-icons span{
    margin-right: 10px;
}
.footer-sec a:hover{
    color: red;
}

/* ---------------- BOTTOM ---------------- */

.bottom-sec{
    padding: 20px;
    background-color: red;
    color: #fff;
  }
  
  .bottom-sec span{
    color: #000;
    font-weight: 600;
  }
  
  .copyright p{
    margin-bottom: 0px;
  }

.bottom-sec a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: .3s;
}
.bottom-sec a:hover{
    color: #fff;
}
  
.fix-dit{
    position: fixed;
    bottom: 20px;
    left: 30px;
    flex-direction: column;
    z-index: 10;
  }
  
  .fix-dit a{
    width: 40px;
    height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 15px;
  }
  
  .fix-dit a:last-child{
    margin-bottom: 0px;
  }
  
  .fix-dit i{
    color: #fff;
  }


  .up{
    position: fixed;
    bottom: 5px;
    right: 30px;
    flex-direction: column;
    z-index: 10;
  }

  .up a{
    width: 40px;
    height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 15px;
  }
  
  
  .up i{
    color: #fff;
  }
/* --------------------- contact US -------------------- */
.contact-sec{
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-row{
    display: flex;
    flex-wrap: wrap;
}

/*&lt;div class="contact col-lg-12"&gt;
              &lt;div class="contact-data"&gt;
                &lt;i class="fas fa-phone-alt"&gt;&lt;/i&gt;&lt;h4&gt;CALL US&lt;/h4&gt;
                &lt;a href="tel:9873491404"&gt;+91-9873491404,&lt;/a&gt;    
                &lt;a href="tel:9910822151"&gt;+91-9910822151&lt;/a&gt;
                &lt;i class="fas fa-envelope-open"&gt;&lt;/i&gt;&lt;/i&gt;&lt;h4&gt;MAIL&lt;/h4&gt;
                &lt;a href="mailto:rssolutionsahibabad@gmail.com"&gt;rssolutionsahibabad@gmail.com&lt;/a&gt;
                &lt;i class="fas fa-location-arrow"&gt;&lt;/i&gt;&lt;span&gt;&lt;h4&gt;LOCATION&lt;/h4&gt;&lt;/span&gt;
                &lt;p&gt;172, Main Road, Jhandapur, Kamladevi School, Site-IV, Sahibabad,&lt;br&gt; Ghaziabad, (UP)-201010&lt;/p&gt;
              &lt;/div&gt;*/

/* --------------------- ABOUT US page -------------------- */

.about-banner{
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
}

.about-banner{
    background-image: url("../images/RS-banner-6.jpg");
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}   

.about-banner .about-text{
    position: relative;
    z-index: 5;
}

.about-banner .about-text a{
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.about-banner .about-text a:hover{
    color:#000;
}
.about-banner::after{
    content: "";
    background-color: #000;
    height: 300px;
    width: 100%;
    position: absolute;
    opacity: 0.5; 
    z-index: 0;
} 

.about-sec .about-page .owner-img{
    border: 2px solid #e9e7e7;
    border-radius: 15px;
}

.about-sec .about-page .owner-img img{
    border-radius: 15px;
    padding: 10px;
}

.about-sec .about-page .owner-img h3{
    margin-top: 15px;
}

.about-sec .integity-more{
    color: #fff;
}

.about-sec .integity-more p{
    color: #fff;
    text-align: justify;
    padding: 15px;
}

.about-sec .integity-more p{ 
    font-size: 15px;
    font-weight: 500;
}

.about-sec .integity-more h1{ 
    font-weight: bold;
}

.about-sec .integity-more .x1{
    padding: 20px 20px;
}

.about-sec .integity-more .x1 i{ 
    color: #fff;
    font-size: 50px;
    border: 2px solid #fff;
    margin: 30px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 500px;
}

.about-sec .integity-more .one{
    background-color: #04192b;
}

.about-sec .integity-more .two{
    background-color: #071f34;
}

.about-sec .team-img img{
    border-radius: 200px;
}

.about-sec .our-team{
    background-color: rgb(233, 231, 229);
}
.about-sec .dedicated-team .dedicated-team-text h2{
    background-color: rgb(228, 226, 223);
    padding: 15px 25px;
    color: orange;
}

.about-sec .dedicated-team .dedicated-team-text h1{
    margin-bottom: 25px;
}

.about-sec .dedicated-team .dedicated-team-text p{
    margin-bottom: 15px;
    line-height: 30px;
}

.about-sec .installation .installation-text h2{
    background-color: rgb(228, 226, 223);
    padding: 15px 25px;
    color: orange;
}

.about-sec .installation .installation-text h2{
    background-color: rgb(228, 226, 223);
    padding: 15px 25px;
    color: orange;
}

.about-sec .installation .installation-text h1{
    margin-bottom: 25px;
}

.about-sec .services .service-img{
    background-color: rgb(247, 244, 240);
    border: 1px solid #fff;
}


.about-sec .services .service-img img{
    padding: 30px;
}

.about-sec .services .service-img h4{
    color: rgb(0, 0, 0);
    font-size: 20px;
}


/* -------------------------- contact page ------------------- */

.contact-banner{
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
}


.section-4 h1{
    text-align: center;
    margin-bottom: 30px;
}

.form-pos{
    position: relative;
}

.c1{
    background-color: #323434;
}

.c-sec .c-data{
    color: #fff !important;
    font-size: 20px;
    padding-top: 25px;
}

.c-sec .c-data i{
    color: #fff !important;
    font-size: 25px;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 50px;
}
.c-sec{
    margin-top: 80px;
    margin-bottom: 80px;
    
}

.data p{
    color:#fff; 
    margin-left: 50px;
}

.form-sec{
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 5px rgb(226, 224, 224);
    top: -32px;
    width: 80%;
    left: 0;
    z-index: 2;
}


.form-pos h1{
    text-align: center;
}

.form-pos input{
    margin-top: 15px;
    border-radius: 5px;
    width: 100%;
    outline: #777;
    padding: 5px 15px;  
    border: 1px solid #000;
}

.form-pos textarea{
    margin-top: 20px;
    border-radius: 5px;
    outline: #777;
    border: 1px solid #777;
    width: 100%;
}

.form-pos button{
    margin-top: 20px;
    border-radius: 5px;
    padding: 7px 25px;
    border: 2px solid #000;
    transition: 0.3s;
    background-color: #fff;
}

.form-pos button:hover{
    color: #fff;
    border: 2px solid #323434;
    background-color: #323434;
}

input[type="text"]::placeholder {  
    padding: 15px 2px; 
} 

/* ---------------- MODEL ----------------- */

.modal-header{
    background-color: #e10909;
    color: #fff;
}
.btn-close{
    color: #fff !important;
}
.btn-primary{
    background-color: #e10909;
    border: 1px solid #e10909;
    transition: .3s;
}
.btn-primary:hover{
    background-color: #fff;
    color: #e10909;
    border: 1px solid #e10909;
}
.btn-secondary{
    border:1px solid #6c757d;
}

@media screen and (max-width: 991px){
    .form-sec{
        position:inherit;
        width:100%;
        top:0px;
        margin:40px 0px;
    }
     
}
</pre></body></html>