/*--------------------------------------- */
/* -------- Williams Law Firm ------------ */
/*--------------------------------------- */
:root {
	--text-color: #000;
	--light-text-color: #666666;
	--primary-color: #8F1A1D;
	--primary-color-rgb: 229, 26, 29;
	--primary-color-light: #E51A1D;
	--secondary-color: #33333D;
	--secondary-color-dark: #00000A;
	--dark-color: var(--text-color);
	--dark-color-2: #353535;
	--gray: #E6E6E6;
	--lightgray: #f2f2f2;

	--gradient-1: linear-gradient(
		to right,
		var(--primary-color-light) 0%,
		var(--primary-color) 100%
	);

	--gradient-1-reverse: linear-gradient(
		to right,
		var(--primary-color) 0%,
		var(--primary-color-light) 100%
	);

	--gradient-2: linear-gradient(
		to right,
		var(--secondary-color-dark) 0%,
		var(--secondary-color) 100%
	);

	--gradient-2-reverse: linear-gradient(
		to right,
		var(--secondary-color) 0%,
		var(--secondary-color-dark) 100%
	);
	/* vertical gradient*/
	--gradient-4: linear-gradient(
		to top,
		rgba(102, 102, 102, 0.2) 0%,
		rgba(102, 102, 102, 0.2) 40%,
		rgba(255, 255, 255, 0.2) 100%
	);

	--font-family: "Figtree", sans-serif;
	--second-font-family: "Figtree", sans-serif;
}
/*
font-family: "Figtree", sans-serif;
// <weight>: Use a value from 300 to 900
*/

@media (min-width: 1600px) {
	.container {
		max-width: 144rem;
	}
}

@media (min-width: 2500px) {
	.container {
		max-width: 160rem;
	}
}

body {
	font-size: 1.6rem;
	position: relative;
	font-family: var(--font-family);
	color: var(--text-color);
}

@media (min-width: 768px) {
	body {
		font-size: 1.7rem;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 1.8rem;
	}
}

.bg-primary ::-moz-selection {
	color: #fff;
	background-color: var(--primary-color-light);
}

.bg-primary ::selection {
	color: #fff;
	background-color: var(--primary-color-light);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--second-font-family);
	color: var(--primary-color);
	font-weight: 600;
}

.subtitle,
.results h3 {
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 1rem;
	letter-spacing: 0.2em;
	color: var(--dark-color-2);
	text-transform: uppercase;
	
}
.results h3 a:not(:hover) {
	color: inherit;
	transition: color .3s;
}
.results h3 a:hover,
.results h3 a:focus{
	color: var(--primary-color);
}
.results .subtitle {
	color: var(--primary-color);
	font-weight: bold;
}
h3, .title-small {
	font-size: 2.6rem;
}

.title,
.title-small, .title-middle {
	font-weight: 600;
}

.bg-primary label {
	color: inherit;
}

.bg-gray {
	background-color: var(--gray) !important;
}

.bg-gradient {
	background-image: var(--gradient-1) !important;
}

.bg-gradient-reverse {
	background-image: var(--gradient-1-reverse) !important;
}

.bg-gradient-2 {
	color: #fff;
	background-image: var(--gradient-2) !important;
}

.bg-gradient-2 ::-moz-selection {
	color: #fff;
	background-color: var(--primary-color);
}

.bg-gradient-2 ::selection {
	color: #fff;
	background-color: var(--primary-color);
}

.bg-gradient-2-reverse {
	color: #fff;
	background-image: var(--gradient-2-reverse) !important;
}

.bg-gradient-2-reverse ::-moz-selection {
	color: #fff;
	background-color: var(--primary-color);
}

.bg-gradient-2-reverse ::selection {
	color: #fff;
	background-color: var(--primary-color);
}

.bg-gradient-4 {
	background-image: var(--gradient-4) !important;
}

.bg-gradient-2 h2,
.bg-gradient-2 h3,
.bg-gradient-2 h4,
.bg-gradient-2 h5,
.bg-gradient-2 h6,
.bg-gradient-2-reverse h2,
.bg-gradient-2-reverse h3,
.bg-gradient-2-reverse h4,
.bg-gradient-2-reverse h5,
.bg-gradient-2-reverse h6  {
	color: inherit;
}

.text-dark {
	color: var(--dark-color) !important;
}

.text-secondary {
	color: var(--secondary-color) !important;
}

.overflow-hidden {
	overflow: hidden;
}

.owl-dots .owl-dot span {
	background-color: transparent;
	border: 0.1rem solid var(--primary-color);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	border-width: 0;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
	background-color: var(--primary-color-light);
}

p:last-child,
.editor-content p:last-child {
	margin-bottom: 0;
}

.editor-content p strong {
	font-weight: 900;
}
.editor-content h3 {
	color: var(--dark-color);
	text-transform: uppercase;
	font-size: 2.3rem;
}

@media (min-width: 768px) {
	.subtitle {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.lead {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {
	.subtitle {
		font-size: 2.2rem;
	}
	.lead {
		font-size: 2rem;
		line-height: 1.6;
	}
}

@media (max-width: 575px) {
	.title br {
		display: none;
	}
}

/* Header */
.header-over .sticky-wrapper {
	height: 0 !important;
}
.header {
	border-top-width: 0;
	z-index: 999;
	box-shadow: none;
	font-size: 1.6rem;
	background-color: #fff;
}

.header-over .header:not(.fixed) {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background-color:transparent;
	padding-top: 1rem;
} 

/* .header:not(.fixed):after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
} */

.header .container,
.header .container-fluid {
	position: relative;
	z-index: 2;
}

.header.fixed {
	background-color: #fff;
}

.header-over .header:not(.fixed) nav.main-nav ul.menu > li > a {
    color: #fff;
}

.header-over .header:not(.fixed) nav.main-nav ul.menu >.menu-item-has-children > a::after{
	border-top-color: #fff;
}
    .hero {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    }

	.header-over .header:not(.fixed) img.logo-dark {
    display: none;
}

.header-over .header.fixed img.logo-dark {
    display: block;
}

.header-over .header.fixed img.logo-white {
    display: none;
}
.header-over .header:not(.fixed) .search-icon img {
    filter: invert(1);
}






.logo {
	display: flex;
	max-width: 210px;
}

.logo img {
	color: inherit;
}

.fixed .logo {
	max-width: 160px;
}

@media (min-width: 768px) {
	.header-middle {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.logo {
		max-width: 260px;
	}

	.fixed .logo {
		max-width: 210px;
	}
}

@media (min-width: 992px) {
	.logo {
		max-width: 301px
	}
	.fixed .logo {
		max-width: 260px;
	}






}

@media (min-width: 1200px) {
}


@media (max-width: 480px) {
	.header .col-auto {
		max-width: calc(100% - 5rem);
	}
}

.top-link {
	font-weight: 500;
	display: none;
	color: var(--dark-color);
	text-transform: uppercase;
}

.top-link:is(:hover, :focus) {
	color: var(--primary-color);
}
.mobile-nav .button-container {
	padding: 0 2.25rem;
}
header .top-link.top-lang {
	background-image: var(--gradient-2-reverse) !important;
}
.top-link.call-us-button {
	font-size: 2rem;
	padding: 1.25rem 1.5rem !important;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.top-link + .top-link {
		margin-top: 1rem;
	}
}
@media (min-width: 768px) {
	.top-link {
		display: inline-block;
		margin-left: 2rem;
	}
}

/* Menu */
.menu {
	font-weight: 400;
	text-transform: capitalize;
}

.menu > li > a {
	font-weight: 500;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}
.menu > li + li {
	margin-left: 1.5rem;
}

@media (min-width: 1200px) {
	.top-link,
	.menu > li + li {
		margin-left: 3rem;
	}

	.top-link,
	.menu > li > a {
		font-size: 1.6rem;
	}
	.search-button-manager {
    display: flex;
    align-items: center;
}
}

@media (min-width: 1400px) {
	.menu > li + li {
		margin-left: 2rem;
	}
}


@media (min-width: 1920px) {
	.menu > li + li {
		margin-left: 4rem;
	}
}

.menu ul {
	background: var(--secondary-color-dark);
}

.sf-arrows .sf-with-ul:after {
	margin-top: -0.1rem;
	transition: border-color 0.35s;
}

.menu ul li {
	margin-left: -1rem;
	margin-right: -1rem;
}

.menu ul li a {
	padding: 1rem 1rem;
}

.menu li:hover > a,
.menu li:focus > a,
.menu li.open > a,
.menu li.current-menu-item > a,
.menu li.current-menu-parent > a {
	color: var(--primary-color);
}

.menu ul li:hover > a,
.menu ul li:focus > a,
.menu ul li.open > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
	padding-left: 2rem;
	background-color: var(--primary-color);
}

.menu li:hover > .sf-with-ul:after,
.menu li:focus > .sf-with-ul:after,
.menu li.open > .sf-with-ul:after,
.menu li.current-menu-item > .sf-with-ul:after,
.menu li.current-menu-parent > .sf-with-ul:after {
	border-top-color: var(--primary-color);
}

header .search-icon {
    margin-left: 2rem;
	    cursor: pointer;
}

@media (min-width: 1500px) {
	.menu ul {
		font-size: 1.6rem;
	}
}






@media (min-width: 1200px) and (max-width: 1409px) {
header .search-icon {
    margin-left: 1rem;
}
.search-button-manager .button-more {
    margin: 0rem 0rem 0rem 1.5rem;
    min-width: 145px !important;
    font-size: 14px !important;
    padding: .8rem !important;
}
.logo-wrapper {
    padding-right: 0px !important;
	padding-left: 0px !important;
}
}

@media (min-width: 1200px) and (max-width: 1477px) {
  .top-link, .menu > li + li {
        margin-left: 1rem;
    }
}


@media (min-width: 1200px) and (max-width: 1317px) {
	    .search-button-manager .button-more {
        margin: 0rem 0rem 0rem .5rem;
		}
	
}

@media (min-width: 1200px) and (max-width: 1260px) {
.nav-btn-wrapper-manager .menu > li > a {
    font-size: 14px;
}
.nav-btn-wrapper-manager {
    display: flex !important;
    flex-wrap: nowrap !important;
}
}

@media (max-width: 1199px) {
.search-button-manager {
    display: flex;
    align-items: center;
}
}

/* Menu Toggle */
.menu-toggle-text {
	font-weight: 600;
	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.menu-toggle {
		margin-left: 2rem;
	}
}

/* Mobile Menu */
.mobile-menu-container {
	border-right-width: 0;
	background: var(--secondary-color-dark);
}

.mmenu-active .page-wrapper {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.mobile-menu-container .close {
	background-color: var(--primary-color);
}

.mobile-menu-container .top-link {
	display: block;
	margin-bottom: 1rem;
	color: #fff;
}

.mobile-menu {
	font-weight: 400;
	letter-spacing: 0;
}

.mobile-menu li a {
	color: #fff;
	text-transform: capitalize;
}

.mobile-menu > li > a {
	font-size: 1.5rem;
	font-weight: 400;
}

.mmenu-btn {
	background-color: var(--primary-color);
}

.mobile-menu li ul {
	background-color: var(--primary-color);
}

.mobile-menu li ul .mmenu-btn,
.mobile-menu li ul ul {
	background-color: var(--primary-color);
}

.mobile-menu-container hr {
	margin-top: 2rem;
	margin-bottom: 3rem;
	border-bottom-width: 0.1rem;
	border-bottom-color: var(--primary-color);
}

.mobile-menu li a:hover,
.mobile-menu li a:focus,
.mobile-menu li.open > a,
.mobile-menu li.current-menu-item > a,
.mobile-menu li.current-menu-parent > a {
	color: var(--primary-color-light);
}

.mobile-menu ul li.open > a,
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-parent > a {
	/*background-color: var(--primary-color);*/
	background-color: var(--dark-color);
}

.mobile-menu-container hr {
	border-bottom-color: #fff;
}

/* Hero */
.hero {
	position: relative;
	overflow: hidden;
	padding-top: 12rem;
	padding-bottom: 8rem;
	background-color: #fff;
	min-height: calc(100vh - 2px);
}

.hero .container,
.hero .container-fluid {
	position: relative;
	z-index: 3;
}

/* .hero:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/overlay.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	z-index: 2;
	user-select: none;
}

.hero:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 90%;
	height: 100%;
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	z-index: 1;
} */

.hero-image {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50%;
	height: 100%;
	margin: 0;
}

.hero-image img {
	width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
	object-position: center;
}

.hero-title {
	color: var(--text-color);
	font-weight: 700;
	/* font-size: 4.4rem; */
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-shadow: 0.4rem .4rem .3rem rgba(0,0,0, .1);
	text-wrap: pretty;
}

.hero-title span {
	font-weight: normal;
	font-style: italic;
	background: linear-gradient(
		to right,
		var(--primary-color-light) 0%,
		var(--primary-color) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-subtitle {
	text-transform: uppercase;
	font-size: 1.9vw;
	font-weight: 900;
	background-image: linear-gradient(to right, var(--primary-color-light) 0%, var(--primary-color) 100%, var(--primary-color-light) 35%);
	background-clip: text;
	color: var(--primary-color-light) ;
}

.hero-action .button {
	margin-bottom: 1rem;
	font-weight: 500;
}

.hero-action .button:not(:last-child) {
	margin-right: 1rem;
}

.hero-action .button + .button {
	margin-top: 0;
	margin-left: 0;
}

.hero .container,
.hero .container-fluid {
	position: relative;
	z-index: 3;
}




/* .footer-menu li.menu-item.menu-item-has-children ul.sub-menu{
    display: none;
} */
 
header li#menu-item-2584 {
    display: none;
}

header .menu-item-2584 {
    display: none !important;
}
/* .footer-menu li.menu-item-has-children ul.sub-menu {
	width: 200px;
    max-height: 180px;
	min-width: 200px;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 1rem 2rem;
} */
/* .footer-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 24px;
} */

/* .footer-menu li.menu-item-has-children:hover ul.sub-menu li {
    margin: 0px;
} */
.footer-menu li.menu-item-has-children:hover ul.sub-menu li.menu-item {
    /* margin: 0px 0px 5px 0px; */
    /* border-bottom: 1px solid; */
}


@media (min-width: 576px) {
	/* .hero-content {
		max-width: 70%;
	} */

	/* .hero-title {
		font-size: 4.4rem;
	} */
}

@media (min-width: 768px) {
	.hero-action .button:not(:last-child) {
		margin-right: 2rem;
	}

	.hero-text {
		max-width: none;
	}
}

@media (max-width: 768px) {
.hero {
    padding-top: 10rem;
	min-height: 100vw;
}

    /* .hero-content {
        padding: 0 3rem;
    } */

	.left-result-wrpper {
    margin-bottom: 3rem;
}

.practice-area-slider li a {
    font-size: 14px;
}

.practice-areas-section ul.field-list .slick-slide a img {
    margin-bottom: 1rem;
}

.practice-area-slider .arrow-wrapper:before{
	width: 60% !important;
}

.practice-area-slider a.slick-arrow {
    height: 40px;
    width: 40px;
}
}


@media (min-width: 1025px) {
	/* .hero {
		min-height: calc(100svh - 50px);
	} */

}

@media (min-width: 1200px) {
	/* .hero-title {
		font-size: 6.4rem;
	} */

	.hero-action .button:not(:last-child) {
		margin-right: 3rem;
	}

	.button.hero-button {
		font-size: 1.6rem;
		min-width: 200px;
	}
}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {
	/* .hero-title {
		font-size: 7.2rem;
	} */
}

@media (min-width: 1900px) {
	/* .hero-title {
		font-size: 7.6rem;
	} */

	.hero-text {
		font-size: 2.4rem;
	}
}

@media (min-width: 2440px) {
	.hero {
		min-height: 100svh
	}
	.hero-image img {
		object-position: 50% 35%;
	} 
}

@media (max-width: 991px) {
	.hero-title br {
		display: none;
	}
}

/* Banner */
.page-banner {
	position: relative;
	background-image: var(--gradient-2);
	overflow: hidden;
}

.page-title {
	text-shadow: none;
	color: #fff;
	font-weight: 500;
}

.page-banner .subtitle {
	margin-bottom: 1rem;
}

.page-banner .container,
.page-banner .container-fluid {
	position: relative;
	z-index: 3;
}

.page-banner:before,
.page-banner:after  {
	content: '';
	display: none;
	width: 42%;
	position: absolute;
	top: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.page-banner:before {
	right: 0;
	background-color: #fff;
}

.page-banner:after {
	right: -2rem;
	background-image: var(--gradient-1);
}

@media (min-width: 768px) {
	.page-title {
		font-size: 5.4rem;
	}
	
	.page-banner:before,
	.page-banner:after  {
		display: block;
	}
}

@media (min-width: 992px) {
	.page-title {
		font-size: 5.8rem;
	}
}

/* About Section */
.section-about {
	position: relative;
}

.section-about .container,
.section-about .container-fluid {
	position: relative;
	z-index: 2;
}

.section-about:before,
.section-about:after  {
	content: '';
	display: none;
	width: 42%;
	position: absolute;
	top: -.1rem;
	bottom: -.1rem;
	clip-path: polygon(100% 0, 40% 100%, 100% 100%);
}

.section-about:before {
	right: 0;
	background-color: #fff;
}

.section-about:after {
	right: -1rem;
	background-image: var(--gradient-1);
}

@media (min-width: 768px) {
	.section-about:before,
	.section-about:after  {
		display: block;
	}
}

.field-list {
	margin-bottom: 3rem;
}

.field-list li {
	position: relative;
	margin-bottom: 2rem;
}

.field-list li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.2rem;
	background-color: var(--primary-color);
	z-index: 1;
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform 0.32s ease-out;
}

.field-list li:is(:hover, :focus):after{
	transform-origin: left center;
	transform: scale(1, 1);
}

.field-list a {
	font-weight: 500;
	position: relative;
	display: block;
	color: var(--text-color);
	padding-bottom: .5rem;
	border-bottom: .1rem solid var(--dark-color);
	transition: all 0.3s ease;
}

.field-list a:before,
.field-list a:after {
	display: none;
}
.field-list a:after {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
}

.field-list a:after {
	transition: transform 0.3s ease;
}

.field-list a:is(:hover, :focus) {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

/* Section Left */
.bg-section,
.section-shape {
	position: relative;
	margin-bottom: 1rem;
}

.section-shape .container,
.section-shape .container-fluid {
	position: relative;
	z-index: 2;
}

.section-image {
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    width: 54%;
    height: 100%;
    margin: 0;
}

.section-image img {
	width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 54.5% 100%, 0% 100%);
	transform: translateX(-1.2rem);
}

.section-image:before  {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: -.1rem;
	bottom: -.1rem;
	clip-path: polygon(0 0, 100% 0, 54.5% 100%, 0% 100%);
	background-color: #fff;
	left: 0;
}

.section-image:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, .35);
	clip-path: polygon(0 0, 100% 0, 54.5% 100%, 0% 100%);
}

.section-shape:before,
.section-shape:after  {
	content: '';
	display: none;
	width: 29%;
	position: absolute;
	top: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 2% 100%, 0% 100%);
}

.section-shape:before {
	left: 0;
	background-color: #fff;
}

.section-shape:after {
	left: -1.2rem;
	background-image: var(--gradient-1);
}


/* section right */
.section-right .section-image {
	left: auto;
	right: 0;
	width: 29%;
}

.section-right .section-image img {
	width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
	clip-path: polygon(100% -25%, 1% 100%, 100% 100%);
	transform: translateX(2%);
}

.section-right .section-image:before  {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: -.1rem;
	bottom: -.1rem;
	clip-path: polygon(100% -215%, 1% 100%, 100% 100%) !important;
	background-color: #fff;
	left: 0;
}

.section-right .section-image:after {
	clip-path: polygon(100% -25%, 0% 100%, 100% 100%);
}

.section-shape.section-right:before,
.section-shape.section-right:after  {
	content: '';
	width: calc(55% + 1.2rem);
	position: absolute;
	top: 0;
	bottom: 0;
	clip-path: polygon(46% 0, 100% 0, 100% 100%, 0% 100%);
	left: auto;
}

.section-shape.section-right:before {
	right: 0;
	background-color: #fff;
}

.section-shape.section-right:after {
	right:-1.2rem;
	background-image: var(--gradient-1);
}

/* section bottom */
.section-bottom .section-image {
    width: 44.5%;
}

.section-bottom .section-image img {
	clip-path: polygon(0 0, 100% 0, 11% 100%, 0% 100%);
}

.section-bottom .section-image:after {
	clip-path: polygon(0 0, 100% 0, 11% 100%, 0% 100%);
}

@media (min-width: 992px) {
	.section-image {
		display: block;
	}

	.section-shape:before,
	.section-shape:after,
	.section-shape.section-right:before,
	.section-shape.section-right:after  {
		display: block;
	}
}

.call-init {
	font-size: 130%;
	margin-top: 3rem;
}

.call-init a {
	color: inherit;
	font-weight: 700;
	font-size: 120%;
}

.call-init a:is(:hover, :focus) {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.call-init  {
		text-align: right;
		color: #fff;
	}
}

.result-box {
    display: flex;
    flex-direction: column;
	width: 100%;
	position: relative;
	padding: 1rem 1.5rem 1rem 2rem;
	border-left: .2rem solid var(--dark-color);
	margin-bottom: 2rem;
	margin-left: -2rem;
	font-size: 1.6rem;
	color: var(--text-color);
	transition: all .25s ease;
}

.result-box:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: var(--gradient-1);
	z-index: -1;
	transition: all .35s ease;
}

.result-box:is(:hover, :focus) {
	border-left-color: var(--primary-color-light);
	color: #fff;
}

.result-box:is(:hover, :focus):before {
	width: 100%;
}

.result-box h3 {
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .5rem;
	color: inherit;
	font-size: 2.4rem;
}

.result-box p {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.result-box {
		margin-bottom: 3rem;
	}

	.result-box h3 {
		font-size: 2.8rem;
	}
}

/* News */
.news .entry-date {
	font-weight: 500;
	text-transform: uppercase;
}

.news .entry {
	background-color: transparent;
	box-shadow: none;
}

.news .entry-body {
	padding-bottom: 1rem;
}

.news .entry-title {
	font-weight: 500;
	font-size: 2.2rem;
	text-wrap:pretty;
}

.news .entry-title a:is(:hover, :focus) {
	color: var(--primary-color);
	text-decoration: underline;
}


.section-badges .badge {
	max-width: 230px;
}
.section-badges .badge img {
	width: auto;
	height: auto;
	max-height: 110px;
	margin: 0 auto;
}
@media (min-width: 1920px) {
	.section-badges .badge {
		max-width: 250px;
	}
	.section-badges .badge img {
		max-height: 140px;
	}
}

/* Buttons */
[type="submit"],
.button {
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	border-radius: 0;
	min-width: 160px;
	overflow: hidden;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-width: 0;
	background-image: linear-gradient(
		to right,
		var(--primary-color-light) 0%,
		var(--primary-color) 50%,
		var(--primary-color-light) 100%
	);
	background-size: 200% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

[type="submit"]:hover,
[type="submit"]:focus,
.button:hover,
.button:focus {
	background-position: 100% 0;
}

.button.button-more {
	min-width: 180px;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.button.button-white {
	color: var(--dark-color);
	background-color: #fff;
	border-color: #fff;
}

.button.button-white:hover,
.button.button-white:focus {
	color: #fff;
	border-color: var(--dark-color);
	background: var(--dark-color);
}

.button-outline,
.button.button-outline {
	color: var(--primary-color);
	border-color: var(--primary-color);
	background-color: transparent;
	background-image: none !important;
	border-width: .1rem;
}

.button.button-outline:hover,
.button.button-outline:focus {
	color: #fff;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

.button-outline.button-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.button-outline.button-white:hover,
.button-outline.button-white:focus {
	color: var(--primary-color);
	border-color: #fff;
	background-color: #fff;
}

/* Inputs */
.row-sm {
    margin-right: -1rem;
    margin-left: -1rem;
}

.row-sm > * {
    padding-right: 1rem;
    padding-left: 1rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea {
	color: var(--text-color);
	border-radius: 0;
	border-color: transparent;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: var(--text-color);
}

::placeholder {
	opacity: 1;
	color: var(--text-color);
}

select {
	display: block;
	width: 100%;
	height: 52px;
	padding: 1.3rem 6rem 1.3rem 2rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	margin: 0 0 2rem;
	border: .1rem solid transparent;
	background-color: #fff;
	transition: border-color .35s ease;
    box-shadow: none;
	-webkit-appearance: none;
	color: var(--text-color);
	border-radius: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M15.233 19.175l0.754 0.754 6.035-6.035-0.754-0.754-5.281 5.281-5.256-5.256-0.754 0.754 3.013 3.013z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
	background-size: 4rem;
	background-position: right 1.1rem center;
	background-repeat: no-repeat;
}

select:focus {
	outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

/* Sidebar button fix*/
.widget .search-submit {
	width: auto;
}

/* Footer */
.footer {
	position: relative;
	background-color: #fff;
	border-bottom: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 4rem;
	padding-bottom: 3rem;
	color: var(--text-color);
	font-weight: normal;
}

.footer:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);
}

.footer .container,
.footer .container-fluid {
	position: relative;
	z-index: 2;
}

.footer .widget {
	line-height: 1.5;
}

.footer-logo {
	margin-bottom: 4rem;
	margin-top: .5rem;
	margin-left: auto;
	margin-right: auto;
}

.widget-contact {
	text-align: center;
}

.widget-contact address a {
	font-weight: 700;
	text-decoration: none;
}

.footer .widget-text {
	font-style: italic;
}

.footer-menu {
	font-weight: 500;
	margin-top: -.2rem;
	margin-bottom: 1.5rem;
}

/* .footer-menu li {
	margin-bottom: 1rem;
} */

.footer .socials {
	font-size: 2.4rem;
	align-items: center;
	justify-content: center;
}
/* .footer .footer-tel {
	margin-left: 3rem;
	font-size: 2.2rem;
} */
 .footer-middle .widget.widget-contact {
    margin-bottom: 0px;
}
.footer-links-wrapper {
    display: flex;
}
.footer .widget-text .socials-media-links {
    display: flex;
    margin-top: 15px;
}
.footer .widget-text .socials-media-links a {
    margin: 0px 5px;
}
.footer-btn-call-style a.button.button-more {
    padding: 10px 8px;
    min-width: 150px;
}
.footer .socials .fa-instagram {
	font-size: 115%;
}

.footer .socials .fa-linkedin-in {
	font-size: 120%;
}

#scroller {
	box-shadow: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 6.6rem;
	height: 6.6rem;
	bottom: 9rem;
	border-radius: 0;
	background-image: linear-gradient(
		to right,
		var(--primary-color) 0%,
		var(--primary-color-light) 50%,
		var(--primary-color) 100%
	);
	background-size: 200% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}


#scroller:hover,
#scroller:focus {
	box-shadow: none;
	background-position: 100% 0;
}

@media (min-width: 768px) {
	.footer-logo {
		margin-left: 0;
	}
	.widget-contact {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.footer-middle {
		padding-bottom: 3rem;
	}

	/* .footer-menu li {
		margin-bottom: 1.5rem;
	}

	.footer-menu li + li {
		margin-left: 3rem;
	} */

	/* .footer .socials {
		justify-content: flex-end;
	} */

	#scroller {
		width: 7.2rem;
		height: 7.2rem;
	}
}

@media (min-width: 1200px) {
	/* .footer-menu li {
		margin-bottom: 2rem;
	} */
}
.contact-us-section .gform_footer {
	justify-content: center;
}
.contact-form.White input:not([type="submit"]),
.contact-form.White textarea {
 border-color: #000;
}
/**/
/* Attorney */
/**/

.attorney-media {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
@media (min-width: 768px) {
	.attorney-media {
		padding-top: 120%;
	}
}

@media (max-width: 767px) {
.hero-subtitle {
    background-image: none;
    background-clip: initial;
    color: var(--primary-color-light);
    font-weight: 700;
}
	.hero-content{
		padding: 0px !important;
	}
	.nav-btn-wrapper img {
    width: 24px;
    height: 24px;
}
}
.attorney-media img {
	position: absolute;
	left: 0;
	top: 0;
}
.attorney-name {
	font-size: 2.2rem;
}
.attorney-name span {
	margin-top: 1rem;
	display: block;
	color: #000;
	font-size: 1.6rem;
}
.attorneys .attorney {
	margin-bottom: 3rem;
}
.attorneys .button {
	width: 100%;
}
.main-content,
.featured-text  {
	position: relative;
}
.main-content:before,
.featured-text:before {
	content: '';
  position: absolute;
  display: block;
  top: -7.2rem;
  left: 0;
  width: 57.8%;
  height: 300px;
  background: var(--gray);
  z-index: -1;
	clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%)
}
.featured-text:before {
	top: 0.7rem;
	width: 74.5%;
	height: 800px;
	clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%)

}
.featured-text .text-container {
	position: relative;
	padding-left: 2.25rem;
}
.featured-text .text-container:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	border-left: 2px solid var(--dark-color-2);
	display: block;
	height: calc(100% - 10px);
}
.featured-text h4 {
	font-size: 2rem;
}
.featured-text h3 {
	font-size: 2rem;
	font-family: var(--second-font-family);
    color: var(--primary-color);
    font-weight: 600;
	text-transform: capitalize;
}
@media (min-width: 1200px) {
	.text-bigger p {
		font-size: 2rem;
	}
}
@media (max-width: 1199px) {
header .search-icon {
    margin-left: 0rem !important;
}
}




blockquote {
	background-image: var(--gradient-1);
	color: white;
	padding: 2rem 3rem 3rem 3rem;
	font-size: 2rem;
}
blockquote p {
	font-style: normal;
}
/**/
/* widget practice area */
/**/
.widget-practice-area {
  color: var(--dark-color);
  padding: 0;
  background-color: #fff !important;
  font-size: 2rem;
}
.widget-practice-area figure {
  position: relative;
  padding-top: 54%;
  overflow: hidden;
  margin-bottom: 0;
}
.widget-practice-area a:is(:hover,:focus) {
	color: #fff;
}
.widget-practice-area img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.widget-practice-area .widget-title {
  margin-bottom: 1rem;
}
.widget-practice-area p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.widget-practice-area .body {
  padding: 1.5rem 2.25rem 2.25rem;
	background: linear-gradient(337deg, rgba(33,33,33,1) 28%, rgba(143,26,29,1) 81%, rgba(229,26,29,1) 100%);
}
.widget-practice-area h2 {
  font-size: 2.6rem;
  margin-bottom: 0.75rem;
}
.widget-practice-area h4 {
  font-size: 2rem;
}
.widget-practice-area .button {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
}

/**/
/* .widget-related-posts */
/**/
.widget-related-posts {
	background: white;
	border: 3px solid #000;
	color: #000;
}
.widget-related-posts .button {
	width: 100%;
}
.widget-related-posts .widget-title,
.widget-case-results .widget-title {
	border-bottom: 3px dotted #000;
	line-height: 1.5;
	font-size: 2.4rem;
	padding-bottom: 0.5rem;
}
.sidebar .widget.widget-related-posts li,
.sidebar .widget.widget-case-results li {
	padding: 0;
}
.sidebar .widget.widget-related-posts li + li,
.sidebar .widget.widget-case-results li + li {
	border-top: none;
	padding-top: 1.2rem;
}


/**/
/* .widget-case-results */
/**/
.widget-case-results {
	background: var(--primary-color-light)
}
.sidebar .widget.widget-case-results .button {
	background: var(--secondary-color-dark);
	width: 100%;
}
.widget-case-results .widget-title {
	font-size: 2rem;
	border-color: #fff;
	
}

/***tag-case-results page****/
.page-id-1661 article.entry .entry-footer a.button.button-more {
    display: none;
}

/**practice area menu**/
ul#menu-side-bar-practice-area-menu li#menu-item-2374
 {
    padding: 0px;
}
.sidebar-practice-area-style .widget-title {
    margin-bottom: 0px;
	text-transform: uppercase;
}

.sidebar-practice-area-style ul li.current_page_item > a{
	display: block;
}

.sidebar-practice-area-style ul li.current_page_item > a::before {
    transform: none;
    top: 0px;
}
.widget.widget_categories.blog_categories li.current-cat {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.35s ease;
}
div#smithChatWidget {
    z-index: 9999;
}
.result-main img.img-fluid.wp-post-image {
    margin-bottom: 3rem;
}


.header-search-box {
    position: fixed;
background: linear-gradient(to right, var(--primary-color-light) 0%, var(--primary-color) 100%);;
    width: 100%;
    top: 0;
    right: 0;
    height: 138px;
    opacity: 0;
    z-index: 0;
	transform: translateY(-100%);
	transition: 0.5s ease-in-out;
}

.header-search-box.open-search {
    opacity: 1;
    z-index: 999999;
	transform: translateY(0%);
}

.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}

.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}

.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: 0;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
    margin: 0px;
    min-width: auto;
}

.header-search-box input.search {
    height: 55px;
    color: #fff;
    padding: 8px 58px 8px 8px !important;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    background: none;
}
.searchform input.search::placeholder {
    color: #fff;
}
.search-result-inner-content h2.page-title {
    color: #000;
}
.inner-content.search-result-inner-content .search-post-loop {
    margin-bottom: 30px;
    padding: 0px 0px 15px;
}
.search-result-inner-content .search-post-loop .blog-title.h2 {
    margin-bottom: 10px;
    font-size: 25px;
}

.search-result-inner-content .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-inner-content .nav-links a {
    margin: 0 2.5rem;
}

.hero-title .black_text {
    color: #FFFFFF;
    /* opacity: 70%; */
    opacity: 100%;
    font-size: 2.5vw;
}
.hero-action {
    margin-top: .3rem;
}

a.button.hero-button {
	margin: 0px;
}
.hero-content {
        max-width: 100%;
		padding: 0 5rem;
    }
	.cta-section {
    margin-bottom: 20px;
}
.cta-box {
    text-align: center;
    height: 100%;
    box-shadow: 0 0 10px #cecece;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cta-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.editor-content p a {
    text-decoration: underline;
}
.cta-list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.header.fixed img.logo-white {
    display: none;
}

.header.fixed img.logo-dark {
    display: block;
}
header.header.sticky-header img.logo-white {
    display: none;
}
.header-over .header:not(.fixed) img.logo-white {
    display: block;
}




.our-story-section h3 {
    text-align: center;
}
.video-wrap.position-relative a.html5lightbox.play_link {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    display: inline-block;
    z-index: 10;
    bottom: 30px;
    right: 30px;
}

.our-story-section .editor-content {
    margin-bottom: 2.5rem;
}

/* .hero-title .red_text {
    color: #fff;
} */
.video-wrap.position-relative {
    position: relative;
}

div#html5-close {
    background-image: url(/wp-content/themes/muze-one/assets/images/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}

.client-wrapper {
    display: flex;
	align-items: center;
	width: 100%;
}
.client-line-style{
	width: 59%;
	margin-right: 1%;
}

.client-wrapper .red_text {
    width: 39%;
	margin-left: 1%;
	color: #fff;
	font-size: 2.4vw !important;
}

.line-style hr {
    border-color: #ffffff;
    opacity: 40%;
	margin: 1rem auto;
}


.middle_title_text {
    color: #fff;
	text-align: center;
	font-family: 'Figtree';
    font-weight: 600;
	font-size: 12vw;
}

.section-badges .slick-track{
	display: flex !important;
	border-bottom: 1px solid #00000038;
}

.section-badges .slick-slide {
    display: flex !important;
    justify-content: center;
    padding: 0 3rem;
    min-width: 200px;
	position: relative !important;
	width: 100% !important;
	height: 200px !important;
	align-items: center;
	
}

/* Odd slides */
.section-badges .slick-slide:nth-child(odd):before {
   content: "";
    background-color: #00000038;
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Even slides */
.section-badges .slick-slide:nth-child(even):before {
   content: "";
    background-color: #00000038;
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    top: unset !important;
    bottom: 0;
    left: 0;
}
.content-stretch-right {
    height: calc(70vh - 50px);
    overflow-y: scroll;
}
.content-stretch-right .result-box-wrapper div {
    color: #23232D;
    font-size: 45px;
    margin-top: 2.5rem;
    margin-bottom: 1.8rem;
}
.content-stretch-right .result-box-wrapper p
 {
    max-width: 85%;
}


/* Target the scrollbar */
.content-stretch-right::-webkit-scrollbar {
  width: 5px; /* For vertical scrollbar */
  height: 5px; /* For horizontal scrollbar */
}

/* Track */
.content-stretch-right::-webkit-scrollbar-track {
  background: #dbdada;
}

/* Handle */
.content-stretch-right::-webkit-scrollbar-thumb {
  background: #23232D;
}

/* Handle on hover */
.content-stretch-right::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.left-result-wrpper {
    display: flex;
    flex-direction: column;
}
.left-result-wrpper .title-content-wrapper {
    order: 1;
}
.left-result-wrpper .button-wrapper {
    order: 3;
	margin-top: 3rem;
}
.left-result-wrpper .content-stretch-first-wrapper {
    order: 2;
}

.left-result-wrpper .title-content-wrapper p {
    max-width: 80%;
    font-size: 16px;
    margin-bottom: 2rem;
}
.left-result-wrpper .content-stretch-first-wrapper .content-stretch-first div {
    font-size: 90px;
    color: #23232D;
    font-weight: 600;
}
.left-result-wrpper .h2 {
    color: #23232D;
    font-size: 45px;
    margin-bottom: 1.8rem !important;
}


.practice-areas-section ul.field-list .slick-slide a img {
    width: 100%;
	margin-bottom: 2rem;
}

.practice-areas-section .slick-slide{
	margin: 0px 3rem;
    max-width: 420px;
    position: relative;
}

.practice-areas-section .slick-slide:before {
    content: '';
    background: #000000;
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left: -29px;
	opacity: 15%;
}

.practice-areas-section .field-list li{
	margin-bottom: 0px;
}
.practice-area-slider {
    margin-top: 3rem;
}
.practice-area-slider li a {
    border: 0px;
    padding: 0px;
	text-transform: uppercase;
}


.practice-area-slider .arrow-wrapper:before {
    content: '';
    position: absolute;
    width: 75%;
    margin: 0 auto;
    height: 1px;
    background: #ccc;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.practice-area-slider a.slick-arrow{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #ccc;
	cursor: pointer;
}
 
.practice-area-slider a.slick-arrow:hover{
    background: linear-gradient(226.22deg, #901A1D 21.52%, #E41A1D 85%);
	border: 1px solid #fcfcfc00;
}

.practice-area-slider a.slick-arrow:hover svg path{
	stroke: #fff;
}


.arrow-wrapper {
    display: flex;
    max-width: 60%;
    margin: 0 auto;
	justify-content: space-between;
	position: relative;
}

blockquote a {
    color: #fff;
}
blockquote a:hover{
    color: #000;
}


hr.entry-footer-hr {
    border-top: 0.1rem solid var(--dark-color);
    margin: 1.5rem auto;
}

section.reviews .title {
    color: var(--primary-color);
}

/* a.cta-box-link {
    font-size: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
} */
 .cta-section a.cta-box-link .cta-content {
    text-decoration: underline;
}
.our-story-section:before {
    content: '';
    width: calc(69% + 1.2rem);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 2% 100%, 0% 100%);
    z-index: 1;
}
.our-story-section h2 {
    text-align: center;
	color: #fff;
}
.our-story-section:after {
    right: -1.2rem;
    content: '';
    left: -1.2rem;
    width: calc(69% + 1.2rem);
    top: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 2% 100%, 0% 100%);
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(to left, var(--primary-color-light) 10%, var(--primary-color) 100%);
}
.our-story-section {
	position: relative;
	background-image: linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color-dark) 100%);
}
.our-story-section .container {
    z-index: 2;
    position: relative;
}

.hero:before {
    content: '';
    background: #00000099;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

	html[lang="es"] .client-line-style {
    width: 47%;
    margin-right: 1%;
}

html[lang="es"] .client-wrapper .red_text {
    width: 55%;
    margin-left: 1%;
}
html[lang="es"] .middle_title_text {
    font-size: 9.6vw;
}
html[lang="es"] .hero-subtitle {
    font-size: 2.6vw;
}
html[lang="es"] .hero{
	padding-top: 10rem;
}

 /* html[lang="es"] .hero-title .red_text {
    font-size: 25px;
} */



/**40 Anniversary start**/
.page-id-2593 .header:not(.fixed) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    margin: 0 auto;
    max-width: 70vw;
}

.header-middle .header-container{
    padding: .5rem 0rem;
}

.page-id-2593 header .header-middle img.logo-white {
    display: block;
}

.page-id-2593 header .header-middle img.logo-dark {
    display: none;
}

.page-id-2593 header.header.sticky-header.fixed .header-middle img.logo-dark {
    display: block;
}
.page-id-2593 header.header.sticky-header.fixed .header-middle img.logo-white {
    display: none;
}
.anniversary-title-style {
    text-align: center;
    font-size: 2.35vw;
    font-weight: 600;
    text-transform: uppercase;
}
.page-id-2593 .header.fixed {
    max-width: 80vw;
    margin: 0 auto;
}

.page-id-2593 .search-button-manager a.call-us-button {
   border-radius: 35px;
    font-size: 16px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 165px;
	padding: .8rem 1.5rem !important;

}

.page-id-2593 .container-fluid{
    padding: 0px;
    max-width: 80vw;
    margin: 0 auto;
}

.page-id-2593 .hero:before{
	display: none;
}
.page-id-2593 p{
	line-height: 35px;
}

.page-id-2593 header.header.sticky-header.fixed .header-container {
    padding: 0rem 2rem;
}


section.hero.anniversary-hero-banner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: calc(100vh - 2px);
	padding-bottom: 0;
}
section.hero.anniversary-hero-banner:after{
	content: "";
background: url(/wp-content/uploads/2025/07/Group-103.png);

}
i.image-caption-style {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
	margin-top: 10px;
	max-width: 497px;
}
.old-memory-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anniversary-banner-celebrating {
    text-align: center;
    font-family: 'Soulgate';
    font-size: 8.6vw;
    position: absolute;
    z-index: 99;
    line-height: 8vw;
    text-shadow: 3px 0px 0px #000;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
}

.page-id-2593 .header .header-middle:after {
    content: '';
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    display: block;
    opacity: 30%;
}
.page-id-2593 .header .header-middle {
    padding-top: 0;
}

.new-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-header-wrapper .logo-wrapper {
    display: block;
}
.new-header-btn {
    display: block;
}
/* .page-id-2593 header.fixed .col-auto.logo-wrapper {
    padding: 0px;
} */

.anniversary-banner-years-wrapper{
position: relative;
padding-top: 4vw;
}
.anniversary-hero-banner .container-fluid {
    max-width: 70vw;
    padding: 0px;
}

.anniversary-banner-years-text-style{
   font-family: 'Figtree';
    font-size: 11vw;
    font-weight: 800;
	text-align: center;
    line-height: 8vw;
	text-transform: uppercase;
}

.anniversary-banner-years {
    background-image: linear-gradient(to right, var(--primary-color-light) 0%, var(--primary-color) 100%, var(--primary-color-light) 35%);
    background-clip: text;
    color: transparent;
	position: relative;
    z-index: 5;
}

.anniversary-banner-years-shadow {
    position: absolute;
    top: 4.5vw;
    color: #ffffff00;
    -webkit-text-stroke: 1px #fff;
    z-index: 2;
    left: 50%;
    transform: translateX(-49.5%);
    width: 100%;
    text-transform: uppercase;
	opacity: 10%;
}

.anniversary-banner-below-years {
    text-transform: uppercase;
    font-size: 2.1vw;
    letter-spacing: 1vw;
    line-height: normal;
    text-align: center;
	margin: 1.5vw 0;
}
.anniversary-banner-link {
    text-align: center;
}

.anniversary-banner-link a {
    border-radius: 35px;
    padding: 1.2rem 2rem !important;
}
.anniversary-banner-logo img {
    margin: 0 auto;
}
.anniversary-banner-logo {
    width: 14.54vw;
   margin: 0 auto 10px auto;
}
.anniversary-banner-wrapper {
    position: relative;
    top: 3vw;
}

.timeline-section {
    background-repeat: repeat-x;
    background-position: bottom right;
    background-size: 50%;
    background-image: url(/wp-content/uploads/2025/07/Vector-2.png);
	position: relative;
}

.new-footer-row {
    display: flex;
    justify-content: space-between;
}
.new-contact-info {
    font-size: 20px;
    color: #23232D;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.new-footer .widget-text {
    font-style: normal;
}
.new-address-flex p {
    line-height: normal;
}

.new-footer-row .footer-left {

}
.new-footer-row .footer-right {
    width: 30%;
	padding: 5rem 0rem;
	max-width: 227px;
}
.new-address-flex-svg {
    margin-right: 15px;
}
.footer-directions a {
    text-decoration: underline;
}

.our-legacy-leadership-content {
    text-align: center;
    margin: 1rem auto;
    max-width: 998px;
}


.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 200px;
  max-width: 70vw;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}

.timeline-item {
  position: relative;
  text-align: center;
  flex: 1;
  min-height: 15vw;
}


.timeline-circle {
  /* width: 60px;
  height: 60px; */
  background: #8B1E1E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 22px; */
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  height: 5.2vw;
  width: 5.2vw;
  font-size: 2.5vw;
}

.timeline-year {
 display: block;
    margin-top: 8px;
    font-weight: 600;
    font-size: 25px;
    color: #23232D;
    font-size: 1.31vw;
}

.timeline-dot {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #23232D;
    border-radius: 50%;
    margin: 20px auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    box-shadow: -5px 6px 3px #d2d4d5;
}

/* .timeline-dot::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    width: 1px;
    height: 90px;
    background: repeating-linear-gradient(
    to bottom,
    #23232D,
    #23232D 4px,
    transparent 4px,
    transparent 8px
  );
    transform: translateX(-50%);
} */

.timeline-dot::after {
    content: "";
    position: absolute;
    top: -7vw;
    left: 50%;
    width: 1px;
    height: 7vw;
    background: repeating-linear-gradient(
    to bottom,
    #23232D,
    #23232D 4px,
    transparent 4px,
    transparent 8px
  );
    transform: translateX(-50%);
}


.timeline-circle:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/Polygon-4.png);
    width: 50px;
    height: 12px;
    position: absolute;
    bottom: -5px;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline-text {
 margin-top: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -68px;
	text-transform: uppercase;
}


.community-involvement-img-wrapper img.community-involvement-img {
    width: 100%;
}

.cases-slider.slick-initialized.slick-slider {
	max-width: 70vw;
    margin: 2rem auto;
}
.anniversary-case-block {
    position: relative;
}
.cases-slider-arrows.arrow-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
    max-width: 100%;
}
.cases-slider-arrows.arrow-wrapper a.slick-arrow {
    height: 48px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #ffffff2e;
}

.cases-slider-arrows.arrow-wrapper a.slick-arrow:hover {
    background: linear-gradient(226.22deg, #901A1D 21.52%, #E41A1D 85%);
    border: 1px solid #fcfcfc00;
}
.cases-slider-arrows.arrow-wrapper a.slick-arrow:hover svg path{
    stroke: #fff;
}

.case-image {
    overflow: hidden;
}
.case-image img {
    /* height: 260px; */
    width: 100%;
    object-fit: cover;
}
.cases-slider .slick-slide {
    margin: 0 10px; 
}
.cases-slider .slick-list {
    margin: 0 -10px; 
}

.cases-section:before {
    width: 100%;
    position: absolute;
    top: -.1rem;
    bottom: -.1rem;
    clip-path: polygon(100% 0, 67% 100%, 100% 100%);
    content: '';
    background: #F0F0F0;
}


.cases-section{
    position: relative;
	overflow: hidden;
}
/* .cases-slider-wrapper{
	max-width: 70vw;
    margin: 0 auto;
} */

.community-involvement-section {
    background-color: #23232D;
}

.community-involvement-img-wrapper {
    position: relative;
}
.community-involvement-img-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
    top: 0;
}
.text-white.community-involvement-img-text {
    position: absolute;
    z-index: 9;
    bottom: 16px;
    padding: 0px 2vw;
    font-size: 1.05vw;
}
.community-involvement-section-row {
    display: flex;
    gap: 0px 20px;
    justify-content: center;
	margin: 4rem 0;
}
.community-involvement-col-manager:nth-child(1){
}
.community-involvement-col-manager:nth-child(2){
    gap: 20px 0px;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.page-id-2593 blockquote.review .col {
    padding: 10px;
}


.case-slide-title {
    font-size: 18px;
    color: #23232D;
    text-transform: uppercase;
    margin-top: 1rem;
    font-weight: 600;
	min-height: 54px;
}
a.case-image-link {
    text-decoration: underline;
}


section.watch-maddison-section a.html5lightbox.play_link {
    bottom: 5% !important;
    left: unset !important;
    top: unset !important;
    transform: none !important;
    right: 6% !important;
    height: 100px;
}

.anniversary-content-style {
    margin: 1rem 0 2rem 0;
}

section.watch-maddison-section img{
    width: 100%;
}

section.thank-you-section {
    background-color: #23232D;
	position: relative;
	overflow: hidden;
}
/* section.thank-you-section img {
    clip-path: polygon(100% -215%, 1% 100%, 100% 100%) !important;
} */

section.thank-you-section .section-image {
    width: 53%;
}
section.thank-you-section .section-image:after{
	background: none;
	display: none;
}
section.thank-you-section .anniversary-title-style {
    font-weight: 400;
    text-align: left;
}
.new-footer .copyright {
    text-align: center;
}
.new-footer .footer-bottom{
    padding: 3rem 0;
    border-top: 1px solid;
}
.new-footer {
    padding-bottom: 0rem;
}

.page-id-2593 .reviews .testimonial-title {
    margin-bottom: 15px;
}
.page-id-2593 .reviews cite {
    text-transform: uppercase;
}

.page-id-2593 .reviews blockquote {
    background: linear-gradient(166.1deg, #E41A1D 13.83%, #901A1D 90.08%);
}

.page-id-2593 section.reviews{
position: relative;
padding: 0rem 0rem 10rem 0rem;
}

.page-id-2593 section.reviews:after {
    right: -1.2rem;
    content: '';
    left: -2.2rem;
    width: calc(69% + 1.2rem);
    top: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 55% 100%, -1% 0%, 0% 0%);
    position: absolute;
    z-index: 0;
    /* background-image: linear-gradient(to right, var(--primary-color-light) 10%, var(--primary-color) 100%); */
	background: #23232D;

}

.page-id-2593 section.reviews:before {
  right: -2.2rem;
    content: '';
    left: -3.2rem;
    width: calc(69% + 1.2rem);
    top: 0px;
    bottom: 0;
    clip-path: polygon(0% 100%, 58% 100%, 2% 0%, 0% 0%);
    position: absolute;
    z-index: 0;
  background: #8F1A1D;
}


.footer-social-media {
    display: flex;
    gap: 0px 20px;
    align-items: center;
    margin-top: 30px;
	margin-left: 30px;
}
.new-footer .footer-directions {
    margin-left: 30px;
}

.footer-social-media  .social-item a:hover svg path {
    fill: #8F1A1D;
}

.footer-social-media .social-item a{
    display: block;
    height: 20px;
}
.new-content-flex {
    display: flex;
    align-items: center;
}
.new-address-flex{
display: flex;
    align-items: flex-start;
}

section.thank-you-section .anniversary-content-style {
    max-width: 600px;
}
.page-id-2593 section.reviews .owl-nav {
    display: none;
}
.page-id-2593 section.reviews .owl-dots {
    margin-top: 3rem;
}

.case-result-style {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
	text-transform: uppercase;

}
.case-slide-link a {
    font-size: 16px;
    text-decoration: underline;
	text-transform: uppercase;
    font-weight: 600;
}

    .global-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.global-popup-inner {
   background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    top: 50%;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.global-popup .close-popup {
       color: #8f1a1d;
    position: absolute;
    top: 4px;
    right: 4px;
    background: none;
    font-size: 22px;
    cursor: pointer;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
    border: 1px solid #8f1a1d;
    border-radius: 50%;
    line-height: 25px;
    display: flex;
    justify-content: center;
}

.thank-you-section-row {
    gap: 25px 0px;
}
.page-id-2593 header .header-middle img {
    max-width: 190px;
}
.header-over.page-id-2 .header:not(.fixed) {
    z-index: 9;
    position: relative;
}
.header-landing:not(.fixed) nav.main-nav ul.menu > li > a {
    color: #fff;
}
.header-landing:not(.fixed) .menu > li:after {
    background-color: #ffffff;
}
.header-landing:not(.fixed) .sf-arrows .sf-with-ul:after {
    border-top-color: #fff;
}
.header-landing:not(.fixed) .menu li.current-menu-parent > .sf-with-ul:after {
    border-top-color: #fff;
}
.header-meta{
	gap: 20px;
}

@media (max-width: 1600px) {
.video-wrap.position-relative a.html5lightbox.play_link svg {
    width: 80px;
}


section.hero.anniversary-hero-banner{
	padding-bottom: 3rem;
}
.page-id-2593 .header:not(.fixed) {
    max-width: 85vw;
}

}

@media (max-width: 1440px) {
.page-id-2593 .reviews blockquote{
	font-size: 16px !important;
}
.page-id-2593 .reviews .testimonial-title {
    font-size: 20px;
}

.page-id-2593 .reviews cite {
    font-size: 16px !important;

}

}

@media (max-width: 1440px) {
	.anniversary-banner-wrapper {
    position: relative;
    top: 5vw;
}

.anniversary-banner-below-years {
    font-size: 1.8vw;
    margin: .5vw 0;
}

.anniversary-banner-years-wrapper {
    padding-top: 2vw;
}


.text-white.community-involvement-img-text{
	font-size: 16px;
}

.anniversary-banner-years-shadow {
    top: 2.5vw;
}


.case-slide-title {
    font-size: 16px;
    min-height: 48px;
}

.case-result-style {
    margin-top: 15px;
}

}

@media (max-width: 1160px) {
.timeline {
    min-height: auto;
}
.timeline-text{
	font-size: 14px;
	bottom: -42px;
	width: 100%;
}
}

@media (max-width: 1024px) {
section.hero.anniversary-hero-banner {
    min-height: auto;
}

.anniversary-banner-wrapper {
        top: 8vw;
    }
     .page-id-2593 .header:not(.fixed) { 
        padding: 0px 2rem;
        position: unset;
        background: #000;
        max-width: unset;
    }

       .page-id-2593 .header .header-middle {
    max-width: 90vw;
    margin: 0 auto;
}
.page-id-2593 header.header.sticky-header.fixed .header-container{
    padding: .5rem 0rem;
}
}



@media (max-width: 1024px) and (min-width: 945px) {
	    .anniversary-banner-wrapper {
        top: 4vw;
    }
section.hero.anniversary-hero-banner {
        min-height: 500px;
    }
}


@media (max-width: 945px) and (min-width: 768px) {
	    .anniversary-banner-wrapper {
        top: 4vw;
    }
section.hero.anniversary-hero-banner {
        min-height: 500px;
    }
    
}


@media (max-width: 801px) {
    .global-popup-inner {
    max-width: 95%;
}
}

@media (max-width: 768px) {

        .page-id-2593 header .header-middle img {
        max-width: 90px;
    }
    .new-header-wrapper .logo-wrapper {
        max-width: 140px;
    }
.community-involvement-section-row {
    flex-direction: column;
	gap: 20px;
}


.timeline {
    flex-direction: column;
	gap: 67px;
}
.timeline-item {
    min-height: 150px;
}

.timeline-section {
    padding-top: 0px !important;
	background: none;
}
.cases-slider.slick-initialized.slick-slider {
    max-width: unset;
}
.cases-slider-arrows.arrow-wrapper a.slick-arrow {
    height: 48px;
    width: 50px;

    background: #ffffffe6;
}

.cases-slider-arrows.arrow-wrapper a.slick-arrow {
    height: 40px;
    width: 40px;
    margin: 0rem 1rem;
}
.old-memory-content {
    padding-top: 10px;
}
.cases-section:before {

	display: none;
}
.page-id-2593 section.reviews:before{
	display: none;
}
.page-id-2593 section.reviews:after {
  display: none;
}
.page-id-2593 section.reviews {
    padding: 0px;
}
.page-id-2593 p {
    line-height: 25px;
}
.anniversary-banner-link .button.button-more {
    min-width: 125px;
    font-size: 10px !important;
    padding: 8px !important;
}
.anniversary-banner-logo {
    width: 105px;
}
section.thank-you-section .anniversary-content-style.text-white:nth-child(2){
    margin: 0px !important;
}

section.thank-you-section .anniversary-content-style.text-white:nth-child(2) p:nth-child(1) {
    margin-bottom: 10px;
}

.community-involvement-img-wrapper.second-community-involvement img.community-involvement-img {
    max-height: 300px;
    object-fit: cover;
}


}

/* Responsive Design */
@media (max-width: 767px) {
.mobile-menu-container {
     z-index: 99999;
}
.hero-subtitle {
    font-size: 13px;
}
html[lang="es"] .hero-subtitle {
    font-size: 13px;
}
.hero-title .black_text {
   font-size: 14px;
}
.client-wrapper .red_text {
    width: 92%;
    font-size: 14px !important;
}
html[lang="es"] .client-line-style {
    width: 25%;
    margin-right: 1%;
}
html[lang="es"] .client-wrapper .red_text {
    width: 76%;
    margin-left: 0;
}
  .new-footer-row {
    flex-direction: column;
}
.new-footer-row .footer-left {
    width: 100%;
}


.new-footer-row .footer-right {
    width: 100%;
    padding: 1rem 0rem;
    max-width: 227px;
}

.anniversary-title-style {
    font-size: 22px;
}

.header-middle .header-container {
    padding: 0rem 0rem;
}

	.page-id-2593 .search-button-manager a.call-us-button{
		font-size: 0px;
		    width: auto;
	background: linear-gradient(166.1deg, #E41A1D 13.83%, #901A1D 90.08%);
	padding: 4px 10px !important;
	}
	.page-id-2593 .search-button-manager a.call-us-button svg {
    width: 20px;
}

	.page-id-2593 .header a.call-us-button:before{
		display: none;
	}
	.page-id-2593 .header .header-middle {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.case-result-style {
    font-size: 14px;
    margin-top: 10px !important;
}

    .case-slide-title {
        font-size: 18px;
        min-height: auto;
    }


.page-id-2593 .container-fluid {
    padding: 0px 4rem;
    max-width: unset;
}

.page-id-2593 .header:not(.fixed) {
    max-width: unset;
	padding: 0px 4rem;
}

.anniversary-banner-years-text-style {
    font-size: 45px;
}
.anniversary-banner-celebrating {
    font-size: 40px;
    line-height: 40px;
}
.hero.anniversary-hero-banner {
        padding-top: 80px;
        padding-bottom: 80px !important;
    }
	
section.community-involvement-section .community-involvement-img-wrapper p {
    font-size: 16px;
    line-height: 25px;
}
.page-id-2593 .header.fixed {
    max-width: 82vw;
    margin: 0 auto;
}

.timeline-circle {
    font-size: 16px;
    width: 50px;
    height: 50px;
}
.timeline-year {
    font-size: 16px;
}
	.timeline-line{
		display: none;
	}
	.cases-slider-arrows.arrow-wrapper{
		display: none;
	}
	section#old-memory-details {
    padding: 50px 0px !important;
}
.cases-section {
    padding-top: 85px !important;
    padding-bottom: 10px !important;
}
.community-involvement-section {
    padding: 50px 0px !important;
}
.client-stories-details {
    padding: 50px 0px 0px 0px !important;
    margin: 0px 0px 40px 0px !important;
}
.watch-maddison-section {
    padding: 50px 0px !important;
}
.video-wrap.position-relative a.html5lightbox.play_link svg {
    width: 30px;
    height: 30px;
}
.video-wrap.position-relative a.html5lightbox.play_link {
   bottom: 10px;
    right: 10px;
    height: auto;
}
.video-wrap.position-relative a.html5lightbox.play_link span.video-play-icon {
    width: auto;
}
.thank-you-section.section-right {
    padding: 50px 0px !important;
}
.footer-middle{
    padding: 0px !important;
}
.new-footer {
    padding-top: 50px;
}
.timeline-dot::after{
	height: 57px;
    top: -57px;
}

.new-header-wrapper .logo-wrapper {
    max-width: 140px;
}


}





@media (max-width: 766px) {



}





/**40 Anniversary end**/

@media (max-width: 1399px) {
.left-result-wrpper .content-stretch-first-wrapper .content-stretch-first div {
    font-size: 70px;
}
.left-result-wrpper .h2 {
    font-size: 40px;
}

}

@media (max-width: 1014px) {


	.line-style hr{
		margin: 1rem auto;
	}

}
@media (max-width: 991px) {
 
.left-result-wrpper .h2{
font-size: 2.3rem;
}
    .left-result-wrpper .content-stretch-first-wrapper .content-stretch-first div {
        font-size: 3rem;
    }
	.content-stretch-right .result-box-wrapper div {
    font-size: 3rem;
}
.content-stretch-right{
	margin-top: 3rem;
}


.our-story-section:before{
	display: none;
}
.our-story-section:after{
	display: none;
}

.footer-middle .footer-btn-call-style {
    margin-bottom: 3rem;
}


}

@media (max-width: 854px) {
	/* html[lang="es"] .middle_title_text {
    font-size: 6rem;
}
    html[lang="es"] .hero-content span.hero-subtitle {
        font-size: 16px;
    } */
}

@media (max-width: 789px) {
    /* .hero-title .red_text {
        font-size: 3.2rem;
    } */
	/* .hero-title .black_text {
        font-size: 2.5rem;
    } */
}

/* @media (max-width: 654px) {
    .hero-content {
        padding: 0rem;
    }
} */

@media (max-width: 564px) {

	    /* .hero-title .black_text {
        font-size: 14px;
    } */
	/* .hero-title .red_text {
        font-size: 2.5rem;
    } */
	    /* .middle_title_text {
        font-size: 5rem;
    } */


		/* html[lang="es"] .middle_title_text {
    font-size: 3rem;
	}
    html[lang="es"] .hero-title .black_text {
        font-size: 16px;
    } */


	    .practice-area-slider a.slick-arrow {
        height: 35px;
        width: 35px;
    }

}

@media (max-width: 408px) {


.logo {
    max-width: 160px;
}

    .practice-area-slider a.slick-arrow {
        height: 30px;
        width: 30px;
    }
}
@media (max-width: 345px) {
	.logo {
    max-width: 134px;
}
.fixed .logo {
    max-width: 134px;
}
}


    .hero-title .black_text {
        font-weight: 600;
    }

	/* .hero-title .red_text {
       font-weight: 600;
    } */





	/**new fixes***/
	section.featured-text.gray-bg::before {
    clip-path: none;
    width: 100%;
    top: 0;
    height: 100%;
}
.widget-content li.current_page_parent a,
.widget-content li.activeChild a {
    color: var(--primary-color);
}

.form-group .form-control {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    bottom: 0;
    right: 5px;
    line-height: normal;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label span {
    color: var(--primary-color);
}
.form-group-btn p, .form-group-btn {
    display: inline-block;
    position: relative;
}
.form-group-btn [type="submit"] {
    margin: 0;
}
.form-group-btn span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
    border: 0 !important;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: var(--primary-color);
}
.bg-gradient .wpcf7 form.invalid .wpcf7-response-output, 
.bg-gradient .wpcf7 form.unaccepted .wpcf7-response-output, 
.bg-gradient .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}
.form-group-btn.text-center {
    position: relative;
    display: table;
    margin: auto;
}
form.wpcf7-form {
    padding-bottom: 30px;
    position: relative;
}
.form-group-btn.w-100 {
    width: 100%;
}
.sidebar .widget_dark .wpcf7 form .wpcf7-response-output {
     font-size: 13px;
 }
 .practice-area-slider li a span {
    padding-right: 10px;
    display: inline-block;
}