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 44a412d..49e0b70 100644 --- a/pages/book-now.js +++ b/pages/book-now.js @@ -99,7 +99,7 @@ export default function Contact() {
-
+
{/*-============spacing==========-*/}
{/*-============spacing==========-*/} @@ -284,7 +284,7 @@ export default function Contact() { {/*-============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 0696042..e44717a 100644 --- a/public/assets/css/theme.css +++ b/public/assets/css/theme.css @@ -23,8 +23,8 @@ --color-set-four-2: #ff6600; --color-set-four-3: #00868C; --color-set-four-4: #181818; - --preloader-background-color: #008BF9; - --preloader-background-color-2: #0F3567; + --preloader-background-color: #08254b; + --preloader-background-color-2: #ff6600; --preloader-text-color: #ffffff; --color-set-one-bg-1: #EDF7FE; --color-set-one-bg-2: rgba(15, 53, 103, 0.1); @@ -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{