/*!
Theme Name: Levy Firestone Muse LLP
Theme URI: 
Author: Levy Firestone
Author URI: 
Description: Levy Firestone Muse LLP
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: levy-firestone-muse-llp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

  

@font-face {
	font-family: 'Carnero';
	src: url('./fonts/Carnero-Bold.eot');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Carnero';
	src: local('Carnero W04 Bold'), local('Carnero-Bold'),
		url('./fonts/') format('woff2'),
		url('./fonts/') format('woff'),
		url('./fonts/Carnero-Bold.ttf') format('truetype'),
		url('./fonts/Carnero-Bold.svg#Carnero-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url('./fonts/Jost-Italic.eot');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Jost';
	src: local('Jost Italic'), local('Jost-Italic'),
		url('./fonts/') format('woff2'),
		url('./fonts/') format('woff'),
		url('./fonts/Jost-Italic.ttf') format('truetype'),
		url('./fonts/Jost-Italic.svg#Jost-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Jost';
	src: url('./fonts/Jost-Regular.eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	src: local('Jost Regular'), local('Jost-Regular'),
		url('./fonts/') format('woff2'),
		url('./fonts/') format('woff'),
		url('./fonts/Jost-Regular.ttf') format('truetype'),
		url('./fonts/Jost-Regular.svg#Jost-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Tenor Sans', sans-serif;
	src: url('./fonts/BanglaMN.eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Tenor Sans', sans-serif;
	src: local('Bangla MN'), local('BanglaMN'),
		url('./fonts/') format('woff2'),
		url('./fonts/') format('woff'),
		url('./fonts/BanglaMN.ttf') format('truetype'),
		url('./fonts/BanglaMN.svg#BanglaMN') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale
}

main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;width: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}


/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Common Css */
.gform_wrapper.gravity-theme .gform_validation_errors{
	display: none;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction{
	padding: 0 !important; border: 0 !important; font-size: 14px !important; background: transparent !important; margin-top: 5px !important;
}
.gform_wrapper.gravity-theme .gfield_error label{
	color: #000000 !important;
}
#checkdv_1{
	display: none !important;
}
html{
	margin-top: 0 !important;
}
html{ -webkit-text-size-adjust: 100%;}
*{ box-sizing: border-box; outline: none !important; }
.chromeperfectpixel-overlay , .chromeperfectpixel-overlay-container{ width: 100% !important; pointer-events: none !important; height: auto !important;  }
button:focus{ outline: none !important; box-shadow: none !important; }
body{font-size: 20px; line-height: 1.85; color: #282728; font-family: 'Figtree', sans-serif;}
img{ max-width: 100%; display: block; }
body,p, li{font-size: 18px; line-height: 1.5; color: #000000; font-weight: 500; font-family: 'Figtree', sans-serif;}
body{background-color: #FFF;}
p{margin: 0 0 30px 0;}
p:last-child{ margin: 0 !important; }
h1, h2, h3, h4, h5, h6{font-size: 48px; letter-spacing: 0px; color: #000000; font-weight: 700; font-family: 'Tenor Sans', sans-serif;line-height: 1.35;margin: 0 0 35px 0;width: 100%;}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6{margin: 0 0 20px 0;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{display: inline-block;}
blockquote{margin: 0; background-color: rgb(32 74 104 / 10%); padding: 30px; border-left: 8px solid #204a68;margin-bottom: 30px;}
.common-content{padding:60px 0;}
h1, .h1{font-size: 70px;}
h2, .h2{font-size: 40px;}
h3, .h3{font-size: 36px;}
h4, .h4{font-size: 32px;}
h5, .h5{font-size: 28px;}
h6, .h6{font-size: 24px;}

a{ color: #3e83b2; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; text-decoration: none;}
a:hover{ color: #000000;}
.clearfix::before, .clearfix::after{visibility:hidden; display:table;content:" "; clear:both;}
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.text-left{ text-align: left; }
.ptb-0{padding-top: 0 !important; padding-bottom: 0 !important; }
.pb-0{padding-bottom: 0 !important; }
.pt-0{padding-top: 0 !important; }
.mtb-0{margin-top: 0 !important; margin-bottom: 0 !important; }
.mb-0{margin-bottom: 0 !important; }
.mt-0{margin-top: 0 !important; }
.pt-50{padding-top: 50px !important; }
textarea{ height: 105px; }
::-webkit-input-placeholder{color:#9B9B9B !important;opacity:1;}
:-ms-input-placeholder{color:#9B9B9B !important;opacity:1;}
::placeholder{color:#9B9B9B !important;opacity:1;}
button{ border:none; appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; cursor: pointer; }
ul{ margin: 0 0 30px 0; padding: 0; list-style-type:none;}
ol{ margin: 0 0 30px 0; padding:0 0 0 20px;}
ul li{position: relative; padding: 0 0 0 25px; margin:0; text-align: left; margin: 0 0 20px;}
ul li:last-child{margin-bottom: 0; }
ul li::before {
	content: ""; width: 10px; height: 10px; border-radius: 50%; background: #3e83b2; position: absolute; left: 0; top: 7px;
}
.no-padding {
	padding: 0 !important;
}
.wrapper {max-width: 1620px; width: 100%; margin: 0 auto; padding: 0 30px; }

/* Header */
.site-header-wrap {
	display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
}
.main-navigation .menu {
	display: flex; flex-wrap: wrap; align-items: center; margin: 0;
}
.main-navigation .menu li {padding: 0 45px;margin: 0;/* position: unset; */}
.main-navigation .menu li:before {display: none;}
.main-navigation .menu li a {
	font-size: 16px;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Tenor Sans', sans-serif;
}
.main-navigation .menu li a:hover{
	color: #1F4A68;
}
.main-navigation .menu li.current-menu-item a{
	color: #1F4A68;
	font-weight: 700;
}
.social-media {
	display: flex; flex-wrap: wrap; flex-direction: column;
}
.media {
	padding: 5px; border: 3px solid #000000; border-radius: 50%; width: 32px; text-align: center; display: flex; align-items: center; margin: 4px 0; justify-content: center; height: 32px;
}
.media:hover {
	background: #000;
}
.media:hover img {
	filter: grayscale(1) invert(1);
}
.site-header {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 8px 0;
	position: relative;
}
.site-branding {
	line-height: 0; max-width: 311px;width: 100%;
}
.site-branding img {
	width: 100%;
}

/* Footer */

#enx2_logo path:nth-child(1){
	transform-origin:10% center;
}
#enx2_logo path{
	fill:#000000; transition:all 0.3s ease 0s;
}
#enx2_logo{
	max-width: 108px; line-height: 1; height: auto;
}
.site-footer-wrap {display: flex;justify-content: space-between;align-items: flex-start;padding: 35px 0 54px;border-top: 2px solid #707070;}
.powered-by {
	max-width: 108px; width: 100%;
}
.footer-firm-wrap {
	display: flex;  padding-right: 63px;
}
.firm-icons {
	display: flex; min-width: 26px; height: 26px; align-items: center; justify-content: center; border: 1px solid #637FA6; border-radius: 50%; margin-right: 10px;
}
.footer-firm-box {
	padding-right: 40px;
}
.footer-firm-box-wrap {
	display: flex; align-items: flex-start; max-width: 180px;
}
.footer-firm-box-wrap a, .footer-firm-box-wrap p {
	font-size: 12px; line-height: 1.75; min-height: 26px; display: flex; align-items: center;font-weight: 400;font-family: 'Tenor Sans', sans-serif;color: #000000;
}
.footer-firm-box-wrap a:hover {
	color: #637FA6;
}
.firm-icons i {
	font-size: 14px; color: #637FA6;
}
.footer-firm-details {
	display: flex; flex-wrap: wrap; align-items: flex-start;
}
.footer-title {
	font-size: 15px; color: #1F4A68; line-height: 1.5; font-family: 'Tenor Sans', sans-serif; font-weight: 400; margin: 0 0 6px;
}
.footer-title a:hover {
	color: #637FA6;
}
.powered-by p {
	color: #5081ae; font-size: 14px; font-weight: 700; line-height: 1; text-align: center; text-transform: uppercase; margin: 0px 0 10px;
}
.legal-notices-box p {
	font-size: 14px; line-height: 1.21; color: #000; font-weight: 400;font-family: 'Tenor Sans', sans-serif;
}
.footer-firm-box:last-child {
	padding-right: 0;
}
.site-footer .social-media {
	display: none;
}

/* Banner */
.hbanner-img > img {
	height: 100%; object-fit: cover; object-position: center; width: 100%;
}
.hbanner-img {
	position: absolute; top: 0; left: 0; width: 100%; object-fit: cover; z-index: 0; height: 100%;
}
.hbanner {
	position: relative;
}
.hbanner:before {
	background-color: #314d5a; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; mix-blend-mode: color-burn; z-index: 1; bottom: 0;
}
.hbanner-list {
	padding: 40px 0; position: relative; z-index: 1; min-height: calc(100vh - 149px); display: flex; flex-direction: column; justify-content: center;
}
.hbanner-list-wrap {
	background: rgba(255,255,255,0.75); text-align: center; padding: 75px 30px;
}
.hbanner-list-wrap .slick-track{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hbanner-title {
	margin: 0;font-weight: 400; font-size: 80px; line-height: 1.35; color: #1F4A68; text-transform: uppercase;
}
.hbanner-box-wrap p {
	color: #314D5A; font-weight: 500;font-size: 25px; font-family: 'Tenor Sans', sans-serif;
}
.move-next {
	position: absolute; left: 0; right: 0; display: inline-block; z-index: 3; text-align: center; bottom: 50px; margin: auto;width: 100%;
}
.move-next a {
	line-height: 0.1;background-color: #ffffff;border-radius: 50%;display: table; width: 50px; height: 50px;display: flex; justify-content: center; align-items: center;text-align: center;margin: auto;
}
.move-next a i {
	font-size: 24px; font-weight: 600;color: #314d5a;
}
.move-next a:hover i {
	color: #fff;
}
.move-next a:hover{
	background-color: #314d5a;
}

/* Practice areas */
.practices-box-wrap {
	display: flex;
	height: auto;
	flex-wrap: wrap;
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.practices-box-title {
	max-width: 50%;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 22% 0;
}
.practices-box-content {
	max-width: 50%;
	width: 100%;
	display: flex;
	padding: 50px 30px 50px 50px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #f0f0f0;
}
.practice-title {
	margin: 0;
	font-size: 74px;
	color: #ffffff;
	position: absolute;
	line-height: 1.2;
	padding-top: 0;
	font-weight: 800;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
}
.practices-sub-title {
	color: #314d5a;font-family: 'Tenor Sans', sans-serif;font-size: 25px;font-weight: 700; text-transform: uppercase;margin: 0 0 26px;
}
.practices-box-content p {
	color: #2f2f2f;font-size: 20px;font-weight: 400;line-height: 1.25;
}
.practices-box-title:before {
	content: ""; background-color: #2b3f48; position: absolute; top: 0; left: 0; width: 100%; height: 100%; mix-blend-mode: color-burn;z-index: 1;
}
.practices {
	padding: 78px 0 49px;
}
.section-title {
	color: #2f2f2f; font-family: 'Figtree', sans-serif; font-size: 40px; font-weight: 700; text-align: center; text-transform: uppercase;
}
.practices-wrap .section-title {
	background: #ffffff; display: table; width: auto; margin: auto auto 30px; position: relative; padding: 0 46px; font-family: 'Tenor Sans', sans-serif;
}
.practices-wrap:before {
	content: ""; position: absolute; top: 24px; height: 1px; width: 100%; background: #2f2f2f; opacity: 0.15;
}
.mac-os .practices-wrap:before {
	top: 16px;
}
.practices-wrap {
	position: relative;
}
.practices-box {
	background: #ffffff;
	padding: 0 25px;
	height: 100%;
}
.practices-wrap .slick-arrow {
	width: 50px; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s; height: 50px; position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%; font-size: 0; background-color: #314D5A; cursor: pointer; z-index: 1; border: 2px solid #314D5A;
}
.practices-wrap .slick-next {
	left: unset; right: 0;
}
.practices-wrap .slick-arrow:before {
	content: "\f054"; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; font-size: 20px; color: #ffffff; font-family: "Font Awesome 5 Pro";
}
.practices-wrap .slick-prev:before {
	content: "\f053";
}
.news-slide-wrap ul.slick-dots, .practices-wrap ul.slick-dots {
	display: flex;
	left: 30px;
	flex-wrap: wrap;
	position: absolute;
	bottom: 30px;
	max-width: 50%;
	margin: 0;
	width: 100%;
	left: 50px;
}
.news-title {
	margin: 0 0 30px; line-height: 1;
}
.news-slide-wrap ul.slick-dots li button, .practices-wrap ul.slick-dots li button {
	font-size: 0; padding: 6px; border-radius: 50%; background: transparent; border: 2px solid #ffffff;
}
.news-slide-wrap ul.slick-dots li:before, .practices-wrap ul.slick-dots li:before {
	display: none;
}
.news-slide-wrap ul.slick-dots li, .practices-wrap ul.slick-dots li {
	padding: 0 10px; line-height: 0.1; margin: 0;
}
.news-slide-wrap ul.slick-dots li.slick-active button, .practices-wrap ul.slick-dots li.slick-active button {
	background: #ffffff;
}
.practices-list {
	margin: 0 -20px;
}
.practices-list .slick-track {
	display: flex;
	flex-wrap: wrap;
}
.practices-list .slick-slide  > div {
	height: 100%;
}
.practices-list .slick-slide{
	height: auto;
}
.practices-wrap .slick-arrow:hover {
	background: #ffffff;
}
.practices-wrap .slick-arrow:hover:before {color: #314D5A;}


/* Inner Banner */
.inner-banner-title {
	color: #ffffff; font-family: 'Tenor Sans', sans-serif; font-size: 74px; font-weight: 700; line-height: 1.11; text-align: center; 
	text-transform: uppercase; margin: 0; 
}
.inner-banner-wrap {
	position: relative; padding: 140px 0;
}
/*.inner-banner:before {
	content: ""; background-color: #314d5a; width: 100%; height: 100%; left: 0; right: 0; position: absolute; top: 0; z-index: 0; mix-blend-mode: 
	color-burn;
}*/
.inner-banner-content {
	position: relative; z-index: 1;
}
.inner-banner {
	position: relative; background-repeat: no-repeat; background-size: cover; z-index: 1; background-position: center;
}
body.blog .inner-banner{
	background-position: bottom center;
}

/* Practice areas */
.services-list-wrap {
	display: flex; justify-content: space-between; margin: 0 -15px; padding: 80px 0; flex-wrap: wrap;
}
.services-box {
	padding: 0 15px;
}
.services-box a {
	color: #2b3f48; font-family: 'Tenor Sans', sans-serif; font-size: 24px; font-weight: 700; line-height: 1.25; display: inline-block; 
	text-align: center;
}
.services-box a:hover{
	text-decoration: underline;
}

/* Detail page */
.litigation-wrap {
	display: flex; flex-wrap: wrap;
}
.litigation-img {
	max-width: 50%; width: 100%; padding-top: 50%; position: relative; height: 100%;
}
.litigation-img > img {
	position: absolute; top: 0; left: 0; object-fit: cover; object-position: center;width: 100%;height: 100%;
}
.litigation-img:before {
	background-color: #314d5a;content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;
	mix-blend-mode: color-burn;z-index: 1;
}
.services-title {
	position: absolute; text-align: center; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; z-index: 2; 
	color: #ffffff;font-size: 85px;text-transform: uppercase; padding: 0 30px;font-weight: 400;
}
.litigation-content {
	max-width: 50%; /*font-size: 85px;*/ width: 100%; height: auto; background: #f0f2f4; display: flex; flex-direction: column; 
	padding: 40px 153px 40px 128px; justify-content: center;
}
.litigation {
	padding-bottom: 95px;
}
.services-subtitle {
	color: #1f4a68; font-family: 'Tenor Sans', sans-serif; font-size: 26px; margin: 0 0 20px; font-weight: 400; text-transform: uppercase;
}
.litigation-content p {
	color: #000000; font-size: 20px; font-weight: 400; line-height: 1.5;
}
.practice-areas-btn {
	display: inline-block; color: #1f4a68; font-size: 26px; font-weight: 300; text-transform: uppercase;
}
.practice-areas-btn i {
	margin-right: 10px; color: #1f4a68; font-size: 26px;
}
.litigation-content-wrap {
	padding-bottom: 32px; border-bottom: 2px solid #1f4a68; margin-bottom: 32px;
}

/* Lawyers page */
.lawyers-list-wrap {
	display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -15px;
}
.lawyers-box {
	max-width: 25%; width: 100%; padding: 31px 15px;
}
.lawyers-image {
	position: relative; padding-top: 105%;
}
.lawyers-image > img {
	position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center;
}

/* Lawyers Detail page */
.lawyers-list-wrap {
	display: flex; flex-wrap: wrap; justify-content: center;
}
.lawyers-box-wrap {
	position: relative; height: 100%; background-color: #1f4a68;
}
.full-link {
	position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; display: inline-block; font-size: 0; z-index: 1;
}
.lawyers-list {
	padding:40px 0;
}
.lawyers-details {
	background-color: #1f4a68; padding: 12px 25px;
}
.lawyers-name {
	margin: 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	font-family: 'Tenor Sans', sans-serif;
	text-transform: uppercase;
}
.lawyers-designation {
	margin: 0;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Tenor Sans', sans-serif;
}
.lawyers-name a {
	color: #ffffff;
}
.lawyers-image:before {
	content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; background-color: #1785b6; pointer-events: none;
}
.lawyers-box-wrap:hover .lawyers-image:before {
	opacity: 0.3;
}
.mac-os .lawyers-details {
	padding: 19px 25px 5px 25px;
}


/* Laywer Detail */
.lawyer-detail-wrap {
	display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -15px;
}
.lawyer-left-content {
	max-width: 45%; width: 100%; padding: 0 15px;
}
.lawyer-right-content {
	max-width: 50%; padding: 0 15px; width: 100%;
}
.lawyer-detial {
	padding: 64px 0 131px;
}
.lawyer-image {
    padding-top: 500px; position: relative; margin-bottom: 61px; box-shadow: 12px 12px 10px rgba(0, 0, 0, 0.2); max-width: 500px; margin-left: auto; margin-right: auto;
}
.lawyer-image > img {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center;
}
.large-title {
	color: #000000; font-family: 'Tenor Sans', sans-serif; font-size: 74px; font-weight: 700; line-height: 1.117; text-transform: uppercase;
}
.lawyer-designation {
	color: #1f4a68; font-family: Figtree; font-size: 30px; font-weight: 700; text-transform: uppercase;
}
.contact-links a {
	display: table; color: #1f4a68; font-family: Figtree; font-size: 20px; font-weight: 400; line-height: 1; margin: 0 0 14px; text-align: left;
	text-transform: uppercase;
}
.contact-links p{
	margin: 0 0 10px;
}
.contact-links a:last-child {
	margin: 0;
}
.lawyer-intro {
	padding: 20px 0; position: relative; margin-bottom: 48px;
}
.lawyer-intro:before {
	content: ""; position: absolute; top: 0; left: 0; height: 2px; max-width: 480px; width: 100%; background: #000000;
}
.lawyer-intro p {
	color: #000000; font-family: Figtree; font-size: 22px; font-weight: 500; line-height: 1.33; text-align: left; max-width: 673px;
}
.contact-links {
	margin: 0 0 40px;
}
.lawyer-intro:after {
	content: ""; position: absolute; bottom: 0; left: 0; height: 2px; max-width: 480px; width: 100%;background: #000000;
}
.full-content p {
	color: #000000; font-family: Figtree; font-size: 20px; font-weight: 400; line-height: 1.5; text-align: left;
}
.small-title {
	margin: 0; color: #1f4a68; font-size: 30px; font-weight: 700; line-height: 32px; text-align: left; text-transform: uppercase; margin: 0 0 15px;
}
.college-name {
	color: #000000; font-size: 24px; font-weight: 700; line-height: 1.14; margin: 0;
}
.education-list {
	display: flex; flex-wrap: wrap; margin: -15px;
}
.education-box {
	max-width: 50%; width: 100%; padding: 15px;
}
.lawyer-left-content p {
	color: #000000; font-family: Figtree; font-size: 24px; font-weight: 400; line-height: 1.14;
}
.lawyer-education {
	padding: 0 0 34px; border-bottom: 3px solid #3e83b2; margin: 0 0 34px;
}
.lawyer-left-content p:last-child {
	margin: 0;
}
.profesional {
	padding: 0 0 34px; border-bottom: 3px solid #3e83b2; margin: 0 0 34px;
}
.admissions-wrap p {
	max-width: 50%; width: 100%;
}
.admissions {
	padding: 0 0 34px; border-bottom: 3px solid #3e83b2; margin: 0 0 34px;
}
.admissions-wrap {
	display: flex; flex-wrap: wrap;
}
.mobile-content{
	display: none;
}
.small-wrapper {
	max-width: 1114px; padding: 0 30px; margin: auto; width: 100%;
}
.full-content {
	min-height: 76vh; padding: 80px 0;
}
.full-content .full-content-wrap p {
	color: #000000; font-family: Figtree; font-weight: 400;
}

/* News list */
.news-slide {
	padding: 100px 0 0;
}
.blog-list-wrap {
	padding: 100px 0 0;
}
.news-slide-wrap {
	display: flex; flex-wrap: wrap;
}
.news-slider {
	max-width: 50%; width: 100%; position: relative;
}
.news-list {
	max-width: 50%; width: 100%; padding: 55px 85px; display: flex; justify-content: center; flex-direction: column;
}
.news-slider:before {
	content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1f4a68; opacity: 1; z-index: -1;
}
.news-title a {
	color: #ffffff; font-size: 40px; font-weight: 700; line-height: 1.125; text-align: left; text-transform: uppercase; 
	transition: all ease-in-out 0.3s;display: inline-block;
}
.contact-links a:hover, .blog-box-wrap:hover .blog-title, .news-list-wrap a:hover, .news-title a:hover {
	text-decoration: underline;
}
.news-slider-box-wrap p {
	color: #ffffff; font-size: 20px; font-weight: 400; line-height: 1.8; text-align: left;
}
.news-slide-wrap ul.slick-dots {
	max-width: 76%; justify-content: flex-start;
}
.news-list-wrap a {
	color: #2b3f48; font-size: 18px; font-weight: 700; line-height: 1.44; text-align: left; text-transform: uppercase;
	display: inline-block; width: 100%;margin-bottom: 6px;
}
.news-list-wrap {
	padding: 28px 0;
}

/* News listing */
.blog-list-wrap {
	display: flex; flex-wrap: wrap; margin: -20px;
}
.blog-box {
	max-width: 25%; width: 100%; padding: 20px;
}
.blog-title {
	color: #ffffff; font-family: Figtree; font-size: 20px; font-weight: 700; line-height: 1.2; text-align: left; 
	text-transform: uppercase; margin: 0 0 20px;
}
.blog-box-wrap {
	background-color: #1f4a68; padding: 36px; position: relative; min-height: 275px; height: 100%;
}
.blog-date {
	position: absolute; bottom: 15px; right: 28px; font-size: 24px; color: #ffffff; font-weight: 400;
}
.blog-list {
	padding-bottom: 100px;
}

/**/
.pageination {
	text-align: center; padding-top: 70px;
}
.page-numbers {
	color: #5e96bd; font-family: 'Figtree'; font-size: 20px; font-weight: 700; display: inline-block; position: relative; 
	vertical-align: middle; margin: 0 4px;
}
a.page-numbers:hover{
	color: #000000;
}
a.next.page-numbers:before {
	content: ""; width: 0; height: 0; border-style: solid; border-width: 9.5px 0 9.5px 17px; 
	border-color: transparent transparent transparent #5e96bd; display: inline-block; position: absolute; top: 0; left: 0;
}
a.next.page-numbers:hover:before {
	border-color: transparent transparent transparent #000000;
}
a.next.page-numbers {
	font-size: 0; padding: 9px; margin-left: 34px;
}
a.prev.page-numbers:before {
	content: ""; width: 0; height: 0; border-style: solid; border-width: 9.5px 17px 9.5px 0; 
	border-color: transparent #5e96bd transparent transparent;display: inline-block; position: absolute; top: 0; left: 0;
}
a.prev.page-numbers:hover:before {
	border-color: transparent #000000 transparent transparent;
}
a.prev.page-numbers {
	font-size: 0; padding: 9px; margin-right: 34px;
}
.ranked-in {
	max-width: 140px; padding: 0 15px; margin-right: 20px;
}
.main-navigation{
	margin-left: auto;
}

/* Blog Detail*/
.blog-banner {
	position: relative; padding: 60px 0 85px; background-repeat: no-repeat; background-size: cover; background-position: center;
}
.blog-banner:before {
	content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #2b3f48; mix-blend-mode: color-burn;
	pointer-events: none;
}
.blog-banner-wrap {
	background: rgba(255, 255, 255, 0.75);text-align: center;padding: 45px 20px; max-width: 1240px; margin: auto;
}
.blog-banner-title {
	color: #2b3f48; font-family: 'Tenor Sans', sans-serif; font-size: 50px; font-weight: 700; line-height: 1.28; text-align: center; 
	text-transform: uppercase;
}
.blog-banner-wrap p {
	color: #2b3f48; font-family: "Proxima Nova"; font-size: 35px; font-weight: 400; text-align: center; text-transform: uppercase;
}

/*Blog Details*/

.blog-details {
	padding: 100px 0;
}
.blog-detail-wrap {
	display: flex; flex-wrap: wrap; align-items: flex-start;
}
.left-blog-content {
	max-width: 71%; width: 100%; padding-right: 81px;
}
.left-blog-content p {
	color: #000000; font-weight: 400; line-height: 1.5;
}
.left-blog-content p a:hover {
	color: #637FA6; text-decoration: underline;
}
.blog-sidebar {
	border: 1px solid #707070; background-color: #1f4a68; padding: 33px 40px 33px 50px; max-width: 29%; width: 100%; position: sticky; top: 30px;
}
.case-studies {
	color: #ffffff; font-family: "Bangla MN"; font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1.4; 
	padding: 27px 20px 20px; text-align: center; margin: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.case-attorneys a {
	color: #ffffff; font-family: 'Figtree'; font-size: 18px; font-weight: 400; line-height: 1.45; text-align: left; display: inline-block; 
	margin: 0 0 14px;display: block;
}
.case-attorneys p{
	margin: 0;
}
.case-image {
/* Style for "Rectangle" */width: 100%;padding-top: 100%;/*box-shadow: 12px 12px 10px rgba(0, 0, 0, 0.2);*/margin: 0 0 26px;position: relative;}
.case-image > img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.featured-img {
	max-width: 182px;
}
.fsmall-title {
	text-align: left; margin: 0 0 20px; color: #ffffff; font-family: 'Tenor Sans', sans-serif; font-size: 18px; font-weight: 700; 
	text-align: left; text-transform: uppercase;
}
.case-attorneys {
	margin: 0;
}
.featured {
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.more-news-title a {
	color: #ffffff; display: inline-block; width: 100%;
}
.areas li a:hover, .case-attorneys a:hover, .more-news-title a:hover{
	text-decoration: underline;
}
.more-news-title {
	line-height: 1.583;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	/* Style for "LFM Partne" */
	color: #ffffff;
	font-family: Figtree;
	font-size: 16px;
	font-weight: 400;	
	/* Text style for "LFM Partne" */
}
.more-news:last-child {
	margin: 0;
}
.more-news {
	margin: 0 0 34px;
}
.attorney-detail:last-child, .nfeatured:last-child, .featured:last-child {
	border-bottom: 0;padding-bottom: 0;
}
.areas li:before {
	display: none;
}
.areas li a {
	color: #ffffff; font-family: 'Figtree'; font-size: 12px; font-weight: 700; line-height: 1.583; text-transform: uppercase;
}
.areas li {
	padding: 0;
}
.areas {
	margin: 0;
}
.news-slider-box-wrap {
	min-height: 677px; padding: 81px 38px 81px; height: 100%;
}
p.date {
	position: absolute; font-size: 24px; bottom: 20px; right: 60px;
}
.news-slider-box {
	position: relative; height: 100%;
}
.news-slider .slick-track {
	display: flex; flex-wrap: wrap; height: 100%;
}
.news-slider.slick-initialized .slick-slide > div {
	height: 100%;
}
.news-slider.slick-initialized .slick-slide{
	height: auto;
}
.news-slider {
	height: auto;
}
.news-slider .slick-list{
	height: 100%;
}
.featured-img-wrap {
	display: flex; flex-wrap: wrap;
}
.featured-img-box {
	max-width: 25%; width: 100%; padding: 0 15px;
}
.site {
	overflow-x: hidden;
}
.main-navigation .menu li > ul.sub-menu {
	opacity:0; visibility: hidden; position: absolute; z-index: 1; width: auto; top: calc(100% + 56px); margin: 0 auto; display: flex; 
	flex-wrap: wrap; z-index: 9; padding: 0; min-width: 88vw; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; 
	-moz-transition: all ease-in-out 0.3s;
}
.site-header .menu .alpha-list-column .sub-menu {
    column-count: 2;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
.site-header .menu .alpha-list-column .sub-menu li {
    max-width: 100% !important;;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pointer-event-none > a {
	pointer-events: none;
	text-decoration: none !important;
}
.col-full .sub-menu li {
	max-width: 100% !important; width: 100% !important;
}
.main-navigation .menu li:hover ul.sub-menu {
	opacity: 1; visibility: visible; padding: 35px 0 54px;
}
.main-navigation .menu li > ul.sub-menu a {
	color: #ffffff;
}
.main-navigation .menu li > ul.sub-menu > li {
	max-width: 25%;
	width: 100%;
	background: transparent;
	padding: 0 15px;
}
.main-navigation .menu .menu-item-has-children:after {
	width: 80%; top: 100%; content: ""; position: absolute; background: transparent; height: 100px; left: 0; right: 0; margin: auto; display: none;
}
.main-navigation .menu .menu-item-has-children:hover:after {
	display:inline-block;
}
.main-navigation .menu li:hover ul.sub-menu > li > ul.sub-menu {
	opacity: 1; visibility: visible;
}
.main-navigation .menu li > ul.sub-menu > li > ul.sub-menu {
	background: transparent; position: unset !important; padding: 0; margin: -13px -15px; min-width: auto; transform: unset;
}
.main-navigation .menu li > ul.sub-menu > li > ul.sub-menu > li a, .main-navigation .menu li > ul.sub-menu > li > ul.sub-menu > li {
	background: transparent;
	color: #ffffff;
	font-family: Figtree;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 15px;
	margin: 0;
	border: 0;
	text-transform: inherit;
	line-height: 1.25;
}
.main-navigation .menu li > ul.sub-menu > li > ul.sub-menu > li {
	max-width: 50%;
	width: 100%;
	padding: 0;
}
.practice-menu .sub-menu li a {
	padding: 0 !important; margin: 0 !important; border: 0 !important; color: #ffffff !important; font-family: Figtree !important; 
	font-size: 20px !important; font-weight: 700 !important; text-align: center;
}
.practice-menu .sub-menu li {
	max-width: 25% !important; width: 100%;
}
.main-navigation .menu li > ul.sub-menu > li a:hover, .main-navigation .menu li > ul.sub-menu > li > ul.sub-menu > li a:hover {
	text-decoration: underline;
}
.main-navigation .menu li > ul.sub-menu > li a {
	color: #ffffff; font-family: Figtree; font-size: 20px; font-weight: 700; width: 100%; display: inline-block; 
	padding-bottom: 20px; border-bottom: 1px solid #ffffff; margin-bottom: 20px;
}
.main-navigation .menu li > ul.sub-menu:before {
	content: "";background: #555;position: absolute;top: 50%;pointer-events: none;width: 120vw;height: 100%;left: 50%;
	z-index: -1;transform: translate(-50%, -50%);
}
.numbers-page .page-numbers:last-child span {
	display: none;
}
.nav-links {
	display: flex; justify-content: center; align-items: center;
}
.border-bottom {
	padding: 0 0 34px; border-bottom: 3px solid #3e83b2; margin: 0 0 34px;
}
.border-bottom:last-child {
	margin: 0; padding: 0; border: 0;
}
.practices-box-title img{
	display: none !important;
}

/*Contact Page*/
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
	width: 100% !important; border: 0; border-bottom: 2px solid #204a68; border-radius: 0; padding: 12px 0px; font-size: 16px !important; 
	background: transparent;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 108px !important; border-radius: 0; padding: 12px 0px; font-size: 16px !important; resize: none; background: transparent; 
	border: 0; border-bottom: 2px solid #204a68; border-radius: 0;
}
.contactus-section {
	padding: 100px 0;
}
.contact-details {
	max-width: 35%; width: 100%; height: auto; background: #1f4a68;
}
.contact-form {
	max-width: 65%; width: 100%; padding: 15px; padding: 55px; background: rgba(31, 74, 104,0.1);
}
.contactus-wrap {
	display: flex; flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 40px !important; grid-row-gap: 30px !important;
}
::-webkit-input-placeholder {
	color: #204a68 !important;
	opacity: 1 !important;
}
:-ms-input-placeholder { 
	color: #204a68 !important;
	opacity: 1 !important;
}

::placeholder {
	color: #204a68 !important;
	opacity: 1 !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
	background: #204a68; border: 2px solid #204a68; color: #fff; padding: 15px 46px; border-radius: 0; font-size: 20px; cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_footer input:hover{
	background-color: transparent; color: #204a68;
}
.contact-form .section-title{
	text-align: left;font-family: 'Tenor Sans', sans-serif;
}
.contact-firm-box-wrap {
	display: flex; padding: 20px 0;
}
.contact-firm-wrap {
	padding: 54px; height: 100%; display: flex; flex-direction: column; justify-content: center;
}
.contact-firm-box-wrap p, .contact-firm-box-wrap a {
	color: #ffffff; font-family: 'Tenor Sans', sans-serif;
}
.contact-firm-box-wrap i{
	color: #ffffff;	
}
.contact-firm-box-wrap .firm-icons {
	border-color: #fff;
}
.contact-firm-wrap .section-title{
	text-align: left; color: #ffffff; margin: 0;font-family: 'Tenor Sans', sans-serif;
}
.thank-you-icon {
	border: 7px solid #1F4A68; background: #1F4A68; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; 
	color: #fff; font-size: 80px; height: 160px; line-height: 150px; margin: 30px auto; text-align: center; width: 160px; display: table;
}
.thank-you-icon .fa-thumbs-up {
	color: #ffffff;
}
.thank-you-wrap {
	text-align: center; padding: 60px 0; min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.thank-you {
	background: #f9f9f9;
}
.gform_required_legend {
	display: none;
}
.nblog-sidebar {
	background-color: #1f4a68; max-width: 29%; width: 100%;
}
.nblog-sidebar-team {
	padding: 51px; padding-top: 0 !important;
}
.nblog-sidebar-team .contact-links {
	margin: 0;
}
.attorney-name {
	color: #ffffff;
	font-family: "Bangla MN";
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}
.attorney-detail .attorney-name:last-child{
	margin: 0;
}
.nblog-sidebar-team .contact-links p {
	margin: 0 0 10px;
}
.nblog-sidebar-team .contact-links p a i {
	margin-right: 10px;
}
.nblog-sidebar-team .contact-links p:last-child {
	margin: 0 !important;
}
.attorney-detail {
	padding: 0 0 30px; border-bottom: 1px solid rgba(255,255,255,0.3);
}
.nfeatured {
	padding: 50px 0; border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sidebar-practice-areas {
	padding: 50px 0 0;
}
.areas-list li a {
	color: #ffffff; font-family: "Bangla MN"; font-size: 16px; font-weight: 400;
}
.areas-list li:before {
	display: none;
}
.areas-list li {
	padding: 0;
}
.areas-list {
	margin: 0;
}
.areas-list li a:hover{
	text-decoration: underline;
}
.common-btn {
	background: #314d5b; color: #fff; padding: 10px 26px; text-align: left; margin: 0; font-size: 18px; cursor: pointer;
}
.common-btn:hover, .common-btn:focus {
	background: #3e83b2; color: #fff;
}
.litigationcontent-col {
	max-height: 100%; overflow: hidden; margin-bottom: 30px; transition: all ease-in-out 0.3s;/* overflow: hidden;
	display: -webkit-box; -webkit-line-clamp: 15; line-clamp: 15; -webkit-box-orient: vertical;*/
}
.read_more {
    max-height: 300px; overflow: hidden;
}
.show-content {
	max-height: 100% !important; transition: all ease-in-out 0.3s; display: inline-block;
}
.common-btn.read-more{
	display: inline-block; min-width: 140px; text-align: center;
}
.default-page{
	padding: 80px 0;
}
.postid-179 .lawyer-image > img {
	object-position: center;
}
.attorney-wrap {
    padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebar-lawyers_row ul.slick-dots{
	margin: 0; display: flex; flex-wrap: wrap; padding: 20px 0 0 0;
}
.sidebar-lawyers_row ul.slick-dots li{
	margin: 0 5px; padding: 0; line-height: 0;
}
.sidebar-lawyers_row ul.slick-dots li:before{
	content: none;
}
.sidebar-lawyers_row ul.slick-dots button{
	font-size: 0; line-height: 0; padding: 7px; background-color: #fff; border-radius: 50%;
}
.sidebar-lawyers_row ul.slick-dots li.slick-active button,
.sidebar-lawyers_row ul.slick-dots button:hover{
	background-color: #3e83b2;
}


.paged .news-slide{
	display: none;
}
.quote-wrap {
    display: flex; flex-wrap: wrap; justify-content: space-around;
}
.quote-section {
    background-color: #022c49;
    margin-bottom: 95px;
}
.quote-box {
    max-width: 42%; width: 100%;
}