This commit is contained in:
2026-01-22 11:39:59 +05:45
parent c8eb0f29df
commit 6df68a626e
6 changed files with 136 additions and 121 deletions

View File

@@ -14,7 +14,10 @@
country, and university with confidence.</p>
<div class="cta-btn-group cta-btn-group1 mt--30">
<div class="tmp-load-more d-flex justify-content-center">
<a class="tmp-btn btn-large hover-icon-re0eather-loader"></i></span>
<a class="tmp-btn btn-large hover-icon-reverse" href="./contact.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">Contact Us</span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-loader"></i></span>
</span>
</a>
@@ -339,7 +342,7 @@
});
</script>
<script>
$(document).ready(function () {
$(document).ready(function() {
// Initialize only **visible sliders**
$('.tab.active-tab .uni-slider').slick({
@@ -351,22 +354,22 @@
autoplay: true,
autoplaySpeed: 2500,
responsive: [{
breakpoint: 992,
settings: {
slidesToShow: 2
breakpoint: 992,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 1
}
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 1
}
}
]
});
// On tab click
$('.tab-btn').on('click', function () {
$('.tab-btn').on('click', function() {
// Remove active from tabs
$('.tab-btn').removeClass('active-btn');
$(this).addClass('active-btn');
@@ -389,17 +392,17 @@
autoplay: true,
autoplaySpeed: 2500,
responsive: [{
breakpoint: 992,
settings: {
slidesToShow: 2
breakpoint: 992,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 1
}
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 1
}
}
]
});
} else {