/* ESSENTIALS CHILD THEME: "DYNAMIC" */

.hero .text-3 p{
	font-size:17px!important;
	font-weight:normal!important;
	font-family:var(--font-family-body) !important;
}

.hero {
	width: 100%;
	height:calc(100vh - 157px);
	position: relative;

}


.hero:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;

	display: block;
	position: absolute;
	pointer-events: none;

}
/* h2.slide-1 {
	font-family: var(--font-family-body)!important;
	font-size:48px!important;
	font-weight:500!important;
}
p.slide-1 {
    font-size: 70px!important;
	font-family: var(--font-family-heading)!important;
	font-weight:bold!important;
	text-transform:capitalize!important;
} */
.hero h2 {
        line-height: 1.2;
    font-weight: 500;
    font-size: 41px;
    letter-spacing: 5px;
    color: var(--color-white);
    font-family: var(--font-family-body);
    text-transform: uppercase;
    line-height: 1.62;
    letter-spacing: -1px;
    margin-bottom: -6px;
}



.hero p {
       font-size: 50px !important;
    line-height: 1.62;
    color: var(--color-white);
    font-family: var(--font-family-heading) !important;
    font-weight: bold;
    letter-spacing: normal;
    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: center;
}

.hero-slide-content-inner {
	padding-bottom: 100px;
	height:100%;
	align-items:center;
/* 	background-color: rgba(240, 248, 255, 0.3); */
   
}

.hero-slide-content .row {
	flex: 1;
}

.hero-slide-image {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.hero-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}


.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 {
	bottom: 0;
	height: 350px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.9) 100%);
	opacity:0;
}



@media screen and (max-width: 768px) {
	
	.hero h2 {
	font-size: 17px;
    line-height: normal;
	}
	.hero p {
		font-size: 25px!important;
      line-height:normal;
	}

}

@media screen and (max-width: 1024px) {

p.slide-1 {
    line-height: 2!important;
    font-size: 23px!important;
}
		h2.slide-1{
	 font-size: 23px!important;
    line-height: 1.62;
    line-height: 1.62;
    letter-spacing: -1.28px;
    font-weight: 500;
	}
	.hero h2 {
		font-size:27px;
	}
}

@media screen and (min-width: 768px) {


	.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: 5rem;
	letter-spacing: 3px;
}

.hero {
	height: calc(100vh - 100px);
	margin-top: 0px;
	
}


	.hero .hero-title-1 {
		font-size: 1.5rem;
		letter-spacing: 5px;
	}

	.hero .slick-dots {
		bottom: 50px;
	}

	.hero-slide-content {
	}
}
@media screen and (max-width: 1799px) {

.hero-height {
	height:100vh;
	

}
}

@media screen and (min-width: 1800px) {
	.hero-height {
	height: 900px;
}
}
@media screen and (min-width: 2001px) {
	.hero-height {
	height: 925px;
}
}

@media screen and (min-width: 3999px) {
	.hero-height {
	height: 1440px;
}
	.hero-slide-content-inner {
    padding-bottom: 111px;
}
}

hr.stats-hr {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 30px;
	background: var(--color-body-text);
	height: 3px;
}

.practices-link {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 385px) {
	.practices-link {
		font-size: 15px;
	}
}
@media screen and (min-width: 280px) and (max-width: 767px) {

.hero {
	margin-top: 0px;
}
.button.alt-01.tel-link i {
	color: #fff;
}

.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
 
.hero .hero-title-1 {
	font-size: 18px;
 
}
.hero .hero-title-2 {
	font-size: 32px;
	max-width: 620px;
	line-height: normal;
}

.hero-slide-content-inner {
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 50px;
}

.hero-slide-content.hero-height {
	height: 300px;
}

.hero-height {
	height: 300px;
	min-height: 500px;
}
	
.hero.hero-height {
	margin-top:0;
}
	
.hero-slide-content {
	align-items: flex-end;
}
 
.hero-slide-content.hero-height .column {
	padding: 0 15px;
}

.hero-slide-content-inner a.button {
	padding: 12px 25px;
	font-size: 14px;
}

.hero-slide-image::after {
	height: 230px;
	 
}
}
h2.module-title::after {
	position: absolute;
	bottom: -13px;
	left: 50%;
	width: 50px;
	height: 5px;
	background-color: var(--color-body-text);
	transform: translateX(-50%);
	content: "";
}
 h3.section-title {
        color: var(--color-white);
    background-image: linear-gradient(82deg, #dbb070 35%, #c48830 57%, #dbb070 75%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 61px;
    text-transform: uppercase;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
		
	.hero.hero-height {
	margin-top:0px;
}

.button.alt-01.tel-link i {
	color: #fff;
}
	
.hero .hero-title-2 {
  
	font-size: 40px;
 
}
	.hero p {
   font-size: 30px!important;
        
   }
.hero-slide-content {
	align-items: end;
}
	
/* .hero-slide-content .row {
	margin-bottom: 25px;
} */

	.hero-height {
	height: 508px;
}
.hero-slide-content-inner {
    padding-bottom: 100px;
}
.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
	
	.hero h2 {
		
	letter-spacing: -1px;
        line-height: 1.62;
		
}
}
@media screen and (min-width: 1024px) and (max-width:1279px) {
	

.hero-slide-content {
	align-items: flex-end;
	padding-top: 0;
}
 

.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
.hero-height {
	height: 100vh;
}	
.hero {
/* 	margin-top: 89px; */
	overflow: hidden;
}

.hero h2 {
	font-size: 37px;
        letter-spacing: -1px;
      
        margin-bottom: -6px;
}	}


@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.hero-slide-content-inner {
		padding-top: 200px!important;
	
}



/* Statement */
p.section-title {
    font-size: 22px;
    text-align: center;
}
.statement {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    text-align: center;
    color: #fff;
	background-color: var(--color-green);
  }

.statement p {
	color: var(--color-white);
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.statement-content {
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
	max-width: 1056px;
}

.statement-content .subtitle {
	margin-bottom: 4px;
	color: inherit;
}
.statement-holder a:hover,
.statement-holder a:focus {
	color: #c4c4c4;
}
.statement-content h2 {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing:3px;
}
.statement-content h2 {
	margin-bottom: 10px;
	padding-bottom: 0;
	position: relative;
	color: var(--color-white);
	text-transform: capitalize;
	font-size: 26px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	font-family:var(--font-family-body);
	letter-spacing: 7.2px;
}

.statement-content h3.section-title {
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-body-text);
	text-transform: uppercase;
	background-image: linear-gradient(80deg, #dbb070 41%, #c48830 62%, #dbb070 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	
}


.statement-content h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 5px;
	background-color: var(--color-secondary);
	transform: translateX(-50%);
	content: "";
}

.statement-holder {
	margin-bottom: 20px;
}

.statement-column {
	padding: 30px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.statement-column:last-child {
	border-right: 0;
	border-bottom: 0;
}

.statement-counting {
	margin-bottom: 13px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	color: var(--color-secondary);
}

.statement-column h4 {
	color: var(--color-secondary);
	margin-bottom: 15px;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	letter-spacing: 0 !important;
}
.statement-column p:last-child {
	margin-bottom: 0;
}

.statement .button {
	position: relative;
	z-index: 1;
}
 

.statement-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
    background-color: var(--color-primary);
}

.statement-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.statement {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.statement-content {
		margin-bottom: 58px;
	}

	.statement-content .h2 {
		padding-bottom: 33px;
	}

	.statement-holder {
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
	}

.statement-column {
	padding: 0 15px;
	width: 33.33%;
	border-right: 2px solid #d4a35a;
	border-bottom: 0;
}
.statement-counting {
	font-size: 6.25rem;
	color: var(--color-secondary);
	font-family: var(--body-font-family);
}
}

@media screen and (min-width: 1025px) {
.statement {
	padding-top: 80px;
	padding-bottom: 40px;
}
	.statement-column {
		padding: 0 60px;
	}

	.statement-column h3 {
		font-size: 1.5rem;
	}
}

/* Advantage */
.advantage {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.advantage-content {
	margin: 0 auto 30px;
	max-width: 945px;
}
.advantage-content h3 {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.advantage-content h2 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: capitalize;
	color: var(--color-green);
	font-weight: 600;
}

.advantage-content h2::after {
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 50px;
	height: 5px;
	background-color: var(--color-body-text);
	transform: translateX(-50%);
	content: "";
}

.advantage-holder {
	margin-bottom: 25px;
}

.advantage-column {
	margin-bottom: 20px;
}

.advantage-item {
	padding: 30px 15px;
	height: 100%;
	color: #060606;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}

.advantage-item i {
	line-height: 1;
	display: block;
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: var(--color-secondary);
}

.advantage-item h4 {
	color: var(--color-green);
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.advantage-item p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.advantage {
		margin-top: 90px;
		margin-bottom: 80px;
	}

	.advantage-content {
		margin-bottom: 60px;
	}

	.advantage-content h2 {
		margin-bottom: 27px;
		padding-bottom: 35px;
	}

	.advantage-holder {
		margin-bottom: 55px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.advantage-column {
		margin-bottom: 0;
	}

.advantage-item {
    padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
	.advantage-item i {
		font-size: 3.75rem;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.advantage {
		margin-top: 0;
		margin-bottom: 0;
	}

	.advantage-holder {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1200px) {
	.advantage-holder {
		gap: 30px;
	}
}
 

/* team */
.home .team {
    padding: 60px 0;
    background: var(--color-light-gray);
}

.team {
    padding: 60px 0;
    }
.team-content {
	text-align: center;
	margin-bottom: 30px;
}

.team-content h2 {
	margin-bottom: 22px;
	padding-bottom: 22px;
	position: relative;
	font-size: 40px;
}

.team-content h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 5px;
	background-color: var(--color-secondary);
	transform: translateX(-50%);
	content: "";
}

.team-grid {
	display: flex;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 30px;
	justify-content:center;
}

.team-grid-item {
    width: 24%;
	max-width:400px;
}

/* Attorney boxes */
.attorney-single-box {
	margin-bottom: 0;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-single-box-info {
	padding: 15px 15px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 5px;
	color: #fff;
}

.attorney-single-box-info h2 {
	font-size: 1rem;
}

.attorney-single-box-info p {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.attorney-result-image-container {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: all 200ms ease-out;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
	height: auto;
}

.attorney-result-image-container:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(to bottom, rgba(36, 37, 94, 0) 0%, rgba(36, 37, 94, 1) 100%);
	content: "";
}

.attorney-result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background:rgb(17, 26, 88,0.8);
/*	transition: all 200ms ease-out;*/
}

@media screen and (min-width: 641px) {
	.team-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 768px) {
 

	.team-content {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1025px) {
 

	.team-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 30px;
		margin-bottom: 50px;
	}
}

/* faq */
.faqs {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fcfcfc;
}

.faqs h2 {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.faqs {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.faqs h2 {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.faqs {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.faqs h2 {
		margin-bottom: 70px;
	}
}


@media screen and (min-width: 280px) and (max-width: 767px) {

.statement-content h2 {
	font-size: 40px;
 
}
.statement-content h3.section-title {
	font-size: 20px;
 
}
.module-title {
	font-size: 40px;
 
}
.module.module-testimonials-b .swiper-outer {
	max-width: 100%;
}

.module.module-testimonials-b .slider-testimonial-content {
	padding: 0 25px;
}

.advantage-content h2::after {
	bottom: 0;
 
}

}



 
@media screen and (min-width: 767px) and (max-width: 1024px) {

.statement {
	padding-top: 60px;
	padding-bottom: 60px;
}

.statement-counting {
	font-size: 4.25rem;
}

.advantage {
	margin-top: 0;
	margin-bottom: 0;
}



}

@media screen and (min-width: 900px) and (max-width: 1024px) { 
.team-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

}
.module-badges-a-single {
	text-align: center;
}

.module-badges-a-inner {
	position: relative;
}
img.badge-img {
    max-width: 180px;
    width: 130px;
    height: auto;
}

button.swiper-autoplay-toggle.no-button {
    display: none;
}
@media screen and (min-width:1600px) and (max-width:12000px){
	.hero-slide-content-inner {
	padding-top: 500px;

   
}
}
@media screen and (min-width:1900px) and (max-width:12000px){
	.hero-slide-content-inner {
	padding-top: 600px;

   
}
}
@media screen and (min-width:4400px) and (max-width:12000px){
	.hero-slide-content-inner {
	padding-top: 1000px;

   
}
}