@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
em
{
	font-style: italic !important;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Google Sans Flex", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    text-align: justify;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    background: #6e3429;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: #29b73f url(../images/WhatsApp.svg) center center no-repeat;
    background-size: 28px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border-radius: 50%;
}
.section
{
	
}
.footer
{
	
}
.header
{
	position:absolute;
	top:0;
	left:0;
	right:0;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
	z-index:99999999;
    background: #fff;
}
.header-top
{
	position:relative;
    padding: 10px 50px;
}
.nav-shrink .header-top
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999999;
    background: #fff;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 a
{
    display: block;
}
.header-top aside
{

}
.header-top aside a.linkbutton
{
    color: #000;
    border: solid 1px #6e3429;
    background: #fff;
    margin: 0;
}
.header-top aside a.linkbutton:before
{
    color: #6e3429;
}
.nav-shrink .header-top aside a.linkbutton
{
    color: #121b1d;
    border: solid 1px #0a4654;
}
.nav
{
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:center;
}
.nav ul li
{
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 8px;
}
.nav ul li a
{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 0px;
}
.nav-shrink .nav ul li a
{
    color: #121b1d;
}
/*.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width:30px;
    height: 1px;
    background: #f11d47;
    margin: auto;
    opacity: 0;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
    top: 0px;
    opacity: 1;
}*/
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #6e3429;
    margin: auto;
    z-index: -8;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    transform: rotate(45deg);
}
.nav ul li a i
{
    width: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    display:none;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
    opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
    color: #6e3429;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
    left:-25px;
    padding:15px 0;
}
.nav ul li ul li
{
    list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
    text-align:left;
    text-transform:none;
    font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
    opacity:1;
}*/
.nav ul ul li a:hover
{
    background: #1c32f5;
    color:#fff;
}
.nav ul li ul:hover a
{
    
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
    top:0px;
    left: 100%;
    box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
    border-top:none;
    visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
    display:block;
    visibility:visible;
}*/
.nav ul > li:hover ul
{
    display:block;
}
.hero
{
	height: 100vh;
    position: relative;
}
.hero article
{
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 9999999;
    width: 850px;
}
.hero article h1
{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}
.hero article h1 span
{
    -webkit-text-stroke: 1px #fff;
    color: rgba(0,0,0,0.5); 
    font-size: 75px;
}
.hero article h3
{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
.hero article a.linkbutton
{
    margin: 15px 0;
}
.hero article a.linkbutton:nth-of-type(2)
{
    border:solid 1px #fff;;
    background: none;
}
.hero article aside
{
    position: relative;
    padding-left: 150px;
}
.container
{
    padding-top: 85px;
    padding-bottom: 85px;
}
.container h2
{
    font-size: 32px;
    color: #000;
    font-weight: 700;
    line-height: 34px;
}
.container h2 span
{
    color: #6e3429;
}
.container h3
{
    color: #6e3429;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    border: solid 1px #6e3429;
    background: #6e3429;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px 16px 35px;
    margin: 15px 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
a.linkbutton:hover
{
    
}
a.linkbutton:before
{
    color: #fff;
    font-family: 'Material Symbols Outlined';
    content: "\e5cc \e5cc";
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-14px, -50%) rotate(0deg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    text-indent: -25px;
}
a.linkbutton:hover:before
{
    text-indent: 25px;
}
.intro
{
    position: relative;
    padding: 0;
}
.intro .alignmiddle
{
    align-items: flex-end !important;
}
.intro figure
{
    width: 60%;
}
.intro figure img
{
    object-fit: cover;
    object-position: center;
}
.intro aside
{
    width: 40%;
    padding: 35px 0px 35px 50px;
    background: #fff;
}
.intro aside a.linkbutton:nth-of-type(2)
{
    border: solid 1px #6e3429;
    background: #fff;
    color: #6e3429;
}
.intro aside a.linkbutton:nth-of-type(2):before
{
    color: #6e3429;
}
.practice-areas
{
    background: #ededed;
    text-align: center;
}
.practice-areas ul
{
    padding: 0;
    margin: 30px -20px 0 -20px;
}
.practice-areas ul li
{
    width: 33.333333%;
    float: left;
}
.practice-areas ul li a
{
    display: block;
    margin: 20px;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.practice-areas ul li a:after
{
    content: " ";
    background: #6e3429;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: 9;
}
.practice-areas ul li a:hover:after
{
    opacity: 0.8;
}
.practice-areas ul li a img
{
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.practice-areas ul li a:hover img
{
    transform: scale(1.1);
}
.practice-areas ul li a figcaption
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:5px 20px;
    z-index: 99;
}
.practice-areas ul li a figcaption h3
{
    color: #fff;
    border-left: solid 2px #fff;
    padding: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.practice-areas ul li a:hover figcaption h3
{
    padding: 30px 12px;
}
.practice-areas ul li a figcaption span
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 15px 28px 15px 28px;
    border: solid 1px #fff;
    border-radius: 6px;
    margin: 15px 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.practice-areas ul li a:hover figcaption span
{
    color: #fff;
    background: #6e3429;
    border: solid 1px #6e3429;
}
.practice-areas ul li a figcaption span:before
{
    color: #fff;
    font-family: 'Material Symbols Outlined';
    content: "\e5cc \e5cc";
    font-size: 30px;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-14px, -50%) rotate(0deg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    text-indent: -30px;
}
.practice-areas ul li a:hover figcaption span:before
{
    text-indent: 30px;
}
.why-choose-us-content
{
    width: 32%;
}
.why-choose-us-list
{
    width: 65%;
}
.why-choose-us-list ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 15px 0 0 0;
}
.why-choose-us-list ul li
{    
    border-top: solid 1px #ededed;
    border-left: solid 1px #ededed;
    background: #fff;
    box-shadow: 8px 12px 23px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px 30px;
}
.why-choose-us-list ul li h3
{
    font-size: 15px;
}
.why-choose-us-list ul li p
{
    text-align: left;
}
.why-choose-us-list ul li figure
{    
    margin: 15px 0 30px 0;
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.why-choose-us-list ul li figure:before
{    
    content: " ";
    background: #6e3429;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    z-index: -8;
}
.why-choose-us-list ul li img
{    
    
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 99999999999;
}

/* Modal Content */
.modal-content
{
    margin: auto;
    padding: 20px;
    width: 60%;
    background: #fff;
    padding: 15px 20px 5px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
}
/* The Close Button */
.close
{
    color: #141918;
    float: right;
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 300;
}
.close:hover,
.close:focus {
    cursor: pointer;
}
.getintouch
{
    display: flex;
}
.getintouch aside
{
    background: #6e3429;
    width: 45%;
    padding: 35px 50px;
    position: relative;
    z-index: 9;
}
.getintouch aside:before
{
    content: " ";
    border: #fff double;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px;
    z-index: -8;
}
.getintouch aside h1
{
    font-size: 46px;
    color: #fff;
}
.getintouch aside h3,
.getintouch aside p
{
    color: #fff;
}
.getintouch aside p
{
    text-align: justify;
}
.getintouch aside a.linkbutton
{
    color: #000;
    border:solid 1px #fff;
    background: #fff;
    width: 130px;
}
.getintouch aside a.linkbutton:before
{
    color: #6e3429;
}
.getintouch aside a.linkbutton:nth-of-type(2)
{
    color: #fff;
    border:solid 1px #fff;
    background: none;
}
.getintouch aside a.linkbutton:nth-of-type(2):before
{
    color: #fff;
}
.getintouch figure
{ 
    width: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer
{
    border-top: solid 1px #e4edf4;
	position:relative;
	z-index: 9;
    padding: 50px 0 0px 0;
}
.footer article
{
    padding:20px 0;
    display: flex;
}
.footer-content
{

}
.footer-links
{
    width: 40%;
    margin-left: auto;
}
.footer h3
{
    font-weight: 500;
    font-size: 20px;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:15%;
}
.footer article aside:first-of-type
{
    margin-left: auto;
}
.footer article aside:nth-of-type(3)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #000;
    font-size: 16px;
	line-height:30px;
	font-weight: 400;
	position:relative;
    padding-left: 12px;
}
.footer article aside ul li a:hover
{
    color: #6e3429;
}
.footer article aside ul li a:after
{
    content: " ";
    position: absolute;
    top: 11.4px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #6e3429;
    margin: auto;
    z-index: -8;
}
.footer article aside ul li:hover > a:after
{
    transform: rotate(45deg);
}
.footer-contact
{
    overflow: hidden;
}
.footer-contact aside
{
    width: 40%;
}
.footer-contact aside h1
{
    font-size: 46px;
    color: #6e3429;
    margin-bottom: 30px;
    position: relative;
}
.footer-contact aside h1:after
{
    content: " ";
    border-bottom: solid 1px #6e3429;
    position: absolute;
    bottom: 0;
    left: 0;
    right: -100%;
}
.footer-contact aside p
{
    position: relative;
    padding: 0px 0 0px 40px;
    margin: 5px 0;
}
.footer-contact aside p i
{
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 20px;
    color: #6e3429;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 200;
    border-right: solid 1px #6e3429;
}
.social-icons
{
	
}
.social-icons-fixed
{
    position: fixed;
    bottom: 75px;
    right: 20px;
	z-index: 9999999;
}
.social-icons a, .social-icons-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 100;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}
.social-icons-fixed a
{
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 3px;
    float: none;
    margin: 5px 0px;
}
.social-icons a:hover, .social-icons-fixed a:hover
{
    border-radius: 50%;
}
.social-icons a:nth-of-type(2), .social-icons-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3), .social-icons-fixed a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    font-size: 16px;
    font-weight: 400;
	line-height: 26px;
}
.footer p strong
{
    font-weight: 600;
    display: block;
}
.footer-bottom
{
	padding:20px 0px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}
.footer-bottom:after
{
    content: "Easter Legal";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 14vh;
    opacity: 0.1;
    z-index: -8;
}
.footer-bottom a
{
    color: #6e3429;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
    background-color: #141918;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    margin-top: 95px;
}
.page-title:before
{
    content: " ";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.page-title:after
{
    content: " ";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100px;
    z-index: -8;
    height: 15px;
}
.page-title h2
{
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}
.page-title nav
{
    position: absolute;
    bottom: 30px;
    left: 100px;
    z-index: 999;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{

    float: left;

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    margin-right: 25px;

    position: relative;

}

.page-title nav ul li:first-of-type:before

{

    display:none;

}

.page-title nav ul li:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    background: #fff;
    width: 1px;
    transform: rotate(32deg);
}
.page-title nav ul li a
{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    color: #e4ba08;
}
.aboutus
{
    position: relative;
}
.aboutus figure
{
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.aboutus figure img
{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.aboutus aside
{
    width: 45%;
    margin-left: auto;
}
.why-choose
{
    background: url(../images/Why-Choose-Easter-Legal-Firm.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}
.why-choose aside
{
    background: rgba(0,0,0,0.6);
    width: 60%;
    padding: 35px 50px 35px 0;
    position: relative;
}
.why-choose aside div
{
    height: 600px;
    overflow: auto;
      scrollbar-color: white rgba(0,0,0,0);
      scrollbar-width: thin;
}
.why-choose aside:before
{
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
}
.why-choose aside h2,
.why-choose aside ul.list li
{
    color: #fff;
}
.why-choose aside ul.list li:before
{
    color: #fff;
    background: #fff;
}
.aboutus-tabs
{

}
.aboutus-tabs article
{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.aboutus-tabs article:first-of-type
{
    margin-top: 0px;
}
.aboutus-tabs article:nth-of-type(even)
{
    flex-direction: row-reverse;
}
.aboutus-tabs article aside
{
    width: 50%;
    padding: 35px 50px;
    position: relative;
    z-index: 9;
}
.aboutus-tabs article aside:before
{
    content: " ";
    border-top: #6e3429 solid 3px;
    position: absolute;
    top: 0;
    left: -50px;
    right: 0;
    z-index: -8;
}
.aboutus-tabs article:nth-of-type(even) aside:before
{
    left: 0;
    right: -50px;
}
.aboutus-tabs article figure
{
    width: 50%;
}
.aboutus-tabs article figure img
{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.people
{

}
.people ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.people ul li
{
    
}
.people ul li a
{
    display: block;
    border-top: solid 1px #ededed;
    border-left: solid 1px #ededed;
    background: #fff;
    box-shadow: 8px 12px 23px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.people ul li a img
{
    border-radius: 10px;
}
.people ul li a figcaption
{
    background: rgba(110, 52, 41, 0.8);
    padding: 5px 15px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.people ul li a:hover figcaption
{
    transform: translateY(-10px);
}
.people ul li a figcaption h3
{
    color: #fff;
    line-height: 22px;
}
.people ul li a figcaption h3 small
{
    display: block;
    font-size: 14px;
}
.people-content
{

}
.people-content article
{
    border-top: solid 1px #6e3429;
    padding: 30px 0 45px 0;
}
.people-content article:first-of-type
{
    border-top: none;
    padding:0 0 45px 0;
}
.people-content article:last-of-type
{
    padding: 30px 0 0px 0;
}
.people-content article figure
{
    width: 30%;
    padding: 15px 0 0 0;
    position: sticky;
    top: 100px;
}
.people-content article figure h3
{
    background: #6e3429;
    color: #fff;
    margin: 0;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    padding: 10px;
}
.people-content article figure h3 small
{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.people-content article aside
{
    width: 65%;
}
.people-content article aside h2
{
    display: none;
}
.people-content article aside h2 small
{
    display: block;
    color: #6e3429;
    font-size: 20px;
    font-weight: 600;
}
.practice-areas-content
{

}
.practice-areas-content ul 
{
    
}
.practice-areas-content ul li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: solid 1px #6e3429;
    padding: 1px 6px;
    margin-bottom: 5px;
    border-radius: 30px;
    position: relative;
    padding-left: 20px;
}
.practice-areas-content ul li:before
{
    color: #6e3429;
    font-family: 'Material Symbols Outlined';
    content: "\e5cc";
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}
.practice-areas-nav
{

    background: #6e3429;
    padding-bottom: 15px;
    height: 75vh;
    overflow: auto;
    position: sticky;
    top: 95px;
    scrollbar-color: white #6e3429;
    scrollbar-width: thin;
}
.practice-areas-nav h3
{
    background: #000;
    padding: 15px 30px;
    color: #fff;
    margin: 0;
}
.practice-areas-nav ul
{
}
.practice-areas-nav ul li
{
    
}
.practice-areas-nav ul li a
{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 30px;
}
.practice-areas-nav ul li a:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    transform: translateY(-50%);
}
.practice-areas-nav ul li:hover > a, .practice-areas-nav ul li.active > a 
{
    color: #ff9e21;
}
.practice-areas-nav ul li:hover > a:before, .practice-areas-nav ul li.active > a:before
{
    width: 22px;
}
.careers
{

}
.careers aside
{
    width: 30%;
    background: url(../images/Careers.jpg) center center no-repeat;
    background-size: cover;
    margin: 15px 0;
    height: 400px;
    padding: 15px 30px;
    border-radius: 12px;
    text-align: left;
}
.careers aside h2
{
    color: #fff;
}
.careers .formfield
{
    width: 65%;
    margin-left: auto;
}
.tab
{
  overflow: hidden;
  margin-bottom: 20px;
}
.tab button
{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-family: "Google Sans Flex", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border: solid 1px #6e3429;
    margin-right: 10px;
    border-radius: 6px;
}
.tab button:hover
{
    background-color: #6e3429;
    border: solid 1px #6e3429;
    color: #fff;
}
.tab button.active
{
    background-color: #6e3429;
    border: solid 1px #6e3429;
    color: #fff;
}
.tabcontent
{
  display: none;
}
.contact
{
    position: relative;  
    text-align: center; 
}
.contact h2
{
    display: inline-block;
    margin-bottom: 30px;
}
.contact .row
{
    display: flex;
}
.formfield
{
    
}
.contact .formfield
{
    width: 35%;
    border: solid 1px #e4ddd8;
    border-radius: 12px;
    padding: 15px 30px;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}
.contact .formfield form
{
    margin: -5px;
}
.careers .formfield form
{
    margin: -10px;
}
.formfield
{
    text-align: left;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
    color: #000;
    font-family: "Google Sans Flex", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
    color: #000;
    font-family: "Google Sans Flex", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
    color: #000;
    font-family: "Google Sans Flex", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
    color: #000;
    font-family: "Google Sans Flex", sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:5px;
    display:block;
}
.careers .formfield label
{
    padding:10px;
    display:block;
}
.formfield label strong, .selectdiv strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search], .formfield input[type=date]
{
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: "Google Sans Flex", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield input[type=date]:focus, .formfield textarea:focus
{
    
}
.formfield input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: "Google Sans Flex", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
    
}
.selectdiv
{
    position: relative;
    font-family: "Google Sans Flex", sans-serif;
    padding: 10px;
}
.selectdiv select::-ms-expand
{
    display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding:16px 20px;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    background: none;
    border: 1px solid #000;
    border-radius: 6px;
    -ms-word-break: normal;
    word-break: normal;
    font-family: "Google Sans Flex", sans-serif;
    cursor:pointer;
}
.selectdiv:hover select
{
    
}
.selectdiv select:focus
{
    
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
    height:170px;
    background: none;
    border: 1px solid #000;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: "Google Sans Flex", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: none;
    background: #6e3429;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Google Sans Flex", sans-serif;
    border-radius: 6px;
    margin: 5px 0 15px 0;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
    
}
.address-details
{
    width: 35%;
    background: #6e3429;
    padding: 15px 30px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    z-index: 9;
}
.address-details h3
{
    color: #fff;
}
.address-details p
{
    position: relative;
    padding: 0px 0 0px 40px;
    color: #fff;
    margin: 30px 0 0 0;
}
.address-details p strong
{
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}
.address-details p i
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.gmap
{
    width: 30%;
}
.gmap iframe
{
    width: 100%;
    height: 600px;
    border-radius: 12px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    /* modules/cookie-disclaimer.css */

:root {
  --cookieDisclaumerBackgroundColor: #fff;
  --cookieDisclaumerColor: #fff;
}

.cookie-disclaimer {
  background-color: #fff;
    position: fixed;
    width: 75%;
    height: 75%;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  z-index: 99999999;
  background-color: var(--cookieDisclaumerBackgroundColor);
  color: #fff;
  color: var(--cookieDisclaumerColor);
  font-size: var(--cookieDisclaumerFontSize);
  opacity: 0;
  display: none;
  padding: var(--cookieDisclaumerPadding);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
    overflow: auto;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
    padding: 35px 50px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}

.cookie-disclaimer.is-active {
  opacity: 1;
  display: block;
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

/* modules/media.css */

:root {
  --mediaObjectMarginHorizontal: 1em;
}

.media
{

}
.media p
{
    text-align: justify;
}
.media h2
{
    font-size: 26px;
    color: #000;
    font-weight: 700;
}
.media--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media__object--left {
  margin-right: 1em;
  margin-right: var(--mediaObjectMarginHorizontal);
}

.media__object--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
}

.media__object--right button
{
    padding: 10px 26px;
    color: #fff;
    right: 8px;
    cursor: pointer;
    background: #6e3429;
    border: none;
    font-family: "Google Sans Flex", sans-serif;
    font-size: 18px;
}
.media__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}