/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    http://example.com/
 Description:  Twenty Nineteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteenchild
*/
* {
	box-sizing: border-box;
}
body {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
    font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #111;
}
h1, h2, h3 {
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 25px;
}
h1:not(.site-title)::before, h2::before, .entry .entry-title::before {
	content: unset;
}
div a, div a:hover, div a:active, div a:focus {
	text-decoration: none;
	color: inherit;
}
a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
	outline: none !important;
}
p:last-child {
	margin-bottom: 0;
}
.ptserif {
	font-family: 'PT Serif', serif;
}
.eighteenpx {
	font-size: 18px;
}
.sixteenpx {
	font-size: 16px;
}
.menu ul, .menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.unlist {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.le-contain {
	display: block;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
}
.le-flex {
	display: flex;
	flex-wrap: wrap;
}
.justify-spacebetween {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.align-center {
	align-items: center;
}
.button-wrapper {
	display: block;
}
.orange-btn {
	display: inline-block;
	padding: 16px 27px;
	background-color: #ff6801;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	border-radius: 100px;
}
.orange-btn:hover {
    background-color: #883b06;
	color: #fff;
}
.dashed-heading {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dashed-heading::before {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #d2d2d2;
    margin-right: 15px;
}
.section-heading {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
    color: #070a44;
}
.orange-button {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    color: #151e2b;
    align-items: center;
}
.orange-button:hover{
	color: #ff6801;
}
.orange-button::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
span.hightlighted {
	background-color: #ff6801;
	color: #fff;
}

/* Forms */

div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #fff !important;
	position: absolute !important;
}

/* Header */
#site-header {
    position: absolute;
	z-index: 999;
    color: #fff;
    padding: 20px 0;
	display: block;
	width: 100%;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
#site-header.sticky {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    background-color: #042164;
}
#site-header .site-brand {
	max-width: 999px;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
#site-header.sticky .site-brand {
    max-width: 150px;
}
.site-brand h3 {
	margin-bottom: 0;
}
#site-header .header-landline {
    text-align: right;
}
#site-header .header-landline .contact-details p a:hover {
    color: #ff6801;
}
#menu-primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#menu-primary-menu li {
    padding-left: 25px;
}
#menu-primary-menu a {
	font-size: 16px;
	font-weight: 700;
}
#menu-primary-menu a:hover {
	color: #ff6801;
}
#menu-icon, #res-menu {
	display: none;
}
#responsive-menu-button {
	display: none !important;
}

/* Home */
#hpsec1 {
	position: relative;
	padding: 238px 0 376px;
    text-align: center;
    color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#hpsec1 h1 {
    font-weight: 400;
    margin-bottom: 15px;
	max-width: 660px;
	margin: 0 auto 25px;
}
#hpsec1 p {
    font-size: 24px;
    line-height: 1.2;
	max-width: 660px;
	margin: 0 auto 25px;
}
#hpsec1 .side-image {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
}
#hpsec1 .side-image .le-contain {
    position: relative;
}
#hpsec1 .side-image .side-image-wrap {
    position: absolute;
    bottom: 120px;
    right: 0;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	justify-content: center;
	width: 135px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#hpsec1 .side-image .side-image-wrap img {
	position: relative;
	bottom: 32px;
}
#hpsec1 .side-image {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
}
#hpsec2 {
    position: relative;
	padding-top: 176px;
	padding-bottom: 212px;
	top: -140px;
	margin-bottom: -156px;
	z-index: 1;
}
#hpsec2 .hpsec2-left > p {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400;
    color: #070a44;
	position: relative;
}
#hpsec2 .hpsec2-left > p::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/08/Keen-Lawyers-Homepage-Design-V2-image_03.png');
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    padding: 30px 40px;
    top: -70px;
}
#hpsec2 .hpsec2-left {
    flex: 0 0 50%;
}
#hpsec2 .quality-list {
    align-items: flex-start;
    justify-content: space-between;
}
#hpsec2 .quality-list .quality-item {
    flex: 0 0 31%;
    max-width: 162px;
}
#hpsec2 .quality-list .quality-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
#hpsec2 .quality-list .quality-header .quality-number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 38px;
    line-height: 1;
	color: #070a44;
}
#hpsec2 .quality-list .quality-header .quality-number span {
    font-size: 15px;
}
#hpsec2 .quality-list .quality-header .quality-icon-wrap img {
    vertical-align: middle;
}
#hpsec2 .quality-list .quality-item > p {
    font-size: 15px;
    line-height: 1.4;
	margin-bottom: 0;
}
#hpsec2 .contact-form-wrap {
    position: absolute;
    display: block;
	padding: 80px 127px 68px 68px;
    width: 48%;
	max-width: 640px;
    right: 0;
	top: 0;
	background: #042164;
	background: -moz-linear-gradient(-45deg,  #042164 30%, #ff6801 100%);
	background: -webkit-linear-gradient(-45deg,  #042164 30%,#ff6801 100%);
	background: linear-gradient(135deg,  #042164 30%,#ff6801 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042164', endColorstr='#ff6801',GradientType=1 );

}
#hpsec2 .contact-form-wrap::after {
    content: '';
    width: 90%;
    max-width: 594px;
    height: 27px;
    display: block;
    position: absolute;
    bottom: -27px;
    right: 0;
    background-color: #171717;
}
#hpsec2 .contact-form-wrap > p {
    font-size: 15px;
	line-height: 1.4;
    color: #fff;
    letter-spacing: 4px;
	font-weight: 700;
}
#hpsec2 .contact-form-wrap > p span {
    display: block;
    font-size: 21px;
    letter-spacing: 6px;
	color: #ff6801;
}
#hpsec2 .contact-form-wrap > h4 {
    font-size: 26px;
    color: #fff;
	font-weight: 400;
}
#hpsec2 .contact-form-wrap .contact-form form input, 
#hpsec2 .contact-form-wrap .contact-form form textarea {
    font-family: 'PT Sans', sans-serif;
    padding: 16px;
    border-radius: 5px;
    height: unset;
    line-height: 1;
}
#hpsec2 .contact-form-wrap .contact-form form input:focus, 
#hpsec2 .contact-form-wrap .contact-form form textarea:focus {
    border: 1px solid #ff6801;
}
#hpsec2 .contact-form-wrap .contact-form form textarea {
    min-height: 115px;
}
#hpsec2 .contact-form-wrap .contact-form form .cform-submit {
    font-size: 16px;
    background-color: transparent;
    border: none;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 0 40px;
}
#hpsec2 .contact-form-wrap .contact-form form .cform-submit:hover {
	color: #ff6801;
}
#hpsec2 .contact-form-wrap .contact-form form .cform-submit::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
	left: 0;
}
#hpsec2 .contact-form-wrap .contact-form form .wpforms-submit-container:hover .cform-submit::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/08/submit-icon-orange.png');
}
#hpsec2 .contact-form-wrap .contact-form form .wpforms-submit-container {
    margin-top: 20px;
}
#hpsec2 .contact-form-wrap .contact-details {
    position: absolute;
    right: 127px;
    top: 575px;
}
#hpsec2 .contact-form-wrap .contact-details p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
#hpsec3 {
	margin-top: 70px;
	margin-bottom: 60px;
	overflow: hidden;
}
#expertise-list {
    display: block;
    width: 1240px;
	position: relative;
	top: -30px;
}
#expertise-list .slick-arrow {
    position: absolute;
    line-height: 0;
    top: 68px;
    left: 40px;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
	z-index: 1;
}
#expertise-list .slick-arrow.fa-chevron-circle-right {
    left: 80px;
}
#expertise-list .slick-list {
    padding-left: 0 !important;
	padding-right: 120px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
#expertise-list .expertise-item {
    padding: 0 15px;
}
#expertise-list .expertise-item .expertise-item-wrap {
	position: relative;
    min-height: 494px;
    padding: 80px 0 0;
    color: #fff;
    background: #042164;
    background: -moz-linear-gradient(-45deg, #042164 30%, #ff6801 100%);
    background: -webkit-linear-gradient(-45deg, #042164 30%,#ff6801 100%);
    background: linear-gradient(135deg, #042164 30%,#ff6801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042164', endColorstr='#ff6801',GradientType=1 );
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#expertise-list .expertise-item.slick-center .expertise-item-wrap {
    transform: scale(1.1);
}
#expertise-list .expertise-item h4 {
    font-size: 38px;
    font-weight: 400;
}
#expertise-list .expertise-item .expertise-item-upper, #expertise-list .expertise-item-button {
    padding: 0 34px 24px;
}
#expertise-list .expertise-item hr {
	margin-left: 34px;
	background-color: #fff;
}
#expertise-list .expertise-item .expertise-item-upper p {
    margin-bottom: 0;
	line-height: 1.4;
	min-height: 204px;
	max-height: 204px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#expertise-list .expertise-item.slick-active.slick-center .expertise-item-upper p {
    max-height: 2599px;
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}
#expertise-list .expertise-item-button {
    margin-top: 24px;
}
#expertise-list .expertise-item-button a {
    font-size: 16px;
	line-height: 1;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#expertise-list .expertise-item-button a::before {
    content: '';
    display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 9px;
}
#expertise-list .expertise-item .expertise-item-wrap > * {
    position: relative;
    z-index: 1;
}
#expertise-list .expertise-item .expertise-item-wrap .expertise-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#expertise-list .expertise-item p, #expertise-list .expertise-item hr, #expertise-list .expertise-item .expertise-item-button {
    opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#expertise-list .expertise-item.slick-center p, #expertise-list .expertise-item.slick-center hr, #expertise-list .expertise-item.slick-center .expertise-item-button {
	opacity: 1;
}
#expertise-list .expertise-item:hover p, #expertise-list .expertise-item:hover hr, #expertise-list .expertise-item:hover .expertise-item-button {
	opacity: 1;
}
#expertise-list .expertise-item .expertise-image {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#expertise-list .expertise-item.slick-center .expertise-image {
	opacity: 0.1;
}
#expertise-list .expertise-item:hover .expertise-image {
	opacity: 0.1;
}
#expertise-list .expertise-item:hover .expertise-item-button a::before {
    content: "";
    background-image: url('/wp-content/uploads/2019/08/submit-icon-orange.png ');;
}
#expertise-list .expertise-item:hover .expertise-item-button a{
	color:#ff6801;
}
#hpsec4 {
    position: relative;
    padding: 220px 0 120px;
	margin-bottom: 120px;
}
#hpsec4 .hpsec4-left-img {
    position: absolute;
    display: block;
    width: 50%;
	max-width: 612px;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
#hpsec4 .le-flex {
    justify-content: flex-end;
}
#hpsec4 .hpsec4-right-content {
    flex: 0 0 50%;
    max-width: 526px;
}
#hpsec4 .hpsec4-right-content p {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 42px;
}
#hpsec4 .hpsec4-right-content .btn-wrap {
    padding-left: 42px;
}
#hpsec4 .hpsec4-left-img::after {
    content: '';
    position: absolute;
    display: block;
    width: 302px;
    height: 302px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	top: 37px;
	right: -204px;
}

#hpsec5, #common-process-section {
	margin-bottom: 120px;
}
#process-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}
#process-list .process-item {
    flex: 0 0 24%;
    max-width: 24%;
}
#process-list .process-item .heading-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    height: 256px;
	background-color: #042164;
	padding: 30px 25px;
}
#process-list .process-item .heading-image > div > * {
    margin-bottom: 0;
    color: #fff;
}
#process-list .process-item .heading-image .text {
    position: relative;
    z-index: 1;
}
#process-list .process-item .heading-image .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
#process-list .process-count {
    font-weight: 700;
}
#process-list .process-item .heading-image .text h4 {
    font-weight: 400;
    font-size: 26px;
}
#process-list .process-item .heading-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.9;
    background: -moz-linear-gradient(-45deg, rgba(255,104,1,0) 0%, rgba(255,104,1,0) 39%, rgba(255,104,1,1) 83%, rgba(255,104,1,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,104,1,0) 0%,rgba(255,104,1,0) 39%,rgba(255,104,1,1) 83%,rgba(255,104,1,1) 100%);
    background: linear-gradient(135deg, rgba(255,104,1,0) 0%,rgba(255,104,1,0) 39%,rgba(255,104,1,1) 83%,rgba(255,104,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff6801', endColorstr='#ff6801',GradientType=1 );
}
#process-list .process-item > p {
    padding: 25px;
    font-size: 16px;
    line-height: 1.4;
}
#hpsec5 .dashed-heading, #common-process-section .dashed-heading {
    margin-bottom: 30px;
}
#common-clients-section{
	display: none;
}
#hpsec6, #common-clients-section {
    position: relative;
	margin-bottom: 80px;
}
#hpsec6 .images, #common-clients-section .images {
    width: 47%;
    position: absolute;
	padding-right: 10px;
	background-color: #ff6801;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
#hpsec6 .images::after, #common-clients-section .images::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -54px;
    height: 54px;
    width: 74%;
    background-color: #cfd0d3;
}
#story-image-list {
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
#story-image-list .item-image .hpsec6-img {
    padding-bottom: 54%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
#hpsec6 .le-flex, #common-clients-section .le-flex {
    justify-content: flex-end;
}
#hpsec6 .le-flex .text, #common-clients-section .le-flex .text {
    flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	margin-top: 100px;
}
#story-list {
	width: 100%;
	display: block;
	margin-bottom: 0;
}
#story-list .slick-dots {
    top: -50px;
	bottom: unset;
    text-align: right;
}
#story-list .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #b8b9bf;
    border-radius: 50px;
}
#story-list .slick-dots li.slick-active button, #story-list .slick-dots li:hover button {
    background-color: #ff6801;
}
#story-list .slick-dots li button::before {
	content: unset;
}
#hpsec6 hr, #common-clients-section hr {
    height: 1px;
    background-color: #070a44;
    margin: 0;
}
#hpsec6 .le-flex .text .dashed-heading, #common-clients-section .le-flex .text .dashed-heading {
    left: -52px;
    position: relative;
}
#common-faqs-section{
	display:none;
}
#hpsec7, #common-faqs-section {
    position: relative;
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 95px;
}
#hpsec7 .le-flex .text, #common-faqs-section .le-flex .text {
    flex: 0 0 55%;
	max-width: 55%;
}
#faq-list h5 {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	font-size: 18px;
	margin-bottom: 0;
	cursor: pointer;
}
#faq-list h5 .ptserif {
    font-size: 38px;
    font-weight: 400;
    color: #070a44;
    line-height: 1;
    margin-right: 26px;
}
#faq-list h5 .question {
    font-weight: 400;
	flex: 1;
}
#faq-list h5 i {
    color: #ff6801;
    font-size: 20px;
	margin-left: 35px;
}
#faq-list .faq-item hr {
    background-color: #ededed;
    height: 1px;
    margin: 25px 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#faq-list .faq-item.active-faq hr {
    background-color: #ff6801;
}
#faq-list .faq-item > p {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 50px;
    max-height: 0px;
    overflow: hidden;
    margin: 0px 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#faq-list .faq-item.active-faq > p {
    max-height: 999px;
    margin: 20px 0px;
}
#hpsec7 .hpsec7-image, #common-faqs-section .hpsec7-image {
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
    width: 43%;
	background-color: #fff;
}
#hpsec7 .hpsec7-image .image, #common-faqs-section .hpsec7-image .image {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 578px;
	border-top: 30px solid #e65d00;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#faq-list .faq-item i {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#faq-list .faq-item.active-faq i {
    transform: rotate(180deg);
}
#common-news-section a.btn-sm{
	display: inline-block; /*display: none;*/
	float: right;
	background-color: #ff6401;
	color: #fff;
	padding: 5px 35px;
	border-radius: 50px;
	border: 2px solid #ff6401;	
}
#common-news-section a.btn-sm:hover {
    background-color: #883b06;
    color: #fff;
	border: 2px solid #883b06;	
}
#common-news-section .section-heading.ptserif {
    display: inline-block;
}
#hpsec8, 
#common-news-section {
    padding-top: 80px;
    padding-bottom: 60px;
}
#common-news-section.latest_news-grid {
    padding-bottom: 220px;
}
#common-news-section.latest_news-grid #news-list .news-item {
	margin-bottom: 80px;
}
#common-news-section.latest_news-grid #news-list .news-item:nth-last-child(1), #common-news-section.latest_news-grid #news-list .news-item:nth-last-child(2), #common-news-section.latest_news-grid #news-list .news-item:nth-last-child(3) {
    margin-bottom: 0;
}
#news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#news-list .news-item {
    flex: 0 0 30%;
    max-width: 30%;
}
#news-list .news-item:not(:nth-child(3n)) {
    margin-right: 5%;
}
#news-list .news-item h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
#news-list .news-item p {
    font-size: 15px;
    margin-bottom: 0;
	line-height: 1.4;
}
#news-list .news-item .news-img {
	display: block;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    border-bottom: 6px solid #ff6801;
}
#news-list .news-item .news-content {
    padding: 0 17px;
}
#news-list .news-item .news-content h5:hover {
    color: #ff6801;
}
#news-list .news-item .news-content small {
    font-weight: 700;
}

#hpsec9, #common-contact-section {
    background-color: #002369;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 110px 0 130px;
}
#hpsec9 .le-flex .contact-text, #common-contact-section .le-flex .contact-text {
    flex: 0 0 45%;
    max-width: 45%;
}
#hpsec9 .le-flex, #common-contact-section .le-flex {
    justify-content: flex-end;
}
#hpsec9 .le-flex .contact-text > *, #common-contact-section .le-flex .contact-text > * {
    color: #fff;
}
#hpsec9 .le-flex .contact-text .btn-wrap a, #common-contact-section .le-flex .contact-text .btn-wrap a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
	font-weight: 700;
    padding: 16px 27px;
    margin-right: 20px;
    background-color: #ff6801;
    border-radius: 50px;
}
#hpsec9 .le-flex .contact-text .btn-wrap a:hover, #common-contact-section .le-flex .contact-text .btn-wrap a:hover {
    background-color: #883b06;
}

#site-footer {
    background-color: #171717;
    color: #fff;
    padding: 25px 0;
}
#site-footer .menu .menu-item a:hover {
	color: #ff6801;
}
#site-footer .le-flex {
    justify-content: space-between;
    align-items: center;
}
#site-footer .menu {
	display: flex;
	flex-wrap: wrap;
}
#site-footer .footer-nav {
	text-align: right;
}
#site-footer .menu .menu-item {
    padding-left: 30px;
	font-size: 16px;
}
#site-footer .footer-nav .copyright {
    font-size: 14px;
}
#site-footer .footer-nav .copyright p{
	margin-bottom: 0;
}
#site-footer .footer-nav .copyright a:hover{
	color: #ff6801;
}

/* Common Banner */
#common-banner-section {
	display: block;
	padding: 235px 0 180px;
	background-image: url('/wp-content/uploads/2019/10/inner-pages-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
#common-banner-section p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
}
#common-banner-section h1 {
	font-weight: 400;
	max-width: 660px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 50px;
}

/* About Us */
#about-established-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
}
#about-established-section .est-left-content {
    flex: 0 0 50%;
    max-width: 48%;
}
#about-established-section .left-content-par {
    padding-left: 40px;
    margin-bottom: 25px;
}
#about-established-section .est-full-content {
    padding-left: 40px;
}
#about-established-section .est-right-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 653px;
    height: 644px;
    width: 48%;
}
#about-established-section p, #about-legalcost-section p, #about-timeperiod-section p, #about-legalcost-section li {
    font-size: 15px;
    line-height: 1.7;
}
#about-legalcost-section {
	position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
#about-legalcost-section .le-flex {
	justify-content: flex-end;
}
#about-legalcost-section .legal-left-image {
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 669px;
    height: 715px;
    width: 48%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
#about-legalcost-section .legal-right-content {
    flex: 0 0 50%;
    max-width: 50%;
}
#about-legalcost-section .right-content-par {
    padding-left: 40px;
}
#about-legalcost-section .right-content-par ul {
    list-style: none;
	padding-left: 0;
}
#about-legalcost-section .right-content-par ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
}
#about-legalcost-section .right-content-par ul li::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff6801;
    left: 0;
    top: 5px;
}
#about-legalcost-section .btn-wrap {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 25px;
}
#about-timeperiod-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
}
#about-timeperiod-section .time-left-content {
    flex: 0 0 50%;
    max-width: 49%;
}
#about-timeperiod-section .btn-wrap {
    margin-top: 45px;
	padding-left: 40px;
}
#about-timeperiod-section .legal-left-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 653px;
    height: 356px;
    width: 49%;
}
#about-timeperiod-section .left-content-par {
    padding-left: 40px;
}

/* Contact Us */
#contactus-getintouch-section {
    padding-top: 80px;
    padding-bottom: 96px;
}
#contactus-getintouch-section .getintouch-cform {
    display: block;
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
}
#contactus-getintouch-section .getintouch-cform h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #282828;
	margin-bottom: 10px;
}
#contactus-getintouch-section .getintouch-cform .getintouch-cform-par p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 24px;
}
#contactus-getintouch-section .getintouch-cform input[type="text"], #contactus-getintouch-section .getintouch-cform input[type="email"], #contactus-getintouch-section .getintouch-cform textarea {
    background-color: #e9e7e7;
    padding: 16px;
    font-size: 16px;
    max-height: unset;
    height: unset;
    font-family: 'PT Sans', sans-serif;
}
#contactus-getintouch-section .getintouch-cform textarea {
	min-height: 126px;
}
#contactus-getintouch-section .getintouch-cform .wpforms-submit {
    display: block;
    padding: 16px 27px;
    background-color: #ff6801;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    border-radius: 100px;
    border: none;
    width: 90%;
    max-width: 142px;
    margin: 0 auto;
}
#contactus-locations-section {
	position: relative;
    margin-bottom: 80px;
	overflow: hidden;
}
#contactus-locations-section .left-locations-tabs {
    flex: 0 0 27%;
    max-width: 290px;
}
#contactus-locations-section .location-tab-item:not(:last-child) {
    margin-bottom: 74px;
}
#contactus-locations-section .location-tab-item h5 {
    margin-bottom: 0;
}
#contactus-locations-section .location-tab-item .location-address {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#contactus-locations-section .location-tab-item .location-contact-info > a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
	margin-bottom: 5px;
}
#contactus-locations-section .location-tab-item .location-contact-info > a:hover {
	color: #ff6801;
}
#contactus-locations-section .left-locations-tabs h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #282828;
    margin-bottom: 58px;
}
#contactus-locations-section .location-tab-item .location-address {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#contactus-locations-section .location-tab-item {
	position: relative;
    padding-left: 20px;
    font-size: 14px;
	cursor: pointer;
}
#contactus-locations-section .location-tab-item .location-contact-info i {
    color: #f00;
}
#contactus-locations-section .location-tab-item::before {
    content: '';
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #ff6801;
    display: block;
    position: absolute;
    left: 0;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#contactus-locations-section .location-tab-item.active::before, #contactus-locations-section .location-tab-item:hover::before {
	opacity: 1;
}
#contactus-locations-section .location-tab-item::after {
    content: '';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    border-left: 11px solid #ff6801;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#contactus-locations-section .location-tab-item.active::after, #contactus-locations-section .location-tab-item:hover::after {
	opacity: 1;
}
#contactus-locations-section .right-locations-maps {
    flex: 1;
    max-width: 100%;
	position: relative;
}
#contactus-locations-section .right-locations-maps .map-iframe {
    position: absolute;
	background-color: #eee;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#contactus-locations-section .right-locations-maps .map-iframe.active {
	z-index: 1;
	opacity: 1;
}
#contactus-locations-section .right-locations-maps .map-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
#contactus-locations-section .right-locations-maps::after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    background-color: #ff6801;
    display: block;
    position: absolute;
}

/* Specialisation */
#special-detail-section {
	position: relative;
    margin-top: 80px;
    margin-bottom: 53px;
}
#special-detail-section .special-left-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: top left;
}
#special-detail-section .le-flex {
    justify-content: flex-end;
}
#special-detail-section .special-right-content {
    flex: 0 0 48%;
    max-width: 48%;
	padding-top: 40px;
}
#special-detail-section .special-right-content h3 {
    font-size: 24px;
	letter-spacing: 1px;
}
#special-detail-section .special-right-content .special-par {
    font-size: 15px;
    line-height: 1.6;
}

/* Single Post */
#single-case-section {
    margin-top: 80px;
	margin-bottom: 40px;
}
#single-social-section {
    text-align: center;
}
#single-social-section .single-social-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#single-social-section .single-social-bar .social-links {
    display: inline-block;
	margin: 0 50px;
}
#single-social-section .single-social-bar .social-links a {
    display: inline-block;
    width: 30px;
    margin: 0 10px;
    background-color: #ff6801;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
}
#single-social-section .single-social-bar::before, #single-social-section .single-social-bar::after {
    content: '';
    display: block;
    height: 1px;
    flex: 1;
    background-color: #eee;
}

/* Practice Areas */
#practice_area-main-section {
	position: relative;
    margin-top: 80px;
    margin-bottom: 110px;
}
#practice_area-main-section .area-image::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #ff6801;
}
#practice_area-main-section .sidebar-top h4 {
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#practice_area-main-section .sidebar-top .area-headings h5 {
	position: relative;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
    padding: 10px 0 10px 20px;
	cursor: pointer;
}
#practice_area-main-section .sidebar-top .area-headings h5.active {
    font-weight: 700;
}
#practice_area-main-section .sidebar-top .area-headings h5:not(:last-child) {
    border-bottom: 1px solid #444;
}
#practice_area-main-section .sidebar-top .area-headings h5::before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    top: 10px;
    bottom: 10px;
    left: 0;
    background-color: #999;
}
#practice_area-main-section .sidebar-top .area-headings h5.active::before {
	background-color: #ff6801;
}
#practice_area-main-section .area_main-sidebar {
    flex: 0 0 25%;
    max-width: 24%;
}
.sidebox {
	color: #fff;
    padding: 36px 30px;
    background: #042164;
    background: -moz-linear-gradient(-45deg, #042164 27%, #ff6801 79%);
    background: -webkit-linear-gradient(-45deg, #042164 27%,#ff6801 79%);
    background: linear-gradient(135deg, #042164 27%,#ff6801 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042164', endColorstr='#ff6801',GradientType=1 );
}
.sidebox.sidebox-mobile {
    display: none;
}
.sidebox h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    max-width: 200px;
}
.sidebox p {
    font-size: 12px;
    line-height: 1.6;
}
.sidebox p span {
	display: block;
}
.sidebox p span.orange {
	color: #ff6801;
}
#practice_area-main-section .area_main-sidebar .sidebar-top {
	margin-bottom: 60px;
}
.sidebox .call {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}
.sidebox .call:nth-child(2n) {
    margin-bottom: -5px !important;
}
.sidebox .email {
	font-size: 12px;
	line-height: 1;
}
#practice_area-main-section .le-flex {
    justify-content: space-between;
}
#practice_area-main-section .le-flex .area_main-primary {
    flex: 0 0 75%;
    max-width: 74%;
}
#practice_area-main-section .area_main-item {
    position: relative;
}
.area_main-item.has-image {
    margin-top: 464px;
    display: block;
}
.area-image {
	opacity: 0;
}
.area-image.active {
	opacity: 1;
}
#practice_area-main-section .area-image {
    position: absolute;
    display: block;
    width: 75%;
    height: 420px;
    top: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#practice_area-main-section .area_main-sidebar {
    flex: 0 0 26%;
    max-width: 26%;
    padding-right: 30px;
    background-color: #fff;
	z-index: 1;
}
#practice_area-main-section .area_main-content h1, #practice_area-main-section .area_main-content h2, #practice_area-main-section .area_main-content h3, #practice_area-main-section .area_main-content h4 {
	font-family: 'PT Serif', serif;
}
#practice_area-main-section .area_main-content {
    font-size: 15px;
    line-height: 1.6;
	padding-left: 40px;
}
#practice_area-main-section .area_main-content h4 {
    font-size: 24px;
    line-height: 1.4;
	letter-spacing: 1px;
}
#practice_area-main-section .area_main-accordion h4 {
	position: relative;
	color: #858585;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 3px;
    margin-top: 20px;
	margin-bottom: 0;
	padding: 30px 54px;
	background-color: #f2f1f1;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#practice_area-main-section .area_main-accordion h4.active {
	color: #fff;
	background-color: #444444;
}
#practice_area-main-section .area_main-accordion h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 36px;
    height: 3px;
    background-color: #d2d2d2;
    left: 0;
    top: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#practice_area-main-section .area_main-accordion h4.active::before {
    background-color: #ff6801;
    transform: rotate(90deg);
	left: 10px;
}
#practice_area-main-section .area_main-accordion .accordion-content {
    font-size: 14px;
    padding-left: 40px;
    margin-top: 0;
}
#practice_area-main-section .area_main-accordion .accordion-content.active {
	margin-top: 16px;
}
#practice_area-main-section ul {
	padding-left: 0;
	list-style: none;
}
#practice_area-main-section ul li {
    padding-left: 30px;
    position: relative;
}
#practice_area-main-section ul li::before {
    content: '';
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #ff6801;
    display: block;
    position: absolute;
}
#practice_area-main-section ul.lower-roman li:before{
	display: none !important;
}
#practice_area-main-section ul.lower-roman li{
	list-style: lower-roman !important;
	padding-left: 10px;	
}
#practice_area-main-section ul.lower-roman{
	padding-left: 20px;
}
#practice_area-main-section .accordion-content {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#practice_area-main-section .accordion-content.active {
	max-height: 2999px;
}

@media only screen and (min-width: 1380px) {
	#expertise-list {
		width: 1600px;
	}
	#expertise-list .slick-list {
		padding-left: 0 !important;
		padding-right: 350px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}
@media only screen and (max-width: 1150px) {
	.le-contain {
		max-width: 940px;
	}
	#hpsec1 {
		padding: 200px 0 320px;
	}
	#hpsec1 .side-image .side-image-wrap {
		height: 230px;
	}
	#expertise-list {
		width: 1000px;
	}
	#expertise-list .expertise-item .expertise-item-wrap {
		min-height: 444px;
		padding: 40px 0 40px;
	}
	#expertise-list .slick-arrow {
		top: 55px;
	}
	#expertise-list .expertise-item h4 {
		font-size: 30px;
	}
	#hpsec2 .hpsec2-left {
		flex: 0 0 48%;
		max-width: 48%;
	}
	#expertise-list .slick-arrow {
		font-size: 28px;
	}
	#expertise-list .slick-arrow.fa-chevron-circle-right {
		left: 74px;
	}
	#hpsec4 {
		padding: 160px 0 80px;
		margin-bottom: 80px;
	}
	#hpsec4 .hpsec4-left-img {
		width: 48%;
	}
	#hpsec4 .hpsec4-left-img::after {
		width: 280px;
		height: 280px;
		top: 0;
		right: -142px;
	}
	#hpsec4 .hpsec4-right-content {
		flex: 0 0 48%;
		max-width: 48%;
	}
	#process-list .process-item .heading-image {
		height: 220px;
	}
	#process-list .process-item .heading-image .text h4 {
		font-weight: 400;
		font-size: 20px;
	}
	#hpsec5, #common-process-section {
		margin-bottom: 80px;
	}
	#hpsec6 .le-flex .text, #common-clients-section .le-flex .text {
		margin-top: 50px;
	}
	#hpsec9, #common-contact-section {
		padding: 80px 0 80px;
	}
	#practice_area-main-section .area_main-sidebar {
		flex: 0 0 30%;
		max-width: 30%;
	}
	#practice_area-main-section .le-flex .area_main-primary {
		flex: 0 0 70%;
		max-width: 70%;
	}
}
@media only screen and (max-width: 991px) {
	#res-menu {
		display: block;
		position: relative;
		cursor: pointer;
	}
	#menu-icon, #close-icon {
		display: block;
		font-size: 28px;
		line-height: 1;
		opacity: 1;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	#close-icon {
		position: absolute;
		top: 0;
		left: 3px;
		opacity: 0;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	#res-menu.is-active #menu-icon {
		opacity: 0;
	}
	#res-menu.is-active #close-icon {
		opacity: 1;
	}
	.le-contain {
		max-width: 747px;
	}
	#hpsec1 {
		padding: 160px 0 200px;
		background-position: center bottom;
	}
	#hpsec1 h1 {
		font-size: 30px;
	}
	#hpsec1 p {
		font-size: 18px;
		max-width: 660px;
	}
	.orange-btn {
		padding: 10px 27px;
	}
	#hpsec1 .side-image .side-image-wrap {
		bottom: 0;
	}
	
	#hpsec2 {
		top: 0;
		margin-bottom: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#hpsec2 .hpsec2-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#hpsec2 .contact-form-wrap {
		width: 100%;
		max-width: unset;
		position: relative;
		margin-top: 40px;
	}
	
	#hpsec2 .hpsec2-left > p br {
		display: none;
	}
	#hpsec2 .hpsec2-left > p {
		font-size: 28px;
		max-width: 600px;
		text-align: center;
		margin: 0 auto 40px;
	}
	#hpsec2 .quality-list {
		max-width: 600px;
		margin: 0 auto;
	}
	#hpsec2 .contact-form-wrap {
		width: 100%;
		max-width: 640px;
		position: relative;
		margin-top: 40px;
		padding: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	#hpsec2 .contact-form-wrap::after {
		display: none;
	}
	#hpsec2 .contact-form-wrap .contact-details {
		right: 40px;
		top: 535px;
	}
	#expertise-list {
		width: 100%;
	}
	#expertise-list .slick-list {
		padding-left: 120px !important;
		padding-right: 120px !important;
	}
	#hpsec3 h4 {
		margin-bottom: 40px;
	}
	#hpsec3 {
		margin-bottom: 40px;
	}
	
	#hpsec4 {
		padding: 0 0 60px;
		margin-bottom: 0;
	}
	#hpsec4 .hpsec4-left-img {
		width: 100%;
		max-width: 440px;
		position: relative;
		margin: 0 auto;
		height: 495px;
	}
	#hpsec4 .hpsec4-left-img::after {
		width: 180px;
		height: 180px;
		top: 0;
		right: -70px;
	}
	#hpsec4 .hpsec4-right-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
	.section-heading {
		font-size: 28px;
	}
	#hpsec4 .hpsec4-right-content p {
		padding-left: 0;
	}
	#hpsec4 .hpsec4-right-content .btn-wrap {
		padding-left: 0;
	}
	#process-list {
		max-width: 640px;
	}
	#process-list .process-item {
		flex: 0 0 48%;
		max-width: 48%;
		margin-bottom: 24px;
	}
	#hpsec5, #common-process-section {
		margin-bottom: 40px;
	}
	#hpsec6 .images, #common-clients-section .images {
		width: 100%;
		position: relative;
		max-width: 640px;
		margin: 0 auto 40px;
	}
	#hpsec6 .le-flex .text, #common-clients-section .le-flex .text {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#hpsec6 .le-flex .text .dashed-heading, #common-clients-section .le-flex .text .dashed-heading {
		left: 0;
	}
	#hpsec6, #common-clients-section {
		position: relative;
		margin-bottom: 40px;
	}
	
	#hpsec7, #common-faqs-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#hpsec7 .le-flex .text, #common-faqs-section .le-flex .text {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#hpsec7 .hpsec7-image, #common-faqs-section .hpsec7-image {
		position: relative;
		width: 100%;
		height: auto;
		background-color: transparent;
	}
	#hpsec7 .hpsec7-image .image, #common-faqs-section .hpsec7-image .image {
		position: relative;
		max-width: 440px;
		margin: 0 auto;
		height: 450px;
		bottom: 0;
	}
	#hpsec8, #common-news-section {
		padding: 40px 0;
	}
	#news-list .news-item {
		flex: 0 0 100%;
		max-width: 440px;
		margin: 0 auto 40px;
	}
	#news-list .news-item .news-img {
		padding-bottom: unset;
		height: 360px;
	}
	#news-list .news-item:last-child {
		margin-bottom: 0;
	}
	#news-list .news-item:not(:last-child) {
		margin-right: auto;
	}
	#hpsec9, #common-contact-section {
		position: relative;
		background-size: cover;
		padding: 40px 0;
	}
	#hpsec9 .le-flex .contact-text, #common-contact-section .le-flex .contact-text {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#hpsec9::after, #common-contact-section::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
	}
	#hpsec9 .le-contain, #common-contact-section .le-contain {
		position: relative;
		z-index: 1;
	}
	
	#site-footer .site-brand-footer {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#site-footer .footer-nav {
		width: 100%;
		text-align: center;
	}
	#site-footer .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 15px;
	}
	#site-footer .menu .menu-item {
		padding: 0 10px;
	}
	#about-established-section .est-left-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#about-established-section {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	#about-established-section .est-right-image {
		order: 1;
		position: relative;
		margin: 0 auto 40px;
		height: 435px;
	}
	#about-established-section .le-contain {
		order: 2;
	}
	#about-legalcost-section {
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#about-legalcost-section .legal-left-image {
		position: relative;
		margin: 0 auto 40px;
		top: 0;
		height: 475px;
		background-position: center;
		order: 1;
	}
	#about-legalcost-section .le-contain {
		order: 2;
	}
	#about-legalcost-section .legal-right-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#about-legalcost-section .btn-wrap {
		padding-left: 40px;
		text-align: left;
	}
	#about-timeperiod-section {
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	#about-timeperiod-section .legal-left-image {
		position: relative;
		order: 1;
		margin: 0 auto 40px;
		height: 241px;
		top: 0;
	}
	#about-timeperiod-section .le-contain {
		order: 1;
	}
	#about-timeperiod-section .time-left-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#contactus-locations-section .left-locations-tabs {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#contactus-locations-section .right-locations-maps {
		flex: 0 0 100%;
		height: 300px;
		margin-top: 40px;
	}
	#contactus-locations-section .locations-tabs-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#contactus-locations-section .locations-tabs-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#contactus-locations-section .location-tab-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0 !important;
	}
	#special-detail-section {
		margin-top: 0;
	}
	#special-detail-section .special-left-image {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
	}
	#special-detail-section .special-right-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 40px;
	}
	#practice_area-main-section .area_main-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}
	#practice_area-main-section .le-flex .area_main-primary {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
	.area_main-item.has-image {
		margin-top: 0;
	}
	#practice_area-main-section .area_main-sidebar .sidebox {
		max-width: 300px;
	}
	#practice_area-main-section .area_main-sidebar .sidebar-top {
		margin-bottom: 0px;
	}
	#practice_area-main-section .area-image {
		display: none;
	}
	.area_main-item .mobile-area-image {
		position: relative;
		padding-bottom: 50%;
		margin-top: 40px;
		margin-bottom: 40px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	#practice_area-main-section .mobile-area-image::before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 40px;
		background-color: #ff6801;
		bottom: 100%;
	}
	.sidebox.sidebox-desktop {
		display: none;
	}
	.sidebox.sidebox-mobile {
		display: block;
		max-width: 300px;
	}
	.area_main-list {
		margin-bottom: 40px;
	}
	#common-banner-section h1 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 767px) {
	.le-contain {
		max-width: 600px;
	}
	#hpsec3 {
		margin-top: 40px;
	}
	#hpsec2 .contact-form-wrap {
		width: 90%;
	}
	#hpsec6 .images, #common-clients-section .images {
		width: 90%;
	}
	#hpsec4 {
		overflow: hidden;
	}
	#about-established-section .est-right-image {
		height: 360px;
		width: 100%;
		max-width: 440px;
	}
	#about-legalcost-section .legal-left-image {
		width: 100%;
		max-width: 440px;
		height: 465px;
	}
	#about-timeperiod-section .legal-left-image {
		width: 100%;
		max-width: 440px;
		height: 235px;
	}
	#single-case-section {
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.le-contain {
		max-width: 400px;
	}
	#site-header .site-brand {
		max-width: 150px;
	}
	#site-header.sticky .site-brand {
		max-width: 120px;
	}
	#hpsec1 .side-image .side-image-wrap {
		width: 100px;
		padding: 0 10px;
		height: 170px;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	#hpsec2 .hpsec2-left .hightlighted {
		display: block;
	}
	#hpsec2 .quality-list .quality-item {
		flex: 0 0 100%;
		max-width: 202px;
		margin: 0 auto 24px;
		text-align: center;
	}
	#hpsec2 .quality-list .quality-header .quality-number span {
		text-align: left;
	}
	#hpsec2 .contact-form-wrap {
		max-width: 440px;
		width: 90%;
	}
	#expertise-list .slick-list {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	#expertise-list .expertise-item h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#expertise-list .expertise-item h4 {
		font-size: 20px;
	}
	#expertise-list .expertise-item .expertise-item-upper p {
		font-size: 14px;
	}
	#expertise-list .expertise-item .expertise-item-wrap {
		padding-top: 60px;
		min-height: unset;
	}
	#expertise-list .slick-arrow {
		left: 70px;
	}
	#expertise-list .slick-arrow.fa-chevron-circle-right {
		left: 110px;
	}
	#expertise-list .slick-arrow {
		top: 40px;
	}
	#hpsec4 .hpsec4-left-img {
		width: 90%;
	}
	#process-list .process-item {
		flex: 0 0 100%;
		max-width: 320px;
		margin: 0 auto 30px;
	}
	#process-list .process-item .heading-image .image {
		width: 80%;
	}
	#hpsec6 .images, #common-clients-section .images {
		max-width: 400px;
	}
	#hpsec7 .hpsec7-image .image, #common-faqs-section .hpsec7-image .image {
		width: 90%;
		max-width: 320px;
		height: 380px;
	}
	#news-list .news-item {
		max-width: 320px;
		width: 90%;
	}
	#news-list .news-item .news-img {
		height: 280px;
	}
	#hpsec9 .le-flex .btn-wrap, #common-contact-section .le-flex .btn-wrap {
		text-align: center;
	}
	#hpsec9 .le-flex .btn-wrap a, #common-contact-section .le-flex .btn-wrap a {
		margin-right: 0 !important;
		max-width: 200px;
		width: 90%;
		margin-bottom: 10px;
	}
	#hpsec9 .le-flex .contact-text .section-heading, #common-contact-section .le-flex .contact-text .section-heading {
		text-align: center;
	}
	#hpsec2 .contact-form-wrap .contact-details {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	#hpsec6 .le-flex .text, #common-clients-section .le-flex .text {
		margin-top: 80px;
	}
	#story-list .slick-dots {
		top: -80px;
		bottom: unset;
		text-align: center;
	}
	#story-list .section-heading {
		margin-bottom: 0px;
		margin-top: 10px;
	}
	#about-established-section .est-right-image, #about-legalcost-section .legal-left-image, #about-timeperiod-section .legal-left-image {
		max-width: 400px;
	}
	#contactus-locations-section .location-tab-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#contactus-locations-section .location-tab-item:not(:last-child) {
		margin-bottom: 40px !important;
	}
	#practice_area-main-section .area_main-accordion h4 {
		letter-spacing: 1px;
	}
	#common-banner-section {
		padding: 150px 0 100px;
	}
	#site-footer .menu-primary-menu-container {
		display: none;
	}
}
@media only screen and (max-width: 440px) {
	.le-contain {
		max-width: 280px;
	}
	#hpsec2 .hpsec2-left > p {
		font-size: 20px;
	}
	#hpsec2 .quality-list .quality-header .quality-number {
		font-size: 24px;
	}
	#hpsec2 .contact-form-wrap > p {
		font-size: 12px;
	}
	#hpsec2 .contact-form-wrap > p span {
		font-size: 16px;
	}
	#hpsec2 .contact-form-wrap > h4 {
		font-size: 20px;
	}
	#about-established-section .est-right-image {
		height: 278px;
	}
	#about-legalcost-section .legal-left-image {
		height: 300px;
	}
	#about-timeperiod-section .legal-left-image {
		height: 150px;
	}
	#expertise-list .slick-list {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#hpsec4 .hpsec4-left-img {
		max-width: 280px;
		height: 310px;
	}
	#hpsec4 .hpsec4-left-img::after {
		width: 120px;
		height: 120px;
		right: -50px;
	}
	.section-heading {
		font-size: 20px;
	}
	#expertise-list .slick-arrow {
		left: 40px;
	}
	#expertise-list .slick-arrow.fa-chevron-circle-right {
		left: unset;
		right: 40px;
	}
	#faq-list h5 {
		font-size: 16px;
	}
	#faq-list .faq-item.active-faq > p {
		font-size: 14px;
	}
	#about-established-section .est-right-image, 
	#about-legalcost-section .legal-left-image, 
	#about-timeperiod-section .legal-left-image {
		max-width: 280px;
	}
	#common-banner-section h1 {
		font-size: 28px;
	}
	#news-list .news-item:nth-child(2), 
	#news-list .news-item:nth-child(3) {
		display: none;
	}
	#common-news-section a.btn-sm {
		padding: 0px 25px;
		font-size: 14px;
	}
	#hpsec8, 
	#common-news-section {
		padding: 20px 0;
	}
	#common-news-section.latest_news-grid {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 320px) {
	.le-contain {
		max-width: 90%;
	}	
	#about-established-section .est-right-image, 
	#about-legalcost-section .legal-left-image, 
	#about-timeperiod-section .legal-left-image {
		max-width: 90%;
	}
	#about-legalcost-section .legal-left-image {
		height: 0;
		padding-bottom: 95%;
	}
	#about-established-section .est-right-image {
		height: 0;
		padding-bottom: 90%;
	}
	#about-timeperiod-section .legal-left-image {
		height: 0;
		padding-bottom: 48%;
	}
}