about- color changed

This commit is contained in:
vidhubk 2025-09-10 20:25:22 +05:30
parent 7684019326
commit 48d34819e1
2 changed files with 10 additions and 7 deletions

View File

@ -235,7 +235,7 @@ export default function AboutUs() {
<div className="pd_bottom_90" /> <div className="pd_bottom_90" />
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
</section> </section>
<section className="content-section bg_light_1 position-relative overflow-hidden"> <section className="content-section bg_light_4 position-relative overflow-hidden">
<div className="ab_img_left_top z_0 mr_top_minus_150"> <div className="ab_img_left_top z_0 mr_top_minus_150">
<img src="/assets/images/line-st-2.png" className="img-fluid" alt="img" /> <img src="/assets/images/line-st-2.png" className="img-fluid" alt="img" />
</div> </div>
@ -374,7 +374,7 @@ export default function AboutUs() {
</section> </section>
{/*content*/} {/*content*/}
{/*funfacts*/} {/*funfacts*/}
<section className="analysis-section position-relative bg_1 overflow-hidden"> <section className="analysis-section position-relative bg_blue overflow-hidden">
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_top_90" /> <div className="pd_top_90" />
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
@ -413,7 +413,7 @@ export default function AboutUs() {
<CounterUp count={1000} time={1} /> <CounterUp count={1000} time={1} />
<small> <small>
+ </small></h4> + </small></h4>
<h6 className="title_no_a_18">Customers served</h6> <h6 className="title_no_a_18">Customers Served</h6>
</div> </div>
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_bottom_20" /> <div className="pd_bottom_20" />
@ -435,7 +435,7 @@ export default function AboutUs() {
<CounterUp count={10} time={1} /> <CounterUp count={10} time={1} />
<small> <small>
+ </small></h4> + </small></h4>
<h6 className="title_no_a_18"> cities </h6> <h6 className="title_no_a_18"> Cities </h6>
</div> </div>
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_bottom_20" /> <div className="pd_bottom_20" />
@ -457,7 +457,7 @@ export default function AboutUs() {
<CounterUp count={4} time={1} /> <CounterUp count={4} time={1} />
<small> <small>
+ </small></h4> + </small></h4>
<h6 className="title_no_a_18">vehicles</h6> <h6 className="title_no_a_18">Vehicles</h6>
</div> </div>
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_bottom_20" /> <div className="pd_bottom_20" />
@ -479,7 +479,7 @@ export default function AboutUs() {
<CounterUp count={3} time={1} /> <CounterUp count={3} time={1} />
<small> <small>
+ </small></h4> + </small></h4>
<h6 className="title_no_a_18">years of experience</h6> <h6 className="title_no_a_18">Years of Experience</h6>
</div> </div>
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_bottom_20" /> <div className="pd_bottom_20" />

View File

@ -136,6 +136,9 @@
.bg_light_4 { .bg_light_4 {
background: #ff66005e !important; background: #ff66005e !important;
} }
.bg_blue{
background: #08254b !important;
}
@media (max-width: 1200px) { @media (max-width: 1200px) {
.d_none_1200px { .d_none_1200px {
@ -5262,7 +5265,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
.fun_facts.type_two { .fun_facts.type_two {
padding: 44px; padding: 44px;
border-radius: 17px; border-radius: 17px;
background: var(--color-set-one-1); background: var(--color-set-four-1);
} }
.fun_facts.type_two .icon { .fun_facts.type_two .icon {