update
This commit is contained in:
@@ -930,11 +930,13 @@ p.b4 {
|
||||
.tmp-slick-dot .slick-dots {
|
||||
display: none !important;
|
||||
}
|
||||
.brand-list.ul{
|
||||
|
||||
display: flex;
|
||||
.brand-list.ul {
|
||||
|
||||
display: flex;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.brand-list li {
|
||||
display: flex;
|
||||
gap: 30px;
|
||||
@@ -19546,10 +19548,11 @@ only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
|
||||
.slick-initialized .slick-slide {
|
||||
margin-bottom: 0;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.slick-initialized .slick-slide121 {
|
||||
width: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.slick-grid-15 {
|
||||
@@ -29291,7 +29294,7 @@ ul.categorys-widget-stndard li span {
|
||||
Copyright Area
|
||||
---------------------------*/
|
||||
.copyright-style-one {
|
||||
padding: 20px 0;
|
||||
padding: 17px 0;
|
||||
border-top: 1px solid var(--color-border);
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
@@ -29302,6 +29305,11 @@ ul.categorys-widget-stndard li span {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.copyright-style-one .copyright-text span a {
|
||||
color: var(--color-btn);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.copyright-style-one .copyright-text a {
|
||||
color: var(--color-body);
|
||||
}
|
||||
@@ -35438,10 +35446,10 @@ body.tmp-body-star::before {
|
||||
|
||||
.time-table-area-wrapper .tabs-content {
|
||||
position: relative;
|
||||
position: relative;
|
||||
background: white;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
position: relative;
|
||||
background: white;
|
||||
padding: 12px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .tabs-content .tab {
|
||||
@@ -35458,9 +35466,11 @@ body.tmp-body-star::before {
|
||||
/* horizontal space between items */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.uni-slider .uni-list {
|
||||
margin: 0 25px;
|
||||
}
|
||||
|
||||
.uni-slider .time-box {
|
||||
margin: 0;
|
||||
/* remove default margin if any */
|
||||
|
||||
@@ -143,13 +143,18 @@
|
||||
<!-- Start Copy Right Area -->
|
||||
<div class="copyright-area copyright-style-one">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="row align-items-center d-flex">
|
||||
|
||||
<div class="col-lg-12">
|
||||
<div class="col-lg-6">
|
||||
<div class="copyright-right text-center text-lg-center">
|
||||
<p class="copyright-text">All Right © Pathfinder <span id="year"></span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="copyright-right text-center text-lg-center">
|
||||
<p class="copyright-text">Powered By: <span><a href="https://www.bibhutisolutions.com/">Bibhuti Solutions</a></span><span id="year"></span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
<li><a href="./class-detail.php"><i class="feather-file-text"></i>TOFEL Preparation Class</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="has-droupdown has-menu-child-item"><a href="#">Countries</a>
|
||||
<li class="has-droupdown has-menu-child-item"><a href="#">Destination</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="./country-detail.php"><img src="assets/images/photos/usa.png" alt="" data-no-retina="">USA</a></li>
|
||||
<li><a href="./country-detail.php"><img src="assets/images/photos/australia-logo.png" alt="" data-no-retina="">Australia</a></li>
|
||||
|
||||
Reference in New Issue
Block a user