<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-section:nth-child(even) {
    background-image: url(../images/ph.gif) ;
    color:white
}
.page-section:nth-child(odd) {
    background-image: url(../images/backround.gif)  ;
    color:white
}
.page-section:nth-last-child(){
    background-image: url(../images/ph.gif) ;
    color:white 
}

.page-section a{
    color: rgb(242, 15, 26);
}
.page-section a:hover{
    color: rgb(255, 166, 0);
}
.small-section{
    background-image: url(../images/ph.gif);
}
.why-choose-us{
    background-image: url(../images/ph.gif)  ; 
}
.count-item{
    color: brown;
}
.count-title{
    color: rgb(5, 5, 106);
    font-weight: 600;
}
.our-story a{
color: white !important;
}
.progress-bar{
    color: white !important;
    border: red !important;
}
.contact-item div{
    color:white !important;
}</pre></body></html>