diff --git a/components/footer.html b/components/footer.html index fa3e3f0..cca9231 100644 --- a/components/footer.html +++ b/components/footer.html @@ -4,18 +4,30 @@
-
+
- © 2025 ASK Investment Managers. All rights reserved. +

© 2025 ASK Investment Managers.

+

All rights reserved.

+ + +

+ © 2025 ASK Investment Managers. All rights reserved. +

diff --git a/components/header.html b/components/header.html index decb522..858f2e5 100644 --- a/components/header.html +++ b/components/header.html @@ -24,7 +24,7 @@ @@ -44,7 +50,15 @@ diff --git a/css/contact.css b/css/contact.css index 1dbd6d3..405d5b6 100644 --- a/css/contact.css +++ b/css/contact.css @@ -13,7 +13,7 @@ background-repeat: no-repeat; background-size: cover; background-position: center; - height: 350px; + height: 400px; } /* .contact-banner .container{ @@ -82,8 +82,7 @@ p.contact-text-banner { .contact-cards { display: flex; - - + margin-bottom: 65px; } @@ -94,7 +93,7 @@ p.contact-text-banner { box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); padding: 25px 35px; flex: 1 1 30%; - border-bottom: 3px solid #b89c58; + border-bottom: 5px solid #b89c58; /* gold underline */ transition: all 0.3s ease; width: 368px; diff --git a/css/style.css b/css/style.css index 7cd3495..172ba49 100644 --- a/css/style.css +++ b/css/style.css @@ -28,19 +28,16 @@ a.nav-link:hover { } .navbar-expand-lg .gap-menu { - flex-direction: row; - gap: 20px; - margin-left: 40px; + gap: 36px; + width: 60%; } /* Navbar links */ .nav-link { font-family: var(--font-primary); font-weight: 400; - font-style: Regular; font-size: 16px; line-height: 120%; - letter-spacing: 0%; text-align: center; color: #fff; } @@ -192,11 +189,9 @@ a.color-a { color: #fff; text-decoration: none; font-family: var(--font-tertiary); - font-weight: 500; - font-style: Medium; - font-size: 13px; + font-weight: 400; + font-size: 14px; line-height: 100%; - letter-spacing: 0%; text-align: center; } @@ -301,7 +296,7 @@ a.color-a { color: #fff; text-decoration: none; display: block; - margin-bottom: 8px; + margin-bottom: 12px; font-family: var(--font-primary); font-weight: 500; font-size: 10px; @@ -335,13 +330,13 @@ a.color-a { opacity: 1; } -.text-adjust { +.text-adjust p { font-family: var(--font-primary); font-weight: 400; font-size: 12px; line-height: 100%; - text-align: center; color: #fff; + } .footer-bottom-links a { @@ -537,7 +532,7 @@ a.color-a { line-height: 60px; } -.mobile-stat-text{ +.mobile-stat-text { display: none; } @@ -562,7 +557,6 @@ a.color-a { } .stat-box p { - letter-spacing: 0.8px; color: #3e3f3f; margin: 0; font-family: var(--font-primary); @@ -617,9 +611,9 @@ a.color-a { background-repeat: no-repeat; background-size: cover; background-position: center; - height: 500px; + height: 600px; border-radius: 10px; - padding: 0 50px; + padding: 0px 50px; } .where-text { @@ -629,6 +623,11 @@ a.color-a { align-items: center; } +.where-text .tittle-top:first-child{ + padding-top: 60px; + margin-bottom: 10px; +} + span.banner-tittle1 { font-family: var(--font-secondary); font-weight: 400; @@ -666,6 +665,12 @@ span.banner-desc2 { .ask-advantage-blog2 { padding: 0px 0px 80px 0px; } + +.ask-advantage-blog2 h2{ + font-size: 40px; + color:#033A49 ; + font-weight: 600; +} .img-fluid { width: 100% !important; height: auto; @@ -687,8 +692,13 @@ span.banner-desc2 { line-height: 100%; letter-spacing: 0px; color: #929197; - margin-top: 15px; - margin-bottom: 15px; +} + +.blog-card{ + display: flex; + flex-direction: column; + justify-content: space-around; + min-height: 435px; } .desc-blog { @@ -697,7 +707,7 @@ span.banner-desc2 { font-size: 16px; line-height: 135%; color: #929197; - margin-bottom: 25px; + /* margin-bottom: 25px; */ } .read-more { @@ -742,7 +752,7 @@ span.banner-desc2 { line-height: 100%; color: #3e3f3f; margin-bottom: 40px; - margin-top: 15px; + margin-top: 25px; } .accordion-button { @@ -777,6 +787,7 @@ span.textaccor { .accordion-body { padding-left: 0; padding-right: 0; + padding-top: 0; } .descktop .col-6:hover, @@ -830,6 +841,7 @@ span.textaccor { /* */ font-family: var(--font-primary); margin-bottom: 40px; + margin-top: 40px; flex-wrap: wrap; padding-left: 0; list-style: none; @@ -892,6 +904,7 @@ span.textaccor { box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2); overflow: hidden; transition: all 0.3s ease; + height: 480px; } .team-info { @@ -920,7 +933,7 @@ span.textaccor { font-weight: 400; font-style: Regular; font-size: 16px; - line-height: 100%; + line-height: 1.5; letter-spacing: 0%; } @@ -987,6 +1000,7 @@ span.textaccor { color: #444; text-align: left; font-family: var(--font-primary); + margin-top: 35px; } .btn-close-d { @@ -1685,9 +1699,11 @@ span.textaccor { @media (max-width: 768px) { .navbar-expand-lg .gap-menu { flex-direction: column; + justify-content: start; gap: 12px; padding: 25px 25px 12px 25px; margin-left: 0px; + width: 100%; } /* Logo styling */ @@ -1724,9 +1740,9 @@ span.textaccor { .leftslider-line { /* border-left: 2px solid #b18c4a; */ - padding-left: 20px; + padding: 0 0 0 20px; - margin-bottom: 20px; + margin: 0 0 20px 0; background-image: url("../assests/images/mobile-banner.svg"); background-repeat: no-repeat; background-size: cover; @@ -1734,9 +1750,10 @@ span.textaccor { height: 100%; align-items: flex-start; - justify-content: center; + justify-content: flex-start; width: 100%; } + span.banner-tittle { font-family: var(--font-secondary); font-weight: 400; @@ -1773,11 +1790,11 @@ span.textaccor { transform: rotate(90deg); } - .desktop-stat-text{ + .desktop-stat-text { display: none; } - .mobile-stat-text{ + .mobile-stat-text { display: block; } @@ -1892,7 +1909,11 @@ span.textaccor { font-size: 16px; } - .read-more{ + .blog-card{ + min-height: 0px; +} + + .read-more { font-size: 14px; } @@ -1943,7 +1964,8 @@ span.textaccor { .nav-link-t { font-size: 14px; - padding: 8px 12px; + padding: 6px 12px; + font-weight: 400; } .nav-t { @@ -2011,7 +2033,7 @@ span.textaccor { } .team-card { - height: 235px; + height: 280px; } .offcanvas-header { @@ -2539,6 +2561,7 @@ span.textaccor { flex-direction: column; gap: 12px; padding: 25px 25px 12px 25px; + width: 100%; } .nav-link:hover { @@ -2576,6 +2599,7 @@ span.textaccor { flex-direction: column; gap: 12px; padding: 0 25px 25px 25px; + margin-top: -35px; } a.color-b { @@ -2590,6 +2614,7 @@ span.textaccor { .topbar-mobile { display: block; + } .footer-section { diff --git a/css/testing.css b/css/testing.css index ac12ece..65b6964 100644 --- a/css/testing.css +++ b/css/testing.css @@ -207,6 +207,6 @@ @media (max-width: 991px) { section.ask-advantage-scroll.container { - padding: 60px 25px 0 25px !important; + padding: 40px 25px 0 25px !important; } } \ No newline at end of file diff --git a/pages/about.html b/pages/about.html index af34ef9..8d63e70 100644 --- a/pages/about.html +++ b/pages/about.html @@ -66,8 +66,8 @@
-
- As of July 2025 +
+ As of July 2025
diff --git a/pages/blog.html b/pages/blog.html index 493080c..f5cee43 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -17,7 +17,7 @@
-
+
Understanding SIPs diff --git a/pages/contact.html b/pages/contact.html index 107065a..4aaef62 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -118,42 +118,61 @@
-
+ +

New to Mutual Funds?

Here are answers to some common questions we often get

-

-

-
+
- - Mutual funds are regulated by SEBI and offer risk diversification, but returns are not guaranteed and - depend on market performance. + Mutual funds pool money from multiple investors and invest in a diversified mix of stocks, bonds, or other securities. Professional fund managers manage the investments, helping reduce risk while aiming for long-term returns.
-
+

-

-
+
- You can begin investing in most mutual funds with as little as ₹500 via SIP or lump sum. + Mutual funds are regulated by SEBI and offer risk diversification, + but returns are not guaranteed and depend on market performance.
@@ -161,17 +180,27 @@

-

-
+
- Yes, most open-ended mutual funds allow withdrawals anytime, though some may have exit loads or specific - lock-in periods. + You can begin investing in most mutual funds with as little as + ₹500 via SIP or lump sum.
@@ -179,17 +208,27 @@

-

-
+
- Tax is based on the type of fund and holding period, with separate rules for equity and debt funds as per - prevailing tax laws. + Yes, most open-ended mutual funds allow withdrawals anytime, + though some may have exit loads or specific lock-in periods.
@@ -197,16 +236,27 @@

-

-
+
- No, mutual funds do not guarantee returns; their value fluctuates according to market movements. + Tax is based on the type of fund and holding period, with separate + rules for equity and debt funds as per prevailing tax laws.
@@ -214,24 +264,59 @@

-

-
+
- NAV (Net Asset Value) is the per-unit price of a mutual fund, calculated daily after accounting for fund - assets and liabilities. + No, mutual funds do not guarantee returns; their value fluctuates + according to market movements.
+
+

+ +

+
+
+ + NAV (Net Asset Value) is the per-unit price of a mutual fund, + calculated daily after accounting for fund assets and liabilities. + +
+
+
-
-
\ No newline at end of file diff --git a/pages/home.html b/pages/home.html index 9f8f677..849a2fe 100644 --- a/pages/home.html +++ b/pages/home.html @@ -138,7 +138,7 @@
High-Conviction, Quality Portfolios

Our equity strategies focus on high-quality businesses with - long-term growth potential. + long-term growth potential, backed by.

@@ -150,7 +150,7 @@
Low-Cost Access to Global ETFs

Invest globally and locally through ETFs with sectoral, thematic, - and international options. + and international options — all at.

@@ -264,7 +264,7 @@

29 Years

-

Equity Experience

+

Equity Experience

@@ -275,7 +275,12 @@
-

Your Investment Journey, Made Simple

+ +

Your Investment Journey

+

Made Simpe

+ + +

Life Moments You Can Plan For

Follow these simple steps to start your investment journey

@@ -431,8 +436,12 @@
-

Life Moments You

-

Can Plan For

+ +

Life Moments You

+

Can Plan For

+ + +

Life Moments You Can Plan For

Choose a Goal and we’ll help you invest for it, step by step @@ -458,7 +467,7 @@ Kid's Dream

Kid's Big

-

Dream

+

Dreams

Because Tution

@@ -485,7 +494,7 @@
Tax Savings
-

Saving Taxes The

+

Saving Taxes the

Right Way

@@ -581,11 +590,16 @@
-

Knowledge That

-

Builds Wealth

+ +

Knowledge That

+

Builds Wealth

+ + +

Insights to Grow Your Wealth Smarter

-Stay updated with fresh perspectives that help you make more informed decisions. + Stay updated with fresh perspectives, financial strategies, and stories that + help you make more informed decisions.

@@ -646,7 +660,7 @@ Stay updated with fresh perspectives that help you make more informed decisions.

7 min read

Markets rise and fall — but how does that impact your mutual fund - investments? Learn how long-term compounding can smooth out + investments? Get to know how long-term compounding can smooth out volatility.

- Is it safe to invest in mutual funds? + How do mutual fund works?
- - Mutual funds are regulated by SEBI and offer risk diversification, - but returns are not guaranteed and depend on market performance. + Mutual funds pool money from multiple investors and invest in a diversified mix of stocks, bonds, or other securities. Professional fund managers manage the investments, helping reduce risk while aiming for long-term returns.
-
+

- You can begin investing in most mutual funds with as little as - ₹500 via SIP or lump sum. + Mutual funds are regulated by SEBI and offer risk diversification, + but returns are not guaranteed and depend on market performance.
@@ -729,7 +741,7 @@ Stay updated with fresh perspectives that help you make more informed decisions. aria-expanded="false" aria-controls="collapseThree" > - Can I withdraw my money anytime? + How much money do I need to start?
- Yes, most open-ended mutual funds allow withdrawals anytime, - though some may have exit loads or specific lock-in periods. + You can begin investing in most mutual funds with as little as + ₹500 via SIP or lump sum.
@@ -757,7 +769,7 @@ Stay updated with fresh perspectives that help you make more informed decisions. aria-expanded="false" aria-controls="collapseFour" > - How are mutual funds taxed? + Can I withdraw my money anytime?
- Tax is based on the type of fund and holding period, with separate - rules for equity and debt funds as per prevailing tax laws. + Yes, most open-ended mutual funds allow withdrawals anytime, + though some may have exit loads or specific lock-in periods.
@@ -785,7 +797,7 @@ Stay updated with fresh perspectives that help you make more informed decisions. aria-expanded="false" aria-controls="collapseFive" > - Do mutual funds guarantee returns? + How are mutual funds taxed?
- No, mutual funds do not guarantee returns; their value fluctuates - according to market movements. + Tax is based on the type of fund and holding period, with separate + rules for equity and debt funds as per prevailing tax laws.
@@ -813,7 +825,7 @@ Stay updated with fresh perspectives that help you make more informed decisions. aria-expanded="false" aria-controls="collapseSix" > - What is NAV in mutual funds? + Do mutual funds guarantee returns?
+
+ + No, mutual funds do not guarantee returns; their value fluctuates + according to market movements. + +
+
+
+ +
+

+ +

+
diff --git a/pages/our-team.html b/pages/our-team.html index 03d6f59..c97eec2 100644 --- a/pages/our-team.html +++ b/pages/our-team.html @@ -30,13 +30,13 @@

He has 19 years of experience. Before joining ASK, he was holding position of group chief financial officer at Centrum Capital Limited. He has also worked with DSP Merrill Lynch Limited, The Hong Kong and Shanghai Banking Corporation Limited and Accenture India Private Limited.')"> Bharat Shah
Bharat Shah Arrow
-

Chief Investment Officer

+

Chief Investment Officer & Chief Executive Officer

Arrow @@ -47,7 +47,7 @@

He has 19 years of experience. Before joining ASK, he was holding position of group chief financial officer at Centrum Capital Limited. He has also worked with DSP Merrill Lynch Limited, The Hong Kong and Shanghai Banking Corporation Limited and Accenture India Private Limited.')"> Sunil Rohokale
@@ -64,7 +64,7 @@

He has 19 years of experience. Before joining ASK, he was holding position of group chief financial officer at Centrum Capital Limited. He has also worked with DSP Merrill Lynch Limited, The Hong Kong and Shanghai Banking Corporation Limited and Accenture India Private Limited.')"> Bhavana Shah
@@ -79,15 +79,15 @@
-
+

He has 19 years of experience. Before joining ASK, he was holding position of group chief financial officer at Centrum Capital Limited. He has also worked with DSP Merrill Lynch Limited, The Hong Kong and Shanghai Banking Corporation Limited and Accenture India Private Limited.')"> Bharat Shah
Bharat Shah Arrow
-

Chief Investment Officer

+

Chief Investment Officer & Chief Executive Officer

Arrow @@ -98,7 +98,7 @@

He has 19 years of experience. Before joining ASK, he was holding position of group chief financial officer at Centrum Capital Limited. He has also worked with DSP Merrill Lynch Limited, The Hong Kong and Shanghai Banking Corporation Limited and Accenture India Private Limited.')"> Sunil Rohokale
@@ -115,7 +115,58 @@

He has 19 years of experience. Before joining ASK, he was holding position of group chief financial officer at Centrum Capital Limited. He has also worked with DSP Merrill Lynch Limited, The Hong Kong and Shanghai Banking Corporation Limited and Accenture India Private Limited.')"> + Bhavana Shah +
+
+
Bhavana Shah Arrow
+

Chief Business Officer

+
+
+ Arrow +
+
+
+
+ +
+
+ Bharat Shah +
+
+
Bharat Shah Arrow
+

Chief Investment Officer & Chief Executive Officer

+
+
+ Arrow +
+
+
+
+ +
+
+ Sunil Rohokale +
+
+
Sunil Rohokale Arrow
+

Chief Business Officer

+
+
+ Arrow +
+
+
+
+ +
+
Bhavana Shah
@@ -176,7 +227,7 @@
-