Introduction
Insotrans is a responsive modern HTML template created for Insotrans Security website. The template is built on Bootstrap, HTML, Sass, and CSS. Insotrans Insotrans - Private Jet Charters HTML Template meticulously crafted for Insotrans Security Services and IT Management. Setting the standard for excellence, it leverages Bootstrap 5 to deliver a cutting-edge experience. Tailored specifically for Insotrans security websites, Jetfu Jetfu Security incorporates essential elements such as a Testimonial showcase and Services, making it the ideal choice for modern web and security agencies.
Also, this template has a working contact form, well-commented, and easily customizable source code with detailed documentation. These features will help make the template use and customization based on the ultimate needs.
Template Features:
- Multipage Demos
- Easy to Customize
- HTML5 & CSS3
- Clean & Simple Design
- Fully Responsive Layout
- W3 Valid
- Retina Ready
- Smooth Animation
- Owl Carousel
- Phosphor icons
- Built on Bootstrap (v5.x)
- Built on jQuery (v3.7.1)
- Built with Sass
- Well Documented
- Crossbrowser Compatible with Edge, IE11+, Firefox, Opera, Chrome
- Clean & Professional Code
- Developer Friendly
Getting Started
The template folder Insotrans is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.
The files and folders structure is similar to the following:
- assets/css — folder with CSS files.
- assets/fonts — folder with fonts files.
- assets/images — folder with image files.
- assets/js — folder with Javascript files.
Upload the template files to the server with the help of one of the FTP-clients like FileZilla.
Files Edit & Upload:
Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.
HEAD CSS Structure
Followings are the css files which loaded inside the Head Section:
<!-- Link of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/regular/style.css">
<link rel="stylesheet" href="assets/fonts/fill/style.css">
<link rel="stylesheet" href="assets/fonts/bold/style.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/scrollCue.css" >
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
Javascript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- Link of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/owl.carousel2.thumbs.min.js"></script>
<script src="assets/js/scrollCue.min.js"></script>
<script src="assets/js/main.js"></script>
Do You Want Real Demo Images?
Due to the Envato Policy, we are unable to include demo images inside the download bundle so for demo images please send an email to alhikmahsoftware.com.
HTML Structure
The Insotrans is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.
The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:
<!-- Start Contact Area -->
<div class="contact-area pb-75">
<div class="container">
<div class="main-max-width mx-auto">
<div class="row align-items-center">
<div class="col-lg-3">
<div class="single-contact-info">
<h1>Contact Info</h1>
<div class="contact-info d-flex">
<div class="icon">
<i class="ph-fill ph-phone"></i>
</div>
<ul class="list-unstyled ps-0 mb-0 list">
<li>Phone</li>
<li><a href="tel:4065550120">(406) 555-0120</a></li>
<li><a href="tel:6845550102">(684) 555-0102</a></li>
</ul>
</div>
<div class="contact-info d-flex">
<div class="icon">
<i class="ph-fill ph-envelope"></i>
</div>
<ul class="list-unstyled ps-0 mb-0 list">
<li>Email</li>
<li><a href="mailto:insotrans@gmail.com">insotrans@gmail.com</a></li>
<li><a href="mailto:insotrans@gmail.com">insotrans@gmail.com</a></li>
</ul>
</div>
<div class="contact-info d-flex">
<div class="icon">
<i class="ph-bold ph-map-pin"></i>
</div>
<ul class="list-unstyled ps-0 mb-0 list">
<li>Location</li>
<li>
<span>2118 Thornridge Cir. Syracuse,</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="contact-map-info">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d52466279.074015416!2d-161.47077103593702!3d36.61946473137947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54eab584e432360b%3A0x1c3bb99243deb742!2sUnited%20States!5e0!3m2!1sen!2sbd!4v1716374957751!5m2!1sen!2sbd" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Contact Area -->
Responsive Breakpoints
The Insotrans is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.
/* Max width 767px */
@media only screen and (max-width : 767px) {
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width : 576px) and (max-width : 767px) {
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width : 768px) and (max-width : 991px) {
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
/* Min width 1400px to Max width 1599px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}
/* Min width 1600px to Max width 1880px */
@media only screen and (min-width: 1600px) and (max-width: 1880px) {
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
}
Fonts Used
By default, the template loads Rubik font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts
Font code can be found in the "style.scss" file path: assets/css/style.scss
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
--fontFamily: "Rubik", sans-serif;
}
Note: After SCSS file run then it will be work
Main Color Change Option
File path: assets/css/style.scss
:root {
--mainColor: #02323E;
--optionalColor: #fd5523;
--primaryColor: #ff1c1c;
--bodyColor: #6f787c;
--whiteColor: #ffffff;
--blackColor: #000;
}
Note: After SCSS file run then it will be work
How to Run SCSS File
Please open the file Visual Studio Code Editor.
And following the video tutorial.
Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w
Owl Carousel Edit Option
File path: assets/js/main.js
// Project Slides JS
$(".project-slider-item").owlCarousel({
dots: true,
loop: true,
margin: 25,
nav: false,
autoplay: true,
autoplayHoverPause: true,
autoplayTimeout: 2000,
responsive:{
0:{
items:1,
},
576:{
items:2,
},
768:{
items:3,
},
992:{
items:4,
},
1200:{
items:5,
}
}
});
More Info please browser the link: Owl Carousel Docs Options
How to Hide Scroll Animation
Please remove or comment the below code file path: assets/js/main.js
// ScrollCue
scrollCue.init();
More Info please browser the link: ScrollCue
Speed Optimization
Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/img/..
- Tinypng
Please minify all CSS file path: assets/css/..
Please minify all JS file path: assets/js/..
How to Change Image?
Please go to the image file 'path: assets/images/...' replace the image which one you want following placeholder image size & name
How to Add New Updates of Existing Template
After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.
Credits
Note: All images are used for preview purpose only and not included in the final purchase files.
Images from:
https://freepik.com/
https://pixabay.com/
https://unsplash.com/
Google Fonts:
Rubik
IconFont
Phosphor Icon
Support
24-Hour Turnaround Support:
- Quick, Dedicated & Professional Support!
- We only provide support through mail. Please submit your query to alhikmahsoftware@gmail.com
- For any pre-purchase query, please use live chat on the item demo site also, email, and the item’s comment section on ThemeForest. Thanks!