5 Years Business Visa
-Your Gateway to
Global Education
We guide you to the best international opportunities, hassle-free!
- +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 @@
+
+
+ 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.Message From MD
+
+ Managing Director
+
+ Rohini GuptaMessage From MD
+
5 Years Business Visa
-Apply via Online
-Student Visa
-5 Years Business Visa
-Apply via Online
-Student Visa
-5 Years Business Visa
-Apply via Online
-Student Visa
-Unlock your study abroad potential with a free consultation from our experienced advisors.
+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.
We Process Visas
+Our Success Rate
+Experience Consultants
+