Copyright © 2024. Justlaw All Rights Reserved.
Created: 18 February 2024
Latest Update: 18 February 2024
By: Vikinglab
Email: vikinglab007@gmail.com
Thank you for purchasing our theme. Justlaw - Lawyer, Law Firm, Legal & Attorney Consulting HTML Template. If you have any question, please feel free to contact us.
All the file are well organized, its so easy to work with the template.
1. Unzip the files.
2. Open "Justlaw" folder.
You will find the
two folder one is for lite version and other is for dark version
file on the root that will be edited.
Also you will see 5 directories, css, js, fonts, logo, img and images.
In the first folder Content you will find style.css and other styling files the all the other files expect the htmls.
Js folder contain only the jquery library. Fonts folder contain essetial font files for fonts.
appside/
├── assets/css/
| ├── bootstrap.min.css
| ├── fontawesome.css
| ├── mobile-menu.css
| ├── aos.css
| ├── magnific-popup.css
| ├── owl.carousel.min.css
| ├── modal-video.min.css
| ├── slick-slider.css
| ├── nice-select.css
| ├── typhograpy.css
| ├── master.css
|
├── style.css
|
|
├── assets/fonts/
| ├── fa-brands-300
| ├── fa-brands-300.woff2
| ├── fa-brands-400
| ├── fa-brands-400.woff2
| ├── fa-regular-400
| ├── fa-regular-400.woff2
| ├── fa-solid-900
| ├── fa-solid-900.woff2
| ├── fa-v4compatibility
| ├── fa-v4compatibility.woff2
|
├── assets/js/
│ ├── bootstrap.min.js
| ├── fontawesome.js
│ ├── jquery-counterup.js
│ ├── jquery.magnific-popup.min.js
│ ├── jquery.nice-select.js
│ ├── jquery-3-6-0.min.js
│ ├── owl-carousel.min.js
│ ├── modal-video.min.js
│ ├── mobile-menu.js
│ ├── aos.js
│ ├── slick-slider.js
| ├── mobile-meanmenu.js
| ├── jquery-nice-select.js
| ├── waypoints.js
├── main.js
│
├── index.html
├── index2.html
├── index3.html
├── index4.html
├── index5.html
├── index6.html
├── rtl.html
├── single-index1.html
├── single-index2.html
├── single-index3.html
├── single-index4.html
├── single-index5.html
├── single-index6.html
├── about.html
├── blog1.html
├── blog2.html
├── blog3.html
├── blog-left.html
├── blog-right.html
├── blog-single.html
├── practiceareas1.html
├── practiceareas2.html
├── practiceareas3.html
├── defense-left.html
├── defense-right.html
├── defense-details.html
├── casestudy1.html
├── casestudy2.html
├── casestudy3.html
├── case-details.html
├── contact.html
├── team.html
├── team-details.html
├── testimonial1.html
├── testimonial2.html
├── testimonial3.html
├── 404.html
Navigating the Legal System, Advocating
For You
![]()
We Understand the Complexity of
Criminal Cases. You're in Capable Hands.![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
About UsCompassionate Advocates for Those Facing Criminal Charges
At Justlaw, we understand that facing criminal charges is a daunting and life-altering experience. Our dedicated team of experienced criminal defense attorneys.
![]()
We believe in open and honest communication. From the moment you reach out to us, we'll take the time to listen to your concerns, answer your questions, and explain your legal options in clear, understandable terms. Every case is unique, and we approach each one with a personalized strategy designed to achieve the best.
John William
-CEO of the company
![]()
// HOMEPAGE1 HEADER STARTS // .header-area.homepage1 { position: absolute; width: 100%; z-index:9999; border-bottom: 1px solid $border1; .header-elements { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; .site-log{ margin-top: 5px; } .nav-link.active{ background: none; color: $bg-color2; } .main-menu{ ul { li { display: inline-block; position: relative; &:hover { ul.dropdown-padding{ visibility: visible; transition: all 0.5s ease-in-out; opacity: 1; z-index: 9; top: 50px; position: absolute; transition: $trans1; } } a { font-family: $font-2; font-size: $small_font_size; font-weight: $regular; color:$title-color1; display: inline-block; transition: $trans1; padding: 0 14px; } &:hover > a{ transition: $trans1; color: $bg-color2; } ul.dropdown-padding { visibility: hidden; opacity: 0; box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px; position: absolute; background:$color-w; top: 100px; width: 220px; z-index: 1; transition: $trans1; border-radius: 5px; padding: 15px; li.main-small-menu { position: relative; &:hover > a{ transition: $trans1; padding-left: 25px; color: $bg-color2; } &:hover > a::after{ background: $bg-color2; transition: $trans1; visibility: visible; opacity: 1; } a { display: flex; align-items: center; justify-content: space-between; transition: $trans1; } ul.small-dropdown { visibility: hidden; opacity: 0; box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px; background:$color-w; position: absolute; top: 70px; width: 220px; z-index: 1; left: 195px; transition: $trans1; border-radius: 5px; padding: 15px } &:hover{ ul.small-dropdown { visibility: visible; transition: all 0.5s ease-in-out; opacity: 1; z-index: 9; top: -10px; position: absolute; transition: $trans1; } } } li { display: block; a { font-family: $font-2; font-weight: $regular; transition: $trans1; padding: 8px; display: inline-block; position: relative; z-index: 1; border-radius: 4px; &::after{ position: absolute; content: ""; height: 2px; width: 10px; transition: $trans1; z-index: -1; left: 10px; top: 21px; border-radius: 4px; display: inline-block; visibility: hidden; opacity: 0; background: $bg-color2; } &:hover{ padding-left: 25px; color: $bg-color2; &::after{ border-radius: 4px; visibility: visible; transition: $trans1; opacity: 1; } } } } } } } } } nav#navbar-example2{ display: block !important; } } .header-area.homepage1.sticky { position: fixed; top: 0; left: 0; width: 100%; transform: translate3d(0, 0, 0); z-index: 111; -webkit-animation-name: fade-in-down; animation-name: fade-in-down; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; background: $bg-color1; } // HOMEPAGE1 HEADER ENDS //
Thank you for reading the documentaion. If you still have any question or any problem, please contact with us. We will give you best support. Thanks.
Vikinglab