
Created: 10 Oct, 2021
Updated: 30 Jan, 2022
Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to email us
<!-- Google Fonts
============================================ -->
Poppins - <link href='https://https://fonts.googleapis.com/css2?family=Poppins' rel='stylesheet' type='text/css'>
<!-- =========== All Stylesheet ================= -->
<!-- fontawesome css plugins
============================================ -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- metismenu CSS
============================================ -->
<link rel="stylesheet" href="assets/css/metismenu.css">
<
!-- animate CSS
============================================ -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- magnific-popup CSS
============================================ -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- Owl Carousel CSS
============================================ -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Owl Carousel CSS
============================================ -->
<link rel="stylesheet" href="assets/css/owl.theme.css">
<!-- helper CSS
============================================ -->
<link href="assets/css/helper.css" rel="stylesheet">
<!-- Bootstrap CSS
============================================ -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Template Style CSS
============================================ -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Style CSS
============================================ -->
<link rel="stylesheet" href="style.css">
<!-- All JS Plugins -->
<!-- jQuery
============================================ -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- Bootstrap
============================================ -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Others jQuery Plugins
============================================ -->
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/scrollUp.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/metismenu.js"></script>
<script src="assets/js/progresscircle.js"></script>
<!-- Main JS
============================================ -->
<script src="assets/js/active.js"></script>
I'm using One SCSS files in this template. You change the SCSS Code of style.scss file
================================= |*** Table of contents: ***| ================================= 1. General styles 2. Typography 3. Helpers 4. Preloader 5. Go up button 6. Header and navigation 7. Hero Section 8. About us 9. Causes 10. Fun facts 11. Events 12. Blog *Note: Responsive css in style.css file bottom.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
/* ----------------------------------
Hero Section - Styles
------------------------------------ */
.hero-1 {
.single-slide {
padding: 200px 0px 180px;
@media (max-width: 1199px) {
padding: 160px 0px 120px;
}
@media (max-width: 991px) {
padding: 120px 0px 100px;
}
@media (max-width: 767px) {
padding: 100px 0px 80px;
}
.hero-contents {
p {
color: #fff;
margin-bottom: 5px;
}
h1 {
color: #fff;
font-size: 140px;
line-height: 90%;
letter-spacing: -3px;
@media (max-width: 1199px) {
font-size: 110px;
}
@media (max-width: 991px) {
font-size: 80px;
line-height: 1;
}
@media (max-width: 767px) {
font-size: 70px;
}
}
a {
margin-top: 40px;
margin-right: 20px;
}
}
}
}
// Section Padding - Change with your need.
.section-padding {
padding: 120px 0px;
@media (max-width: 991px) {
padding: 100px 0px;
}
@media (max-width: 767px) {
padding: 80px 0px;
}
}
Change The Carosuels & Others with your's choice
$(window).on('load', function() {
// Animate loader off screen
$(".preloader").delay(500).fadeOut();
});
$(".hero-slider-active").owlCarousel({
items: 1,
dots: false,
loop: true,
autoplayTimeout: 8000,
autoplay:true,
nav: true,
navText: ['', ''],
});