diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css
index be87e9d..0b4757d 100644
--- a/css/bootstrap.min.css
+++ b/css/bootstrap.min.css
@@ -235,7 +235,7 @@ sup {
}
a {
- color: #F1592A;
+ color: #f54813;
text-decoration: none
}
@@ -3782,7 +3782,7 @@ fieldset:disabled .btn {
.btn-outline-dark {
color: #fff;
border-color: #fff;
- background-color: #F1592A;
+ background-color: #f54813;
}
.btn-outline-dark:hover {
diff --git a/css/style.css b/css/style.css
index eb2d677..9783778 100644
--- a/css/style.css
+++ b/css/style.css
@@ -17,23 +17,23 @@
h1{
- color: #f1592a;
+ color: #f54813;
}
h2{
- color: #f1592a;
+ color: #f54813;
}
h3{
- color: #f1592a;
+ color: #f54813;
}
h4{
- color: #f1592a;
+ color: #f54813;
}
h5{
- color: #f1592a;
+ color: #f54813;
}
h6{
- color: #f1592a;
+ color: #f54813;
}
.back-to-top {
position: fixed;
@@ -65,7 +65,7 @@ h6{
}
/* .mb-3{
- color: #f1592a;
+ color: #f54813;
} */
.btn-sm-square {
width: 34px;
@@ -101,7 +101,7 @@ h6{
.btn.btn-primary {
- background:#f1592a !important;
+ background:#f54813 !important;
color: var(--bs-white) !important;
font-family: 'Poppins', sans-serif;
font-weight: 400;
@@ -117,7 +117,7 @@ h6{
.btn.btn-secondary {
background: transparent;
- color: #f1592a;
+ color: #f54813;
font-family: 'Poppins', sans-serif;
font-weight: 400;
border: none;
@@ -140,7 +140,7 @@ h6{
position: relative;
display: inline-block;
text-transform: uppercase;
- color: #f1592a;
+ color: #f54813;
}
.section-title .sub-style::before {
@@ -152,7 +152,7 @@ h6{
transform: translateY(-50%);
margin-bottom: -6px;
margin-left: -100px;
- border: 1px solid #f1592a !important;
+ border: 1px solid #f54813 !important;
}
.section-title .sub-style::after {
@@ -164,14 +164,14 @@ h6{
transform: translateY(-50%);
margin-top: -8px;
margin-left: -50px;
- border: 1px solid #f1592a !important;
+ border: 1px solid #f54813 !important;
}
.sub-title {
position: relative;
display: inline-block;
text-transform: uppercase;
- color: #f1592a;
+ color: #f54813;
}
.sub-title::before {
@@ -183,7 +183,7 @@ h6{
transform: translateY(-50%);
margin-bottom: -8px;
margin-right: -100px;
- border: 1px solid #f1592a !important;
+ border: 1px solid #f54813 !important;
}
.sub-title::after {
@@ -195,7 +195,7 @@ h6{
transform: translateY(-50%);
margin-top: -6px;
margin-right: -50px;
- border: 1px solid #f1592a !important;
+ border: 1px solid #f54813 !important;
}
@@ -248,7 +248,7 @@ h6{
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
- color: #f1592a !important;
+ color: #f54813 !important;
}
.navbar-light .navbar-brand img {
@@ -286,7 +286,7 @@ h6{
}
.dropdown .dropdown-menu a:hover {
- background: #f1592a;
+ background: #f54813;
color: white;
}
@@ -342,7 +342,7 @@ h6{
left: 0px;
width: 100%;
height: 2px;
- background: #f1592a;
+ background: #f54813;
opacity: 0;
transition: all 0.5s;
}
@@ -414,7 +414,7 @@ h6{
.carousel-header .carousel .carousel-indicators li.active {
width: 8px;
height: 8px;
- border: 8px solid #f1592a;
+ border: 8px solid #f54813;
}
.carousel-header .carousel-inner .carousel-item {
@@ -498,7 +498,7 @@ h6{
left: 0;
top: 0;
border-radius: 10px 10px 0 0;
- background-color: #f1592a;
+ background-color: #f54813;
}
.counter-facts .counter .counter-icon {
@@ -543,7 +543,7 @@ h6{
font-size: 30px;
font-weight: 700;
display: block;
- color: #f1592a;
+ color: #f54813;
}
@media screen and (max-width: 1200px) {
@@ -676,7 +676,7 @@ h6{
}
.features .feature-item:hover .feature-icon i {
- color:#f1592a !important;
+ color:#f54813 !important;
transform: rotate(360deg);
transition: all 0.5s ease;
}
@@ -695,7 +695,7 @@ h6{
height: 0;
bottom: 0;
left: 0;
- background: #f1592a;
+ background: #f54813;
border-radius: 10px;
transition: 0.5s;
z-index: 1;
@@ -803,7 +803,7 @@ h6{
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
- color: #f1592a;
+ color: #f54813;
}
/*** testimonial end ***/
@@ -909,7 +909,7 @@ h6{
/*** Footer Start ***/
.footer {
- background: #f1592a;
+ background: #f54813;
}
.footer .footer-item a {
line-height: 30px;
@@ -943,3 +943,10 @@ h6{
background-color: #ffffff;
padding: 20px;
}
+
+.ml-250{
+ margin-left: -650px;
+}
+.mr-250{
+ margin-right: -650px;
+}
diff --git a/header.php b/header.php
index b0ecee2..825ef23 100644
--- a/header.php
+++ b/header.php
@@ -46,7 +46,7 @@
-
+
diff --git a/home/slider.php b/home/slider.php
index 83ea95f..540e303 100644
--- a/home/slider.php
+++ b/home/slider.php
@@ -8,9 +8,9 @@
-
+
-
+
Your Gateway to Global Education
Unlock your potential with top universities around the world.
@@ -19,9 +19,9 @@
-
+
-
+
Expert Guidance for Your Study Abroad Journey
Personalized counseling and comprehensive support for your educational goals.
@@ -30,10 +30,10 @@
-
+
-
-
Achieve Success with Language and Test Prep Classes
+
+
Achieve Success with Language and Test Prep Classes
Master Japanese, Korean, IELTS, and PTE with our expert instructors.
Join Now
@@ -42,11 +42,11 @@
diff --git a/home/testprep.php b/home/testprep.php
index 854d012..4a92c47 100644
--- a/home/testprep.php
+++ b/home/testprep.php
@@ -16,7 +16,7 @@
Preparation
-
-
-
-
+
Japanese & Korean Language Classes
diff --git a/img/at.png b/img/at.png
new file mode 100644
index 0000000..4692650
Binary files /dev/null and b/img/at.png differ
diff --git a/img/bt.png b/img/bt.png
new file mode 100644
index 0000000..bbdb755
Binary files /dev/null and b/img/bt.png differ
diff --git a/img/slider-a-bg.png b/img/slider-a-bg.png
new file mode 100644
index 0000000..5331975
Binary files /dev/null and b/img/slider-a-bg.png differ
diff --git a/img/slider-a.png b/img/slider-a.png
new file mode 100644
index 0000000..3da462a
Binary files /dev/null and b/img/slider-a.png differ
diff --git a/img/slider-b-bg.png b/img/slider-b-bg.png
new file mode 100644
index 0000000..0f728d3
Binary files /dev/null and b/img/slider-b-bg.png differ
diff --git a/img/slider-b.png b/img/slider-b.png
new file mode 100644
index 0000000..2125748
Binary files /dev/null and b/img/slider-b.png differ
diff --git a/img/slider-c-bg.jpg b/img/slider-c-bg.jpg
new file mode 100644
index 0000000..312d947
Binary files /dev/null and b/img/slider-c-bg.jpg differ
diff --git a/img/slider-c.png b/img/slider-c.png
new file mode 100644
index 0000000..8d0f989
Binary files /dev/null and b/img/slider-c.png differ
diff --git a/testprep.php b/testprep.php
index 9ece04b..0dd5694 100644
--- a/testprep.php
+++ b/testprep.php
@@ -29,7 +29,7 @@
Coaching
-
-
-
+
PTE Coaching
@@ -88,7 +88,7 @@
Classes
-