corrections updated

This commit is contained in:
Selvi 2025-09-11 17:51:50 +05:30
commit 88b15d4df4
3 changed files with 28 additions and 9 deletions

View File

@ -37,7 +37,7 @@ export default function Funfacts2() {
<CounterUp count={36} time={1} /> <CounterUp count={36} 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>
</div> </div>
<div className="col-lg-3 col-md-6 col-sm-6 col-xs-6 w_50_after_max_768"> <div className="col-lg-3 col-md-6 col-sm-6 col-xs-6 w_50_after_max_768">

View File

@ -99,7 +99,7 @@ export default function Contact() {
<div className="pd_top_90" /> <div className="pd_top_90" />
</section> </section>
<section className="content-section bg_op_4 theme_alter-bg" style={{ backgroundImage: 'url(/assets/images/wave-pat-1.png)' }}> <section className="content-section bg_op_4 theme_alter-bg" style={{ backgroundImage: 'url(assets/images/wave-pat-1.png)' }}>
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_top_90" /> <div className="pd_top_90" />
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
@ -284,7 +284,7 @@ export default function Contact() {
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
</section> </section>
<section className="call-to-action-section position-relative bg_op_1" style={{ backgroundImage: 'url(/assets/images/call-bg-h4-min.jpg)' }}> <section className="call-to-action-section position-relative bg_op_1" style={{ backgroundImage: 'url(assets/images/call-bg-h4-min.jpg)' }}>
<div className="background_overlay bg_11 z_0" /> <div className="background_overlay bg_11 z_0" />
{/*-============spacing==========-*/} {/*-============spacing==========-*/}
<div className="pd_top_50" /> <div className="pd_top_50" />
@ -296,7 +296,7 @@ export default function Contact() {
<img src="/assets/images/BookNow/team-left.webp" className="img-fluid" alt="img" /> <img src="/assets/images/BookNow/team-left.webp" className="img-fluid" alt="img" />
</div> </div>
</div> </div>
<div className="col-lg-6"> <div className="col-lg-5">
<div className="section_title color_white"> <div className="section_title color_white">
<div className="title_whole"> <div className="title_whole">
<h2 className="title"> <h2 className="title">
@ -304,10 +304,10 @@ export default function Contact() {
</div> </div>
</div> </div>
</div> </div>
<div className="col-lg-2"> <div className="col-lg-3">
<div className="theme_btn_all text-md-center"> <div className="theme_btn_all text-md-center">
<Link href="tel:+(647) 360-2075" className="theme_btn big color_white_two rotate"> <Link href="tel:+(647) 360-2075" className="theme_btn big color_white_two rotate">
Call us at (647) 360-2075 <span> <i className="fi-rr-arrow-small-up" /></span> Call us at <br /> +1 (647) 360-2075 <span> <i className="fi-rr-arrow-small-up" /></span>
</Link> </Link>
</div> </div>

View File

@ -23,8 +23,8 @@
--color-set-four-2: #ff6600; --color-set-four-2: #ff6600;
--color-set-four-3: #00868C; --color-set-four-3: #00868C;
--color-set-four-4: #181818; --color-set-four-4: #181818;
--preloader-background-color: #008BF9; --preloader-background-color: #08254b;
--preloader-background-color-2: #0F3567; --preloader-background-color-2: #ff6600;
--preloader-text-color: #ffffff; --preloader-text-color: #ffffff;
--color-set-one-bg-1: #EDF7FE; --color-set-one-bg-1: #EDF7FE;
--color-set-one-bg-2: rgba(15, 53, 103, 0.1); --color-set-one-bg-2: rgba(15, 53, 103, 0.1);
@ -139,6 +139,9 @@
.bg_blue{ .bg_blue{
background: #08254b !important; background: #08254b !important;
} }
/* .hover{
background: #ff6600;
} */
@media (max-width: 1200px) { @media (max-width: 1200px) {
.d_none_1200px { .d_none_1200px {
@ -3634,7 +3637,7 @@ body .slick-dots li {
} }
.icon_box_only.type_eight:hover { .icon_box_only.type_eight:hover {
border-color: vaR(--color-set-one-1); border-color: #ff6600;
} }
.desc_content_box { .desc_content_box {
@ -8836,6 +8839,12 @@ body ul.portfolio_filter.color_two li:hover {
.call_to_action.style_one .contact_header_one .icon_s i { .call_to_action.style_one .contact_header_one .icon_s i {
font-size: 20px; font-size: 20px;
} }
.theme_btn.big.color_white_two.rotate:hover {
background-color: #FF6600;
color: #FFFFFF;
border-color: #FF6600;
transition: all 0.3s ease;
}
.call_to_action.style_two { .call_to_action.style_two {
padding: 50px 50px 50px; padding: 50px 50px 50px;
@ -14699,6 +14708,16 @@ body .wp-block-rss li a {
color: var(--color-white) !important; color: var(--color-white) !important;
border: 1px solid #ff6600; border: 1px solid #ff6600;
} }
.theme_btn.color_two:hover {
background: #08254B;
color: var(--color-white) !important;
border: 1px solid #08254B;
}
.theme_btn:hover{
background: #08254B;
color: var(--color-white) !important;
border: 1px solid #08254B;
}
.theme_alter-bg{ .theme_alter-bg{