/* ESSENTIALS CHILD THEME: "Virtuous" */

/* 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: 600;
	font-size: 2rem;
	letter-spacing: 5px;
	color: var(--color-near-white);
	text-transform: uppercase;
	text-shadow: 0 0 8px #000;
}

.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;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.hero-slide-content-inner .button {
	display: none !important;
}

.hero-slide-content .row {
	flex: 1;
}
.hero .swiper-autoplay-toggle.no-button {
	display: none;
}
.hero-slide-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.hero-slide-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.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: 80%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0,0.3) 100%);
}

.hero-slide-image::after {
	top: 0;
	height: 50%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
	opacity: 1;
}

@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: 2.4rem;
	letter-spacing: 3px;
}

	.hero .hero-title-1 {
		font-size: 1.5rem;
		letter-spacing: 2px;
	}

	.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 p:first-child {
	margin-bottom: 10px;
}
.intro-heading p:first-child .subtitle {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-primary);
	line-height: normal;
}
.intro-heading h2 {
	color: #0e2840;
	margin-bottom: 22px;
}
.intro-heading h1 {
	color: var(--color-secondary);
}

.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;
}

.intro-content p {
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-bottom: 50px;
	}

	.intro::before {
	position: absolute;
	top: 0;
	right: 50%;
	width: 381px;
	height: 100%;
	background-color: var(--color-primary-lite);
	content: "";
	transform: translateX(50%);
	pointer-events: none;
	margin-right: -390px;
}

	.intro-holder {
		justify-content: space-between;
		flex-wrap: unset;
	}

.intro-content {
	width: 65%;
	position: relative;
	margin-right: 40px;
	line-height: 1.75;
	padding-top: 10px;
	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% + 45px);
    margin-right: 0px;
    position: relative;
    order: 2;
    margin-bottom: 0;
    margin-top: 242px;
}

.intro-right img {
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 500px;
}
}

/* Factors */

img.step-ico {
    max-width: 60px;
    width: 100%;
	padding-bottom:20px;
}
.steps {
	padding-top: 40px;
	padding-bottom: 40px;
	color: var(--color-near-white);
	background-color:var(--color-primary);
}

.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: 15px;
	line-height: 1.2;
}

.steps-block h3 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--color-secondary);
    text-transform: capitalize;
}
.steps-block h3 {
	font-size: 1.3rem;
	margin-bottom: 8px;
	color: var(--color-secondary);
	text-transform: capitalize;
	line-height: 1.2;
	/*min-height: 90px;*/
}

@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 20px;
	}

	.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;
	font-family: var(--font-family-heading);
}
.testimonials-left blockquote h4 {
	margin-top: 15px;
}

.testimonials-left .swiper-autoplay-toggle.no-button {
	margin-right: 30px;
}


.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;
	text-transform: uppercase;
}

.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-alternate);
	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;
}

.testimonials-content h4 {
	font-family: var(--font-family-body);
	color: var(--color-near-black);
	font-weight: 600;
	margin-bottom: 10px;
}
.testimonials-content h3 {
	font-size: 2rem;
	text-transform: uppercase;
}

@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;
}

.module-badges-b-inner .module-badges-b-single:first-child img {
	width: 90%;
	max-width: 250px;
}


@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;
	}
}





@media screen and (min-width: 280px) and (max-width: 767px) {
	
.intro-heading h1 {
	font-size: 30px;
}

.hero h2 {
	line-height: 1.2;
	font-weight: 600;
	font-size: 1.5rem;
 
}
.hero-slide-content-inner {
	margin-bottom: 50px;
 
}

.intro {
	padding-top: 45px;
 
}

.hero-slide-image::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0,0.6) 100%);
}


.testimonials-content h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
}

.intro-heading p:first-child  {
	text-align:left
 
}

	
	
	
}



@media screen and (min-width: 767px) and (max-width: 1024px) {


.hero h2 {
	font-size: 2.2rem;
	letter-spacing: 2px;
}

.intro-content {
	padding-top: 00px;
	margin-right: 40px;
 
}

.intro-heading h1 {
	font-size: 2rem;
}
.intro-heading h1 {
	font-size: 1.6rem;
}
 .intro-content p:last-child {
	margin: 0;
}
.intro-heading p:first-child .subtitle {
	line-height: 1;
}
.intro-content p {
	font-size: 16px;
	line-height: 1.4;
}
.intro {
	padding-bottom: 40px;
}

.testimonials-left {
	margin-right: 50px;
 
}
.testimonials-content h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.testimonials {
	padding-bottom: 45px;
}
 
	
}


@media screen and (min-width:1024px) and (max-width: 1279px) {
	
	.intro-heading h1 {
	font-size: 2rem;
	line-height: 1.2;
}

.intro {
	padding-bottom: 50px;
}

.testimonials-left {
	margin-right: 50px;
 
}
.intro-heading p:first-child .subtitle {
	font-size: 22px;
 
}

.intro-content {
 
	padding-top: 0;
	order: 1;
}
	
	
}

