/*!
Theme Name: GlaserLaborLaw
Theme URI: https://glaserlaborlaw.com/
Author: ENX2 Marketing
Author URI: https://enx2marketing.com/
Description: NA
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: glaserlaborlaw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GlaserLaborLaw is based on Underscores https://glaserlaborlaw.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
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: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}


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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--primary-color);
}

hr {
	background-color: rgba(255, 255, 255, 0.3);
	border: 0;
	height: 1px;
	margin: 2.5em 0;
}

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%;
}

/* Links
--------------------------------------------- */


/* 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
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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: table;
}

/* 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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* 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;
}


/* ==============================================
   CSS VARIABLES / COLORS
   ============================================== */
:root {
	--primary-color: #205990;
	--white: #FFFFFF;
	--light-blue: #A7D1E7;
	--yellow: #E7BA22;
	--black: #000000;
}




/* ==============================================
   BASE HTML RESET & TYPOGRAPHY
   ============================================== */
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 18px;
	line-height: 1.5556;
	font-weight: 300;
	color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.18;
	margin: 0px 0 22px 0;
	width: 100%;
	position: relative;
	font-weight: 500;
	color: var(--white);
	font-family: "Playfair Display", serif;
}

.font-dm-sans {
	font-family: "DM Sans", sans-serif;
}
.fst-italic{
	font-style: italic;
}

.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;
}

p {
	margin: 0 0 28px 0;
}

p:last-child {
	margin: 0 !important;
}

blockquote {
	margin: 0 0 30px 0;
	padding: 30px;
	background-color: var(--light-blue);
	border-left: 8px solid var(--yellow);
}

blockquote p {
	color: var(--black);
}

a {
	transition: 0.5s;
	text-decoration: underline;
	/*display: inline-block;*/
	color: var(--white);
}

.site-header a,
.site-footer a {
	text-decoration: none;
}

a:hover {
	color: var(--yellow);
}


.d-none {
	display: none !important;
}
.d-block{
	display: block;
}
svg path, svg circle {
	transition: 0.5s;
}


/* ==============================================
   COMMON SPACING & UTILITIES
   ============================================== */
.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;
}

.line {
	display: block;
}

.ptb-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mtb-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.margin-0 {
	margin: 0 !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

body .common-padding {
	padding: 100px 0;
}

table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
table th, table td {
	padding: 10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	line-height: 1.2;
}
tr, td {
	text-align: left !important;
	border-color: rgba(255,255,255,.2);
}
table tr:nth-child(2n) td {
	background: rgba(255,255,255,0.1);
}
@media screen and (max-width: 480px) {
	table td {
		padding: 3px !important;
		font-size: 12px;
	}
}

body.page-id-64 .inner-banner-wrapper{
	width: 100%;
}

/* ==============================================
   CONTAINER WRAPPERS
   ============================================== */
.big-wrapper {
	padding: 0 30px;
	max-width: 1809px;
	margin: 0 auto;
}

.inner-wrapper {
	max-width: 1775px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.wrapper {
	max-width: 1712px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.small-wrapper {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

/* ==============================================
   FLEX UTILITIES
   ============================================== */
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}
.flex-column{
	flex-direction: column;
}

.widget {
	margin: 0 0 20px;
	padding: 0 0 0 24px;
}

.widget-area h2 {
	font-size: clamp(22px, 2.3vw, 32px);
	color: var(--black);
	font-weight: 500;
	margin: 0;
}

.wp-block-latest-posts__post-title {
	color: var(--black);
	line-height: 1.2;
}

.wp-block-latest-posts__list li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid var(--green);
	width: fit-content;
}

.wp-block-latest-posts__list li::before {
	all: unset;
}

.single-blog-content * {
	line-height: 1.51;
	color: var(--black);
}

h1 {
	font-size: clamp(32px, 3vw, 48px);
}

h2 {
	font-size: clamp(28px, 2.75vw, 38px);
}

h3 {
	font-size: clamp(24px, 2.5vw, 28px);
}

h4 {
	font-size: clamp(22px, 2.25vw, 24px);
}

h5 {
	font-size: clamp(20px, 2vw, 22px);
}

h6 {
	font-size: clamp(18px, 1.75vw, 20px);
}

.default-section h1, .single-blog h1, .default-section h2, .single-blog h2, .default-section h3, .single-blog h3, .default-section h4, .single-blog h4, .default-section h5, .single-blog h5, .default-section h6, .single-blog h6 {
	margin: 50px 0 20px 0;
	line-height: 1.22;
}


/* ==============================================
	Gravity FORM STYLES
============================================== */
.gform_validation_errors {
	display: none !important;
}

.validation_message {
	font-size: 12px !important;
	margin: 6px 0 0 0 !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	border-radius: 0px !important;
	border: 1.5px solid #FFF !important;
	height: auto !important;
	line-height: 1.2 !important;
	padding: 15px 20px !important;
	color: var(--white) !important;
	background-color: transparent !important;
}

.contact-form .gfield_label {
	color: var(--white) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.11 !important;
	margin: 0 0 10px 0 !important;
}

.contact-form textarea {
	height: 135px !important;
	min-block-size: unset !important;
	resize: none !important;
}

body .contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	box-shadow: unset !important;
	outline: 0px solid var(--yellow);
	border: 1.5px solid var(--yellow) !important;
}

.gfield_required {
	display: none !important;
}

.contact-form select {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
	cursor: pointer;
}

.contact-form .gform-footer {
	margin: 17px 0 0 0 !important;
}

.contact-form .gform-theme--foundation .gform_fields {
	row-gap: 12px !important;
}

.contact-form .gform_footer {
	margin: 34px 0 0 0 !important;
}

body .contact-form input[type="submit"] {
	width: 100% !important;
	background-color: var(--yellow) !important;
	color: var(--black) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	padding: 19px 20px !important;
	transition: 0.5s !important;
	border: 1.5px solid var(--yellow) !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
}

body .contact-form input[type="submit"]:hover {
	background-color: transparent !important;
	color: var(--white) !important;
	border-color: var(--white) !important;
}

.contact-form .validation_message,
body .contact-form .validation_message {
	margin: 3px 0 0 0 !important;
	text-align: left !important;
	font-size: 12px !important;
	background-color: var(--white);
	padding: 2px 5px;
	color: #c02b0a !important;
}

body .gform-theme--framework .gform-loader {
	border-block-end-color: var(--yellow) !important;
	border-block-start-color: var(--gf-form-spinner-bg-color);
	border-inline-end-color: var(--gf-form-spinner-bg-color);
	border-inline-start-color: var(--yellow) !important;
}

.contact-form select option {
	background-color: var(--primary-color) !important;
}
body .contact-form input[type="radio"] {
	border-radius: 50% !important;
	padding: 0 !important;
	cursor: pointer !important;
	width: 20px !important;
	height: 20px !important;
}

body .contact-form input[type="radio"]::before {
	margin: 0 auto !important;
	background-color: var(--primary-color) !important;
	width: 10px !important;
	height: 10px !important;
}

body .contact-form .gfield_label {
	cursor: pointer !important;
}

/* ==============================================
	IMAGE STYLING
============================================== */
img {
	max-width: 100%;
	display: block;
}

.image-wrap {
	position: relative;
}

.image-wrap>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.full-link {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 1;
}

/* ==============================================
   BUTTON STYLES
============================================== */

.common-button {
	border: 1px solid var(--yellow);
	padding: 9px 50px 9px 23px;
	text-align: center;
	color: var(--primary-color);
	line-height: 1.4;
	cursor: pointer;
	background-color: var(--yellow);
	font-weight: 400;
	background-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6314 1L19.0436 6.92938L12.6314 12.8588" stroke="%23205990"/><path d="M19.1278 6.961H0.214264" stroke="%23205990"/></svg>');
	background-repeat: no-repeat;
	background-position: right 23px center;
	min-width: 171px;
	text-decoration: none;
}

.common-button:hover {
	border-color: var(--yellow);
	background-color: transparent;
	color: var(--yellow);
	background-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6314 1L19.0436 6.92938L12.6314 12.8588" stroke="%23E7BA22"/><path d="M19.1278 6.961H0.214264" stroke="%23E7BA22"/></svg>');
	background-position: right 18px center;
}

/* ==============================================
   TYPOGRAPHY SIZE UTILITIES
============================================== */
.font-80 {
	font-size: 80px;
}

.font-96 {
	font-size: clamp(32px, 5vw, 96px);
}

.font-76 {
	font-size: clamp(28px, 4vw, 76px);
}

.font-64 {
	font-size: clamp(34px, 3.5vw, 64px);
}

.font-20 {
	font-size: 20px;
}

.font-30 {
	font-size: clamp(20px, 3vw, 30px);
}

.font-36 {
	font-size: clamp(26px, 2.4vw, 36px);
}

.font-32 {
	font-size: clamp(22px, 2.3vw, 32px);
}

.font-48 {
	font-size: clamp(28px, 3vw, 48px);
}
.font-40 {
	font-size: clamp(24px, 3.125vw, 40px);
}

.font-26 {
	font-size: clamp(20px, 2.345vw, 26px);
}

.font-24 {
	font-size: clamp(18px, 1.9vw, 24px);
}

.fw-normal {
	font-weight: 400;
}

.fw-semibold {
	font-weight: 600;
}

.fw-medium {
	font-weight: 500;
}

.fw-bold {
	font-weight: 700;
}

.fw-bolder {
	font-weight: bolder;
}

.fw-lighter {
	font-weight: lighter;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.small-heading {
	color: var(--yellow); font-size: 14px; font-weight: 300; line-height: 1.42; letter-spacing: 7px; position: relative;
	display: flex; align-items: center; text-transform: uppercase;
}

/* ==============================================
   SLICK SLIDER CUSTOM STYLES
============================================== */
body .slick-dots {
	bottom: 0;
	padding-top: 25px;
	position: relative;
}

.slick-arrow svg {
	width: 100%;
	height: 100%;
}

body .slick-dots li {
	margin: 0 3px;
}

body .slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 18px;
	height: 18px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	background-color: transparent;
	border: 2px solid var(--green);
	border-radius: 50%;
}

body .slick-active button {
	background-color: var(--green) !important;
}

.slick-dots li button::before,
.slick-dots li::before {
	display: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

body .slick-arrow {
	width: 60px;
	height: 60px;
	padding: 0;
	background-color: transparent !important;
	border-radius: 50%;
	margin: 0 13px;
	cursor: pointer;
	display: inline-block;
	opacity: 1;
	z-index: 1;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid var(--yellow) !important;
}

body .slick-arrow:hover {
	background-color: var(--yellow) !important;
}

body .slick-arrow path {
	transition: 0.5s;
}

body .slick-arrow:hover path {
	fill: var(--white);
}

body .slick-arrow circle {
	transition: 0.5s;
}


body .slick-arrow::before {
	all: unset;
}

/* ==============================================
   BLOG / SEARCH RESULTS STYLING
   ============================================== */
.search-field {
	padding: 13.5px 20px !important;
	color: var(--yellow) !important;
	border-radius: 0px !important;
	border: 2px solid var(--white) !important;
	margin: 0 0 10px 0 !important;
	width: 100%;
	background-color: transparent;
}

.search-field:focus {
	outline: 2px solid var(--yellow) !important;
}

.header-search-form input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.search-form {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	max-width: 400px;
}

.search-form label {
	margin: 0;
}

.search-submit {
	width: auto !important;
	border: 2px solid var(--yellow) !important;
	background-color: var(--yellow) !important;
	color: var(--black) !important;
	padding: 17.5px 40px !important;
	cursor: pointer;
	transition: 0.5s;
	margin: 0;
	border-radius: 0px !important;
	font-weight: 700;
	text-transform: uppercase;
}
.h-post-content-wrap {
	padding: 0;
	height: 100%;
}

.search-title-wrap .post-title {
	text-decoration: none;
}

.search-title-wrap .post-title:hover {
	color: var(--yellow);
}

.search-submit:hover {
	background-color: var(--light-blue) !important;
	border-color: var(--light-blue) !important;
}

.search .blog-image {
	margin: 0;
}

.search .post-excerpt {
	margin: 0 0 20px 0;
}

.search .blog-date {
	margin: 0 0 5px 0;
}
.search-title-wrap .post-title, .search-title-wrap {
	line-height: 1.1;
	font-family: "DM Sans", sans-serif;
}
.search .read-more {
	background-image: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.2067 8.3199C19.5973 7.92937 19.5973 7.29621 19.2067 6.90568L12.8428 0.541724C12.4523 0.1512 11.8191 0.1512 11.4286 0.541724C11.038 0.932249 11.038 1.56541 11.4286 1.95594L17.0854 7.61279L11.4286 13.2696C11.038 13.6602 11.038 14.2933 11.4286 14.6839C11.8191 15.0744 12.4523 15.0744 12.8428 14.6839L19.2067 8.3199ZM0.727539 8.61279L18.4996 8.61279L18.4996 6.61279L0.727539 6.61279L0.727539 8.61279Z" fill="%23E7BA22"/></svg>');
	background-repeat: no-repeat;
	background-position: center right 10px;
	padding: 0 40px 0 0;
	background-size: 18px;
	text-decoration: none;
}

.search .read-more:hover {
	background-position: center right 0;
	color: var(--yellow);
}

.blog-content-box .read-more {
	text-decoration: underline;
	width: fit-content;
}

.search-entry-summary {
	margin: 0 0 5px 0;
}



.search-blog-wrap .blog-content-box h3 {
	transition: 0.5s;
}

.search-blog-wrap .blog-content-box {
	padding: 0;
	background-color: unset;
}

.search-blog-wrap .blog-author {
	padding: 0;
	margin-bottom: 7px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}

.search-blog-wrap .blog-author a {
	display: inline;
	color: var(--slate-blue);
}

.blog-content-box a {
	color: var(--slate-blue);
}

.search-blog-date,
.search-blog-cat {
	padding-left: 14px;
	position: relative;
	margin: 0 0 10px 0;
	display: block;
	padding: 0;
}
.search-blog-lists .entry-title a {
	font-size: 30px;
	text-decoration: none;
}


.search .page-title {
	margin: 0 0 50px 0;
}
.no-results .search-field {
	background-image: unset !important;
}

.search .post-thumbnail {
	display: none;
}


.search-blog-lists article {
	padding: 40px 30px;
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-blog-lists article:last-child {
	margin: 0;
}
.search .search-page-t {
	margin: 0 0 30px 0;
}

.search-blog-lists {
	margin: 0;
}

.search .blog-slide-box {
	height: 100%;
}

.entry-meta a,
.entry-footer a {
	color: var(--slate-blue);
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: var(--mustard-yellow);
}

body .text-white li::before {
	background-color: var(--white);
}
body .text-white .flex-boxes-title {
	border-color: var(--white);
}
body .text-white a {
	color: var(--white);
}
body .text-white * {
	color: var(--white);
}

/* ==============================================
   MISC
   ============================================== */
ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

.default-section-wrap ul li>ul,
.default-section-wrap ol li>ol {
	margin: 0;
}

ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}

ul li {
	position: relative;
	padding-left: 20px;
	margin: 0;
	text-align: left;
}

ul li::before {
	content: "";
	left: 0;
	width: 10px;
	height: 2px;
	border-radius: 0;
	background-color: var(--white);
	top: 0.65em;
	position: absolute;
}

.list-style-none {
	padding-left: 0;
	list-style-type: none;
}

.list-style-none::before {
	all: unset;
}

.text-decoration-none {
	text-decoration: none;
}

.two-column-list {
	column-count: 2;
	column-gap: 15px;
	margin: 0 0px 22px 0;
}

.two-column-list li {
	width: fit-content;
	padding-left: 17px;
	margin: 0 0 10px 0;
}



.list-with-arrows li::after {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url('data:image/svg+xml,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.771484 1.5874L4.9541 5.77002L0.771484 9.95264" stroke="%23E50098" stroke-width="1.5" stroke-linecap="round"/></svg>');
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto;
	right: 0;
	left: unset;
	top: 0.5em;
}

.list-with-arrows li {
	padding-right: 20px;
}

.no-padding {
	padding: 0 !important;
}

.m-block {
	display: none;
}

.break-line {
	display: block;
}

.col-4 {
	max-width: 33.33%;
	width: 100%;
}

.col-3 {
	max-width: 25%;
	width: 100%;
}

.col-2 {
	max-width: 50%;
	width: 100%;
}

.col-1 {
	max-width: 100%;
	width: 100%;
}

body .quick-item::before {
	border-radius: 0;
	width: 1px;
	height: 10px;
	background-color: var(--white);
	top: 0.4em;
	left: unset;
	right: 0;
}

.footer-quick-links-wrap {
	gap: 30px;
}

.quick-links {
	margin: 0 -15px;
}

.quick-item {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.84px;
	padding: 0 15px;
}

.powered-by-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.84px;
	margin: 0 0 4px 0;
}

#enx2_logo path:nth-child(1) {
	transform-origin: 10% center;
}

#enx2_logo path {
	fill: var(--white);
	transition: all 0.3s ease 0s;
}

#enx2_logo {
	max-width: 81px;
	line-height: 1;
	height: auto;
}

.poweredby:hover #enx2_logo path {
	fill: var(--yellow);
}

.border-bottom, .border-top {
	position: relative;
}
.border-bottom::before, .border-top::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--light-blue);
	position: absolute;
	max-width: 1613px;
	margin: 0 auto;
	left: 0;
	right: 0;
	pointer-events: none;
}
.border-bottom::before{
	bottom: 0;
}
.border-top::before {
	top: 0;
}


/* ==============================================
   HEADER STYLES START
   ============================================== */
.site-header {
	position: absolute;
	width: 100%;
	z-index: 2;
	background-color: transparent;
}

.header-left {
	max-width: 412px;
	width: 100%;
}

.header-right {
	max-width: calc(100% - 412px);
	width: 100%;
}

.top-bar-info-wrap {
	background-color: var(--light-blue);
	padding: 3px 50px;
}

.home .navigation-wrap {
	background-color: var(--primary-color);
}

.navigation-wrap {
	padding: 21.5px 50px;
	background-color: transparent;
}

.search-wrap {
	padding: 0 27px;
	margin-left: 22px;
}
.header-menu {
	gap: 48px;
}

.header-menu li {
	padding: 0 0;
}

.header-menu li::before {
	all: unset;
}

.top-bar-info a,
.top-bar-info li {
	color: var(--primary-color);
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.top-bar-info a:hover {
	text-decoration: underline;
}

.top-bar-info li {
	padding: 0 22px;
}

.top-bar-info {
	margin: 0 -22px;
}

.for-mobile {
	display: none;
}

.top-bar-info li::before {
	border-radius: 0; width: 1px; height: 11.5px; background-color: var(--primary-color); top: 0; bottom: 0; margin: auto;
}
.top-bar-info li:first-child::before {
	all: unset;
}
.top-bar-info a svg {
	margin-right: 14px;
}
.header-menu a {
	color: var(--white); font-size: 18px; font-weight: 400; display: inline-block;
}
.header-menu a:hover {
	color: var(--yellow);
}
.add-overlay::before {
	content: ""; width: 100%; height: 100%; background-color: #000; position: absolute; z-index: 2; inset: 0; opacity: 0.6;
}
.header-menu li.menu-item-has-children > a {
	display: flex; align-items: center; padding-right: 25px;
}
.header-menu li.menu-item-has-children>a::after {
	content: ''; font-size: 10px; right: 0; transition: transform 0.3s ease;
	background-image: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.13717 7.07727L0.0598145 0H14.2144L7.13717 7.07727Z" fill="white"/></svg>');
	position: absolute; width: 20px; height: 20px; background-position: center; background-repeat: no-repeat;
}
.header-menu li.menu-item-has-children:hover>a::after {
	transform: rotate(180deg);
}
.header-menu .sub-menu {
	position: absolute; top: 100%; left: 0; box-shadow: 0 8px 5px rgba(0, 0, 0, 0.15); min-width: 250px; opacity: 0; visibility: hidden;
	transform: translateY(15px); transition: all 0.3s ease; z-index: 999; list-style: none; margin: 0;
}
/* .header-menu .sub-menu::before {
	content: ""; width: 40%; height: 40px; background-color: transparent; position: absolute; top: -10px; z-index: 0;
} */
body.add-overlay {
	overflow: hidden;
}
.header-menu .sub-menu li {
	padding: 0; border-bottom: 1px solid var(--primary-color); transition: 0.3s ease;
}
.header-menu .sub-menu li:last-child {
	border: none;
}
.header-menu .sub-menu li:hover {
	border-color: var(--primary-color);
}
.header-menu .sub-menu li a {
	color: var(--primary-color); text-decoration: none; padding: 10px 15px; display: block; transition: all 0.3s ease; border-left: 3px solid transparent;
	background-color: var(--white); font-size: 16px; height: 100%; line-height: 1.4;
}
.header-menu .sub-menu li.current-menu-item a,
.header-menu .sub-menu li a:hover {
	background: var(--light-blue);
	color: var(--primary-color);
	border-left-color: var(--yellow);
}

.two-column-menu .sub-menu {
	min-width: 605px;
	display: flex;
	flex-wrap: wrap;
}

.two-column-menu .sub-menu li {
	margin: 0;
	max-width: 50%;
	width: 100%;
}

.two-column-menu .sub-menu li:nth-child(2n+1) {
	border-right: 1px solid var(--primary-color);
}

.header-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(20px);
}

.mobile-menu-toggle {
	background: none;
	border: none;
	font-size: 24px;
	color: var(--primary-color);
	cursor: pointer;
	width: 30px;
	height: 21px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: none;
	background: transparent;
	cursor: pointer;
	z-index: 999;
	padding: 0;
	margin-left: 20px;
	display: none;
}

.mobile-menu-toggle .bar {
	height: 3px;
	width: 100%;
	background-color: var(--white);
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	display: block;
}

.mobile-menu-toggle.open .top-bar {
	transform: translateY(10px) rotate(45deg);
}

.mobile-menu-toggle.open .middle-bar {
	opacity: 0;
}

.mobile-menu-toggle.open .bottom-bar {
	transform: translateY(-8px) rotate(-45deg);
}

.submenu-toggle {
	margin-left: auto;
	background-color: transparent;
	border: none;
	background-image: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.13717 7.07727L0.0598145 0H14.2144L7.13717 7.07727Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 9;
	position: relative;
	right: -20px;
	display: none;
	transition: 0.5s;
}

.header-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.header-menu .sub-menu .sub-menu::before {
	top: 0;
}

.header-menu li:hover .sub-menu .sub-menu {
	transform: translateY(0px);
}

.header-menu .sub-menu .menu-item-has-children a::after {
	background-image: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.13717 7.07727L0.0598145 0H14.2144L7.13717 7.07727Z" fill="%23205990"/></svg>');
	right: 6px;
}

.wpml-ls-statics-shortcode_actions {
	position: fixed;
	top: 110px;
	right: 10px;
	z-index: 10;
	background-color: #fff;
	border-radius: 4px;
	padding: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.admin-bar .wpml-ls-statics-shortcode_actions {
	top: 135px;
}
.wpml-ls-legacy-list-horizontal > ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}
.wpml-ls-statics-shortcode_actions ul, 
.wpml-ls-statics-shortcode_actions ul li {
	line-height: 1;
}
.wpml-ls-statics-shortcode_actions ul li::after,
.wpml-ls-statics-shortcode_actions ul li::before{
	display: none;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-link {
	font-weight: 400;
	font-size: 18px;
	color: #333;
}


/* ==============================================
   HEADER STYLES END
   ============================================== */


/* ==============================================
   BANNER STYLES START
   ============================================== */
.banner-section {
	position: relative;
	min-height: 1068px;
	overflow: hidden;
	padding: 0 50px;
	background-color: var(--primary-color);
	display: flex;
}

/* .banner-section::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #205990 0%, rgba(32, 89, 144, 0.00) 100%);
	position: absolute;
	z-index: 1;
	transform: rotate(109.336deg);
	left: 0;
	top: 0;
	transform-origin: top;
	pointer-events: none;
} */
.banner-section::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #205990 0%, rgba(32, 89, 144, 0.00) 100%);
	position: absolute;
	z-index: 1;
	transform: rotate(89.336deg);
	left: 0;
	transform-origin: top;
	pointer-events: none;
	top: 40%;
}

.banner-section img,
.banner-section video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0 50px;
}

.banner-wrapper {
	max-width: 1920px;
	width: 100%;
}

.banner-wrap {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 94px 0 40px 7%;
	margin: 0 -15px;
}

.banner-content p {
	margin-bottom: 26px;
}

.banner-left-column {
	max-width: 63%;
	width: 100%;
	padding: 0 15px;
}

.banner-right-column {
	max-width: 32.6%;
	width: 100%;
	padding: 0 15px;
}

.banner-right-inner {
	background-color: var(--primary-color);
	padding: 41px 48px 36px 58px;
	margin: 63px 0 0 0;
}
.banner-right-inner a {
	text-decoration: none;
}
.banner-left-inner {
	padding: 0 0 0 30px;
}

.banner-title {
	color: var(--white);
	line-height: 1.01;
	margin: 0px 0 44px 0;
}

.banner-sub-title {
	margin-bottom: 46px;
}

.banner-button:hover {
	background-color: var(--primary-color);
	color: var(--white);
	border-color: var(--white);
	background-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6314 1L19.0436 6.92938L12.6314 12.8588" stroke="%23ffffff"/><path d="M19.1278 6.961H0.214264" stroke="%23ffffff"/></svg>');
	background-position: right 18px center;
}

.banner-btn-wrap {
	margin: 0 0 27px 0;
}

.pay-only-if-you-win-text {
	font-weight: 700;
}

.banner-content a {
	color: var(--white);
	background-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4171 1L18.8293 6.92938L12.4171 12.8588" stroke="white"/><path d="M18.9136 6.961H0" stroke="white"/></svg>');
	background-repeat: no-repeat;
	background-position: right 17px center;
	padding-right: 50px;
	font-weight: 400;
}

.banner-content a:hover {
	background-image: url('data:image/svg+xml,<svg width="23" height="14" viewBox="0 0 23 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4171 1L21.8293 6.92938L15.4171 12.8588" stroke="%23E7BA22"/><path d="M18.9136 7H0" stroke="%23E7BA22"/></svg>');
	background-position: right 10px center;
	color: var(--yellow);
}

.practice-areas-list {
	gap: 15px;
	padding-top: 20px;
	margin: 36px 0 0 0;
	border-top: 2px solid var(--light-blue);
}

.practice-areas-link {
	color: var(--light-blue);
	font-weight: 400;
	background-image: url('data:image/svg+xml,<svg width="23" height="14" viewBox="0 0 23 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4171 1L21.8293 6.92938L15.4171 12.8588" stroke="%23A7D1E7"/><path d="M18.9136 7H0" stroke="%23A7D1E7"/></svg>');
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 49px;
}

.practice-areas-link:hover {
	background-image: url('data:image/svg+xml,<svg width="23" height="14" viewBox="0 0 23 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4171 1L21.8293 6.92938L15.4171 12.8588" stroke="%23E7BA22"/><path d="M18.9136 7H0" stroke="%23E7BA22"/></svg>');
	background-position: right 10px center;
}

.practice-areas-list-item::before {
	all: unset;
}

.practice-areas-list-item {
	padding: 0;
}

/* ==============================================
   BANNER STYLES END
   ============================================== */


/* ==============================================
   WHAT WE DO SECTION STYLES START
   ============================================== */
.what-we-do {
	margin: -56px 0 0 0;
	position: relative;
	z-index: 1;
	padding: 0 0 50px 0;
}

.fluid-wrapper {
	max-width: 1816px;
	padding: 0 50px;
	width: 100%;
	margin-left: auto;
}

.wwd-inner {
	margin: 0 -15px;
}

.wwd-col--left {
	max-width: 22%;
	width: 100%;
	padding: 0 15px;
	align-self: end;
}

.wwd-col--right {
	max-width: 77%;
	width: 100%;
	padding: 0 15px;
}

.wwd-content {
	max-width: 358px;
	margin: 0 0 0 auto;
	width: 100%;
	padding-bottom: 15.5%;
}

.practice-areas {
	margin: 0 -15px;
	padding-right: 36px;
}

.practice-area-item {
	max-width: 33.33%;
	width: 100%;
	padding: 0 15px;
}

.practice-area-card {
	padding: 81px 30px 30px 30px;
	background-color: var(--primary-color);
	position: relative;
	transition: 0.5s;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.practice-area-btn svg {
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	transition: 0.5s;
}

.practice-area-card:hover svg {
	transform: rotate(0deg);
}

.practice-area-card:hover {
	background-color: var(--yellow);
}

.practice-area-card * {
	transition: 0.5s;
}

.practice-area-card:hover * {
	color: var(--primary-color);
}

.practice-area-summary {
	margin-bottom: 66px;
}

.practice-area-btn {
	width: 52px;
	height: 52px;
	margin-top: auto;
}

.practice-area-btn svg {
	width: 100%;
	height: 100%;
}

.practice-area-card:hover circle {
	stroke: var(--primary-color);
}

.practice-area-card:hover circle,
.practice-area-card:hover path {
	stroke: var(--primary-color);
}

.wwd-title {
	margin: 0 0 23px;
}

.practice-area-title {
	position: relative;
	display: flex;
	align-items: center;
}

.practice-area-title::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--primary-color);
	transition: 0.5s;
	margin-left: 20px;
}

/* ==============================================
   WHAT WE DO SECTION STYLES END
   ============================================== */
/* ==============================================
   LEGAL PROCESS SECTION STYLES START
   ============================================== */
.legal-process-section {
	padding: 71px 0 60px 0;
	overflow: hidden;
}

.legal-process-left-box {
	max-width: 50%;
	width: 100%;
	padding: 0 15px;
}

.legal-process-row {
	margin: 0 -15px;
}

.legal-process-content-row {
	margin: 0 -15px;
}

.legal-process-right-box {
	max-width: 42.4%;
	width: 100%;
	padding: 0 15px;
}

.legal-process-content-col {
	width: 100%;
	padding: 0 15px;
}

.legal-process-content-col-one {
	max-width: 49.8%;
}

.legal-process-content-col-two {
	max-width: 45.6%;
}
.legal-process-left-inner.style_one_column .legal-process-content-col{
	max-width: 100% !important;
}
.legal-process-image-wrap {
	padding-top: 100%;
}

.legal-process-btn-wrap {
	padding-top: 35px;
	border-top: 1px solid var(--light-blue);
	margin-top: 40px;
}

.legal-process-left-inner {
	max-width: 819px;
	width: 100%;
	padding-top: 9.5%;
}

.legal-process-image-box {
	position: relative;
	max-width: 91.6%;
	margin-left: auto;
	padding-left: 13.4%;
}

.legal-process-image-wrap {
	padding-top: 133.25%;
	max-width: 100%;
	margin: 0 0 0 auto;
}

.legal-process-image-box::before {
	width: 14.7%;
	height: 58.3%;
	background-color: var(--light-blue);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.legal-process-image-box::after {
	content: "";
	width: 22.45%;
	height: 21.43%;
	background-color: var(--light-blue);
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -7.6%;
}

.legal-process-title {
	line-height: 1.10;
	margin-bottom: 87px;
}

/* ==============================================
   LEGAL PROCESS SECTION STYLES END
   ============================================== */

/* ==============================================
Committed Counselors Section
============================================== */

.committed-counselors-section {
	padding: 82px 0 290px 0;
	position: relative;
}

.committed-counselors-section::before {
	content: "";
	width: 2.6%;
	height: 63.7%;
	background-color: var(--light-blue);
	position: absolute;
	right: 0;
	bottom: 18.9%;
	pointer-events: none;
}

.committed-counselors-section::after {
	content: "";
	width: 16.9%;
	height: 11.1%;
	background-color: var(--light-blue);
	position: absolute;
	right: 0;
	bottom: 18.1%;
	pointer-events: none;
}

.committed-row {
	margin: 0 -15px;
}

.committed-col-left {
	max-width: 42.9%;
	width: 100%;
	padding: 0 15px;
}

.committed-col-right {
	max-width: 50.6%;
	width: 100%;
	padding: 0 15px;
}

.committed-right-inner {
	padding: 5% 0 0 0;
}

.committed-img-box {
	position: relative;
	padding: 11.8% 11% 12.4% 0%;
}

.committed-img-box::before {
	content: "";
	width: 80%;
	height: 90.7%;
	background-color: var(--light-blue);
	position: absolute;
	left: 0;
	bottom: 0;
}

.committed-img-box::after {
	content: "";
	width: 44.6%;
	height: 100%;
	background-color: var(--light-blue);
	position: absolute;
	top: 0;
	right: 11%;
	z-index: -1;
}

.committed-img-wrap {
	padding-top: 115.8%;
	max-width: 86.7%;
	margin: 0 0 0 auto;
}

.committed-lawyer-wrap {
	position: absolute;
	width: 51.4%;
	height: 65%;
	right: 0;
	bottom: -57px;
}

.committed-lawyer-name {
	position: absolute;
	z-index: 9;
	bottom: 6.8%;
	font-size: 16px;
	font-weight: 400;
	left: 9%;
}

.committed-title {
	margin-bottom: 40px;
}

.committed-desc {
	max-width: 630px;
	width: 100%;
}

.committed-btn-wrap {
	margin: 58px 0 0 0;
}

/* ==============================================
Committed Counselors Section
============================================== */

/* ==============================================
Inner Banner Section CSS Start
============================================== */
.inner-banner-sec {
	min-height: 850px;
	padding: 150px 0 0px 0;
	position: relative;
	display: flex;
	align-items: flex-end;
}
body:not(:has(.inner-banner-sec)) .site-header {
	background-color: var(--primary-color);
}
.inner-banner-sec.banner-padding {
	padding-bottom: 0;
}
.inner-banner-wrapper:has(.inner-banner-content-list-wrap) {
	width: fit-content;
	position: relative;
	padding-bottom: 78px;
}
.inner-page-title {
	margin: 0;
}

.inner-banner-wrapper:has(.inner-banner-content-list-wrap)::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-color: var(--light-blue);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	pointer-events: none;
}

.inner-banner-bg {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.3;
	pointer-events: none;
	max-width: 42.7%;
	width: 100%;
	height: 100%;
}

.inner-banner-bg::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(175deg, rgba(32, 89, 144, 0.00) 0%, #205990 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.inner-banner-bg img {
	filter: grayscale(100%);
	right: 0;
	position: absolute;
	z-index: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.inner-banner-bg.center img {
	object-position: center;
}
.inner-banner-bg.top img {
	object-position: top;
}
.inner-banner-bg.bottom img {
	object-position: bottom;
}
.inner-banner-bg.left img {
	object-position: left;
}
.inner-banner-bg.right img {
	object-position: right;
}
.inner-banner-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(270deg, rgba(32, 89, 144, 0.00) 0%, #205990 100%);
	z-index: 1;
}

.inner-banner-bg.gradient-medium {
	max-width: 66%;
	opacity: 0.7;
	top: 30px;
}

.inner-banner-bg.gradient-medium::before {
	background: linear-gradient(270deg, rgba(32, 89, 144, 0.00) 20%, #205990 88.94%);
}

.inner-banner-bg.gradient-medium::after {
	background: linear-gradient(-180deg, rgba(32, 89, 144, 0.00) 0%, #205990 100%);
}

.inner-page-title:has(+ .inner-banner-content-list-wrap){
	margin: 0 0 97px 0;
}
.inner-page-title:has(+ .inner-banner-subtitle) {
	margin-bottom: 50px;
}
.inner-banner-subtitle {
	font-family: "DM Sans", sans-serif;
	margin-bottom: 30px;
}
.inner-banner-content-column {
	padding: 0 35px;
	width: 100%;
}

.inner-banner-content-list-wrap {
	margin: 0 -35px;
	position: relative;
	z-index: 1;
}

.content-column-1 {
	max-width: 33.5%;
}

.content-column-2 {
	max-width: 34%;
}

.content-column-3 {
	max-width: 31.4%;
}
body .inner-banner-content-column.column-100 {
	max-width: 100%;
	margin-bottom: 28px;
}
body .inner-banner-content-column:last-child {
	margin: 0 !important;
}

.inner-banner-content-column.column-50 {
	max-width: 50%;
}
.inner-banner-content-column.column-75 {
	max-width: 75%;
}

.inner-banner-sec.banner-style-two {
	min-height: 450px;
}

/* ==============================================
Inner Banner Section CSS End
============================================== */

/* ==============================================
Box List Section CSS Start
============================================== */
.box-list-section {
	padding: 84px 0 94px 0;
}

.box-sec-section-title {
	margin-bottom: 35px;
}

.box-sec-section-top-content {
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
}

.box-sec-header {
	margin-bottom: 86px;
}

.box-list {
	display: flex;
	gap: 73px;
	max-width: 1001px;
	width: 100%;
	margin: 0 auto;
}

.box-list-item {
	flex: 1 1 285px;
}

.box-sec-bottom-content {
	margin-top: 86px;
}

.box-list-inner {
	background-color: var(--yellow);
	padding: 42px 39px 64px 40px;
	color: var(--black);
}

.box-title {
	font-weight: 400;
	margin-bottom: 32px;
	color: var(--black);
}

/* ==============================================
Box List Section CSS End
============================================== */
/* ==============================================
Image Content Section CSS Start
============================================== */
.image-content-section {
	padding: 101px 0;
}

.left-image-box {
	max-width: 48.5%;
	width: 100%;
	padding: 0 15px;
}

.right-content-box {
	max-width: 44.1%;
	width: 100%;
	padding: 0 15px;
}

.image-wrapper {
	max-width: 78.9%;
	width: 100%;
	margin: 0 0 0 auto;
	position: relative;
	padding-top: 70px;
}

.image-wrapper::before {
	content: "";
	width: 50.4%;
	height: 100%;
	background-color: var(--light-blue);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.image-wrapper::after {
	content: "";
	width: 27%;
	height: 19.8%;
	background-color: var(--light-blue);
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.left-image-wrap {
	padding-top: 117.7%;
}

.right-content-wrap {
	padding: 20px 0 0 0;
}

.right-content {
	max-width: 506px;
	max-width: 100%;
}

.right-content-sec-title {
	margin-bottom: 35px;
}

.how-we-help-section+.image-content-section {
	padding-bottom: 148px;
}

.image-wrapper.style-two {
	padding: 0;
	max-width: 96.1%;
}

.image-wrapper.style-two .left-image-wrap {
	max-width: 82.2%;
	margin-left: auto;
	padding-top: 96.4%;
}

.image-wrapper.style-two::before {
	height: 35.5%;
	bottom: 0;
	top: unset;
}

.image-wrapper.style-two::after {
	width: 22%;
	height: 22%;
}

/* ==============================================
Image Content Section CSS End
============================================== */
/* ==============================================
Accordion Section CSS Start
============================================== */
.accordion-section {
	position: relative;
	padding: 80px 0;
}
.accordion_top-content {
	margin: 0 0 30px 0;
}
.accordion {
	max-width: 1063px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.accordion-header {
	padding: 24px 60px 27px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: 0.5s;
}

.accordion-header:hover {
	color: var(--yellow);
}

.accordion-header:hover path {
	stroke: var(--yellow);
}

.accordion-header svg {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.5s;
}

.accordion-header.active svg {
	transform: rotate(180deg);
}

.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6 {
	font-size: 18px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	margin-bottom: 32px;
}

.accordion-content li {
	padding-left: 28px;
}

.accordion-content li::before {
	background-color: var(--white);
	width: 4px;
	height: 4px;
	left: 11px;
	top: 0.6em;
}

.accordion-content {
	padding: 80px 75px 52px 73px;
}

.accordion-sec-bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--primary-color);
	width: 47.8%;
	padding-top: 65.3%;
}

.accordion-sec-bg img {
	filter: grayscale(100%);
	opacity: 1;
	height: 100%;
	position: absolute;
	inset: 0;
}

.accordion-sec-bg::before {
	content: "";
	width: 100%;
	height: 35%;
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(32, 89, 144, 0.00) 0%, #205990 100%);
}

.accordion-sec-bg::after {
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(32, 89, 144, 0.00) 0%, #205990 100%);
}
.accordion-sec-bg-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(70deg, rgba(32, 89, 144, 0.00) 0%, #205990 80%);
}

/* ==============================================
Accordion Section CSS End
============================================== */
/* ==============================================
How We Help Section CSS Start
============================================== */
.how-we-help-section {
	padding: 80px 0;
}

.how-we-help-wrap {
	margin: 0 -15px;
}

.how-we-help-left-box {
	max-width: 52.4%;
	width: 100%;
	padding: 0 15px;
}

.how-we-help-content-wrap {
	max-width: 701px;
	width: 100%;
	margin: 0 auto;
	padding-top: 9.2%;
}

.how-we-help-sec-title {
	margin-bottom: 57px;
}

.how-we-help-content {
	max-width: 506px;
	margin-left: auto;
}

.how-we-help-right-box {
	max-width: 44.5%;
	width: 100%;
	padding: 0 15px;
}

.how-we-help-image-wrapper {
	max-width: 95.3%;
	width: 100%;
	position: relative;
}

.how-we-help-image-wrap {
	padding-top: 117.6%;
	max-width: 89%;
	margin-left: auto;
}

.how-we-help-image-wrap img {
	object-position: top;
}

.how-we-help-image-wrapper::before {
	content: "";
	width: 100%;
	height: 54.7%;
	background-color: var(--light-blue);
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.how-we-help-image-wrap::after {
	content: "";
	width: 27.1%;
	height: 19.6%;
	background-color: var(--light-blue);
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

/* ==============================================
How We Help Section CSS End
============================================== */
/* ==============================================
Info List Section CSS Start
============================================== */
.info-list-section {
	padding: 114px 0 90px 0;
}
.info-list-wrapper {
	padding-bottom: 116px;
}

.info-list-top-wrap {
	margin: 0 -15px;
}

.info-left-box {
	max-width: 34%;
	width: 100%;
	padding: 0 15px;
}

.info-right-box {
	max-width: 64.75%;
	width: 100%;
	padding: 0 15px;
}

.info-right-image {
	padding-top: 59.2%;
}

.info-list-b-wrap {
	margin: 0 -15px;
	padding-top: 40px;
}

.info-content-wrap {
	max-width: 31.23%;
	width: 100%;
	padding: 0 15px;
}

.info-sec-title {
	margin: 0 0 91px 0;
}

.info-shoot-content {
	max-width: 470px;
	width: 100%;
}

.info-right-inner {
	position: relative;
	padding-top: 40px;
	margin-top: 23px;
}

.info-shoot-content ul {
	margin: 75px 0 0 0;
}

.info-right-inner::before {
	content: "";
	width: 43.8%;
	height: 100%;
	background-color: var(--light-blue);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.info-right-inner::after {
	content: "";
	width: 27.8%;
	height: 16%;
	background-color: var(--light-blue);
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

/* ==============================================
Info List Section CSS End
============================================== */
/* ==============================================
Showcase Section CSS Start
============================================== */
.showcase {
	padding: 173px 0 100px 0;
}
.showcase-inner-wrapper {
	padding-bottom: 126px;
}
.showcase-inner {
	margin: 0 -15px;
}

.showcase-img-col {
	max-width: 48.4%;
	width: 100%;
	padding: 0 15px;
}

.showcase-content-col {
	max-width: 49.42%;
	width: 100%;
	padding: 0 15px;
}

.showcase-img-wrap {
	padding-top: 116.9%;
}

.showcase-img-wrapper {
	padding: 60px 0px 0 37px;
	position: relative;
	max-width: 97.4%;
	margin-left: auto;
}

.showcase-img-wrapper::before {
	content: "";
	width: 46.1%;
	height: 100%;
	position: absolute;
	background-color: var(--light-blue);
	top: 0;
	right: 0;
	pointer-events: none;
}

.showcase-img-wrapper::after {
	content: "";
	width: 20%;
	height: 16%;
	position: absolute;
	background-color: var(--light-blue);
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}

.showcase-img-wrap img {
	z-index: 1;
}

.showcase-title {
	margin-bottom: 55px;
}

/* .showcase-content-wrap ul {
	margin: 59px 0 80px 0;
}
.showcase-content-wrap p {
	margin-bottom: 36px;
}
*/

/* ==============================================
   Showcase Section CSS End
   ============================================== */
/* ==============================================
   Service List Section CSS Start
   ============================================== */
.service-list {
	padding: 137px 0 180px 0;
}
.service-list-wrapper {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.service-list-wrap {
	gap: 21px;
	margin: 0;
}

.service-link {
	padding: 16px 48px 16px 35px;
	border: 1px solid var(--white);
	background-image: url('data:image/svg+xml,<svg width="11" height="15" viewBox="0 0 11 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13.75L8.53834 7.25L0.999999 0.75" stroke="white" stroke-width="2"/></svg>');
	background-repeat: no-repeat;
	background-position: right 27px center;
	font-size: 16px;
	display: inline-block;
}

.service-link:hover {
	background-position: right 20px center;
	border-color: var(--yellow);
	background-color: var(--yellow);
	color: var(--primary-color);
	background-image: url('data:image/svg+xml,<svg width="11" height="15" viewBox="0 0 11 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13.75L8.53834 7.25L0.999999 0.75" stroke="%23205990" stroke-width="2"/></svg>');


}


/* ==============================================
   Service List Section CSS End
   ============================================== */
/* ==============================================
   Author Details Page CSS Start
   ============================================== */
.attorney-details {
	padding: 281px 0 160px 0;
}
.attorney-details-wrap {
	margin: 0 -15px;
}
.attorney-image-wrap {
	max-width: 24.6%;
	width: 100%;
	padding: 0 15px;
}
.attorney-meta-data-wrap {
	max-width: 30%;
	width: 100%;
	padding: 0 15px;
}
.attorney-video-wrap {
	max-width: 40.68%;
	width: 100%;
	padding: 0 15px;
}
.attorney-image {
	padding-top: 120%;
	width: 100%;
}
.attorney-image img {
	object-position: top;
}
.author-practice-areas-list-wrap {
	gap: 22px;
	margin: 0;
}
.author-practice-areas-list-wrap li a{
	display: inline-block;
}
.attorney-name {
	margin-bottom: 15px;
}
.attorney-position {
	padding-bottom: 26px;
	position: relative;
	margin-bottom: 30px;
}
.attorney_biography_label {
	margin-bottom: 57px;
}

.video-play-icon {
	display: inline-block;
	position: absolute;
	inset: 0;
	margin: auto;
	line-height: 1;
	width: 23.03%;
	height: 37%;
}
.video-play-icon svg {
	width: 100%;
	height: 100%;
}
.video-play-icon:hover circle {
	fill: var(--yellow);
}
.contact-link {
	display: flex;
	align-items: center;
}
.contact-text {
	margin-left: 27px;
}
.contact-info-wrap {
	padding: 70px 0 57px 0;
	gap: 65px;
}
.attorney_biography_content_list-item {
	max-width: 28.83%;
	width: 100%;
	padding: 0 15px;
}
.attorney_biography_content_list {
	margin: 0 -15px;
}
.attorney-biography-wrap {
	padding: 30px 0 47px;
}
.attorney-testimonial-wrap {
	padding: 140px 0;
	border-top: 1px solid var(--light-blue);
}
.attorney-testimonial-inner {
	max-width: 693px;
	width: 100%;
	margin: 0 auto;
}
.quotes-icon {
	margin-bottom: 52px;
}
.attorney-testimonial-author {
	margin-top: 35px;
}
.credentials_sections-list {
	margin: 0 -25px;
}
.credentials_item {
	max-width: 33.33%;
	width: 100%;
	padding: 0 25px;
}
.attorney-position::before {
	content: "";
	max-width: 402px;
	width: 100%;
	height: 1px;
	background-color: var(--light-blue);
	position: absolute;
	bottom: 0;
}
.practices_label {
	font-size: 18px;
}
.author-service-link {
	padding: 16px 45px 16px 35px;
	background-position: right 19px center;
}
.author-service-link:hover {
	background-position: right 13px center;
}
.attorney-video {
	position: relative;
	padding-top: 61%;
	max-width: 96.2%;
	width: 100%;
	margin: 17px 0 0 auto;
}
.attorney-video a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.attorney-video .video-thumbnail {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.attorney-meta-data {
	padding-top: 30px;
}
.credentials_sections-wrap {
	padding: 27px 0 0 0;
}
.credentials-title {
	margin-bottom: 39px;
}
.credentials-content p {
	margin-bottom: 14px;
}
.credentials_item-inner {
	position: relative;
	padding-bottom: 45px;
	height: 100%;
}
.credentials_item-inner::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--light-blue);
	position: absolute;
	bottom: 0;
	max-width: 509px;
}
/* ==============================================
   Author Details Page CSS End
   ============================================== */

/* ==============================================
   Team Section CSS Start
   ============================================== */
.team-intro-sec-section {
	padding: 116px 0 84px;
}
.team-intro-sec-title {
	margin-bottom: 81px;
}
.team-intro-sec-content-row {
	margin: 0 -15px;
}
.team-intro-sec-attorney-list-wrap {
	max-width: 54.1%;
	width: 100%;
	padding: 0 15px;
}
.team-intro-sec-text-wrap {
	max-width: 40%;
	width: 100%;
	padding: 0 15px;
}
.team-intro-sec-attorney-item {
	max-width: 50%;
	width: 100%;
	padding: 0 42px;
}
.team-intro-sec-attorney-list {
	margin: 0 -42px;
}
.team-intro-sec-name {
	margin: 0;
}
.team-intro-sec-image {
	padding-top: 120.7%;
	overflow: hidden;
	margin-bottom: 45px;
}
.team-intro-sec-image > img {
	object-position: top;
}
.team-intro-sec-image:hover img {
	transform: scale(1.06);
}
.team-intro-sec-text-wrap {
	max-width: 41.5%;
	width: 100%;
	padding: 0 15px;
}
.team-intro-sec-text {
	max-width: 484px;
	width: 100%;
	margin: 32px 0 0 0;
}
/* ==============================================
   Team Section CSS End
   ============================================== */
/* ==============================================
   Free Consultation Section CSS Start
   ============================================== */
.free-consult-sec-section {
	padding: 177px 0 211px 0;
	position: relative;
}
.free-consult-sec-content {
	max-width: 41.3%;
	width: 100%;
	padding: 0 15px;
	margin-left: auto;
}

.free-consult-sec-title {
	margin: 0 0 40px 0;
}
.free-consult-sec-btn {
	margin-top: 46px;
}
.free-consult-sec-img {
	max-width: 57%;
	padding-top: 33%;
	z-index: 1;
	position: absolute;
	width: 100%;
}

.free-consult-sec-img::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(32, 89, 144, 0.00) 0%, #205990 101%);
	pointer-events: none;
}
.free-consult-sec-img::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(32, 89, 144, 0.00) 0%, #205990 100%);
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
}
.free-consult-sec-img-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.free-consult-sec-img-overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(32, 89, 144, 0.00) 0%, #205990 85.94%);
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.97;
}
.free-consult-sec-img img {
	filter: grayscale(100%);
}


.free-consult-sec-section.layout_two {
	padding: 24px 0 30px;
	min-height: 786px;
	display: flex;
	align-items: center;
}
.layout_two .free-consult-sec-content {
	max-width: 39.2%;
}
.layout_two .free-consult-sec-text {
	max-width: 504px;
	width: 100%;
}
.layout_two .free-consult-sec-text p {
	margin-bottom: 30px;
}
.free-consult-sec-section.layout_two {
	padding: 24px 0 30px;
}
.layout_two .free-consult-sec-img {
	padding-top: 40%;
}

body .free-consult-sec-content:has(.full-width) {
	max-width: 100%;
	z-index: 1;
	padding: 0;
}
.free-consult-sec-text.full-width {
	max-width: 100%;
}
/* ==============================================
   Free Consultation Section CSS End
   ============================================== */

/* ==============================================
   Image Content Split Section CSS End
   ============================================== */   
.image-content-split-sec {
	padding: 77px 0 103px;
}
.split-sec-left-box {
	max-width: 41.6%;
	width: 100%;
	padding: 0 15px;
}
.split-sec-row {
	margin: 0 -15px;
}
.split-sec-right-box {
	max-width: 55.2%;
	width: 100%;
	padding: 0 15px;
}
.split-sec-img-wrap {
	padding-top: 102.5%;
}
.split-sec-intro {
	max-width: 506px;
	width: 100%;
	margin: 0 0 66px 0;
}
.split-sec-content li {
	padding-left: 28px;
}
.split-sec-content ul:last-child {
	margin: 0;
}
.split-sec-content-wrap {
	margin-right: -118px;
}
 .split-image-style-one{
	padding-top: 50px;
	position: relative;
}  
.split-image-style-one::before {
	content: "";
	width: 51.4%;
	height: 60px;
	background-color: var(--light-blue);
	position: absolute;
	top: 0;
	left: 0;
}
.two-column-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.split-column-1 {
	max-width: 48%;
	width: 100%;
	padding: 0 15px;
}
.split-column-2 {
	max-width: 50%;
	padding: 0 15px 0 0;
	width: 100%;
}
.split-sec-list-item.full-width {
	max-width: 100%;
	padding: 0 15px;
}
.two-column-row .split-sec-list-item.full-width {
	margin-bottom: 30px;
}
.two-column-row .split-sec-list-item.full-width:last-child {
	margin-bottom: 0;
}


.image-content-split-sec:has(.split-image-style-two) {
	padding: 130px 0 81px;
}
.split-sec-title {
	margin-bottom: 40px;
}
.split-image-style-two {
	padding-bottom: 40px;
	position: relative;
}
.split-image-style-two::before {
	content: "";
	width: 36%;
	height: 30%;
	background-color: var(--light-blue);
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.split-image-style-two .split-sec-img-wrap::after {
	content: "";
	width: 15.6%;
	height: 34.2%;
	background-color: var(--light-blue);
	position: absolute;
	bottom: 0;
	pointer-events: none;
}
.image-content-split-sec:has(.split-image-style-two) .split-sec-content-wrap {
	margin: 0;
}
.image-content-split-sec:has(.split-image-style-two) .split-sec-right-box {
	max-width: 51.3%;
}
.one-column-row .split-column-1 {
	max-width: 634px;
	width: 100%;
	padding: 0;
}
/* ==============================================
   Image Content Split Section CSS End
   ============================================== */
   /* ==============================================
   Testimonial Page CSS Start
   ============================================== */
   .testimonials {
	padding: 0 0 102px 0;
}
.testimonial-banner{
	padding: 306px 0 130px 0;
}
.testimonial-wrapper {
	max-width: 1695px;
	width: 100%;
	margin: 0 auto;
}
.testimonial-row {
	column-count: 3;
	column-gap: 20px;
}

.testimonials-column {
	width: 100%;
	padding-bottom: 20px;
	break-inside: avoid-column;
}

.testimonials-inner-box {
	background-color: var(--light-blue);
	padding: 47px 46px 32px 39px;
	border-radius: 24px;
}
.quote-icon {
	max-width: 124px;
	width: 100%;
	margin: 0 auto 31px auto;
}
.quote-icon svg {
	width: 100%;
	height: 100%;
}

.testimonial-content {
	margin-bottom: 50px;
}
.testimonial-content p {
	font-size: clamp(18px, 1.7vw, 24px);
	font-style: italic;
	line-height: 1.58;
	color: var(--black);
	margin: 0;
}
.testimonial-meta-data {
	gap: 20px;
}
.testimonial-author-name {
	color: var(--black);
	margin: 0;
}
.testimonial-lode-more-wrap {
	margin-top: 140px;
	text-align: center;
}
.testimonial-lode-more {
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	background-color: transparent;
	border: 0;
	padding: 0;
	transition: 0.5s;
	cursor: pointer;
}
.testimonial-lode-more:hover {
	color: var(--yellow);
}
   /* ==============================================
   Testimonial Page CSS End
   ============================================== */
   /* ==============================================
Center Section CSS Start
   ============================================== */
   .banner-padding {
	padding: 230px 0 115px 0;
}
.center-content-wrap {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
   .center-content-section {
	background-color: var(--light-blue);
}
.center-sec-icon {
	max-width: 200px;
	width: 100%;
	margin: 0 auto 40px auto;
	background-color: var(--yellow);
	border-radius: 50%;
	padding-top: 200px;
}
.center-sec-icon > img {
	filter: brightness(0) saturate(100%) invert(25%) sepia(73%) saturate(1040%) hue-rotate(181deg) brightness(95%) contrast(87%);
	width: 56%;
	margin: auto;
	height: auto;}
	.center-content-wrap * {
	color: var(--primary-color);
}
   /* ==============================================
Center Section CSS End
   ============================================== */
   /* ==============================================
Flex Boxes Section CSS Start
   ============================================== */
.flex-boxes-section-wrap {
	margin-bottom: 60px;
}
.flex-boxes-list {
	margin: -25px;
}
.flex-boxes-wrap {
	max-width: 50%;
	width: 100%;
	padding: 25px;
}
.flex-inner-boxes-wrap {
	padding: 50px;
	background-color: var(--yellow);
	height: 100%;
}
.flex-box-content li::before {
	background-color: var(--black);
}
.flex-box-content li {
	margin-bottom: 20px;
}
.flex-box-content li:last-child {
	margin: 0;
}
.flex-box-content ul {
	margin: 0;
}
.flex-box-content a {
	color: #000;
}
.flex-box-content a:hover {
	text-decoration: none;
}
.flex-boxes-title, .flex-box-content {
	color: var(--black);
}
.flex-boxes-title a{
	color: var(--black);
}
.flex-boxes-title a:hover{
	text-decoration: none;
}
.flex-boxes-title {
	padding-left: 25px;
	position: relative;
	border-left: 2px solid var(--black);
	margin-bottom: 28px;
}
.flex-boxes-sec-bottom-content {
	margin-top: 50px;
}
   /* ==============================================
Flex Boxes Section CSS End
   ============================================== */
.contact-sec {
	padding: 100px 0;
}
   .contact-sec-wrapper {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.contact-form-box {
	max-width: 63%;
	width: 100%;
	padding: 0 15px;
}
.contact-type-box {
	max-width: 35%;
	width: 100%;
	padding: 0 15px;
}
.contact-form-inner-box {
	background-color: var(--white);
	border-radius: 16px;
	padding: 51px 40px;
}
.contact-type-inner {
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 50px 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-title {
	color: var(--black);
	font-family: "DM Sans", sans-serif;
	margin-bottom: 30px;
}
.contact-desc {
	color: #374151;
	max-width: 450px;
	margin: 0 0 50px 0;
}
.contact-form-wrap .contact-form .gfield_label, .contact-form-wrap .gfield_html * {
	color: #374151 !important;
	font-weight: 400 !important;
}
.contact-form-wrap .contact-form .gfield--type-html .gfield_label p{
	color: #374151; font-weight: 500;
}

.contact-form-wrap .contact-form input, .contact-form-wrap .contact-form textarea, .contact-form-wrap .contact-form select {
	border: 1.5px solid #374151 !important;
	padding: 13px 20px !important;
	color: #374151 !important;
}
body .contact-form-wrap .contact-form input[type="submit"] {
	padding: 13px 20px !important;
}
.contact-form-wrap .contact-form select {
	padding: 14px 20px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23374151'/%3E%3C/svg%3E") !important;
}
body .contact-form-wrap .contact-form input[type="submit"]:hover {
	background-color: var(--black) !important;
	border-color: var(--black) !important;
}
.contact-link-item {
	display: flex;
}
.contact-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.contact-link-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	align-items: flex-start;
}
.contact-type-icon {
	max-width: 22px;
	width: 100%;
	line-height: 1;
	margin: 2px 20px 0 0;
}
.contact-type-icon svg {
	width: 100%;
	height: 100%;
}
.contact-type-icon svg path {
	stroke: var(--yellow);
}
.contact-link-wrap {
	max-width: calc(100% - 50px);
	width: 100%;
}
.contact-label {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 8px 0;
	display: inline-block;
	line-height: 1;
}
.contact-link-item:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.contact-links-wrap {
	margin: 0;
}
.contact-sec-wrap .contact-form .validation_message, .contact-sec-wrap .contact-form .validation_message {
	padding: 0 !important;
}
.contact-form-wrap .contact-form select option {
	background-color: var(--yellow) !important;
}
.contact-form-wrap .gform_button_select_files {
	background-color: var(--primary-color) !important;
}
.contact-form-wrap .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
	color: var(--primary-color) !important;
}

.contact-sec:not(:has(.contact-type-box)) .contact-form-box {
	max-width: 1093px;
	margin: 0 auto;
}
/* ==============================================
   FOOTER STYLES START
   ============================================== */

.site-footer {
	position: relative;
	z-index: 1;
	padding: 46px 0 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-wrapper {
	max-width: 1775px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

.site-footer::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	position: absolute;
	z-index: -1;
	opacity: 1;
	inset: 0;
	mix-blend-mode: screen;
}

.footer-wrap {
	margin: 0 -15px;
}

.footer-left-column {
	max-width: 29.7%;
	width: 100%;
	padding: 0 15px;
}

.footer-center-column {
	max-width: 33%;
	width: 100%;
	padding: 0 15px;
	margin-right: auto;
}

.footer-right-column {
	max-width: 35%;
	width: 100%;
	padding: 0 15px;
}

.schedule-consultation-title {
	margin: 0px 0 31px 0;
}

.footer-sec-title {
	margin-bottom: 57px;
}

.form-wrap {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 26px 35px 31px 37px;
	max-width: 488px;
}

.footer-right-inner {
	max-width: 482px;
	margin: 60px 0 0 auto;
}

.f-site-logo {
	margin-bottom: 34px;
}

.site-footer a {
	color: var(--white);
}

.site-footer a:hover {
	color: var(--yellow);
}

.footer-content {
	max-width: 304px;
	margin-bottom: 79px;
}

.footer-menu li {
	margin: 0 0 16px 0;
	padding: 0;
}

.footer-menu a {
	font-weight: 400;
}

.footer-menu li::before,
.footer-link-item::before {
	all: unset;
}

.menu-footer-menu-container {
	margin-bottom: 57px;
}

.footer-link-item {
	margin-bottom: 22px;
	padding: 0;
}

.footer-link {
	display: flex;
	align-items: center;
}

.footer-link svg {
	margin-right: 34px;
}

.footer-link-location svg {
	margin-top: 4px;
}

.link-text {
	display: inline-block;
	width: calc(100% - 30px);
	font-size: 16px;
	line-height: 1.56;
}

.footer-link-location .footer-link {
	align-items: flex-start;
}

.social-media-link-item {
	padding: 0;
}

.social-media-link-item::before {
	all: unset;
}

.social-media-link-wrap {
	gap: 14px;
	margin: 0;
}

.social-media-link {
	width: 39px;
	height: 39px;
	border: 2px solid var(--white);
	border-radius: 50%;
}

.social-media-link:hover {
	border-color: var(--yellow);
}

.social-media-link:hover path {
	fill: var(--yellow);
}

.contact-with-us-title {
	font-size: 16px;
	margin-bottom: 22px;
}

.footer-bottom {
	padding: 49px 0 0 0;
}

.location-wrap {
	position: relative; padding-top: 99.3%; width: 99.2%; margin-left: auto; margin-bottom: 46px;
}

.location-wrap iframe {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.scrollup {
	position: fixed; background-color: #e7ba22; bottom: -60px; right: 20px; color: #fff; height: 45px; width: 45px; font-size: 26px;
	cursor: pointer; line-height: 38px; z-index: 999; box-shadow: 0 2px 15px 0 rgba(0,0,0,.1); display: flex; justify-content: center;
	-webkit-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
	font-family: Arial, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.scrollup:hover {
	opacity: .8;
}
.scrollup-show {
	bottom: 20px;
}

/* ==============================================
	FOOTER STYLES END
============================================== */

.search-wrap {
	position: relative; display: inline-block;
}
.search-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; cursor: pointer; transition: all 0.3s ease;
}
.search-pop-form {
	position: absolute;
	top: 50px;
	right: 0;
	background: var(--light-blue);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition: all 0.3s ease;
	z-index: 999;
	min-width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-pop-form .search-field::placeholder {
	color: var(--primary-color);
}

.search-pop-form.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.search-pop-form .search-form label {
	margin: 0;
	width: calc(100% - 56px);
}

.search-pop-form .search-form {
	flex-direction: row;
	max-width: 400px;
	width: 100%;
}

.search-pop-form .search-field {
	margin: 0 !important;
	color: var(--primary-color) !important;
	border-radius: 0px !important;
	border: 3px solid var(--primary-color) !important;
}

.search-pop-form .search-field:focus {
	outline: none !important;
}

.search-pop-form .search-submit {
	font-size: 0;
	background-color: var(--primary-color) !important;
	border: 3px solid var(--primary-color) !important;
	border-radius: 0 !important;
	background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6934 11.9373L9.50182 8.74574C11.3741 6.45593 11.0355 3.0819 8.74574 1.20965C6.45593 -0.662611 3.0819 -0.324072 1.20965 1.96573C-0.662611 4.25554 -0.324072 7.62957 1.96573 9.50172C3.93801 11.1143 6.77346 11.1143 8.74574 9.50172L11.9373 12.6933C12.1497 12.8985 12.4882 12.8926 12.6934 12.6801C12.8935 12.4729 12.8935 12.1444 12.6934 11.9372V11.9373ZM5.36431 9.64183C3.00182 9.64183 1.08669 7.72669 1.08669 5.3642C1.08669 3.00172 3.00182 1.08669 5.36431 1.08669C7.7268 1.08669 9.64193 3.00183 9.64193 5.36431C9.63925 7.72562 7.72572 9.63925 5.36431 9.64193V9.64183Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 25px !important;
	background-size: 20px;
	border-left: 0 !important;
	transition: 0.5s;
}

.search-pop-form .search-submit:hover {
	background-color: var(--yellow) !important;
	background-image: url("data:image/svg+xml,<svg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.6934 11.9373L9.50182 8.74574C11.3741 6.45593 11.0355 3.0819 8.74574 1.20965C6.45593 -0.662611 3.0819 -0.324072 1.20965 1.96573C-0.662611 4.25554 -0.324072 7.62957 1.96573 9.50172C3.93801 11.1143 6.77346 11.1143 8.74574 9.50172L11.9373 12.6933C12.1497 12.8985 12.4882 12.8926 12.6934 12.6801C12.8935 12.4729 12.8935 12.1444 12.6934 11.9372V11.9373ZM5.36431 9.64183C3.00182 9.64183 1.08669 7.72669 1.08669 5.3642C1.08669 3.00172 3.00182 1.08669 5.36431 1.08669C7.7268 1.08669 9.64193 3.00183 9.64193 5.36431C9.63925 7.72562 7.72572 9.63925 5.36431 9.64193V9.64183Z' fill='%23205990'/></svg>");
}
.full-content-sec{
	padding: 70px 0;
}
/* ==============================================
	Blog Page CSS
============================================== */
.blog-filter-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px 0 0 -20px;
	position: relative;
}
.blog-filter-row .blog-fbox {
	margin: 0 20px 20px 20px;
	width: 100%;
	max-width: 350px;
}
.blog-fbox select {
	cursor: pointer;
	background-image: url(./assets/images/drop-down.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	-webkit-appearance: none;
	font-size: 17px;
	color: #205990;
	font-weight: 400;
	line-height: 1.4;
	background-color: #f9f9f9;
	padding: 13px 30px 13px 17px;
	border: 1px solid #205990;
	border-radius: 0;
	width: 100%;
}
.blog-listing-wrap {
	gap: 45px 30px;
}
.blog-listing-wrap .blog_item-wrap{
	width:calc(33.33% - 60px/3);
}
.blog-listing-wrap .blog-content-wrap{
	padding:20px;
	flex-direction: column;
    gap: 10px;
}
.blog-listing-wrap .blog-box{
	height:100%;
}
.blog-listing-wrap .post-btn-sec,
.blog-listing-wrap .post-btn-sec svg{
	transition:0.4s all;
}
.blog-listing-wrap .post-btn-sec svg{
	transform: rotate(45deg);
}
.blog-listing-wrap .post-link:hover .post-btn-sec svg{
	transform: rotate(0deg);
}
.blog-listing-wrap .blog-img{
	line-height: 1px;
	overflow: hidden;
	position: relative;
}
.blog-listing-wrap .blog-img img {
    width: 100%;
    min-height: 295px;
    max-height: 295px;
    object-fit: cover;
    transform: scale(1);
    transition: .4s all;
}
.blog-listing-wrap .post-link:hover .blog-img img{
	transform: scale(1.10);
}
.blog-listing-wrap .post-link{
	text-decoration: none;
	display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
	border: 1px solid var(--light-blue);
	color: var(--white);
	transition: .4s all;
}
.blog-listing-wrap .post-link:hover{
	color: var(--white);
}
.blog-listing-wrap .blog-title{
	margin: 0px;
	transition: .4s all;
}
.blog-listing-wrap .post-link:hover .blog-title{
	color: var(--yellow);
}
.blog-listing-wrap .post-date{
	font-size: 14px;
}
.pagination .nav-links{
	text-align:center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap:20px;
	position: relative;
}
.pagination .nav-links a,
.pagination .nav-links span{
	font-weight:600;
	text-decoration:none;
	transition:0.4s all;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers{
	width:40px;
	height:40px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	transform: rotate(45deg);
}
.pagination .prev.page-numbers{
	transform: rotate(-135deg);
}
.pagination .nav-links .current{
	color:var(--yellow);
}
.pagination-wrap{
	padding:20px 0 40px 0;
}
.blog-listing-wrap{
	padding: 0 0 40px;
}

.blog-page-content{
	padding:0 0 60px;
	position: relative;
}
.blog-page-content .blog-inner-content{
	gap:100px;
}
.blog-page-content .blog-content-wrap{
	flex:0 0 calc(66.66% - 100px/2);
}
.blog-page-content .blog-sidebar-wrap{
	flex:0 0 calc(33.33% - 100px/2);
}
.inner-blog-sidebar{
	position: sticky;
    top: 40px;
}
.entry-meta.post-date{
	position: relative;
}
.blog-sidebar-wrap .widget{
	padding:30px;
	margin:0 0 30px;
	background:var(--light-blue);
	border-radius: 24px;
}
.blog-sidebar-wrap .widget li a{
	font-weight:500;
	text-decoration:none;
	color: var(--black);
}
.blog-sidebar-wrap .widget li a:hover{
	color: var(--yellow);
}
.blog-sidebar-wrap .widget li::before{
	background-color: var(--black);
}
.blog-sidebar-wrap .wp-block-heading{
	margin: 0 0 15px !important;
}
.blog-sidebar-wrap .wp-block-latest-posts__post-author, .blog-sidebar-wrap .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em;
    color: var(--black);
}
.blog-sidebar-wrap .widget ul{
	margin: 0px;
}
.blog-sidebar-wrap .wp-block-latest-posts.wp-block-latest-posts__list li{
    position: relative;
    padding-left: 20px;
    margin: 0;
    text-align: left;
}
.blog-sidebar-wrap .wp-block-latest-posts.wp-block-latest-posts__list li::before {
    content: "";
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 0;
    background-color: var(--black);
    top: 0.65em;
    position: absolute;
}
.navigation.post-navigation{
	padding: 20px 0 20px 0;
}
.navigation.post-navigation a{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
	text-decoration: none;
	font-weight: 600;
}
.navigation.post-navigation .nav-previous a{
	justify-content: flex-start;
}
.navigation.post-navigation a .icon{
	transform: rotate(45deg);
}
.navigation.post-navigation .nav-previous a .icon{
	transform: rotate(-135deg);
	position: relative;
	top: -3px;
}
.post-navigation .nav-links{
	gap: 10px;
}
.blog_post-banner.inner-banner-sec,
.archive .blog_post-banner.inner-banner-sec,
.blog .blog_post-banner.inner-banner-sec {
	align-items: flex-start;
}
.inner-banner-sec .post_banner-wrapper{
	margin: 0 0 30px 0;
}
body.single-post .inner-page-title {
    margin: 0 0 10px;
}
.auther-box {
	padding: 30px 0; border-top: 1px solid var(--light-blue); border-bottom: 1px solid var(--light-blue); margin-top: 40px;
}
.auther-box-wrap {
	display: flex; flex-wrap: wrap; align-items: center;
}
.auther-img {
	max-width: 150px; width: 100%;
}
.auther-info {
	max-width: calc(100% - 150px); width: 100%; padding-left: 40px;
}
.auther-img > img {
	width: 100%;
}
.auther_link {
	font-size: 22px;
	line-height: 1.18;
    margin: 0px 0 15px 0;
    width: 100%;
    position: relative;
    font-weight: 500;
    color: var(--white);
    font-family: "Playfair Display", serif;
	text-decoration: none;
}

/* ==============================================
	END Blog Page CSS
============================================== */