diff --git a/assets/css/treck.css b/assets/css/treck.css index 4456d94..40ab9df 100644 --- a/assets/css/treck.css +++ b/assets/css/treck.css @@ -276,7 +276,7 @@ dl, ol, ul { } .section-title__title { margin: 0; - color: var(--treck-black); + color: #d81921; font-size: 50px; line-height: 60px; font-weight: 600; @@ -1590,7 +1590,7 @@ dl, ol, ul { font-size: 14px; font-weight: 500; background-color: transparent; - border: 1px solid #28292b; + border: 1px solid #fff; } .main-menu-two__call { position: relative; @@ -3299,7 +3299,7 @@ dl, ol, ul { position: relative; display: block; background-color: #121315; - padding-top: 120px; + /* padding-top: 120px;*/ z-index: 2; } .video-one__bg { @@ -3328,7 +3328,7 @@ dl, ol, ul { background-color: rgb(255, 255, 255); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); padding: 60px 60px 60px; - margin-bottom: -60px; + /* margin-bottom: -60px;*/ } .video-one__left:before { content: ""; @@ -8849,9 +8849,11 @@ dl, ol, ul { left: -375px; right: -120px; bottom: 0; + /* background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%); +*/ z-index: -1; } .testimonial-three__slider { @@ -8860,7 +8862,7 @@ dl, ol, ul { background-color: var(--treck-white); padding-left: 120px; padding-right: 100px; - padding-top: 80px; + /* padding-top: 80px;*/ padding-bottom: 114px; } .testimonial-three__thumb-outer-box { @@ -8870,8 +8872,10 @@ dl, ol, ul { width: 100%; margin-left: 0; margin-right: auto; + /* padding-top: 40px; padding-bottom: 53px; +*/ } .testimonial-three__thumb-carousel { position: relative; @@ -10602,8 +10606,10 @@ dl, ol, ul { .team-details__right { position: relative; display: block; +/* margin-left: 70px; margin-top: -11px; +*/ } .team-details__name { font-size: 40px; @@ -15218,7 +15224,7 @@ body.boxed-wrapper { margin-left: 42px; } .blog-bg { - background: #eee; + background: #eceef6; } .visa-bg { background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 63%)), url("../images/rohini/visa-bg.jpg"); @@ -15243,4 +15249,55 @@ body.boxed-wrapper { } .top-header { background: radial-gradient(circle, rgba(244, 116, 33, 1) 27%, rgba(229, 87, 17, 1) 100%); +} +/*Card Design*/ +.extra-card { + text-align: center; + width: 100%; + height: 400px; + border-radius: 16px; + overflow: clip; + display: flex; + flex-direction: column; + background-image: url("../images/rohini/opera-house.jpg"); + background-repeat: no-repeat; + background-size: cover; + background-position: top; + outline: 1px solid #FFFFFF70; + outline-offset: 4px; + box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08); +} +.extra-card:hover { + background-color: #f7f8fc; + box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 4px rgba(57, 65, 124, .2); + transform: translateY(3px); +} +main { + margin-top: 200px; + flex: 1; + background: white; + /* this is really the only relevant part of this demo */ + /* clip-path: path("M 0 100 c 150 0 120 -75 200 -75 C 280 25 250 100 400 100 L400 1000 0 1000 Z");*/ +} +main > img { + margin-top: -70px; + border-radius: 50%; + width: 140px; + aspect-ratio: 1; + margin-inline: auto; + outline: 4px solid #eee; + outline-offset: 2px; +} +/*Card Design End*/ +.country-title { + font-size: 25px; + font-weight: 600; +} +.subscribe-text { + font-size: 20px; + font-weight: 600; +} +.subscribe-section{ + padding: 120px 0px; + background: #d81921; } \ No newline at end of file diff --git a/assets/images/rohini/australia.jpg b/assets/images/rohini/australia.jpg new file mode 100644 index 0000000..720ed23 Binary files /dev/null and b/assets/images/rohini/australia.jpg differ diff --git a/assets/images/rohini/canada.jpg b/assets/images/rohini/canada.jpg new file mode 100644 index 0000000..c306797 Binary files /dev/null and b/assets/images/rohini/canada.jpg differ diff --git a/assets/images/rohini/country-logo/australia-logo.png b/assets/images/rohini/country-logo/australia-logo.png new file mode 100644 index 0000000..a6461ef Binary files /dev/null and b/assets/images/rohini/country-logo/australia-logo.png differ diff --git a/assets/images/rohini/country-logo/australia.png b/assets/images/rohini/country-logo/australia.png new file mode 100644 index 0000000..9fc3959 Binary files /dev/null and b/assets/images/rohini/country-logo/australia.png differ diff --git a/assets/images/rohini/country-logo/canada-logo.png b/assets/images/rohini/country-logo/canada-logo.png new file mode 100644 index 0000000..787a1b7 Binary files /dev/null and b/assets/images/rohini/country-logo/canada-logo.png differ diff --git a/assets/images/rohini/country-logo/newzealand-logo.png b/assets/images/rohini/country-logo/newzealand-logo.png new file mode 100644 index 0000000..89cdd31 Binary files /dev/null and b/assets/images/rohini/country-logo/newzealand-logo.png differ diff --git a/assets/images/rohini/country-logo/uk-logo.png b/assets/images/rohini/country-logo/uk-logo.png new file mode 100644 index 0000000..09a53c7 Binary files /dev/null and b/assets/images/rohini/country-logo/uk-logo.png differ diff --git a/assets/images/rohini/country-logo/usa-logo.png b/assets/images/rohini/country-logo/usa-logo.png new file mode 100644 index 0000000..1db7b02 Binary files /dev/null and b/assets/images/rohini/country-logo/usa-logo.png differ diff --git a/assets/images/rohini/opera-house.jpg b/assets/images/rohini/opera-house.jpg new file mode 100644 index 0000000..8d0350c Binary files /dev/null and b/assets/images/rohini/opera-house.jpg differ diff --git a/assets/images/rohini/uk.jpg b/assets/images/rohini/uk.jpg new file mode 100644 index 0000000..c29ec28 Binary files /dev/null and b/assets/images/rohini/uk.jpg differ diff --git a/assets/images/rohini/usa.jpg b/assets/images/rohini/usa.jpg new file mode 100644 index 0000000..0e37946 Binary files /dev/null and b/assets/images/rohini/usa.jpg differ diff --git a/assets/images/rohini/visa/rohini1.jpg b/assets/images/rohini/visa/rohini1.jpg new file mode 100644 index 0000000..c2f7319 Binary files /dev/null and b/assets/images/rohini/visa/rohini1.jpg differ diff --git a/assets/images/rohini/visa/rohini2.jpg b/assets/images/rohini/visa/rohini2.jpg new file mode 100644 index 0000000..80fea92 Binary files /dev/null and b/assets/images/rohini/visa/rohini2.jpg differ diff --git a/assets/images/rohini/visa/rohini3.jpg b/assets/images/rohini/visa/rohini3.jpg new file mode 100644 index 0000000..92d2541 Binary files /dev/null and b/assets/images/rohini/visa/rohini3.jpg differ diff --git a/assets/images/rohini/visa/rohini4.jpg b/assets/images/rohini/visa/rohini4.jpg new file mode 100644 index 0000000..c70062e Binary files /dev/null and b/assets/images/rohini/visa/rohini4.jpg differ diff --git a/assets/images/rohini/visa/rohini5.jpg b/assets/images/rohini/visa/rohini5.jpg new file mode 100644 index 0000000..93f4633 Binary files /dev/null and b/assets/images/rohini/visa/rohini5.jpg differ diff --git a/assets/images/rohini/visa/rohini6.jpg b/assets/images/rohini/visa/rohini6.jpg new file mode 100644 index 0000000..f31c213 Binary files /dev/null and b/assets/images/rohini/visa/rohini6.jpg differ diff --git a/index.php b/index.php index f0a9cb2..a0b1461 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,17 @@ - - + - - - - - \ No newline at end of file + + + + + + + + \ No newline at end of file diff --git a/message.php b/message.php new file mode 100644 index 0000000..ed355e2 --- /dev/null +++ b/message.php @@ -0,0 +1,51 @@ + + + + + + +
+
+
+
+ +
+
+
+
+
+
+

Managing Director
+ Rohini Gupta

+
+
+
+
+
+ +
+
+

Message From MD

+

At Rohini International Education, our mission has always been to empower students to pursue their dreams of a world-class education. As the Managing Director, I am proud to lead a team of dedicated professionals who share a common goal—to guide students through every step of their journey, from career counseling and university selection to visa processing and beyond.

+

We believe that education has the power to transform lives, and we are committed to ensuring that our students receive the best possible support and advice to make informed decisions about their future. Over the years, we have built strong relationships with top universities worldwide, and our success is measured by the countless students who have realized their academic aspirations through our guidance.

+

As we continue to grow, our focus remains on providing personalized services, staying up-to-date with global education trends, and maintaining the trust of students and their families. We look forward to helping you embark on your educational journey abroad and are here to support you every step of the way.

+

Thank you for choosing Rohini International Education as your trusted partner in global education.

+
+
+
+
+
+ + \ No newline at end of file diff --git a/parts/coaching.php b/parts/coaching.php index e41f324..e380bd2 100644 --- a/parts/coaching.php +++ b/parts/coaching.php @@ -6,11 +6,10 @@
-
Coaching we offer +
Prepration Classes
-

Get the Best Trainings you - Deserve

+

Get the Best Trainings you Deserve

diff --git a/parts/destination.php b/parts/destination.php index f358135..0342f76 100644 --- a/parts/destination.php +++ b/parts/destination.php @@ -2,7 +2,7 @@
-
Our countries list +
Study Abroad

Select the Country of
@@ -35,129 +35,37 @@ }'>
-
-
-
-

Australia

-
-
-
-
    -
  • -
    -
    -

    5 Years Business Visa

    -
    -
  • -
  • -
    -
    -

    Apply via Online

    -
    -
  • -
  • -
    -
    -

    Student Visa

    -
    -
  • -
+
... +
+
New-Zealand
+ Read More
-
-
-
-

Dubai

-
-
-
-
    -
  • -
    -
    -

    5 Years Business Visa

    -
    -
  • -
  • -
    -
    -

    Apply via Online

    -
    -
  • -
  • -
    -
    -

    Student Visa

    -
    -
  • -
+
... +
+
USA
+ Read More
-
-
- -
-
-
    -
  • -
    -
    -

    5 Years Business Visa

    -
    -
  • -
  • -
    -
    -

    Apply via Online

    -
    -
  • -
  • -
    -
    -

    Student Visa

    -
    -
  • -
+
... +
+
Australia
+ Read More
-
-
-
-

Paris

-
-
-
-
    -
  • -
    -
    -

    5 Years Business Visa

    -
    -
  • -
  • -
    -
    -

    Apply via Online

    -
    -
  • -
  • -
    -
    -

    Student Visa

    -
    -
  • -
+
... +
+
canada
+ Read More
@@ -165,4 +73,34 @@

- \ No newline at end of file + + + \ No newline at end of file diff --git a/parts/slider.php b/parts/slider.php index 63a12a7..ad17168 100644 --- a/parts/slider.php +++ b/parts/slider.php @@ -8,7 +8,7 @@

Your Gateway to
Global Education

We guide you to the best international opportunities, hassle-free!

- +
@@ -19,7 +19,7 @@

Success Begins with
the Right Guidance

Trust our experienced team to support you at every step of your international education journey.

-
Get Started
+
Get Started
@@ -30,7 +30,7 @@

Bringing Global Education
Closer to You

From university selection to visa approval, we make studying abroad seamless.

-
Get Started
+
Get Started
@@ -41,40 +41,17 @@
-
-
+
-
-

Planning to
- Studying Abroad

-
    -
  • -
    -
    -

    No Interviews

    -
    -
  • -
  • -
    -
    -

    Relocate in 30 Days

    -
    -
  • -
  • -
    -
    -

    Afforable Fee

    -
    -
  • -
- +

Empowering
Your Global Dreams

+

We provide expert guidance to help you achieve academic success abroad.

+
@@ -245,12 +177,11 @@
-

Apply for +

Apply for Visa

-

Lorem ipsum is simply free dolo sit - amet ctetur.

+

Lorem ipsum is simply free dolo sitamet ctetur.

-
+
@@ -260,11 +191,10 @@

Immigration Programs

-

Lorem ipsum is simply free dolo sit - amet ctetur.

+ href="visa-details.php">Immigration Programs +

Lorem ipsum is simply free dolo sitamet ctetur.

-
+
@@ -273,12 +203,10 @@
-

Visa - Documents

-

Lorem ipsum is simply free dolo sit - amet ctetur.

+

Visa Documents

+

Lorem ipsum is simply free dolo sitamet ctetur.

-
+
@@ -288,5 +216,4 @@
- - + \ No newline at end of file diff --git a/parts/subscribe.php b/parts/subscribe.php new file mode 100644 index 0000000..d9c3b9a --- /dev/null +++ b/parts/subscribe.php @@ -0,0 +1,12 @@ + +
+
+
+
+

Start Your Journey with
Expert Guidance

+ +
+
+
+
+ \ No newline at end of file diff --git a/parts/video.php b/parts/video.php index 2fbab76..744e2f7 100644 --- a/parts/video.php +++ b/parts/video.php @@ -1,10 +1,10 @@ -
+
-
-
+
+
get our support @@ -13,39 +13,16 @@

Most Trusted Visa & Immigration

-
    -
  • -
    -
    -

    Fast Visa Process

    -
    -
  • -
  • -
    -
    -

    Get Country Citizenship

    -
    -
  • -
  • -
    -
    -

    Help in Documentation

    -
    -
  • -
+

At Rohini International Education, we are dedicated to providing comprehensive, end-to-end support throughout your study abroad journey. From personalized counseling and university selection to visa processing and pre-departure assistance, our expert team is with you every step of the way, ensuring a smooth and successful transition to your international education experience.

-
+
-

Aliquam viverra arcu. Donec aliquet blandit enim id
- quam sed - eros - tincidunt luctus.

diff --git a/parts/visa.php b/parts/visa.php new file mode 100644 index 0000000..264ab3a --- /dev/null +++ b/parts/visa.php @@ -0,0 +1,111 @@ + +
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
    +
  • +
    +
    +
    +
    +

    68

    + k
    +

    We Process Visas

    +
    +
    +
  • +
  • +
    +
    +
    +
    +

    99

    + +
    +

    Our Success Rate

    +
    +
    +
  • +
  • +
    +
    +
    +
    +

    23

    + k
    +

    Experience Consultants

    +
    +
    +
  • +
+
+
+
+
+
+ \ No newline at end of file