/* --------------------------------------------------------
Theme Name: LawFul
Theme URI: http://lawfulhtml.themerobian.com
Author: Themerobian
Author URI: http://themerobian.com
Version: 1.0
Description: This theme is created for Lawyer web site

Table of Index
--------------
1. Base CSS
2. Preloader CSS
3. Header CSS

----------------------------------------------------------*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
    margin          : 0;
    padding         : 0;
    border          : 0;
    vertical-align  : baseline;
    font-weight     : normal;
    
}

body {
  font-family  : var(--font-jost, 'Jost'), system-ui, sans-serif;
  color        : #767676;
  font-size    : 18px;
  font-weight  : 300;
}

.


 
/* --------------------------------------
TYPOGRAPHY
------------------------------------------*/

p{
	font-size:14px;
	line-height:24px;
	font-weight:300;
	color:#767676;
}



h1, h2, h3, h4, h5, h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family  : var(--font-jost, 'Jost'), system-ui, sans-serif;
  font-weight  : 500;
  margin:0 0 20px;
  color: #3c3c3c;
} 

h1 {
  font-size       : 45px; 
  line-height     : 24px;
  
}

h2{
	font-size       :40px;
	line-height     :20px;
}

h3{
  font-size: 30px;
  line-height: 24px;
  color: #464646;
}
h4{
  font-size: 20px;
  font-weight: 600;
}

/*---------------------------------------------------------
            Custom margin Padding
---------------------------------------------------------*/

.p-0{
    padding:0;
}
.pl-0{
    padding-left:0;
}
.pr-0{
    padding-right:0;
}
.pb-60{
  padding-bottom: 60px;
}
.m-0{
    margin:0;
}
.mt-0{
	margin-top:0;
}
.mb-0{
	margin-bottom:0;
}
.ml-15 {
    margin-left: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mt-20{
	margin-top:20px;
}
.mt-25{
	margin-top:25px;
}
.mt-30{
	margin-top:30px;
}
.mt-35{
	margin-top:35px;
}
.mt-40{
	margin-top:40px;
}
.mt-45{
	margin-top:45px;
}
.mt-50{
	margin-top:50px;
}
.mt-60{
	margin-top:60px;
}
.mt-70{
	margin-top:70px;
}
.mt-80{
	margin-top:80px;
}
.mt-90{
	margin-top:90px;
}

/* --------------------------------------
            LINK STYLE
------------------------------------------*/
a {
    color           : #cbcbcb;
    text-decoration : none;
    outline         : none;
    -webkit-transition      : all 0.3s ease 0s;
    -moz-transition      : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
     transition      : all 0.3s ease 0s;
}

a:hover,
a:active,
a:focus,
a:active {
    text-decoration : none;
    
}

a:hover,
a:focus {
    color           : ##2b94e5;
}
/*---------------------------
            list-style
---------------------------------*/
ol,
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}



/*-------------------------
         menu styling
 -------------------------------*/

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
ul.nav.navbar-nav li > a:hover{
  background: #2b94e5;
  border-radius: 4px;
  color: #fff;
}
ul.nav.navbar-nav li.current-page a {
  font-weight: 600;
  background: #2b94e5;
  border-radius: 4px;
  color: #fff;
}
 
/* -------------------------------------------
Alert Style
---------------------------------------------- */
.alert {
  color: #767676;
  padding: 25px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: transparent; 
}
.alert .close {
  filter: alpha(opacity=100);
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-size: 24px;
}
/*alert-dismissable*/
.alert-dismissable .close, 
.alert-dismissible .close {
  top: -26px;
  right: -16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-top-right-radius: 5px;
  
}

/*alert-warning*/
.alert {
  padding: 25px 15px;
}
.alert-warning {
  border-color: #2b94e5;
}
.alert-warning.alert-dismissable .close, 
.alert-warning.alert-dismissible .close {
  background: #2b94e5;
}


/*alert-info*/
.alert-info {
  border-color: #48d11e;
}
.alert-info.alert-dismissable .close, 
.alert-info.alert-dismissible .close {
  background: #48d11e;
}

/*alert-success*/
.alert-success {
  border-color: #2eade2;
}
.alert-success.alert-dismissable .close, 
.alert-success.alert-dismissible .close {
  background: #2eade2;
}
/*alert-danger*/
.alert-danger {
  border-color: #ffd600;
}
.alert-danger.alert-dismissable .close, 
.alert-danger.alert-dismissible .close {
  background: #ffd600;
}

/*image width*/
img{
  max-width:100%;
}

/* Background color */
.bg-grey{
	background:#f4f4f4!important;
}
.bg-coffee{
	background:#332C2C!important;
}
/* section */
.section-padding{
	padding:30px 0 30px;
}
/* --------------------------------------------------------
Preloader CSS
-----------------------------------------------------------*/

#preloader {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    display: block;
	color:#FA5757;
}
#preloader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  width: 5%;
}

/** section down arrow **/
.arrow-down{
	text-align:center;
	position:relative;
}
.arrow-down i{
	position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #f4f4f4;
    line-height: 48px;
    border-radius: 50%;
    bottom: -25px;
	margin-left:-26px;
	color:#e4e4e4;
    background-color: #fff;
}
.tp-caption a,
.tp-caption a:hover{
  color: #ffffff;
}
.img-overlays .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.5);
}

.panel-card {
  background-color: red;
}

.btn-event {
cursor: pointer;
outline: 0;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 16px;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
} }


.slider-btn{ 
    letter-spacing: 1px;
    padding: 13px 35px;
    border: 1px solid #fa4a4a;
    color: #dadada;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase; 
    background: rgb(250,74,74);  
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */
    -webkit-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
         -o-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
     
}
.slider-btn:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa4a4a+0,e30f37+100 */
background: rgb(250,74,74); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmE0YTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMGYzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
   -webkit-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
         -o-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
}
/***************************************
      END RESET STYLING
************************************/
