/* ESSENTIALS CHILD THEME: "Timeless" */
.pa-intro {
    padding-right: 50px;
}
.home-hero {
	position: relative;
    background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
}

.home-hero::after {
	content: "";
	position: absolute;
	left: ;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(to bottom, rgba(3, 16, 17, 1), rgba(3, 16, 17, 0));
	opacity: 1;
}

.home-hero-button {
	position: absolute;
	right: -60px;
	bottom: 59px;
	transform: rotate(-90deg);
}

.home-hero-button .button {
	background: white;
	color: #000;
	border-radius: 0;
	margin: 0 !important;
	font-size: 17px;
}

.home-hero-button .button:hover,
.home-hero-button .button:focus {
	background: #000;
	color: #fff;
	border-radius: 0;
	margin: 0 !important;
	font-size: 17px;
}
.module-practices-i-right-single  {
  animation-duration: 2s;
 
    transform-origin: bottom;
}

.module-practices-i-right-single:hover,
.module-practices-i-right-single:focus {
     transition: all .5s;
    transform : translateY(-15px);
		box-shadow:0 5px 15px rgba(0,0,0,0.3);
	text-shadow: 0 0 5px #000, 0 0 10px #000;
}

 


/*.home-hero-accolades {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 25px 50px;
	background: #000;
	opacity: 0.85;
	color: white;
	display: none;
	z-index: 1;
}*/

.home-hero-accolades-single {
	font-size: 0.8rem;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	text-align: left;
}

.home-hero-accolades-single p {
	margin: 0;
	color: #fff;
	padding-left: 0;
	text-align: left;
}


.home-hero-accolades-single:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
	border-right: 1px solid #A5C8FF;
}

.home-hero-accolades-number {
	font-size: 1.8rem;
	font-weight: 600;
	padding-right: 20px;
	line-height: 1.5;
}


.home-hero-inner {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding-bottom: 0;
	z-index: 1;
}

.home-hero-inner .large-message {
	font-size: 4rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
	font-family: var(--heading-font-family);
}

.home-hero-inner .small-message {
	position: absolute;
    font-size: 2rem;
    font-style: italic;
    bottom: -25px;
    right: -20px;text-shadow: 0 0 5px #000;
}

.home-hero-message-container {
	position: relative;
	text-align: center;
}
@media screen and (min-width: 769px) {

}

@media screen and (min-width: 1025px) {
	.home-hero {
		height: calc(100vh - 00px);;
		margin-top: 0px;
	}

.home-hero-inner .large-message {
	font-size: 3.2rem;
	letter-spacing: 00px;
	line-height: 1;
	width: 100%;
	display: inline-block;
}


.home-hero-inner .small-message {
    font-size: 3.0rem;
    bottom: 0;
    right: 0;
    position: relative;
    line-height: normal;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
}
	.home-hero-accolades {
		display: flex;
	}
}

.module-header-d-phone {
	padding: 6px 10px;
}

.module-header-d-phone span {
	display: none;
}

.module-header-d-phone,
.home-slider-single-button {
	border: 2px solid #fff;
	background: transparent;
}



/* Module Testimonial E START */
.module-testimonials-e {
 
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.module-testimonials-e-inner {
    background: white;
    max-width: 1180px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.module-testimonials-e .testimonial-stars {
    margin-bottom: 45px;
}

.module-testimonials-e .testimonial-stars .fa-star {
    color: #000;
    font-size: 2.3rem;
    margin: 0 10px;
}

.module-testimonials-e .testimonial-stars .fa-star:first-child {
	margin-left: 0;
}

.module-testimonials-e-quoter {
    font-size: 1.5rem;
    margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
	.module-testimonials-e-inner {
		padding: 100px 100px 130px 130px;
		min-height: 680px;
	}
	.module-testimonials-e-quote {
		margin-bottom: 140px;
	}
	.module-testimonials-e .testimonial-stars .fa-star {
		font-size: 3rem;
	}
	.module-testimonials-e {
		padding: 240px 0;
	}
}


/* Module Testimonial E END */

/* Module Intro C START */
.module-intro-c {
	padding: 60px 0;
}
.module-intro-c .module-title {
	display: block;
}

.module-intro-c .row {
	/*max-width: 1600px;*/
}

.module-intro-c-subheadline {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 3px;
    padding-bottom: 10px;
    display: block;
}

.module-intro-c .flex-container {
	flex-wrap: wrap;
}

.module-intro-c-content,
.module-intro-c-side {
	width: 100%;
}

.module-intro-c-content {
	margin-bottom: 40px;
}

.module-intro-c-side-single {
	display: flex;
	flex-direction: column;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D1D1D1;
}

.module-intro-c-side-top {
    font-size: 2rem;
    font-family: var(--heading-font-family);
    font-weight: bold;
    color: #385f79;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-variant: all-small-caps;
}

.module-intro-c-side-top strong {
    color: #000;
}

.module-intro-c-side-bot {
    font-size: 1.2rem;
}



  @media screen and (min-width: 1025px) {
	.module-intro-c .flex-container {
	  	flex-wrap: nowrap;
	}

	.module-intro-c-content {
		width: 58%;
		margin: 0 80px 0 0;
	}

	.module-intro-c-side {
	 	flex: 1;
	}
	.module-intro-c {
		padding: 60px  0 120px 0;
	}

	.module-intro-c-content p:last-of-type {
		margin-bottom: 20px;
	}
}
/* Module Intro C END */

/* Module Practices I START */
.module-practices-i {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    background-color: #333;
	margin-top:50px;
}

.module-practices-i .row {
	max-width: 1600px;
}

.module-practices-i .columns {
	width: 100%;
}

.module-practices-i-inner {
	display: flex;
    justify-content: space-between;
    width: 100%;
	flex-direction: column;
}

.module-practices-i-right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
	margin-bottom: 20px;
	justify-items: center;
}

.module-practices-i-right-single {
	width: 300px;
    height: 300px;
    text-decoration: none;
 
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.module-practices-i-right-single:after {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.6), transparent);
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.module-practices-i-right-single span {
    color: white;
    position: absolute;
    bottom: 13%;
	left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    z-index: 1;
	font-weight: 700;
}

.module-practices-i-right-single span::after {
    content: "";
    width: 140%;
    height: 5px;
    background:var(--secondary-color);
    position: absolute;
    bottom: -15px;
    left: -20%;
}

.module-practices-i-left {
	padding: 60px 0;
}

.module-practices-i-subheadline {
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	color: white;
	font-size: 1.2rem;
	letter-spacing: 3px;
	font-weight: 600;
}

.module-practices-i-left h2 {
	color: white;
	font-weight: 700;
	font-size: 2.5rem;
	text-transform: capitalize;
}

@media screen and (min-width: 640px) {
	.module-practices-i-right {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1025px) {
	.module-practices-i-right-single {
		width: 350px;
		height: 350px;
	}
	.module-practices-i-inner {
		flex-direction: row;
	}
.module-practices-i-right {
    background: white;
    padding: 0 20px;
    margin: -60px 0;
    padding-bottom: 40px;
}
	.module-practices-i-left h2 {
		font-size: 2.7rem;
	
	}
	.module-practices-i-left {
		padding: 60px 0;
		padding-right:20px;
	}
}

@media screen and (min-width: 1280px) {
	.module-practices-i-right-single {
		width: 450px;
		height: 350px;
	}
}
/* Module Practices H END */

/* Module Benefits E START */
.module-benefits-e {
	padding: 60px 0;
	/*background: #c0c5d1;*/
}

.module-benefits-e .row {
	max-width: 1280px;
}

.module-benefits-e-inner,
.module-benefits-e-right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-bottom:30px;
}

.module-benefits-e-right-single {
    display: flex;
    flex-direction: column;
    margin: 0 60px;
    max-width: 120px;
    justify-content: center;
    text-align: center;
    line-height: normal;
    margin-bottom: 15px;
    font-family: var(--heading-font-family);
    font-size: 17px;
    color: #111;
    text-transform: capitalize;
}

.module-benefits-e-right-single i {
    font-size: 3.5rem;
    color: #000;
    margin-bottom: 10px;
}

.module-benefits-e h2 {
	font-size: 2.5rem;
	text-transform: capitalize;
}

.module-benefits-e-subheadline {
    font-size: 3rem;
    letter-spacing: normal;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
	display: block;
    margin-bottom: 10px;
	line-height:normal;
}

@media screen and (min-width: 1025px) {
	.module-benefits-e {
		padding: 90px 0;
	}
.module-benefits-e-inner, .module-benefits-e-right {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
	.module-benefits-e-right-single {
		margin-bottom: 0;
		margin: 0 35px;	min-width: 150px;
	}
}

@media screen and (min-width: 1280px) {
.module-benefits-e-right-single {
	margin: 0 36px;
	min-width: 150	px;
}
}
/* Module Benefits E END */

/* Module CTA C START */
.module-cta-c {
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
	display: flex;
	flex-direction: column;
    padding: 0;
	position: relative;
}

.module.module-cta-c:before {
    content: "OUR OFFICE";
    position: absolute;
    left: -140px;
    top: 42%;
    transform: rotate(270deg);
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 4px;
}

.module-cta-c-right {
 
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 70px;
	
}
.module-cta-c-left {
    padding: 70px;
}

.module-cta-c-left,
.module-cta-c-left address,
.module-cta-c-left p,
.module-cta-c-left span,
.module-cta-c-left a {
    color: white;
}

.module-cta-c-left-title {
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: var(--heading-font-family);
}
.module-cta-c-left hr {
    margin: 5px 0;
    background: #fff;
}

.module-cta-c-left p {
   margin-bottom:10px;
}

.module-cta-c-left address span {
    font-size: 1.1rem;
}

@media screen and (min-width: 1025px) {
	.module-cta-c-left {
		padding: 60px;
	}
	.module-cta-c {
		max-width: 80%;
		margin-top: 120px;
		flex-direction: row;
	}
}

@media screen and (min-width: 1280px) {
	.module-cta-c-left {
		padding: 35px;
	}
}

/* Module CTA C END */





@media screen and (min-width:280px) and (max-width:767px) {
	
.home-hero-inner {
	padding: 15px !important;
}	
.home-hero-inner .large-message {
	font-size: 34px;
	line-height: 1.2;
}
.home-hero-inner .small-message {
	position: relative;
	font-size: 1.4rem;
	font-style: italic;
	bottom: 0;
	right: 0;
	text-shadow: 0 0 10px #000;
	width: 100%;
	display: inline-block;
}
.module-practices-i-left h2 {
	font-size: 2.1rem;
}
.module-practices-i-subheadline {
	margin-bottom: 0;
 
}	
.module-practices-i-right-single {
	width: 100%;
	height: 300px;
	max-width: 375px;
}

.module-benefits-e-right-single {
	margin-bottom: 30px;
	margin-top: 30px;
}




	
}


@media screen and (min-width:767px) and (max-width:1024px) {
	
.home-hero-inner {
	padding: 15px !important;
}	
.home-hero-inner .large-message {
	font-size: 55px;
	line-height: 1.2;
}
.home-hero-inner .small-message {
	position: relative;
	font-size: 1.8rem;
	font-style: italic;
	bottom: 0;
	right: 0;
	text-shadow: 0 0 10px #000;
	width: 100%;
	display: inline-block;
}
.module-practices-i-left h2 {
	font-size: 2.1rem;
}
.module-practices-i-subheadline {
	margin-bottom: 0;
 
}	
.module-benefits-e-right-single {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 25%;
	margin-left: 5px;
	margin-right: 5px;
}

.module-benefits-e-right-single {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 25%;
}

.module-benefits-e-inner, .module-benefits-e-right {
	align-items: flex-start;
}

.module-benefits-e-right {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
 

	
}



@media screen and (min-width:980px) and (max-width:1024px) {
	
.module-practices-i-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	max-width: 80%;
	margin: 0 auto;
}
.module-practices-i-right-single {
	width: 100%;
	height: 300px;
 
}
 
	
}


@media screen and (min-width:1024px) and (max-width:1279px) {
	
.home-hero-message-container {
	padding: 25px;
}
.home-hero-inner .large-message {
	font-size: 3.0rem;
	letter-spacing: 00px;
}
.home-hero-inner .small-message {
	font-size: 2.0rem;
	bottom: 0;
	right: 31px;
	position: absolute;
	line-height: 1;
}

.module-practices-i-left {
	padding: 120px 15px;
}

.module-practices-i-right-single {
	width: 350px;
	height: 370px;
}

.home-hero-inner .small-message {
	font-size: 2.0rem;
	bottom: 0;
	right: 0;
	position: relative;
	line-height: 1;
}	
  
 	
}



.slick-slide img {
    display: block;
    margin: 0 auto;
}



@media screen and (min-width:1920px) and (max-width:12000px) {
 
	
}
img.benefit-icon {
    width: 80px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.module-intro-a .module-intro-content {
	text-align: center;
}

.module-intro-a .module-intro-content p {
	text-align: left;
}

.module-intro-a .scroll-to {
	padding: 0;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 1.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
section.module.module-intro-a {
    padding: 80px 0;
}


@media screen and (min-width:280px) and (max-width:767px) {
 
.home-hero {
	height: 400px;
	margin-top: 0px;
}


	
}

@media screen and (min-width:767px) and (max-width:1024px) {
 
.home-hero {
 
	margin-top:0px;
}


	
}