/* ESSENTIALS CHILD THEME: "Atomic" */

/* UTILITY */
.row-wide {
	max-width: 1860px;
}

h2 {
	 
	text-transform: uppercase;
}


/* HOME HERO AND SLIDER */

.home-hero {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.home-hero.add-background {
	background-image: url(images/hero_01.jpg);
}

.home-hero .swiper-pagination {
	bottom: 100px;
}

.home-slider {
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single {
	height: 100vh;
	max-width: 100%;
}

.home-slider {
	width: 100%;
}

.home-slider-inner {
	display: flex;
	align-items: center;
	padding-top: 50px;
}

.home-slider-taglines h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 3.2rem;
}

.home-slider-taglines .alt-color {
	color: #0093ff;
	display: inline;
}

.home-slider-taglines em,
.home-slider-taglines span {
	display: block;
}

span.tagline-lg {
	font-size: 2.5rem;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: 600;
}

.tagline-sm {
	font-size: 1.2rem;
	font-family: var(--font-family-body);
}

.home-slider-taglines em {
	font-size: 30%;
	font-weight: 500;
	font-family: var(--font-family-body);
}

.home-slider-taglines {
	max-width: 80%;
	z-index: 1;
}

.home-slider-single {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider-single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
}

.home-slider-single > .row,
.home-slider-single .columns,
.home-slider-inner {
	height: 100%;
}

.home-hero-form-container {
	display: none;
}

.home-hero-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0093ff;
	padding: 18px;
}

.home-hero-banner-inner p {
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

.home-hero-buttons {
	position: absolute;
	right: -152px;
	bottom: 25%;
	transform: rotate(-90deg);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-hero-buttons .button {
	background: var(--color-primary);
	color: #fff;
	border-radius: 0;
}

.home-hero-buttons .button:hover,
.home-hero-buttons .button:focus {
	background: #011024;
}

.home-hero-buttons .social-links {
	background: #000;
}

.home-hero-buttons .social-links a {
	color: #fff;
}

.home-hero-buttons .social-links a:hover,
.home-hero-buttons .social-links a:focus {
	color: #004d8e;
}

@media screen and (min-width: 768px) {
span.tagline-lg {
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 5px;
}

.tagline-sm {
	font-size: 1.6rem;
	font-family: var(--font-family-body);
	line-height: normal;
}


}

@media screen and (min-width: 1025px) {
	.home-slider-taglines h2 {
		font-size: 5rem;
	}

	.home-slider {
		display: block;
	}

	.home-hero-banner-inner p {
		font-size: 1.4rem;
	}

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh;
	}

	.home-hero-form-container {
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.home-hero-form-container,
	.home-hero-form-inner,
	.home-hero-form-container .row,
	.home-hero-form-container .columns {
		height: 100%;
	}

	.home-hero-form-inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.home-hero-form .contact-form-heading {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		min-width: 375px;
		padding: 0;
		background: #edf1f5;
	}
}

/* INTRO */
.module-intro-a .module-intro-content {
	text-align: center;
}

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

.module-intro-content-inner {
	margin-bottom: 90px;
}

.module-intro-content .sub-title {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: var(--color-body-text);
	letter-spacing: 0px;
	font-weight: 600;
}
.module-intro-content-inner p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.module-intro-content-inner h2, .module-intro-content-inner h2 span {
	font-size: 36px;
	font-weight: 600 !important;
}
.module-intro-content a {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-secondary)
}
 .module-intro-content a:hover,
 .module-intro-content a:focus {
	color: var(--color-primary); 
}
  .module-intro-content h3 {
	color: var(--color-primary)
}

.module-intro-content h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
.module-intro-content .sub-title {
	font-size: 1.6rem;
}

	.module-intro-a-boxes {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}

	.module-intro-a-box:nth-child(2) {
		margin: 0 5px;
		padding: 0 0px;
	}
	.module-intro-a-box {
	padding: 0 30px;
}
}

@media screen and (min-width: 1025px) {
	.module-intro-a-box br {
		display: none;
	}
}

/* BENEFITS */
.module-benefits-c-content {
	margin-bottom: 60px;
	text-align: center;
}

.module-benefits-c-content h2 {
	font-weight: normal;
	letter-spacing: 2px;
}

.module-benefits-c-content h2 strong {
	font-weight: bold;
	letter-spacing: 0;
}

.module-benefits-c-boxes {
	flex-wrap: wrap;
	-ms-align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.module-benefits-c-box {
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}

.module-benefits-c-box p {
	font-weight: 500;
	line-height: normal;
}
.module-benefits-c-box p:first-child {
	margin-bottom: 0px;
}

.module-benefits-c-box p:last-of-type {
	margin: 0;
}

.module-benefits-c-box .box-icon {
	margin-bottom: 20px;
}

.module-benefits-c-box .box-icon::before {
	font-size: 5rem;
	width: auto;
	line-height: 1;
	color: #2c588e;
}

.module-benefits-c-box:nth-child(1) .box-icon::before {
	content: "\f075";
}

.module-benefits-c-box:nth-child(2) .box-icon::before {
	content: "\f0c6";
}

.module-benefits-c-box:nth-child(3) .box-icon::before {
	content: "\f075";
}

.module-benefits-c-box:nth-child(4) .box-icon::before {
	content: "\f0c6";
}
.module.module-benefits-c .box-content p strong {
	color: var(--color-primary);
	 
}

.module-benefits-c-box h4 {
	letter-spacing: 1px;
	max-width: 185px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


.module-benefits-c-box .box-image {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.module-benefits-c-boxes {
		justify-content: center;
	}

.module-benefits-c-box {
	padding: 0 30px;
	margin-bottom: 40px;
	width: 23%;
}


}

@media screen and (min-width: 1200px) {
	.module-benefits-c-boxes {
		flex-wrap: nowrap;
		-ms-align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		justify-content: flex-start;
	}

	.module-benefits-c-box {
		width: auto;
		flex: 1;
		margin: 0;
		 
	}

	.module-benefits-c-box:nth-child(2n) {
		margin-right: 0;
	}

	.module-benefits-c-box:last-of-type {
		margin: 0;
	}
}

/* PRACTICE AREAS H */
.module-practices-h {
	padding: 120px 0;
	background: rgba(0, 117, 177, 0.16);
}

.module-practices-h h2 {
	margin-bottom: 90px;
}

.module-practices-h-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}

.module-practices-h-box {
	width: 100%;
	max-width: 600px;
	margin-bottom: 35px;
	text-decoration: none;
	overflow: hidden;
}

.module-practices-h-box-inner {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.module-practices-h-box-inner::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 55%);
}

.module-practices-h-box:hover .module-practices-h-box-inner,
.module-practices-h-box:focus .module-practices-h-box-inner {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.module-practices-h-box span {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.25rem;
	font-weight: 700;
	z-index: 1;
}

.module-practices-h-box.small .module-practices-h-box-inner {
	min-height: 249px;
}

.module-practices-h-box.mid .module-practices-h-box-inner {
	min-height: 371px;
}

.module-practices-h-box.large .module-practices-h-box-inner {
	min-height: 648px;
}

.module-practices-h .button {
	color: #3b718e;
	background: #fff;
	padding: 12px 80px;
	box-shadow: 0 5px 25px rgb(0 0 0 / 30%);
}

.module-practices-h .button:hover,
.module-practices-h .button:focus {
	color: #fff;
	background: #3b718e;
}

@media screen and (min-width: 1025px) {
	.module-practices-h-boxes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}

	.module-practices-h-container {
		justify-content: space-between;
	}

	.module-practices-h-box {
		margin-bottom: 0;
	}
}

/* TESTIMONIALS F */
.module-testimonials-f {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 115px 0;
	text-align: right;
}

.module-testimonials-f h2,
.module-testimonials-f p,
.module-testimonials-f span {
	color: #fff;
}

.module-testimonials-f-source {
	font-size: 1.2rem;
}

.module-testimonials-f-inner {
	margin-bottom: 115px;
}

.module-testimonials-f-boxes {
	margin-bottom: 25px;
}

.module-testimonials-f-box {
	text-align: left;
	background: rgba(218, 237, 255, 0.8);
	padding: 35px;
}

.module-testimonials-f-box:nth-child(1) {
	margin-bottom: 25px;
}

.module-testimonials-f-box p, .module-testimonials-f-box span {
	color: var(--color-black);
}

.module-testimonials-f-box span {
    font-size: 1rem;
    color: var(--color-primary);
    line-height: normal;
}

.module-testimonials-f .button {
	 
}

.module-testimonials-f .button:hover,
.module-testimonials-f .button:focus {
	 
}

@media screen and (min-width: 768px) {
	.module-testimonials-f-container {
		max-width: 70%;
		margin-left: auto;
	}

	.module-testimonials-f-boxes {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}

	.module-testimonials-f-box {
		max-width: 400px;
	}

	.module-testimonials-f-box:nth-child(1) {
		margin: 0 25px 0 0;
	}
}

/* CONTACT BLOCK B */
.module-contact-block-a .flex-container {
	flex-wrap: wrap;
}

.module-contact-block-a-content,
.module-contact-block-a-sidebar {
	width: 100%;
}

.module-contact-block-a-content {
	margin-bottom: 40px;
}

.module-contact-block-a-content img {
	max-width: 100%;
	height: auto;
}

.module-contact-block-a-content h2 {
	margin: 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4;
}

.module-contact-block-a-content p:last-of-type {
	margin: 0;
}

.module-contact-block-a-sidebar {
	text-align: center;
}

.module-contact-block-a-sidebar * {
	color: #fff;
}

.module-contact-block-a-sidebar h3 {
	text-transform: uppercase;
	font-weight: 700;
}

.module-contact-block-a-sidebar .button {
	padding: 12px 80px;
	background: var(--color-primary);
}

.module-contact-block-a-sidebar .button:hover,
.module-contact-block-a-sidebar .button:focus {
		background: var(--color-secondary);
}

.module-contact-block-a-office {
	margin-bottom: 35px;
	padding: 50px;
	background: var(--color-primary);
}

.module-contact-block-a-office h3 {
	font-size: 1.9rem;
	margin-bottom: 45px;
}


.module-contact-block-a-office p,
.module-contact-block-a-office span,
.module-contact-block-a-office a {
	font-size: 1.2rem;
}

.module-contact-block-a-office a {
	font-weight: 700;
}

.module-contact-block-a-office a:hover,
.module-contact-block-a-office a:focus
{
	color:var(--color-secondary);
}

section.module.module-contact-block-a {
    padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
	.module-contact-block-a .flex-container {
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.module-contact-block-a-content {
		width: 60%;
		margin: 0 120px 0 0;
	}

	.module-contact-block-a-sidebar {
		flex: 1;
	}
}
 
/* Home Practice Css*/

.module-practices-a .practices-single {
	width: 100%;
	height: 225px;
	background: #e3e3e3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	text-decoration: none;
	background-size: cover !important;
	position: relative;
	
}

.module-practices-a .practices-single:hover,
.module-practices-a .practices-single:focus {
	background: #14172f;
}


.module-practices-a .practices-single::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	opacity: 0.2;
	z-index: 0;
		-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;display: none !important;
}

.module-practices-a .practices-single:hover:after,
.module-practices-a .practices-single:focus:after {
 
	opacity:1;
}


.module-practices-a .practices-single .practices-single-title {
	background: var(--color-primary);
	width: 100%;
	text-align: center;
	padding: 15px 15px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	position: relative;
	z-index: 1;
}

.module-practices-a .practices-single h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.module-practices-a .practices-single .practices-single-content {
	color: #fff;
	display: none !important;
	margin: 0;
	padding: 15px;
	font-size: 0.8rem;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
	display: flex;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
	background: var(--color-secondary);
}

.module-practices-a .practices-single:hover .practices-single-title h3,
.module-practices-a .practices-single:focus .practices-single-title h3 {
	color: #fff;
}

.module.module-practices-a {
	background: #ececec;
	padding: 50px 0;
}

.module.module-intro-a {
	padding-bottom: 30px;
}

.module.module-practices-a .module-title {
	margin-bottom: 35px;
}


@media screen and (min-width: 768px) {
.module-practices-a-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
}
.module-practices-a .practices-single {
	min-height: 300px;
	height: auto;
	margin-bottom: 10px;
}

	
}

@media screen and (min-width: 1025px) {
	.module-practices-a-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}



@media screen and (min-width:280px) and (max-width:767px) {
	
span.tagline-lg {
	margin: 10px 0;
}
.module.module-benefits-c {
	padding-bottom: 40px;
}
.module-testimonials-f-box span {
	font-size: 1rem;
	 
}	
	
}

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

 .module-intro-a-box {
	padding: 0 10px;
}

.module-intro-a-box p  {
	font-size:16px
 
}
.module-intro-a-boxes {
 
	align-items: flex-start;
 
} 
.module-testimonials-f-container {
	max-width: 80%;
	margin-left: auto;
}
.module-testimonials-f-box:nth-child(1) {
	margin: 0 15px 0 0;
}


.module-testimonials-f-box {
	padding: 20px;
}


.module-testimonials-f-box span {
	font-size: 1.0rem;
	color: var(--color-primary);
}


 
 
}




@media screen and (min-width:1024px) and (max-width:1200px) {
	
.module-contact-block-a-office {
	margin-bottom: 35px;
	padding: 30px;
	background: var(--color-primary);
}	
.module-contact-block-a-content {
	width: 60%;
	margin: 0 60px 0 0;
}

.module-contact-block-a-office p, .module-contact-block-a-office span, .module-contact-block-a-office a {
	font-size: 1rem;
}
	
	
}
