/* Modal default hidden state */

/* Base Modal Style */

/*============== content-banner-form css =================*/
.home-banner {
	height: 850px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 1;
	background-color: #000;
}

.home-banner .row {
	max-width: 100%;
	position: relative;
	height: 100%;
	justify-content: center;
	z-index: 1;
	margin-top: 0px;
}

.home-banner .banner-top-title {
	font-size: 80px;
	line-height: 1.25;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 25px;
	font-family: var(--font-one);
}

.home-banner .banner-title {
	position: relative;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 25px;
}

.home-banner .banner-description {
	font-size: 22px;
	margin-top: 20px;
	font-weight: 400;
}

/*.home-banner .banner-content{
    padding: 50px;
    background: #ffffff4a;
}*/
.home-banner .btn {
	margin-top: 20px;
	letter-spacing: .9px;
}

.home-banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.home-banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0;
}

.home-banner .banner-video {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	z-index: 0;
	overflow: hidden;
}

.home-banner .banner-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-banner .banner-video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.side-banner-form {
	max-width: 450px;
}

.side-banner-form form {
	border-radius: 20px;
	background: rgba(255, 255, 255, .6);
	box-shadow: 3.6px 3.6px 54px 0px rgba(0, 0, 0, .1);
	backdrop-filter: blur(7.5px);
	padding: 30px;
}

.side-banner-form .form-title {
	font-size: 30px;
	color: var(--color-black);
}

.side-banner-form .form-group {
	margin-bottom: 15px;
}

.side-banner-form .form-control {
	border-radius: 15px;
	opacity: .6;
	background-color: #fff;
	padding: 10px;
	font-size: 15px;
	max-height: 90px;
}

.sets-up-apart {
	background-color: #f7f7f7;
}

.home-banner.has-form .main-row {
	max-width: 100%;
	flex-direction: row;
}

.home-banner.has-form .banner-content {
	padding-top: 100px;
	width: calc(100% - 450px);
	padding-right: 50px;
}

.side-banner-form .form-btn .btn {
	width: 100%;
	margin-top: 0;
}

@media (min-width:1400px) {}

@media (max-width:1550px) {
	.home-banner .banner-title {
		font-size: 30px;
	}
}

@media (max-width:1500px) {
	.home-banner .banner-title {
		font-size: 30px;
	}
	
	.home-banner .banner-description {
		font-size: 22px;
	}
	
	.home-banner .banner-content {
		padding-top: 20px;
	}
	
	.home-banner .btn {
		margin-top: 15px;
	}
	
	.side-banner-form .form-group {
		margin-bottom: 15px;
	}
	
	.side-banner-form .form-control {
		max-height: 70px;
	}
}

@media (max-width:1400px) {
	.home-banner .banner-title {
		font-size: 30px;
	}
	
	.home-banner .banner-description {
		font-size: 18px;
		margin-top: 10px;
	}
}

@media (max-width:1300px) {
	.home-banner .banner-title {
		font-size: 50px;
	}
}

@media (max-width:1199px) {
	.home-banner .banner-top-title {
		font-size: 35px;
	}
	
	.home-banner .banner-title {
		font-size: 75px;
	}
	
	.home-banner.has-form .banner-title {
		font-size: 45px;
	}
	
	.home-banner.has-form .banner-description {
		font-size: 16px;
	}
}

@media (max-width:991px) {
	.home-banner {
		height: auto;
		padding-top: 200px;
		padding-bottom: 200px;
	}
	
	.home-banner.has-form .banner-content {
		width: calc(100% - 270px);
		padding-right: 20px;
	}
	
	.side-banner-form {
		max-width: 270px;
	}
	
	.side-banner-form form {
		padding: 30px 15px;
	}
	
	.side-banner-form .form-title {
		font-size: 20px;
	}
	
	.home-banner.has-form .banner-title {
		font-size: 32px;
	}
	
	.home-banner .banner-top-title {
		font-size: 30px;
	}
	
	.home-banner .banner-title {
		font-size: 55px;
	}
}

@media (max-width:767px) {
	.home-banner {
		height: auto;
		padding-top: 150px;
		padding-bottom: 100px;
	}
	
	.home-banner .banner-top-title {
		font-size: 55px !important;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	
	.home-banner .banner-title {
		font-size: 40px;
	}
	
	.home-banner .banner-description {
		font-size: 14px;
	}
	
	.home-banner.has-form .banner-content {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
	
	.home-banner .btn {
		font-size: 14px;
		min-width: 180px;
		padding: 12px 25px;
		letter-spacing: 1px;
	}
	
	.content-inner .heading {
		margin-top: 0px !important;
	}
	
	.image-box-v2 .image {
		height: 280px;
	}
	
	.home-banner .btn + .btn {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.side-banner-form {
		max-width: 100%;
	}
	
	.side-banner-form form {
		padding: 40px 15px;
		border-radius: 0;
		background: #f7f7f7;
	}
}

/*========== Banner Form ============*/
.banner-form form {
	padding-left: 20px;
}

.banner-form .form-wrap {
	border-radius: 36px;
	background: #fff;
	box-shadow: 4px 4px 55px 0px rgba(0, 0, 0, .1);
	padding: 40px;
	margin-top: -110px;
	z-index: 1;
	position: relative;
	align-items: center;
}

.banner-form .heading {
	font-size: 36px;
	color: var(--color-two);
}

.banner-form .form-group {
	margin-bottom: 20px;
}

.banner-form .form-control {
	border-radius: 40px;
	border: 1px solid #e9e9e9;
	padding: 15px;
}

.banner-form .form-select {
	border-radius: 40px;
	border: 1px solid #e9e9e9;
	padding: 15px;
}

.banner-form .form-btn {
	width: 100%;
}

.banner-form select.wpcf7-not-valid {
	color: #999;
}

@media (max-width:1400px) {
	.banner-form .form-wrap {
		padding: 30px;
	}
	
	.banner-form .desc {
		font-size: 15px;
	}
}

@media (max-width:1199px) {
	.banner-form .form-wrap {
		padding: 30px;
	}
	
	.banner-form .heading {
		font-size: 24px;
	}
	
	.banner-form .desc {
		line-height: 1.5;
	}
}

@media (max-width:991px) {
	.banner-form .left-col {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.banner-form form {
		padding-left: 0;
	}
	
	.banner-form .form-row {
		padding: 30px 15px;
		margin-top: -100px;
	}
	
	.banner-form .heading {
		font-size: 24px;
	}
	
	.banner-form .btn {
		width: 100%;
	}
}

/*====== content-bg-image-with-text ========*/
.bg-image-with-text {
	position: relative;
	background: #f4f4f4;
	z-index: 1;
}

.bg-image-with-text .image {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bg-image-with-text .image img {
	height: 100%;
	object-fit: cover;
	object-position: center 0;
}

.bg-image-with-text .content-inner {
	background-color: #1f3954;
	padding: 50px;
	position: relative;
	top: 8em;
}

.bg-image-with-text .content-inner h2.heading {
	font-size: 50px;
	font-family: "Abhaya Libre";
	font-weight: 400;
}

.bg-image-with-text.image-left .row {
	justify-content: flex-end;
}

.bg-image-with-text.image-left .image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bg-image-with-text .content-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 0;
}

.bg-image-with-text .content-list li {
	display: flex;
	flex-wrap: wrap;
}

.bg-image-with-text .content-list .icon {
	width: 60px;
	height: 60px;
}

.bg-image-with-text .content-list .text-hold {
	width: calc(100% - 60px);
	padding-left: 20px;
}

.bg-image-with-text .content-list .title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media (max-width: 1400px) {
	.bg-image-with-text .content-inner {
		padding: 40px;
	}
}

@media (max-width: 1300px) {
	.bg-image-with-text .image {
		width: 48%;
	}
	
	.bg-image-with-text .content-inner {
		padding: 30px;
	}
}

@media (max-width: 991px) {
	.bg-image-with-text .content-inner {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.bg-image-with-text .container {
		padding: 0;
	}
	
	.bg-image-with-text {
		padding: 0;
	}
	
	.bg-image-with-text .content-inner {
		padding: 40px 15px;
	}
	
	.bg-image-with-text .image {
		width: 100%;
		position: relative;
	}
}

/*====== bg-image-with-video-and-text- ========*/
.bg-image-with-video-and-text {
	position: relative;
	background-color: #000;
	color: #fff;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
}

.bg-image-with-video-and-text .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg-image-with-video-and-text .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.col-lg-6.video-col {
	position: relative;
	left: 7em;
}

.bg-image-with-video-and-text .video-icon {
	position: relative;
	width: 120px;
	height: 120px;
}

.bg-image-with-video-and-text .video-icon .icon {
	width: 100%;
	height: 100%;
}

.home-video-section .description p {
	text-align: right !important;
	max-width: 474px;
	margin-left: auto;
}

.bg-image-with-video-and-text .video-icon:hover .icon circle:nth-child(2) {
	fill: #d81f27;
}

.bg-image-with-video-and-text .video-icon:hover .icon path {
	fill: #fff;
}

.bg-image-with-video-and-text .play-video-title {
	color: #d81f27;
	font-weight: 400;
	margin-top: 15px;
}

.bg-image-with-video-and-text.content-right .row {
	justify-content: flex-end;
}

.bg-image-with-video-and-text .content-inner {
	text-align: right;
}

.bg-image-with-video-and-text .heading-wrap {
	border-left: 0;
	padding-left: 0;
	border-right: 2px solid #d81f27 !important;
	padding-right: 15px !important;
}

@media (max-width: 1400px) {
	.bg-image-with-video-and-text .video-icon {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 991px) {
	.bg-image-with-video-and-text .video-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	.bg-image-with-video-and-text .video-icon {
		margin: auto;
	}
}

@media (max-width: 767px) {
	.bg-image-with-video-and-text .container {
		padding: 0;
	}
	
	.bg-image-with-video-and-text {
		padding: 0;
	}
	
	.bg-image-with-video-and-text .content-inner {
		padding: 0 15px;
	}
	
	.bg-image-with-video-and-text .image {
		width: 100%;
		position: relative;
	}
	
	.bg-image-with-video-and-text .video-icon {
		width: 65px;
		height: 65px;
	}
	
	.bg-image-with-video-and-text .video-icon .icon path {
		fill: red;
	}
	
	.bg-image-with-video-and-text .play-video-title {
		margin-top: 10px;
		font-size: 15px;
	}
}

/*====== content-counter ========*/
.counter-section .item {
	border: 1px solid #ddd;
	border-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.counter-section .item:first-child {
	border-left: 0;
}

.counter-wrap {
	display: flex;
	justify-content: center;
	font-size: 65px;
	font-weight: 300;
	color: var(--color-one);
	line-height: 1.2;
}

.counter-title {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.counter-wrap {
		font-size: 50px;
	}
	
	.counter-title {
		font-size: 14px;
	}
}

/*============ content-faqs-block ============ */
.faq-accordion {
	border: 0px solid #cdcdcd;
	margin-top: 0 !important;
}

.faq-accordion .faq-inner-top-heading h2 {
	margin-bottom: 25px;
	font-size: 60px;
	color: #110f2a;
}

.faq-accordion .accordion-body {
	padding: 0px 36px 26px;
	border: none;
	border-top: 0 solid #cdcdcd;
	font-size: 16px;
	background-color: #bf8660;
}

.faq-accordion .accordion-body p {
	color: #fff;
	line-height: 34px;
}

.accordion-item .accordion-button:not(.collapsed) .accordion-body {
	background-color: #bf8660;
}

.faq-accordion .accordion-item {
	border: 0;
	border-bottom: 0 solid #cdcdcd;
	background: #fff;
	position: relative;
	border-radius: 0;
}

.faq-accordion .accordion-item + .accordion-item {
	margin-top: 32px;
}

.faq-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion-header button {
	padding: 26px 70px 26px 35px;
	box-shadow: none;
	font-size: 25px;
	line-height: 1.3;
	color: #242424;
	background: #e8e8e8;
	font-weight: 600;
	letter-spacing: .6px;
	border-radius: 0;
}

.faq-accordion .accordion-button {
	position: relative;
}

.faq-accordion .accordion-button:after {
	display: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(-135deg);
}

.accordion-item .accordion-button:not(.collapsed), .accordion-item .accordion-collapse.show {
	background-color: #bf8660;
	color: white;
}

.faq-top-info p {
	line-height: 34px;
}

.accordion-item .accordion-button:not(.collapsed) .arrow {
	background: #fff;
}

.accordion-item .accordion-button:not(.collapsed) .arrow:before {
	border-color: #bf8660 !important;
}

.accordion-button {
	border-radius: 0 !important;
}

.faq-heading {
	padding: 0 !important;
}

.faq-heading .heading {
	font-size: 50px !important;
	font-weight: 400;
	font-family: Abhaya Libre;
}

.faq-accordion .accordion-button .arrow {
	display: flex;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 36px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	align-items: center;
	background: #bf8660;
	border: 0 solid #fff;
	z-index: 1;
}

/*.faq-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}*/
.faq-accordion .accordion-button[aria-expanded="true"] .arrow:before {
	border-color: #fff;
}

.faq-accordion .accordion-button .arrow:before {
	content: "";
	border-top: 3px solid #fff;
	transition: all .4s ease-in-out;
	transition: none;
	text-decoration: none;
	width: calc(100% - 30px);
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.faq-accordion .accordion-button .arrow:after {
	content: "";
	border-right: 3px solid #fff;
	transition: all .4s ease-in-out;
	text-decoration: none;
	width: 1px;
	height: calc(100% - 30px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.faq-accordion .accordion-button:not(.collapsed) .arrow:after {
	display: none;
}

@media (max-width: 1199px) {
	.faq-accordion .accordion-header button {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.faq-accordion .accordion-button  .arrow {
		width: 35px;
		height: 35px;
		right: 10px;
	}
	
	.faq-accordion .accordion-item .accordion-header button {
		font-size: 18px;
	}
	
	.faq-accordion .accordion-body {
		padding: 0px 15px 21px;
	}
	
	.faq-accordion .accordion-item .accordion-header button {
		padding: 15px 60px 15px 15px;
	}
	
	.faq-accordion .accordion-button .arrow:before {
		width: calc(100% - 20px);
	}
	
	.faq-accordion .accordion-button .arrow:after {
		height: calc(100% - 20px);
	}
}

.bottom-contents p {
	line-height: 33px;
}

/*===============  content-faqs-post ================*/
.faq-post-accordion {
	border: 0px solid #cdcdcd;
}

.faq-post-accordion .faq-inner-top-heading h2 {
	margin-bottom: 25px;
	font-size: 60px;
	color: #110f2a;
}

.faq-post-accordion .accordion-body {
	padding: 15px 20px 20px;
	border: none;
	border-top: 0px solid #cdcdcd;
	font-size: 18px;
}

.faq-post-accordion .accordion-item {
	border: 0;
	border-bottom: 0px solid #cdcdcd;
	background: #fff;
	position: relative;
	border-radius: 0;
}

.faq-post-accordion .accordion-item + .accordion-item {
	margin-top: 20px;
}

.faq-post-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-post-accordion .accordion-header button {
	padding: 20px 70px 20px 20px;
	box-shadow: none;
	font-size: 25px;
	line-height: 1.3;
	color: #000;
	background: rgba(190, 169, 97, .3);
	font-weight: 400;
	letter-spacing: .6px;
}

.faq-post-accordion .accordion-button {
	position: relative;
}

.faq-post-accordion .accordion-button:after {
	display: none;
}

.faq-post-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(-135deg);
}

.faq-post-accordion .pagination .nav-links {
	justify-content: center;
}

.faq-post-accordion .accordion-button .arrow {
	display: flex;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	align-items: center;
	border-radius: 100%;
	border: 0px solid #333;
	z-index: 1;
}

.faq-post-accordion .accordion-button .arrow:before {
	content: "";
	border-top: 3px solid #333;
	transition: all 400ms ease-in-out;
	transition: none;
	text-decoration: none;
	width: calc(100% - 30px);
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.faq-post-accordion .accordion-button .arrow:after {
	content: "";
	border-right: 3px solid #333;
	transition: all 400ms ease-in-out;
	text-decoration: none;
	width: 1px;
	height: calc(100% - 30px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}

.faq-post-accordion .accordion-button[aria-expanded="true"] .arrow:before {
	border-color: #000;
}

.faq-post-accordion .accordion-button:not(.collapsed) .arrow:after {
	display: none;
}

.faq-post-accordion .accordion-item {
	display: none;
}

.faq-post-accordion .accordion-item.active {
	display: block;
}

.faqs-post .load-more-btn {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.faq-post-accordion .accordion-header button {
		padding: 15px 55px 15px 15px;
		font-size: 20px;
	}
	
	.faq-post-accordion .accordion-button .arrow {
		width: 35px;
		height: 35px;
		right: 10px;
	}
	
	.faq-post-accordion .accordion-button .arrow:before {
		width: calc(100% - 15px);
	}
	
	.faq-post-accordion .accordion-button .arrow:after {
		height: calc(100% - 15px);
	}
	
	.faq-post-accordion .accordion-body {
		font-size: 16px;
	}
}

/*=========== content-icon-box ===========*/

/* Icon Box */
.icon-box-list {
	justify-content: center;
}

.icon-box-list .icon {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background: rgba(255, 255, 255, .1);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box-list .inner {
	height: 100%;
	padding: 40px 40px;
	transition: all .3s ease-in-out;
	color: #fff;
}

div#block_fd5bf92cc5f1a75f307d25345bd6c9df {
	background: #333 !important;
}

.icon-box-section {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Group-468.jpg");
	background-size: contain;
}

.icon-box-section.nitro-lazy {
	background-image: none !important;
}

.icon-box-list .inner .desc {
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
}

.why-choose-icon .inner .icon img {
	max-width: fit-content;
}

.why-choose-icon h2.heading {
	font-size: 50px;
	color: #fff;
	font-family: "Abhaya Libre";
	margin-bottom: 0px !important;
}

.last-section-firm .image-col {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.about-top-section ul li {
	padding-right: 40px;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.represting-points {
	background: #faf3e8;
	text-align: center;
}

.represting-points .text.wow.fadeInUp {
	display: flex;
	justify-content: space-between;
}

.our-team-full-section {
	text-align: center;
}

.represting-points .small-heading {
	color: #bf8660;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	font-family: "DM Sans";
}

.represting-points ul {
	display: table-cell;
	width: 32%;
}

.represting-points ul li {
	text-align: left;
	padding-top: 20px;
}

.practice-area-icon {
	background: #faf3e8;
}

.icon-box-list .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #414141;
	font-family: var(--font-two);
}

.icon-box-list .inner:hover .icon {
	background: #fff;
}

.icon-box-list .inner:hover .icon path {
	fill: var(--color-one);
}

.icon-box-list .inner:hover .desc a {
	color: var(--color-two);
}

@media (max-width: 1400px) {
	.icon-box-list .title {
		font-size: 22px;
	}
	
	.icon-box-list .inner .desc {
		font-size: 16px;
	}
	
	.icon-box-list .inner {
		padding: 30px 20px;
	}
}

@media (max-width: 1199px) {
	.icon-box-list .inner .desc {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.icon-box-list .inner {
		padding: 30px 20px;
	}
	
	.icon-box-list .inner .desc {
		font-size: 16px;
	}
}

/*=========== content-icon-box-v2 ===========*/

/* Icon Box */
.icon-box-list-v2 {
	justify-content: center;
}

.icon-box-list-v2 .inner {
	height: 100%;
	padding: 50px 20px;
	transition: all .3s ease-in-out;
	background: #161616;
	display: flex;
	color: #fff;
}

.icon-box-list-v2 .icon-wrap {
	width: 50px;
	position: relative;
	bottom: 55px;
}

.icon-box-list-v2 .icon-wrap:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 100px;
	background: var(--color-two);
}

.icon-box-list-v2 .detail {
	width: calc(100% - 50px);
	padding-left: 20px;
}

.icon-box-list-v2 .icon {
	width: 50px;
	height: 50px;
	margin-bottom: 22px;
}

.icon-box-list-v2 .icon path {
	fill: #fff;
}

.icon-box-list-v2 .desc {
	line-height: 1.7;
	font-weight: 300;
}

.video-icon svg path {
	fill: red;
}

.icon-box-list-v2 .title {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
	font-family: var(--font-two);
	text-transform: uppercase;
	color: #fff;
}

.icon-box-list-v2 .item:nth-child(even) .inner {
	background: #0049aa;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, .25);
	color: #fff;
}

.icon-box-list-v2 .item:nth-child(even) .icon path {
	fill: #fff;
}

.icon-box-list-v2 .item:nth-child(even) .icon-wrap:after {
	background: #fff;
}

.icon-box-list-v2 .item:nth-child(even) .title {
	color: #fff;
}

.icon-box-list-v2 .item:hover .inner {
	background: #333;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, .25);
	color: #fff;
}

.icon-box-list-v2 .item:hover .icon path {
	fill: #fff;
}

.icon-box-list-v2 .item:hover .icon-wrap:after {
	background: #fff;
}

.icon-box-list-v2 .item:hover .title {
	color: #fff;
}

@media (max-width: 1400px) {
	.icon-box-list-v2 .title {
		font-size: 24px;
	}
	
	.icon-box-list-v2 .inner .desc {
		font-size: 16px;
	}
	
	.icon-box-list-v2 .inner {
		padding: 30px 20px;
	}
}

@media (max-width: 1199px) {
	.icon-box-list-v2 .inner .desc {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.icon-box-list-v2 .inner {
		padding: 30px 20px;
	}
	
	.icon-box-list-v2 .inner .desc {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.icon-box-list-v2 .icon-wrap:after {
		height: 70px;
	}
	
	.represting-points .small-heading {
		margin-bottom: 10px;
	}
	
	.represting-points ul {
		margin-bottom: 0px;
	}
	
	.banner-icon-box .icon {
		width: 35px !important;
		height: 35px !important;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 18px;
	}
	
	.icon-box-list-v2 .title {
		margin-bottom: 20px;
	}
	
	.banner-icon-box .inner .desc {
		font-size: 13px;
	}
}

/*======== content-image-box ==========*/
.image-box .row {
	justify-content: center;
	--bs-gutter-x: 2rem;
}

.image-box .image {
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.image-box .image img {
	width: 100%;
	object-fit: cover;
	transition: all .4s ease-in-out;
}

.image-box .image:hover img {
	transform: scale(1.1);
}

.image-box .image .link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.image-box .image img {
	width: 100%;
	object-fit: cover;
	object-position: center 0;
}

.image-box.two-col .image img {
	height: 480px;
}

.image-box.three-col .image img {
	height: 350px;
}

.image-box .title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.image-box .sub-title-wrap {
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
	margin-top: 10px;
}

.image-box .sub-title {
	font-size: 18px;
	line-height: 1.3;
}

.image-box .image .icon {
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 105px;
	height: 95px;
}

.image-box.two-col .image .icon {
	width: 150px;
	height: 135px;
}

.image-box .inner {
	height: 100%;
}

.image-box .inner:hover {
	box-shadow: 0 0 10px #ddd;
}

.image-box .detail {
	padding: 15px;
}

.image-box .read {
	text-transform: uppercase;
	display: flex;
	display: none;
	align-items: center;
}

.image-box .read .arrow {
	width: 19px;
	height: 14px;
	margin-left: 3px;
}

.image-box .read .arrow path {
	stroke: var(--color-one);
}

@media (max-width: 1199px) {
	.image-box .row {
		--bs-gutter-x: 1rem;
	}
	
	.image-box .title {
		font-size: 25px;
	}
	
	.image-box.two-col .image img {
		height: 440px;
	}
	
	.image-box.three-col .image img {
		height: 300px;
	}
}

@media (max-width: 991px) {
	.image-box .title {
		font-size: 20px;
	}
	
	.image-box .sub-title {
		font-size: 14px;
	}
	
	.image-box.three-col .image .icon {
		width: 70px;
		height: 55px;
	}
	
	.image-box.two-col .image .icon {
		width: 100px;
		height: 85px;
	}
	
	.image-box.two-col .image img {
		height: 340px;
	}
	
	.image-box.three-col .image img {
		height: 240px;
	}
}

@media (max-width: 767px) {
	.image-box .image .icon {
		bottom: -15px;
		left: -15px;
	}
	
	.image-box.three-col .image img {
		height: 300px;
	}
}

/*======== content-image-box-v2 ==========*/
.image-box-v2 .row {
	justify-content: center;
	--bs-gutter-x: 20px;
}

.image-box-v2 .item {
	margin-top: 20px;
}

.image-box-v2 .image {
	position: relative;
	overflow: hidden;
}

.image-box-v2 .image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .4s ease-in-out;
	background: rgba(0, 0, 0, .4);
}

/*
.image-box-v2 .image:hover:before {
    background: rgba(89, 0, 0, 0.79);
}*/
.image-box-v2 .image img {
	width: 100%;
	object-fit: cover;
	transition: all .4s ease-in-out;
}

.image-box-v2 .image:hover img {
	transform: scale(1.05);
}

.image-box-v2 .image .link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.image-box-v2 .image img {
	width: 100%;
	object-fit: cover;
	object-position: center 0;
}

.image-box-v2.two-col .image img {
	height: 480px;
}

.image-box-v2.three-col .image img {
	height: 457px;
}

/*
.image-box-v2.four-col .image img {
    height: 400px;
}*/
.image-box-v2 .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	font-family: var(--font-two);
	text-transform: capitalize;
	margin-top: 20px;
	text-align: left;
	padding: 8px 16px;
}

.image-box-v2 .desc {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	margin-top: 15px;
}

.image-box-v2 .icon {
	width: 70px;
	height: 70px;
}

.image-box-v2.two-col .icon {
	width: 70px;
	height: 70px !important;
	fill: #fff;
}

.image-box-v2 .icon path {
	fill: #fff;
}

.image-box-v2 .image:hover .icon path {
	fill: #fff;
}

.image-box-v2 .inner {
	height: 100%;
}

.image-box-v2 .inner:hover {
	box-shadow: 0 0 10px #ddd;
}

.image-box-v2 .detail {
	position: absolute;
	bottom: 3px;
	left: 0;
	color: #fff;
	z-index: 1;
}

.image-box-v2 .read {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.image-box-v2 .inner:hover .read {
	opacity: 1;
	color: #fff;
}

.image-box-v2 .read .arrow {
	width: 19px;
	height: 14px;
	margin-left: 3px;
}

.image-box-v2 .read .arrow path {
	stroke: var(--color-one);
}

@media (max-width: 1400px) {
	.image-box-v2 .title {
		font-size: 22px;
	}
	
	.image-box-v2 .detail {
		padding: 10px;
		bottom: 0px;
	}
	
	.image-box-v2 .desc {
		margin-top: 15px;
	}
}

@media (max-width: 1300px) {
	.image-box-v2 .title {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.image-box-v2 .row {
		--bs-gutter-x: 1rem;
	}
	
	.image-box-v2 .title {
		font-size: 22px;
	}
	
	.image-box-v2.two-col .image img {
		height: 440px;
	}
	
	.image-box-v2.three-col .image img {
		height: 370px;
	}
	
	.image-box-v2 .desc {
		font-size: 15px;
	}
	
	.image-box-v2 .icon {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 991px) {
	.image-box-v2 .title {
		font-size: 20px;
	}
	
	.represting-points ul {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.image-box-v2 .sub-title {
		font-size: 14px;
	}
	
	.image-box-v2.three-col .image .icon {
		width: 70px;
		height: 55px;
	}
	
	.image-box-v2.two-col .image .icon {
		width: 100px;
		height: 85px;
	}
	
	.image-box-v2.two-col .image img {
		height: 340px;
	}
	
	.image-box-v2.three-col .image img {
		height: 370px;
	}
}

@media (max-width: 767px) {
	.image-box-v2 .image .icon {
		bottom: -15px;
		left: -15px;
	}
	
	.image-box-v2.three-col .image img {
		height: 355px;
	}
	
	.image-box-v2 .title {
		font-size: 25px;
	}
	
	.image-box-v2 .desc {
		font-size: 14px;
		line-height: 1.7;
	}
	
	.image-box-v2.two-col .image .icon {
		width: 75px;
		height: 75px;
	}
}

/*=========== content-image-gallery ==============*/
.image-gallery .row {
	justify-content: center;
}

.image-gallery .gallery-item {
	margin-top: 20px;
}

.image-gallery .inner {
	position: relative;
	overflow: hidden;
}

.image-gallery .inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .4s ease-in-out;
}

.image-gallery .inner:hover:before {
	background: rgba(0, 0, 0, .25);
}

.image-gallery img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	transition: all .4s ease-in-out;
}

.image-gallery .inner:hover img {
	transform: scale(1.1);
}

.gallery-item {
	display: none;
}

.gallery-item.active {
	display: block;
}

@media (max-width: 1199px) {
	.image-gallery img {
		height: 300px;
	}
}

@media (max-width: 991px) {
	.image-gallery img {
		height: 240px;
	}
}

/*========== content-image-with-text-v2 =============*/
.image-with-text-v2 .text-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--color-two);
	color: #fff;
	padding: 40px;
	height: 100%;
}

.image-with-text-v2 .heading {
	color: #fff;
}

.image-with-text-v2 .image {
	height: 100%;
}

.image-with-text-v2 .image img {
	height: 100%;
	object-fit: cover;
}

.image-with-text-v2 .description {
	font-size: 18px;
}

.image-with-text-v2.image-right .row {
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.image-with-text-v2 .text-inner {
		padding: 40px 20px;
	}
	
	.image-with-text-v2 .description {
		font-size: 16px;
	}
}

/*=========== content-image-with-text-v3 ============*/
.image-with-text-v3 .row {
	background: var(--color-one);
	color: #fff;
	padding: 50px;
	align-items: center;
}

.image-with-text-v3 .image-col {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.image-with-text-v3 .image {
	min-height: 200px;
	display: flex;
	align-items: center;
}

.image-with-text-v3 .text-inner {
	padding-left: 40px;
}

.image-with-text-v3.image-right .row {
	flex-direction: row-reverse;
}

.image-with-text-v3.image-right .text-inner {
	padding-left: 0;
	padding-right: 40px;
}

@media (max-width: 991px) {
	.image-with-text-v3 .text-inner {
		padding-left: 0;
	}
	
	.image-with-text-v3 .image-col {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.image-with-text-v3 .row {
		padding: 40px 15px;
	}
}

/*========== content-image-with-text ===========*/
.image-with-text {
	background-size: cover;
	padding-top: 120px !important;
	padding-bottom: 120px !important;
	text-align: center;
}

.image-with-text .description p {
	font-size: 16px;
	font-family: "DM Sans";
	line-height: 37px !important;
	padding: 5px 0px;
}

.about-attorney-section h5.heading {
	font-size: 25px;
}

.about-attorney-section .heading-wrap {
	border: none;
}

.image-with-text.image-right .row {
	flex-direction: row-reverse;
	align-items: center;
}

.image-with-text .image.image-border {
	padding-left: 20px;
}

.image-with-text .image.image-border:before {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	left: 0;
	bottom: 30px;
	z-index: -1;
	border: 1px solid var(--color-two);
}

.image-with-text .content-inner {
	padding-left: 30px;
	text-align: left;
}

.last-section-firm .heading-wrap {
	margin-bottom: .8rem !important;
}

.our-team-jennifer .content-inner {
	padding-left: 35px;
}

.page-id-735 .content-inner {
	padding-left: 35px;
}

.practice-top-section {
	background-color: #f7f7f7;
}

.bold-class p {
	font-size: 25px !important;
	font-weight: 500;
	line-height: 50px !important;
}

.sets-up-apart .text-col {
	display: flex;
	align-items: center;
}

.affordable-section {
	padding-top: 0 !important;
}

.affordable-immigartion-heading, .houston-immigration-heading {
	padding-bottom: 0 !important;
	text-align: center;
}

.affordable-immigartion-heading h2, .houston-immigration-heading h2 {
	font-size: 50px;
	font-family: Abhaya Libre;
	font-weight: 400;
	letter-spacing: 0;
}

.ouston-immigration-heading {
	padding-bottom: 0 !important;
}

/* .sets-up-apart .image-wrap .image:before {
    content: '';
    position: absolute;
    top: 16px;
    left: -4px;
    right: -4px;
    bottom: 16px;
    margin: 20px;
    border: 4px solid goldenrod;
    pointer-events: none;
    border-image: linear-gradient(to bottom right, #9C7343, #FCE39C, #9C7343) 1;
} */
.imigration-image-content .heading-wrap {
	margin-bottom: 1rem !important;
}

.imigration-image-content .content-inner ul li {
	margin-left: 22px;
}

.image-with-text.image-right .content-inner {
	padding-left: 0;
	padding-right: 60px;
	padding-bottom: 0px;
}

.image-with-text.image-right .image.image-border {
	padding-left: 0;
	padding-right: 20px;
}

.image-with-text.image-right .image.image-border:before {
	content: "";
	border: 1px solid var(--color-two);
	position: absolute;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	left: auto;
	right: 0;
	bottom: 30px;
	z-index: -1;
}

.image-with-text .image.image-bg:before {
	content: "";
	background: linear-gradient(90deg, #ddfef1 0%, #dee9f5 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: -25px;
	right: auto;
	bottom: -30px;
	z-index: -1;
}

.image-with-text.image-right .image.image-bg:before {
	left: auto;
	right: -30px;
}

.image-with-text .phone-wrap {
	background: #f8f8f8;
	border: 5px solid #e1eaeb;
	display: inline-block;
	padding: 15px 30px;
	margin-top: 30px;
	line-height: 1.3;
	text-align: center;
}

.image-with-text .phone-wrap .phone-title {
	font-size: 24px;
	font-weight: 400;
	font-family: var(--font-two);
	color: var(--color-two);
}

.image-with-text .phone-wrap a {
	font-size: 32px;
	font-family: var(--font-two);
	color: #000;
}

.image-with-text .image-col {
	position: relative;
}

.image-with-text .small-image {
	width: 274px;
	height: 238px;
	position: relative;
	bottom: -25px;
	margin-top: -120px;
	margin-left: -90px;
	text-align: center;
	z-index: 1;
}

.image-with-text .small-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-with-text .small-image-text {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	font-size: 50px;
	font-weight: 600;
	font-family: var(--font-two);
	line-height: 1;
	color: #fff;
}

.image-with-text .small-image-text small {
	font-size: 22px;
	display: block;
	width: 100%;
	font-family: var(--font-one);
	font-weight: 400;
	text-wrap: balance;
	margin-top: 15px;
}

.image-with-text.has-small-image .image-wrap {
	margin-left: 60px;
}

.image-with-text .content-list .item {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.image-with-text .content-list .detail {
	padding-left: 15px;
}

.image-with-text .content-list .icon {
	width: 51px;
	height: 51px;
}

.image-with-text .content-list .title {
	font-size: 22px;
	font-weight: 500;
	font-family: var(--font-two);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}

@media (max-width: 1199px) {
	.image-with-text .content-inner {
		padding-left: 15px;
	}
}

@media (max-width: 991px) {
	.image-with-text .image {
		margin: 0 auto 60px;
	}
	
	.form-group {
		margin-bottom: 10px !important;
	}
	
	.image-with-text .content-inner {
		padding-left: 0;
	}
	
	.image-with-text .small-image {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.image-with-text .image.image-border:before {
		display: none;
	}
	
	.image-with-text .image.image-bg:before {
		display: none;
	}
	
	.image-with-text .image {
		margin: 0 auto 20px;
	}
	
	.home-about-section .image-wrap {
		display: none;
	}
	
	.image-with-text.image-right .content-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.image-with-text .image.image-border {
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	
	.image-with-text.image-right .image.image-border {
		padding-right: 0;
	}
	
	.image-with-text .small-image {
		width: 200px;
		height: 175px;
	}
	
	.image-with-text .small-image-text {
		font-size: 32px;
	}
	
	.image-with-text .small-image-text small {
		font-size: 16px;
	}
}

/*============ content-logo-carousel =============*/
.logo-section .container-fluid {
	padding-left: 55px;
	padding-right: 55px;
}

.logo-section .awards-slider {
	margin-top: 30px;
}

.logo-slider .item {
	position: relative;
	padding: 10px;
	text-align: center;
	margin: 0 5px;
}

.logo-slider .item:before {
	content: "";
	position: absolute;
	height: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0px;
	background-color: #ddd;
}

.logo-slider .slick-active:nth-child(8) .item:before {
	display: none;
}

.about-content {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 40px !important;
}

.logo-slider .item img {
	height: 130px;
	object-fit: contain;
	object-position: center;
	margin: auto;
	transition: all .5s ease;
}

.logo-slider .item:hover {
	border-color: var(--color-one);
}

.logo-slider .item:hover img {
	filter: grayscale(0);
}

.logo-slider .slick-arrow {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.logo-slider .slick-next {
	left: auto;
	right: 0;
}

.logo-slider .slick-next:before, .logo-slider .slick-prev:before {
	width: 12px;
	height: 12px;
}

.logo-slider .slick-prev {
	left: -15px;
}

.logo-slider .slick-next {
	right: -15px;
}

.logo-slider .slick-arrow:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 1px 1px 5px #ddd;
}

@media (max-width: 1199px) {
	.logo-slider .slick-dots {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.logo-section .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.logo-slider {
		justify-content: center;
		margin-top: 0 !important;
	}
	
	.logo-slider .col {
		width: 33%;
	}
	
	.logo-slider .item {
		margin: 0;
	}
	
	.logo-slider .item img {
		height: 80px;
	}
}

/*========= content-map ===========*/
.map iframe {
	width: 100%;
	height: 535px;
	display: block;
}

@media (max-width: 1400px) {
	.map iframe {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.map iframe {
		height: 350px;
	}
}

/*================ content-single-video ============*/
.single-video {
	max-width: 1000px;
	margin: auto;
}

.single-video .html5lightbox {
	height: 500px;
	border: 5px solid var(--color-one);
}

.single-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-video .play-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-video .play-btn circle {
	stroke: var(--color-one);
}

.single-video .play-btn path {
	fill: #fff;
}

.single-video:hover .play-btn circle {
	fill: #fff;
	stroke: #fff;
}

.single-video:hover .play-btn path {
	fill: var(--color-one);
}

.single-video .play-btn svg {
	width: 80px;
	height: 80px;
	fill: var(--color-one);
}

@media (max-width: 991px) {
	.single-video .html5lightbox {
		height: 400px;
	}
	
	.form-control {
		height: 47px !important;
	}
}

@media (max-width: 767px) {
	.single-video .html5lightbox {
		height: 300px;
	}
	
	.content-wrap {
		min-height: 300px !important;
		padding: 14px;
	}
}

/*=========== content-testimonial-carousel ==========*/
.testimonial-carousel {
	background: linear-gradient(to bottom, #fbfff6 0%, #fafcfb 100%);
}

.testimonial-carousel .description {
	font-size: 18px;
}

.testimonials-slider {
	margin-top: 20px;
}

.testimonials-slider .quote {
	width: 80px;
	height: 80px;
}

.testimonials-slider .quote path {
	fill: var(--color-two);
	fill-opacity: 1;
}

.testimonials-slider .star-rating {
	display: flex;
	margin-top: 10px;
}

.testimonials-slider .star-rating .star-icon {
	margin-right: 7px;
}

.testimonials-slider .title {
	color: #42525b;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	z-index: 1;
	margin-top: 10px;
}

.testimonials-slider .slick-track {
	display: flex !important;
}

.testimonials-slider .slick-slide {
	height: inherit !important;
	margin: 15px;
}

.testimonials-slider .slick-slide > div {
	height: 100% !important;
}

.testimonials-slider .item {
	height: 100% !important;
	padding: 40px 40px;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .1);
}

.testimonials-slider .slick-slide:last-child.item {
	border-right: 0;
}

.testimonials-slider .slick-arrow.slick-prev {
	position: absolute;
	top: 40%;
	left: -50px;
}

.testimonials-slider .slick-next.slick-arrow {
	position: absolute;
	top: 40%;
	right: -50px;
}

.testimonials-slider .slick-arrow:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 2px 2px 5px #ddd;
}

.testimonials-slider .slick-arrow:hover:before {
	border-color: #fff;
}

.testimonials-slider .slick-arrow.slick-disabled {
	opacity: .5;
	pointer-events: none;
}

.testimonials-slider .title-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.testimonials-slider .first-char {
	font-size: 30px;
	width: 80px;
	height: 80px;
	background: var(--color-one);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 15px;
	padding: 4px;
	outline: 4px solid rgba(66, 122, 161, .25);
}

.testimonials-slider .name-wrap {
	width: calc(100% - 70px);
}

.testimonials-slider .name {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.testimonials-slider {
		padding: 0 15px;
	}
	
	.testimonials-slider .item {
		padding: 30px 30px;
	}
	
	.testimonials-slider .slick-next.slick-arrow {
		right: -30px;
	}
	
	.testimonials-slider .slick-arrow.slick-prev {
		left: -30px;
	}
	
	.testimonials-slider .name {
		font-size: 24px;
	}
	
	.testimonials-slider .first-char {
		font-size: 25px;
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.testimonials-slider .slick-next.slick-arrow {
		right: -25px;
	}
	
	.testimonials-slider .slick-arrow.slick-prev {
		left: -25px;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .slick-slide {
		margin: 0;
	}
	
	.testimonials-slider {
		padding: 0;
	}
	
	.testimonials-slider .slick-slide > div {
		padding: 15px;
	}
	
	.testimonials-slider .item {
		padding: 30px 15px;
	}
}

/*============ content-testimonials-post ============*/
.reviews-post {
	justify-content: center;
}

.reviews-post .review-item {
	margin-bottom: 40px;
}

.reviews-post .review-inner {
	padding: 30px;
	height: 100%;
	position: relative;
	border: 1px solid #cdcdcd;
}

.reviews-post .quote-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	position: absolute;
	top: -25px;
	left: 30px;
}

.reviews-post .quote-icon path {
	fill: var(--color-one);
	fill-opacity: 1;
}

.reviews-post .review-title {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-one);
	margin-top: 15px;
}

.reviews-post .author-name {
	font-size: 20px;
	font-weight: 600;
}

.reviews-post .client-name {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 600;
}

.reviews-page .pagination .nav-links {
	justify-content: center;
}

.reviews-post .review-bottom {
	display: flex;
	justify-content: space-between;
}

.reviews-post .review-logo {
	max-width: 100px;
}

.reviews-post .star-rating {
	display: flex;
}

.reviews-post .star-icon {
	width: 17px;
	height: 17px;
	margin-right: 4px;
}

.reviews-post .star-icon path {
	fill: rgba(255, 233, 0, 1);
}

.reviews-post .review-item {
	display: none;
}

.reviews-post .review-item.active {
	display: block;
}

.reviews-post .review-item:nth-child(even) .review-bottom {
	flex-direction: row-reverse;
}

.reviews-post .review-item:nth-child(even) .quote-icon {
	left: auto;
	right: 35px;
	transform: rotateY(180deg);
}

@media (max-width: 767px) {
	.reviews-post .review-inner {
		padding: 30px 15px;
	}
}

/********* Testimonials Post V2 **********/
.reviews-post-v2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.reviews-post-v2 img {
	width: 100px;
	height: auto;
}

.reviews-post-v2 {
	position: relative;
	--bs-gutter-x: 8rem;
	--bs-gutter-y: 3rem;
	margin: auto;
	justify-content: center;
}

.reviews-post-v2 p, .reviews-post-v2 .name {
	text-align: left;
	width: auto;
	padding-right: 30px;
}

.reviews-post-v2 .review-item.active {
	display: block;
}

.reviews-post-v2 .review-item {
	display: none;
}

.reviews-post-v2 .review-item-inner {
	position: relative;
	padding: 60px 20px 90px;
	height: 100%;
	border-top-right-radius: 120px;
	border-bottom-left-radius: 120px;
	transition: all .3s ease-in-out;
}

.reviews-post-v2 .name-and-rating {
	display: flex;
	justify-content: space-between;
	padding-right: 50px;
}

.reviews-post-v2 .designation {
	color: var(--color-one);
}

.reviews-post-v2 span.letter-n {
	background: var(--color-one);
	width: 65px;
	height: 65px;
	display: block;
	display: flex;
	font-size: 25px;
	margin-right: 15px;
	border-radius: 100%;
	color: #333;
	font-family: var(--font-two);
	text-transform: uppercase;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}

.reviews-post-v2 .testimonial-head {
	width: 100%;
}

.reviews-post-v2 .name {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	font-family: var(--font-two);
}

.reviews-post-v2 .author-text {
	line-height: 1.8;
	margin-top: 15px;
	padding-right: 20px;
	font-size: 18px;
}

.reviews-post-v2 .author-text strong {
	font-weight: 400;
}

.reviews-post-v2 .quotes {
	width: 50px;
	margin-right: 0;
	display: inline-block !important;
}

.reviews-post-v2 .review-item:nth-child(odd) .quotes {
	fill: var(--color-one);
}

.reviews-post-v2 .line-top {
	display: block;
	width: calc(100% - 40px);
	height: 45%;
	border-top: 1px solid var(--color-one);
	border-right: 1px solid var(--color-one);
	position: absolute;
	top: 20px;
	right: 20px;
	border-top-right-radius: 120px;
	opacity: .5;
	z-index: 0;
	pointer-events: none;
}

.reviews-post-v2 .line-bottom {
	display: block;
	width: calc(100% - 40px);
	height: 50%;
	border-bottom: 1px solid var(--color-one);
	border-left: 1px solid var(--color-one);
	position: absolute;
	border-bottom-left-radius: 120px;
	bottom: 20px;
	opacity: .5;
	z-index: 1;
	pointer-events: none;
}

.reviews-post-v2 .star-rating {
	display: flex;
}

.reviews-post-v2 .star-icon {
	width: 18px;
	height: 18px;
}

.reviews-post-v2 .review-item-inner:hover {
	background: #fff;
	box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, .1);
}

@media (max-width: 1399px) {
	.reviews-post-v2 {
		--bs-gutter-x: 4rem;
		--bs-gutter-y: 2rem;
	}
	
	.reviews-post-v2 .name {
		font-size: 21px;
	}
}

@media (max-width: 1199px) {
	.reviews-post-v2 {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 1rem;
	}
}

@media (max-width: 767px) {
	.reviews-post-v2 {
		--bs-gutter-x: 0rem;
		--bs-gutter-y: 0rem;
	}
	
	.reviews-post-v2 .review-item-inner {
		padding: 40px 20px 40px 20px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
	}
	
	.reviews-post-v2 .line-top {
		border-top-right-radius: 85px;
	}
	
	.reviews-post-v2 .line-bottom {
		border-bottom-left-radius: 85px;
	}
	
	.reviews-post-v2 span.letter-n {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	
	.reviews-post-v2 .author-text {
		font-size: 16px;
	}
	
	.reviews-post-v2 .star-icon {
		width: 15px;
		height: 15px;
	}
}

/*============ content-text-blocks ===============*/
.text-blocks {
	color: #fff;
}

.text-blocks .item .inner {
	background: #1f3954;
	padding: 40px;
	height: 100%;
}

.bottom-content {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Mask-group-24.webp");
	background-size: cover;
	padding-top: 0 !important;
}

.bottom-content.nitro-lazy {
	background-image: none !important;
}

.houston-immigration-heading {
	padding-top: 120px !important;
}

.title-sub-wrap {
	display: flex;
	border-bottom: 1px solid hsla(0, 0%, 100%, .2);
	margin-bottom: 28px;
	padding-bottom: 16px;
	justify-content: space-between;
	background-color: #1e3a56;
	color: white;
	font-family: sans-serif;
}

.inner .desc {
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
}

.title-sub-wrap .title {
	font-weight: 400;
}

.news-update .title-sub {
	font-size: 16px !important;
	font-weight: 500;
	font-family: "DM Sans";
}

.news-update .row {
	--bs-gutter-y: 2rem;
	--bs-gutter-x: 2rem;
}

.news-heading .heading {
	font-size: 50px;
	font-weight: 500;
	font-family: "Abhaya Libre";
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 42px;
}

.page-id-505 .default-page {
	background-color: #f7f7f7;
}

.news-heading {
	padding-bottom: 0 !important;
}

.news-update {
	padding-top: 0 !important;
}

.news-update .btn:hover {
	color: #fff;
}

.news-update .btn:hover::before {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/jlopezlaw.com/wp-content/themes/lepeoz/images/arrows-white.svg");
}

.news-update .btn {
	background: none;
	border: none;
	color: #bf8660;
	padding: 0;
	width: 100px;
	height: auto;
	padding-right: 11px;
	text-align: left;
}

.bottom-content .image:before {
	display: none;
}

.bottom-content .image-wrap {
	height: auto !important;
}

.bottom-content .text-col {
	display: flex;
	align-items: center;
}

.bottom-content .image-two img {
	position: absolute !important;
	bottom: 0;
	object-fit: cover;
	display: flex;
	top: 34em !important;
	left: 0em !important;
}

.sets-up-apart .image-wrap .image img {
	width: auto !important;
}

/*========= content-text-with-form ===========*/
.text-with-form .form {
	background: #1f3954;
	padding: 80px 100px;
	border-radius: 0;
	color: #fff;
	text-align: center;
}

.text-with-form .right-col .heading {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0;
}

.text-with-form .text p {
	line-height: 35px;
}

.text-with-form h2 {
	font-size: 50px;
	font-weight: 400;
	font-family: "Abhaya Libre";
	text-align: center;
}

.text-with-form .form .description {
	font-size: 16px;
	line-height: 35px;
	padding-bottom: 16px;
	font-family: "DM Sans";
}

.text-with-form .text {
	margin-left: 40px;
}

text-with-form .form p {
	text-align: left;
	margin-bottom: 16px;
}

.text-with-form .left-col .inner-col {
	padding-right: 30px;
}

/* .description li + li {
    margin-top: 10px;
} */
@media (max-width: 991px) {
	.text-with-form .form {
		padding: 40px 30px;
	}
	
	.text-with-form .left-col .inner-col {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.text-with-form .right-col {
		margin-top: 40px;
	}
	
	.text-with-form .form {
		padding: 40px 15px;
	}
}

/*============ content-video-testimonials ==============*/
.video-testimonials-slider .item {
	height: 455px;
	position: relative;
}

.video-testimonials-slider .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.video-testimonials-slider .title {
	padding: 15px 0;
	padding: 15px;
	font-size: 20px;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 1;
}

.video-testimonials-slider .html5lightbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-testimonials-slider .play-icon {
	opacity: 0;
	transition: all .3s ease-in-out;
	width: 60px;
	height: 60px;
}

.video-testimonials-slider .item:hover .play-icon {
	transform: scale(1);
	opacity: 1;
}

.video-testimonials-slider .slick-list {
	margin: 0 15px;
}

.video-testimonials-slider .item {
	margin: 0 15px;
}

.video-testimonials-slider .item img {
	height: 100%;
	object-fit: cover;
}

.video-testimonials-slider .slick-arrow.slick-prev {
	position: absolute;
	top: 40%;
	left: -50px;
}

.video-testimonials-slider .slick-next.slick-arrow {
	position: absolute;
	top: 40%;
	right: -50px;
}

.video-testimonials-slider .slick-arrow:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 2px 2px 5px #ddd;
}

.video-testimonials-slider .slick-arrow:hover:before {
	border-color: #fff;
}

.video-testimonials-slider .slick-arrow.slick-disabled {
	opacity: .5;
	pointer-events: none;
}

@media (max-width: 1300px) {
	.video-testimonials-slider .item {
		height: 350px;
	}
}

@media (max-width: 1199px) {
	.video-testimonials-slider .slick-next.slick-arrow {
		right: -30px;
	}
	
	.video-testimonials-slider .slick-arrow.slick-prev {
		left: -30px;
	}
	
	.video-testimonials-slider .item {
		height: 300px;
	}
	
	.video-testimonials-slider .title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.video-testimonials-slider .item {
		height: 350px;
	}
}

@media (max-width: 575px) {
	.video-testimonials-slider .item {
		margin: 0;
	}
}

/*========== content-cta ==========*/
.cta-section {
	background: linear-gradient(90deg, #def5ff 0%, #dee9f5 100%);
	padding-top: 45px;
	padding-bottom: 45px;
}

/*=========== Services Tabs =============*/
.services-tab-section {
	display: flex;
}

.services-tabs {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-right: 100px;
	padding-bottom: 60px;
}

.services-tab-content {
	width: 50%;
}

.services-tabs .tab-item {
	width: 100%;
	padding: 25px 50px;
	font-size: 30px;
	font-weight: 500;
	border-left: 8px solid transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2;
	position: relative;
}

.services-tabs .tab-item svg path {
	fill: #000;
}

.services-tabs .tab-item.active {
	background: var(--color-one);
	box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, .21);
	border-color: #fff;
	color: #fff;
}

.services-tabs .tab-item.active svg path {
	fill: #fff;
	stroke: #fff;
}

.services-tabs .tab-item.active span {
	color: var(--color-one);
	border-bottom: 1px solid var(--color-one);
}

.services-tabs .icon {
	width: 60px;
	height: 60px;
}

.services-tabs .title-wrap {
	width: calc(100% - 60px);
	padding-left: 30px;
}

.services-tabs .title {
	font-size: 28px;
	font-weight: 600;
}

.services-tabs .read {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;
	display: none;
}

.services-tabs .tab-item.active .read {
	display: block;
}

.services-tab-content .tab-content {
	display: none;
	height: 100%;
}

.services-tab-content .tab-content.active {
	display: flex;
	animation: .7s opac;
}

.services-tab-content .item {
	color: #fff;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

.services-tab-content .image {
	width: 100%;
	height: 600px;
	padding-right: 25px;
	position: relative;
}

.services-tab-content .image:after {
	content: "";
	position: absolute;
	width: 25px;
	height: calc(100% - 60px);
	background: var(--color-one);
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.services-tab-content .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -50px auto 0;
}

.services-bottom .inner {
	display: flex;
	align-items: center;
	background: var(--color-one);
	padding: 15px 30px;
}

.services-bottom .icon {
	width: 80px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.services-bottom .icon path {
	fill: #fff;
}

.services-bottom .title {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

@keyframes opac {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/*=========== content-testimonial-carousel ==========*/
.blog-v1 {
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/Mask-group-25.webp");
}

.blog-v1.nitro-lazy {
	background-image: none !important;
}

.blog-v1 .small-heading {
	color: #fff;
	margin-bottom: 30px !important;
}

.blog-carousel {
	background: #f8f8f8;
}

.blog-v1 .btn-wrap {
	text-align: right;
	position: relative;
	bottom: 35px;
}

.blog-carousel .description {
	font-size: 18px;
}

.blog-slider {
	margin-top: 20px;
	padding: 0 40px;
}

.blog-slider .quote {
	width: 80px;
	height: 80px;
}

.blog-slider .quote path {
	fill: var(--color-two);
	fill-opacity: 1;
}

.blog-slider .star-rating {
	display: flex;
	margin-top: 10px;
}

.blog-slider .star-rating .star-icon {
	margin-right: 7px;
}

.blog-slider .title {
	color: #42525b;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
}

.blog-detail .blog-title {
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.single-post-date {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "DM Sans";
}

.blog-slider .slick-track {
	display: flex !important;
}

.blog-slider .slick-slide {
	height: inherit !important;
	margin: 15px;
}

.blog-slider .slick-slide > div {
	height: 100% !important;
}

.blog-slider .item {
	height: 100% !important;
	padding: 0;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .1);
}

.blog-slider .slick-slide:last-child.item {
	border-right: 0;
}

.blog-slider .slick-arrow.slick-prev {
	position: absolute;
	top: 40%;
	left: -60px;
}

.blog-slider .slick-next.slick-arrow {
	position: absolute;
	top: 40%;
	right: -60px;
}

.blog-slider .slick-arrow:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 2px 2px 5px #ddd;
}

.blog-slider .slick-arrow:hover:before {
	border-color: #fff;
}

.blog-slider .slick-arrow.slick-disabled {
	opacity: .5;
	pointer-events: none;
}

.blog-slider .item img {
	height: 300px;
	object-fit: cover;
	object-position: center 0;
}

.blog-slider .title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}

.blog-slider .detail {
	padding: 20px 30px;
}

.blog-slider .read {
	color: #000;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.blog-slider {
		padding: 0 15px;
	}
	
	.blog-slider .item {
		padding: 15px;
	}
	
	.blog-slider .detail {
		padding: 20px 0;
	}
	
	.blog-slider .slick-next.slick-arrow {
		right: -30px;
	}
	
	.blog-slider .slick-arrow.slick-prev {
		left: -30px;
	}
	
	.blog-slider .name {
		font-size: 24px;
	}
	
	.blog-slider .first-char {
		font-size: 25px;
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.blog-slider .slick-next.slick-arrow {
		right: -25px;
	}
	
	.blog-slider .slick-arrow.slick-prev {
		left: -25px;
	}
}

@media (max-width: 767px) {
	.blog-slider .slick-slide {
		margin: 0;
	}
	
	.blog-slider {
		padding: 0;
	}
}

/* Logo Gallery */
.logo-gallery {
	padding: 0 50px;
}

.logo-gallery .item img {
	max-height: 150px;
	width: auto;
}

.logo-gallery .item {
	margin-bottom: 10px;
}

.logo-gallery .inner {
	padding: 15px;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-gallery .inner:hover {
	box-shadow: 0 0 10px #ddd;
}

.logo-gallery .row {
	justify-content: center;
	--bs-gutter-x: 10px;
}

/* Services Slider */
.services-slider .item {
	padding: 0 5px;
}

.services-slider .image {
	height: 500px;
	overflow: hidden;
	position: relative;
}

.services-slider .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.services-slider .title {
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	text-align: center;
}

.services-slider .title a {
	color: #000;
}

.services-slider .title a:hover {
	color: var(--color-two);
}

.services-slider .image:hover img {
	transform: scale(1.1);
}

@media (max-width: 1400px) {
	.services-slider .image {
		height: 450px;
	}
}

@media (max-width: 1199px) {
	.services-slider .image {
		height: 400px;
	}
	
	.services-slider .title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.services-slider .item + .item {
		margin-top: 20px;
	}
}

/* Video Blocks */
.video-blocks .video-image iframe {
	max-width: 100%;
	height: 300px;
	border: 1px solid var(--color-two);
	padding: 15px;
}

.video-blocks .video-image .image {
	height: 420px;
	object-fit: cover;
}

.video-blocks .video-title {
	font-size: 25px;
	font-weight: 600;
	margin-top: 10px;
}

.video-blocks .item {
	margin-top: 30px;
	display: none;
}

.video-blocks .item.active {
	display: block;
}

.video-blocks .inner {
	position: relative;
	border: 1px solid #bf8660;
	padding: 15px;
}

.video-blocks .video-image {
	height: 255px;
}

.video-blocks .video-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-blocks .html5lightbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.video-blocks .item:hover .html5lightbox:after {
	background: rgba(0, 0, 0, .25);
}

.video-blocks .video-title {
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 1.5;
	font-family: "DM Sans";
}

.video-blocks .play {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 100px;
	right: 25px;
}

.video-blocks .play circle {
	stroke: #fff;
}

.video-blocks .play path {
	fill: #fff;
}

.video-blocks .item:hover .play {
	fill: var(--color-one);
}

.video-blocks .item:hover .play circle {
	stroke: var(--color-one);
}

@media (max-width: 991px) {
	.video-blocks .video-image {
		height: 190px;
	}
}

@media (max-width: 767px) {
	.video-blocks .item {
		margin-top: 30px;
	}
	
	.video-blocks .video-image {
		height: 200px;
	}
}

/********* Component Testimonials **********/
.testimonial-carousel-sec-v2 {
	background-size: cover;
	background-color: #f7f7f7;
	padding-bottom: 170px !important;
	height: 100% !important;
}

.testimonial-carousel-v2 img {
	width: 100px;
	height: auto;
}

.testimonial-carousel-v2 {
	position: relative;
	margin-top: 10px;
}

.testimonial-carousel-v2 h2, .testimonials .sub-effect span {
	color: #fff;
}

.testimonial-carousel-v2 .sub-effect:before, .testimonials .sub-effect:after {
	background-color: #fff;
}

.testimonial-carousel-sec-v2 .btn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline;
	width: 150px;
	margin: 30px auto 0px;
}

.testimonial-carousel-v2 p, .testimonial-carousel-v2 .name {
	text-align: left;
	width: auto;
	color: #fff;
	padding-right: 30px;
}

.testimonial-carousel-v2 .slick-slide {
	padding: 10px;
	margin: 20px 50px;
	display: flex !important;
	align-items: center;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);
}

.testimonial-carousel-v2 .slick-track {
	display: flex !important;
	flex-wrap: wrap;
}

.testimonial-carousel-v2 .slick-slide {
	height: inherit !important;
	background: #fff;
}

.testimonial-carousel-v2 .slick-slide > div {
	height: 100%;
	width: 100%;
}

.testimonial-carousel-v2 .slick-prev::before {
	content: "";
	background-image: url("https://jlopezlaw.com/wp-content/themes/tennesse/img/arrow-left.svg");
	background-size: cover;
	height: 40px;
	width: 40px;
	display: block;
}

.testimonial-carousel-v2 .slick-next::before {
	content: "";
	background-image: url("https://jlopezlaw.com/wp-content/themes/tennesse/img/arrow-right.svg");
	background-size: cover;
	height: 40px;
	width: 40px;
	display: block;
}

.star-rating svg path {
	fill: #f39c12;
}

.testimonial-carousel-v2 .slick-dots li button:before {
	font-size: 48px;
	color: #fff;
	opacity: 1;
}

.testimonial-carousel-v2 .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #000;
}

.testimonial-carousel-v2 .item {
	position: relative;
	height: 100%;
	text-align: center;
	padding: 60px;
}

.testimonial-carousel-v2 .name-and-rating {
	display: flex;
	justify-content: center;
	padding-right: 0px;
}

.testimonial-carousel-v2 .designation {
	text-align: left;
	color: #fff;
	font-size: 18px;
}

.testimonial-carousel-v2 span.letter-n {
	background: #fff;
	width: 65px;
	height: 65px;
	display: block;
	display: flex;
	font-size: 25px;
	margin-right: 15px;
	border-radius: 100%;
	color: #000;
	font-family: var(--font-two);
	text-transform: uppercase;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}

.testimonial-carousel-v2 .slick-current .letter-n {
	background: #d81f27;
}

.testimonial-carousel-v2 p {
	margin-top: 15px;
	margin-bottom: 0;
}

.testimonial-carousel-v2 .name {
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	font-family: var(--font-two);
	color: #414141;
}

.testimonial-carousel-v2 .author-text {
	line-height: 50px;
	padding-right: 15px;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: "DM Sans";
	color: #414141;
}

.testimonial-carousel-v2 .author-text strong {
	font-weight: 400;
}

.author-name {
	font-size: 18px;
	font-weight: bold;
	font-family: "DM Sans";
	margin-top: 10px;
}

.testimonial-carousel-v2 .quotes {
	width: 50px;
	margin-right: 0;
	display: inline-block !important;
	position: absolute;
	bottom: 30px;
	right: 10px;
}

.represting-points .small-heading {
	width: 100%;
}

.testimonial-carousel-v2 .quotes path {
	stroke: #fff;
}

.testimonial-carousel-v2 .slick-current .quotes path {
	fill: #bf8660;
	stroke: #bf8660;
	opacity: 10%;
}

.testimonial-carousel-v2 .line-top {
	display: block;
	width: 100%;
	height: 45%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	border-top-right-radius: 120px;
	opacity: .5;
	z-index: -1;
}

.testimonial-carousel-v2 .line-bottom {
	display: block;
	width: 100%;
	height: 45%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	border-bottom-left-radius: 100px;
	bottom: 0;
	opacity: .5;
	z-index: -1;
}

.testimonial-carousel-v2 .slick-current .line-top, .testimonial-carousel-v2 .slick-current .line-bottom {
	border-color: #d81f27;
}

.testimonial-carousel-v2 .star-icon {
	width: 25px;
	height: 25px;
	margin-left: 3px;
}

.testimonial-carousel-v2 .slick-dots li button {
	background: #fff;
}

@media (max-width: 1399px) {
	.testimonial-carousel-v2 .name {
		font-size: 21px;
	}
}

@media (max-width: 1199px) {
	.testimonial-carousel-v2 .slick-slide {
		margin: 20px 30px;
	}
}

@media (max-width: 991px) {
	.testimonial-carousel-sec-v2 .btn {
		position: relative;
	}
	
	.testimonial-carousel-v2 .slick-slide {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.testimonial-carousel-v2 .slick-arrow {
		display: none !important;
	}
	
	.testimonial-carousel-v2 .slick-list {
		margin: 0px;
	}
	
	.testimonial-carousel-v2 .author-text {
		font-size: 14px;
		line-height: 35px;
	}
	
	.testimonial-carousel-v2 span.letter-n {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	.testimonial-carousel-v2 .star-icon {
		width: 15px;
		height: 15px;
		margin-left: 2px;
	}
	
	.form-section .heading {
		font-size: 30px !important;
	}
	
	.why-choose-icon .item .inner {
		width: 100%;
		display: flex;
		justify-items: center;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
	/*    .testimonial-carousel-v2 .slick-slide {
        width: 100% !important;
    }*/
	.testimonial-carousel-v2 .quotes {
		width: 40px;
		bottom: 10px;
	}
	
	.testimonial-carousel-v2 .quotes path {
		stroke: var(--color-one);
		fill: var(--color-one);
	}
	
	.testimonial-carousel-v2 .line-top {
		border-top-right-radius: 100px;
	}
	
	.testimonial-carousel-v2 .item {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.testimonial-carousel-v2 .line-top, .testimonial-carousel-v2 .line-bottom {
		border-color: var(--color-one);
	}
}

/********* Component Blog v1 *********/
.blog-v1-list .row {
	--bs-gutter-x: 22px;
}

.blog-v1 .blog-list-inner {
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, .1);
	background: #fff;
	height: 100%;
	position: relative;
	transition: all .3s ease-in-out;
	opacity: 1;
}

.blog-v1 .post-image {
	height: 230px;
	overflow: hidden;
	position: relative;
}

.blog-v1 .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s ease-in-out;
}

.blog-v1 .post-image:hover img {
	transform: scale(1.05);
}

.blog-v1 .post-content {
	padding: 20px;
	padding-bottom: 35px;
}

.blog-v1 .blog-title {
	font-family: var(--font-two);
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.5;
	display: block;
	color: #242424;
	padding: 10px 0 35px 0;
}

.blog-v1 .content {
	margin-top: 5px;
	display: none;
}

.blog-v1 .read {
	font-family: var(--font-two);
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	position: absolute;
	bottom: 12px;
	left: 20px;
	opacity: 1;
	color: #bf8660;
	text-transform: uppercase;
}

.blog-v1-meta {
	font-family: var(--font-two);
	padding: 5px 0 20px;
	padding: 5px 0;
	display: flex;
	line-height: 1;
	align-items: center;
	color: #414141;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	max-width: unset;
	text-transform: uppercase;
}

.blog-v1-meta .category a {
	color: #fff;
}

.blog-v1-meta .category a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.blog-v1 .blog-list-inner:hover:before {
	transition: all .5s ease-in-out;
	opacity: 1;
	transform: scale(1);
}

.blog-v1 .post-image .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.blog-v1 .post-image .img.no-image {
	background-size: 170px;
}

@media (max-width: 1300px) {
	.blog-v1 .blog-title {
		font-size: 18px;
	}
	
	.blog-v1 .read {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.blog-v1-list {
		margin-top: 30px;
	}
	
	.blog-v1 .post-image {
		height: 310px;
	}
}

@media (max-width: 767px) {
	.blog-v1 .blog-list-inner {
		box-shadow: none;
	}
	
	.blog-v1 .btn-wrap {
		text-align: center;
	}
	
	.blog-v1 .blog-list-inner:hover {
		outline-offset: 5px;
	}
	
	.blog-v1 .post-image {
		height: 220px;
	}
}

/********* Team Carousel **********/
.team-section {
	position: relative;
}

.team-section:before {
	content: "";
	position: absolute;
	width: 23%;
	height: 75%;
	background: #0049aa;
	top: 0;
	z-index: -1;
}

.team-top-info {
	padding-left: 215px;
	margin-bottom: 30px;
}

.team-thumb-slider .slick-list {
	width: calc(100% + 20px);
}

.team-thumb-slider {
	width: 50%;
	margin-left: auto;
	padding-left: 15px;
	z-index: 1;
	margin-bottom: -105px;
}

.team-thumb-slider .thumb-inner {
	display: flex;
	background: #333;
	color: #fff;
	overflow: hidden;
}

.team-thumb-slider .thumb-img {
	width: 95px;
	height: 95px;
}

.team-thumb-slider .thumb-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-thumb-slider .thumb-detail {
	width: calc(100% - 95px);
}

.team-thumb-slider .thumb-detail {
	width: calc(100% - 95px);
	padding: 20px 15px;
}

.team-thumb-slider .name {
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.team-thumb-slider .role {
	text-transform: uppercase;
	font-family: var(--font-two);
	font-weight: 400;
	line-height: 1.5;
	color: red;
}

.team-thumb-slider .slick-slide {
	margin-right: 20px;
}

.team-thumb-slider .slick-slide:last-child {
	margin-right: 0;
	opacity: .25;
}

.team-thumb-slider .slick-arrow {
	position: absolute;
	top: -60px;
	right: 0;
}

.team-thumb-slider .slick-prev.slick-arrow {
	right: 55px;
}

/*===========*/
.team-slider {
	margin-top: -107px;
}

.team-slider .content-col {
	padding-top: 150px;
}

.team-slider .heading-wrap {
	margin-bottom: 20px;
}

.team-slider .name {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 400;
}

.team-slider .designation {
	font-size: 24px;
	color: #0544a4;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
}

.team-slider .img-col img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: center 0;
	pointer-events: none;
}

.team-slider .image {
	position: relative;
	margin: 0 20px 20px 20px;
}

.team-slider .image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #ffde59;
	left: -20px;
	bottom: -20px;
	z-index: -1;
}

@media (max-width: 1550px) {
	.team-thumb-slider .name {
		font-size: 21px;
	}
	
	.team-slider .name {
		font-size: 35px;
	}
	
	.team-slider .designation {
		font-size: 20px;
	}
}

@media (max-width: 1400px) {
	.team-thumb-slider .name {
		font-size: 18px;
	}
}

@media (max-width: 1300px) {
	.team-slider .content-col {
		padding-top: 140px;
	}
	
	.team-thumb-slider .thumb-img {
		width: 85px;
		height: 85px;
	}
	
	.team-thumb-slider .thumb-detail {
		width: calc(100% - 85px);
		padding: 20px 15px;
	}
	
	.team-thumb-slider .name {
		font-size: 17px;
	}
	
	.team-thumb-slider .role {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.team-thumb-slider .name {
		font-size: 20px;
	}
	
	.team-slider .name {
		font-size: 30px;
	}
	
	.team-slider .designation {
		font-size: 16px;
	}
	
	.team-slider .content-col {
		padding-top: 130px;
	}
	
	.team-slider .image {
		margin: 0 15px 15px 15px;
	}
	
	.team-slider .image:before {
		content: "";
		position: absolute;
		width: calc(100% + 30px);
		height: 100%;
		border: 1px solid var(--color-one);
		left: -15px;
		bottom: -15px;
		z-index: -1;
	}
}

@media (max-width: 991px) {
	.team-thumb-slider {
		width: 100%;
		padding-left: 0;
	}
	
	.team-section:before {
		display: none;
	}
	
	.team-top-info {
		padding-left: 0;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.team-section:before {
		content: "";
		position: absolute;
		width: 50px !important;
		height: 35%;
		display: block;
	}
	
	.team-slider .image {
		padding: 10px;
	}
	
	.team-slider .image:before {
		width: 88%;
		height: 90%;
		border: 1px solid var(--color-two);
		left: 0;
		bottom: 0;
	}
}

/*====== Form =====*/
.form-section form {
	margin-top: 0px;
}

/********* Location Box ***********/
.location-box .inner {
	box-shadow: 0px 5px 20px -4px rgba(30, 48, 61, .1);
	padding: 20px;
	height: 100%;
}

.location-box iframe {
	width: 100%;
	height: 278px;
}

.location-box .title {
	color: #212d3d;
	font-family: var(--font-two);
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.5;
}

.location-box .address {
	font-weight: 400;
}

.location-box .phone a {
	color: var(--color-black);
	font-weight: 400;
}

.location-box .map-link {
	color: var(--color-one);
	font-family: var(--font-two);
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline !important;
	margin-top: 10px;
	display: inline-block;
}

@media (max-width:1400px) {
	.location-box .title {
		font-size: 35px;
	}
}

@media (max-width:1199px) {
	.location-box .title {
		font-size: 30px;
	}
}

/*========= Tabs =========*/
.tabs-section {
	overflow: hidden;
}

.tabs-list {
	display: flex;
	justify-content: center;
}

.tabs-section .tab-content {
	display: none;
}

.tabs-section .tab-content.active {
	display: block;
}

.tabs-section .tab-item {
	padding: 30px 50px;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	min-width: 290px;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--font-two);
	box-shadow: 0px 12px 17px -4.27px rgba(30, 48, 61, .08);
}

.tabs-section .tab-item.active {
	background: var(--color-one);
	color: #fff;
}

.tabs-section .tab-item.active:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: var(--color-one);
	bottom: -7px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: auto;
}

.tab-content-inner {
	margin-top: 80px;
	background: rgba(239, 251, 255, 1);
	padding: 60px;
	--bs-gutter-x: 3rem;
	justify-content: center;
}

.tab-content-inner .item:nth-child(n+5) {
	margin-top: 30px;
}

.tab-content-inner .inner {
	background: #fff;
	border: 1px solid rgba(108, 177, 203, 1);
	padding: 14px;
	text-align: center;
	position: relative;
}

.tab-content-inner .title {
	color: rgba(33, 45, 61, 1);
	font-size: 25px;
	font-family: var(--font-two);
	text-transform: uppercase;
	font-weight: 400;
}

.tab-content-inner .inner:hover {
	border-color: transparent;
	box-shadow: 0px 12px 17px -4.27px rgba(30, 48, 61, .08);
}

.tab-content-inner .inner:hover .title {
	color: var(--color-two);
}

@media (max-width:1199px) {
	.tab-content-inner .title {
		font-size: 23px;
	}
	
	.tab-content-inner .item:nth-child(n+4) {
		margin-top: 30px;
	}
}

/********* End Css **********/

/* Results Post */
.results-post {
	justify-content: center;
}

.results-post .amount {
	font-size: 25px;
	font-weight: 400;
	font-family: var(--font-two);
}

.results-post .result-inner {
	border: 1px solid #590000;
	height: 100%;
	padding: 70px 20px;
	text-align: center;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.results-post .result-item {
	margin-top: 25px;
	display: none;
}

.results-post .result-item.active {
	display: block;
}

.results-post .result-inner:hover {
	background: var(--color-two);
	color: #fff;
}

/* Image with text v1 */
.image-with-text-v1 .image-wrap {
	position: relative;
	height: 100%;
	text-align: right;
}

.image-with-text-v1 .image {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 100%;
	left: 8px;
}

.image-with-text-v1 .image img {
	position: relative;
	object-fit: cover;
	object-position: center left;
}

.about-section .text-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-with-text-v1 .html5lightbox {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 100%;
	top: -40px;
}

.image-with-text-v1 .html5lightbox .icon-play {
	width: 150px;
	height: 150px;
	bottom: 0;
	right: 0;
	position: relative;
}

.image-with-text-v1 .html5lightbox span {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}

.image-with-text-v1 .icon-play:hover circle {
	fill: var(--color-two);
}

.image-with-text-v1 .image-text-wrap {
	text-align: center;
	width: 40%;
}

/*
.image-with-text-v1 .image-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 50%;
    margin-top: -20px;
}*/
.home-practice .btn-wrap {
	text-align: right;
	position: relative;
	bottom: 15px;
}

.image-with-text-v1 .image-two img {
	position: relative;
	bottom: 0;
	object-fit: cover;
	display: flex;
	top: -9em;
	left: 8em;
}

.home-practice {
	background: #faf3e8;
}

.image-with-text-v1 .image-title {
	font-size: 50px;
	font-family: var(--font-two);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}

.image-with-text-v1 .image-text {
	font-size: 22px;
	font-weight: 400;
	text-wrap-style: balance;
	line-height: 1.2;
}

.reach-out a {
	color: #bf8660;
}

.reach-out {
	font-size: 16px;
	font-family: "DM Sans";
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	border-top: 8px solid #bf8660;
	border-bottom: 8px solid #bf8660;
	padding: 15px 20px;
	margin: 25px 0px;
}

@media (max-width:1400px) {
	.image-with-text-v1 .html5lightbox .icon-play {
		width: 120px;
		height: 120px;
	}
}

@media (max-width:1199px) {
	.image-with-text-v1 .html5lightbox .icon-play {
		width: 110px;
		height: 110px;
	}
	
	.image-with-text-v1 .html5lightbox span {
		font-size: 18px;
	}
	
	.image-with-text-v1 .image-title {
		font-size: 45px;
	}
	
	.image-with-text-v1 .image-text {
		font-size: 18px;
	}
}

@media (max-width:991px) {
	.image-with-text-v1 .content-inner {
		margin-top: 0px;
	}
	
	.image-with-text-v1 .image-two {
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.image-with-text-v1 .html5lightbox .icon-play {
		width: 75px;
		height: 75px;
	}
	
	.description p {
		font-size: 14px !important;
	}
	
	.image-with-text-v1 .html5lightbox {
		top: -30px;
	}
	
	.image-with-text-v1 .image-two img {
		height: calc(100% + 30px);
		top: -30px;
	}
}

/*==============================*/
.error404 .form-with-map {
	display: none;
}

.blog-v1, .team-section {
	overflow: hidden;
}

/*   Attoney */
.team-list .name {
	color: #0049aa;
}

.team-list .item {
	padding: 40px 0px;
}

.attorney-section .item .image {
	border: 1px solid #0049aa;
	padding: 20px;
}

.attorney-section .small-heading:before {
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	background: #0049aa;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: -110px;
}

.attorney-section .small-heading:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	background: #0049aa;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 20px;
}

.team-list .item:nth-child(even) .row {
	flex-direction: row-reverse;
}

@media (max-width: 1199px) {
	.home-banner .banner-title {
		font-size: 20px !important;
	}
}

.form-section .container {
	background: #1f3954;
}

.form-section {
	color: #fff;
}

.form-section .row {
	--bs-gutter-y: 1.5rem;
	--bs-gutter-x: 3.5rem;
}

.form-section .heading {
	font-size: 40px;
	margin-bottom: 0;
}

.form-section textarea.form-control {
	min-height: 55px !important;
}

.enjoy-the-benfit .text-col, .Jennife-detail .text-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.experience-the-difference .image-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Jennife-detail h2.small-heading, .Brian-detail h2.small-heading {
	font-size: 30px;
}

.Jennife-detail h3.heading, .Brian-detail h3.heading {
	font-size: 20px;
}

.Brian-detail {
	padding-top: 0px !important;
}

.Brian-detail, .Jennife-detail {
	background-color: #faf3e8;
}

.meet-our-attorney h2.heading {
	color: #bf8660;
	font-size: 20px;
	margin-bottom: 20px;
}

.home-contact .form .row {
	--bs-gutter-y: 0px;
	--bs-gutter-x: 17px;
}

.testimonial-carousel-v2 .name-and-rating:before {
	content: "";
	position: absolute;
	top: 17%;
	left: 50%;
	width: 100px;
	height: 70px;
	background-image: url("https://jlopezlaw.com/nitropack_static/gEixtCacyaEtjrXqCmbVMApKPkhJtzkf/assets/images/optimized/rev-934bbc5/lopezrhodesstg.wpenginepowered.com/wp-content/uploads/2025/04/fontisto_quote-left.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%, -50%);
	opacity: .7;
	z-index: 2;
}

.blog-image.no-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-item .blog-image img {
	height: 100%;
	transition: .5s all;
}

.blog-item .blog-image a:hover img {
	transform: scale(1.05);
}

.blog-item .blog-image a {
	display: block;
	overflow: hidden;
}

.blog-v1 .blog-title:hover {
	color: #bf8660;
}

.home-contact .form-group {
	margin-bottom: 20px;
}

.practice-pages .small-heading, .practice-pages .description {
	text-align: center;
}

.practice-pages {
	background-color: #faf3e8;
}
