Home
About Us
Contact Us
Login
Enrol Now
404 Page Not Found
An unexpected error has occurred. Please contact the site owner.
Home
.site-footer { position: relative; width: 100%; margin: 0; padding: 0; color: #ffffff; background: linear-gradient( 110deg, #8647f5 0%, #5f6ee9 42%, #24b5ce 100% ); box-sizing: border-box; } .site-footer::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; background: rgba(255, 255, 255, 0.22); content: ""; } .site-footer-inner { display: flex; width: 100%; max-width: 1360px; min-height: 118px; margin: 0 auto; padding: 28px 40px; align-items: center; justify-content: space-between; gap: 24px; box-sizing: border-box; } .site-footer-copyright { margin: 0; color: rgba(255, 255, 255, 0.94); font-size: 14px; font-weight: 500; line-height: 1.5; } .site-footer-links { display: flex; margin: 0; padding: 0; align-items: center; gap: 18px; list-style: none; } .site-footer-link { position: relative; display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.95); font-size: 14px; font-weight: 600; text-decoration: none; transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease; } .site-footer-link:hover, .site-footer-link:focus { color: #ffffff; text-decoration: none; transform: translateY(-1px); } .site-footer-link::after { position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: #ffffff; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 0.2s ease; } .site-footer-link:hover::after, .site-footer-link:focus::after { transform: scaleX(1); transform-origin: left; } .site-footer-link svg { width: 16px; height: 16px; } @media screen and (max-width: 768px) { .site-footer-inner { min-height: auto; padding: 25px 20px; flex-direction: column; justify-content: center; gap: 13px; text-align: center; } .site-footer-copyright { font-size: 12px; } .site-footer-link { font-size: 12px; } } @media screen and (max-width: 420px) { .site-footer-inner { padding: 22px 15px; } .site-footer-copyright { max-width: 290px; line-height: 1.6; } }