Compare commits
2 Commits
fc585845d7
...
7d7e060986
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d7e060986 | ||
|
|
48d34819e1 |
@ -233,7 +233,7 @@ export default function AboutUs() {
|
||||
<div className="pd_bottom_90" />
|
||||
{/*-============spacing==========-*/}
|
||||
</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">
|
||||
<img src="/assets/images/line-st-2.png" className="img-fluid" alt="img" />
|
||||
</div>
|
||||
@ -372,7 +372,7 @@ export default function AboutUs() {
|
||||
</section>
|
||||
{/*content*/}
|
||||
{/*funfacts*/}
|
||||
<section className="analysis-section position-relative bg_1 overflow-hidden">
|
||||
<section className="analysis-section position-relative bg_blue overflow-hidden">
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_top_90" />
|
||||
{/*-============spacing==========-*/}
|
||||
@ -411,7 +411,7 @@ export default function AboutUs() {
|
||||
<CounterUp count={1000} time={1} />
|
||||
<small>
|
||||
+ </small></h4>
|
||||
<h6 className="title_no_a_18">Customers served</h6>
|
||||
<h6 className="title_no_a_18">Customers Served</h6>
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_bottom_20" />
|
||||
@ -433,7 +433,7 @@ export default function AboutUs() {
|
||||
<CounterUp count={10} time={1} />
|
||||
<small>
|
||||
+ </small></h4>
|
||||
<h6 className="title_no_a_18"> cities </h6>
|
||||
<h6 className="title_no_a_18"> Cities </h6>
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_bottom_20" />
|
||||
@ -455,7 +455,7 @@ export default function AboutUs() {
|
||||
<CounterUp count={4} time={1} />
|
||||
<small>
|
||||
+ </small></h4>
|
||||
<h6 className="title_no_a_18">vehicles</h6>
|
||||
<h6 className="title_no_a_18">Vehicles</h6>
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_bottom_20" />
|
||||
@ -477,7 +477,7 @@ export default function AboutUs() {
|
||||
<CounterUp count={3} time={1} />
|
||||
<small>
|
||||
+ </small></h4>
|
||||
<h6 className="title_no_a_18">years of experience</h6>
|
||||
<h6 className="title_no_a_18">Years of Experience</h6>
|
||||
</div>
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_bottom_20" />
|
||||
|
||||
@ -136,6 +136,9 @@
|
||||
.bg_light_4 {
|
||||
background: #ff66005e !important;
|
||||
}
|
||||
.bg_blue{
|
||||
background: #08254b !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.d_none_1200px {
|
||||
@ -5262,7 +5265,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
|
||||
.fun_facts.type_two {
|
||||
padding: 44px;
|
||||
border-radius: 17px;
|
||||
background: var(--color-set-one-1);
|
||||
background: var(--color-set-four-1);
|
||||
}
|
||||
|
||||
.fun_facts.type_two .icon {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user