diff --git a/components/sections/Funfacts2.js b/components/sections/Funfacts2.js index 2ae78c3..3bce620 100644 --- a/components/sections/Funfacts2.js +++ b/components/sections/Funfacts2.js @@ -37,7 +37,7 @@ export default function Funfacts2() { + -
Years Of Experience
+
Years of Experience
diff --git a/pages/book-now.js b/pages/book-now.js index bf26bc4..91982de 100644 --- a/pages/book-now.js +++ b/pages/book-now.js @@ -99,7 +99,7 @@ export default function Contact() {
-
+
{/*-============spacing==========-*/}
{/*-============spacing==========-*/} @@ -284,8 +284,8 @@ export default function Contact() { {/*-============spacing==========-*/}
-
-
+
+ {/*
*/} {/*-============spacing==========-*/}
{/*-============spacing==========-*/} @@ -296,7 +296,7 @@ export default function Contact() { img
-
+

@@ -304,10 +304,10 @@ export default function Contact() {

-
+
- Call us at (647) 360-2075 + Call us at
+1 (647) 360-2075
diff --git a/public/assets/css/theme.css b/public/assets/css/theme.css index caf1e88..610371f 100644 --- a/public/assets/css/theme.css +++ b/public/assets/css/theme.css @@ -139,6 +139,9 @@ .bg_blue{ background: #08254b !important; } +/* .hover{ + background: #ff6600; +} */ @media (max-width: 1200px) { .d_none_1200px { @@ -3634,7 +3637,7 @@ body .slick-dots li { } .icon_box_only.type_eight:hover { - border-color: vaR(--color-set-one-1); + border-color: #ff6600; } .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 { 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 { padding: 50px 50px 50px; @@ -14699,6 +14708,16 @@ body .wp-block-rss li a { color: var(--color-white) !important; 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{