/* ESSENTIALS CHILD THEME: "Sleek" */
/* Add icon instead */
body .gform_wrapper .icon-name label:before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 20px;
    color: var(--color-lime);
top: -8px;
    position: absolute;
    left: -4px;
}

body .gform_wrapper .icon-name label::before {
	content: "\f007";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 16px;
	color: var(--color-primary);
	top: -3px;
	position: absolute;
	left: 2px;
}

body .gform_wrapper .icon-phone label:before {
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 16px;
	color: var(--color-primary);
	top: -3px;
	position: absolute;
	left: 2px;
}

body .gform_wrapper .icon-email label:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 16px;
	color: var(--color-primary);
	top: -3px;
	position: absolute;
	left: 2px;
}

body .gform_wrapper .icon-message label:before {
    content: "\f086";
    font-family: "Font Awesome 6 Pro";
 	font-weight: 400;
	font-size: 16px;
	color: var(--color-primary);
	top: -3px;
	position: absolute;
	left: 2px;
}
/* Hero */
.hero {
	width: 100%;
	position: relative;
}

.hero-height {
	height: 640px;
}

.hero:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero h2 {
	line-height: 1.2;
	font-weight: 300;
	font-size: 2.813rem;
	letter-spacing: 10px;
	color: var(--color-near-white);
	text-transform: uppercase;
}

.hero .swiper-pagination {
	bottom: 30px;
}

.hero h2 strong {
	display: block;
	font-weight: inherit;
}

.hero .hero-title-1 {
	font-size: 1.15rem;
	letter-spacing: 2px;
}

.hero .hero-title-3 {
	font-weight: 500;
	color: var(--color-secondary);
}

.hero .slick-dots {
	bottom: 20px;
}

.hero-slide {
	position: relative;
}

.hero-slide-content {
	z-index: 1;
	display: flex;
	position: relative;
	text-align: center;
	align-items: flex-end;
}

.hero-slide-content-inner {
	margin-bottom: 90px;
}

.hero-slide-content .row {
	flex: 1;
}

.hero-slide-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.hero-slide.slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-slide-image:after,
.hero-slide-image:before {
	left: 0;
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	pointer-events: none;
}

.hero-slide-image:before {
	bottom: 0;
	height: 160px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.hero-slide-image:after {
	top: 0;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(11, 33, 54, 0.596) 0%,
		rgba(11, 33, 54, 0.412) 47%,
		rgba(11, 33, 54, 0.596) 100%
	);
}

@media screen and (min-width: 768px) {
	.hero h2 {
		font-size: 4.063rem;
		letter-spacing: 15px;
	}

	.hero .hero-title-1 {
		font-size: 1.375rem;
		letter-spacing: 3px;
	}

	.hero .slick-dots {
		bottom: 40px;
	}

	.hero-slide-content {
	}
}

@media screen and (min-width: 1025px) {
	.hero-height {
		height: 100vh;
	}

	.hero h2 {
		font-size: 5.313rem;
		letter-spacing: 20px;
	}

	.hero .hero-title-1 {
		font-size: 1.5rem;
		letter-spacing: 5px;
	}

	.hero .slick-dots {
		bottom: 50px;
	}

	.hero-slide-content {
	}
}

/* Intro Section */
.intro {
	position: relative;
	padding-top: 75px;
	padding-bottom: 30px;
}

.intro-holder {
	display: flex;
	flex-wrap: wrap;
}

.intro-heading {
	text-transform: uppercase;
}

.intro-heading h6 {
	margin-bottom: 5px;
	color: var(--color-alternate);
	font-size: 1.25rem;
	letter-spacing: 4px;
}

.intro-heading h2 {
	color: #0e2840;
	margin-bottom: 22px;
}

.intro-right {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.intro-right img {
	width: 100%;
}

.intro-shape {
	position: absolute;
	top: 0;
	height: 100%;
	left: -240px;
	opacity: 0.04;
	pointer-events: none;
}

.intro-shape img {
	height: 100%;
	width: auto;
	display: block;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-bottom: 90px;
	}

.intro::before {
	position: absolute;
	top: 0;
	right: 50%;
	width: 381px;
	height: 100%;
	background-color: var(--color-light-gray);
	content: "";
	transform: translateX(50%);
	pointer-events: none;
	margin-right: -390px;
	opacity: 0;
}

	.intro-holder {
		justify-content: space-between;
		flex-wrap: unset;
	}

	.intro-content {
		width: 50%;
		position: relative;
		margin-right: 80px;
		line-height: 1.75;
		padding-top: 60px;
		order: 1;
	}

	.intro-content:before {
		position: absolute;
		top: 60px;
		left: -45px;
		width: 3px;
		min-height: 350px;
		background-color: var(--color-secondary);
		content: "";
	}

.intro-right {
	width: calc(50% + 25px);
	margin-right: -21px;
	position: relative;
	order: 2;
	margin-bottom: 0;
	padding-left: 50px;
}

	.intro-right img {
		margin-left: auto;
		display: block;
		width: auto;
	}
}

/* Factors */
.steps {
	padding-top: 40px;
	padding-bottom: 40px;
	color: var(--color-near-white);
	background-color: #0e2840;
}

.steps-block {
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	font-size: 1rem;
	padding-bottom: 25px;
}

.steps-block:after {
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-near-white);
	opacity: 0.2;
	content: "";
}

.steps-block:last-child:after {
	display: none;
}

.steps-block i {
	margin-bottom: 25px;
	font-size: 48px;
	display: block;
	font-weight: 100;
	color: var(--color-secondary);
}

.steps-block p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.steps-block strong {
	display: block;
	font-weight: 600;
	font-family: var(--font-family-heading);
}

.steps-block h3 {
	font-size: 1.7rem;
	margin-bottom: 8px;
	color: var(--color-secondary);
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.steps {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.steps-holder {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.steps-block {
		width: 50%;
		padding: 0 15px;
	}

	.steps-block:after {
		top: 0;
		left: auto;
		bottom: unset;
		right: 0;
		width: 1px;
		height: 100%;
	}

	.steps-block:nth-child(even):after {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.steps-block {
		width: 25%;
		margin: 0;
		padding: 0 30px;
	}

	.steps-block:nth-child(even):after {
		display: block;
	}

	.steps-block:last-child:after {
		display: none;
	}
}

/* Testimonials */
.testimonials {
	position: relative;
	padding-bottom: 50px;
}

.testimonials-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.04;
	pointer-events: none;
	z-index: -1;
	height: 100%;
}

.testimonials-shape img {
	width: auto;
	height: 100%;
	display: block;
}

.testimonials-left {
	position: relative;
	background-color: var(--color-light-gray);
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	z-index: 1;
}

.testimonials-left:before {
	position: absolute;
	right: calc(var(--gutter-size) * -1);
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--color-light-gray);
	content: "";
	pointer-events: none;
}

.testimonials-left blockquote {
	margin-bottom: 0;
	border-left: 0;
	padding-left: 0;
	padding-right: 60px;
}

.testimonials blockquote::before {
	display: none;
}

.testimonials-left .slick-dots {
	position: relative;
	text-align: left;
	margin-top: 30px;
}

.testimonials-left .slick-dots li {
	margin: 0 5px;
}

.testimonials-left .slick-dots li:first-of-type {
	margin-left: 0;
}

.testimonials-left .slick-dots li button {
	border: 0;
	background-color: var(--color-body-text);
}

.testimonials-left .slick-dots li.slick-active button {
	background: var(--color-secondary);
	transform: unset;
}

.testimonials-content h4 {
	margin-bottom: 20px;
}

.testimonials-content button.no-button,
.testimonials-content .button.no-button {
	position: relative;
	padding-bottom: 10px;
}

.testimonials-content button.no-button:after,
.testimonials-content .button.no-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--color-secondary);
	transition: width 200ms ease-out;
}

.testimonials-content button.no-button:hover,
.testimonials-content button.no-button:focus,
.testimonials-content .button.no-button:hover,
.testimonials-content .button.no-button:focus {
	color: var(--color-primary);
	text-decoration: none;
}

.testimonials-content button.no-button:hover:after,
.testimonials-content button.no-button:focus:after,
.testimonials-content .button.no-button:hover:after,
.testimonials-content .button.no-button:focus:after {
	width: 0;
}

@media screen and (min-width: 768px) {
	.testimonials {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.testimonials-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.testimonials-shape {
		top: 0;
		bottom: unset;
		right: -132px;
	}

	.testimonials-left {
		width: 41.6%;
		margin-right: 102px;
		padding-top: 75px;
		padding-bottom: 75px;
		margin-bottom: 0;
	}

	.testimonials-left:before {
		right: 100%;
	}

	.testimonials-left .slick-dots {
		margin-top: 58px;
	}

	.testimonials-content {
		flex: 1;
		align-self: center;
		line-height: 1.8;
	}

	.testimonials-slider {
		padding-right: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.testimonials-slider {
		padding-right: 110px;
	}
}

/* Team Slider */
.attorney-hover-box {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	display: block;
}

.attorney-result-image-container {
	height: 392px;
	position: relative;
}

.attorney-result-image-container:before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(11, 33, 54, 0) 0%, rgba(11, 33, 54, 1) 100%);
	content: "";
	width: 100%;
	height: 50%;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attorney-result-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--color-primary);
	width: 100%;
	height: 100%;
	transition: 400ms ease-out;
	color: var(--color-near-white);
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.8;
}

.attorney-result-overlay-inner {
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.attorney-result-overlay p {
	color: #fff;
	margin-bottom: 15px;
	font-size: 0.8rem;
}

.attorney-result-overlay span {
	color: var(--color-secondary);
	font-size: 0.813rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}

.attorney-hover-box:hover .attorney-result-overlay,
.attorney-hover-box:focus .attorney-result-overlay {
	top: 0;
}

.attorney-hover-box-info {
	padding: 12px;
	position: absolute;
	bottom: 0;
	color: var(--color-near-white);
	background-color: var(--color-primary);
	width: 100%;
	text-align: center;
	font-size: 1.063rem;
	box-sizing: border-box;
}

.attorney-hover-box-info h2,
.attorney-hover-box-info p {
	margin: 0;
}

.attorney-hover-box-info h2 {
	color: var(--color-secondary);
	font-size: 1.2rem;
	margin-bottom: 4px;
	text-transform: none;
}

.attorney-hover-box-info p {
	color: #fff;
	font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
	.attorney-hover-box {
		margin-bottom: 0;
	}
}

.module-attorneys-e {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(images/background_columns.webp);
	background-size: cover;
}

.module-attorneys-e-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	pointer-events: none;
	z-index: -1;
	content: "";
}

.module-attorneys-e-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.module-attorneys-e-button {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
	.module-attorneys-e {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.module-attorneys-e:before {
		position: absolute;
		top: -115px;
		left: 50%;
		z-index: 2;
		background-color: var(--color-secondary);
		width: 3px;
		height: 408px;
		content: "";
		margin-left: -560px;
		transform: translateX(-50%);
	}
}

/* Badges */
.module-badges-b {
	padding: 30px 0;
}

.module-badges-b-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.module-badges-b-single {
	flex-basis: 50%;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.module-badges-b-single img {
	height: auto;
}

@media screen and (min-width: 768px) {
	.module-badges-b-single {
		flex-basis: 33.3%;
		width: 33.3%;
	}
}

@media screen and (min-width: 1025px) {
	.module-badges-b-single {
		flex-basis: 20%;
		width: 20%;
		margin: 0;
	}
}

.form-container h2 {
	font-size: 1.6rem;
	letter-spacing: 2px;
}


@media screen and (min-width: 280px) and (max-width: 767px) {
	
	
.intro {
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 0;
}


}


@media screen and (min-width: 767px) and (max-width: 1024px) {
	
.intro {
	padding-bottom: 90px;
	padding: 50px 0;
}	
	
	
	
}

