/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 19:50:56 */
body,
h1, h2, h3, h4, h5, h6,
p, a, strong, em, small,
ul, ol, li,
blockquote, pre, code, span,
input, textarea, button,
label, select, option,
table, th, td {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	/* 	font-style: normal; */
}

.banner-subheading h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 2px solid #A12324;
	display: table;
	padding-bottom: 5px;
}

.banner-heading h1 {
	color: #fff;
	font-weight: 600;
	font-size: 70px;
	line-height: 1.25;
}

.website-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 235px;
	height: 65px;
	background: #A12324;
	background: linear-gradient(135deg, rgba(161, 35, 36, 1) 0%, rgba(215, 59, 62, 1) 100%);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: 250ms all linear;
}

.website-btn a:hover {
	transform: scale(1.05);
}

.website-btn a img {
	margin: 0 !important;
	height: 45px !important;
}

#top nav > ul > li > a span.menu-title-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.flex-box > .wpb_wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
}

.call-me a {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.call-me img {
	margin-bottom: 0 !important;
}

.flex-box > .wpb_wrapper .website-btn {
	margin-bottom: 0;
}

.website-h4 h4 {
	font-weight: 600;
	color: #000;
	font-size: 55px;
	line-height: 1.25;
}

.website-text p {
	color: #717171;
	font-size: 17px;
	line-height: 1.5;
}

.website-list ul li {
	list-style: none;
	font-weight: 500;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 20px;
}

.website-list ul li:last-child {
	margin-bottom: 0;
}

.website-list ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	background-image: url("/wp-content/uploads/2025/04/checkmark-icon-68090495449e3.webp");
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.variant-white h4 {
	color: #fff;
}

span.underline-decoration {
	text-decoration: underline;
}

.underlined-heading h5 {
	font-size: 20px;
	font-weight: 400;
	border-bottom: 2px solid #A12324;
	display: table;
	padding-bottom: 4px;
	color: #000;
}

.variant-white h5 {
	color: #fff;
}

.practices-list-home ul {
	margin: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	gap: 50px;
}

.practices-list-home ul li {
	position: relative;
	list-style: none;
	padding: 0px 0px 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}

.practices-list-home ul li a {
	color: #fff;
	transition: 250ms all ease-in-out;
}

.practices-list-home ul li a:hover {
	color: #A12324;
}

.practices-list-home ul li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/uploads/2025/04/right-arrow-vector-6809049512a8a.webp');
	background-repeat: no-repeat;
	background-position: center center;
}

/* .practices-list-home ul li:last-child {
border-bottom: none;
border: none;
margin-bottom: 0;
padding-bottom: 0;
}

.practices-list-home ul li:nth-last-child(5) {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
*/
.margin-center * {
	margin-left:auto;
	margin-right:auto;
}

.content-block-with-image img {
	width: 100%;
	margin-bottom: 20px !important;
}

.content-block-with-image h3 {
	font-size: 30px;
	color: #212121;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 20px !important;
}

.content-block-with-image p {
	color: #616161;
	font-size: 17px;
	line-height: 1.5;
}

.content-block-with-image p:first-child {
	padding: 0;
}

body .contact-form .forminator-row .forminator-field .forminator-input {
	font-size: 14px;
	border: 1px solid #BDBDBD;
	background: #fff;
	font-family: 'DM Sans';
	font-weight: 500;
	border-radius: 6px;
}

body .contact-form .forminator-row .forminator-field 
span.select2-selection.select2-selection--single {
	background: #fff !important;
	border-radius: 6px;
	border-color: #BDBDBD !important;
	font-size: 14px;
	font-weight: 500;
}

body .contact-form .forminator-row .forminator-field .forminator-textarea {
	background: #fff;
	border-radius: 6px;
	resize: none;
	border: 1px solid #BDBDBD;
	font-size: 14px;
	font-weight: 500;
	font-family: 'DM sans';
}

body .contact-form 
button.forminator-button.forminator-button-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 235px;
	height: 55px;
	background: #A12324;
	background: linear-gradient(135deg, rgba(161, 35, 36, 1) 0%, rgba(215, 59, 62, 1) 100%) !important;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 5px !important;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: 250ms all linear;
	border: 0;
	cursor: pointer;
}

body .contact-form button.forminator-button.forminator-button-submit:hover {
	transform: scale(1.02);
}

body .contact-form .forminator-label {
	font-weight: 500;
	color: #000;
	margin-bottom: 5px !important;
}

img.footer-logo {
	height: 125px;
}

.footer-logo-wrapper {
	text-align: center;
	padding: 100px 0px 0px;
	border-bottom: 1px solid;
}

#footer-outer .widget h4 {
	color: #fff !important;
	font-size: 20px !important;
}

#footer-outer #footer-widgets .col ul li a {
	font-size: 16px;
	line-height: 1.5;
}

ul.footer-contact-us li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 20px !important;
	font-size: 16px;
	line-height: 1.5;
}

ul.footer-contact-us li img {
	margin: 0 !important;
}

ul.footer-contact-us li a {
	font-size: 16px;
	line-height: 1.5;
}

ul.footer-contact-us li:last-child {
	margin-bottom: 0 !important;
}

.recent-articles {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.recent-articles .article-item .article-thumbnail a img {
	width: 100%;
	border-radius: 15px;
	height: 250px;
	object-fit: cover;
}

.recent-articles .article-item .article-meta {
	color: #fff;
	font-size: 14px;
}

.recent-articles .article-item h2.article-title {
	line-height: 0.5;
}

.recent-articles .article-item h2.article-title a {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	transition: 250ms all ease-in-out;
}

.recent-articles .article-item h2.article-title:hover a {
	color: #A12324;
}

.recent-articles .article-item .article-readmore a {
	color: #fff;
	transition: 250ms all ease-in-out;
}

.recent-articles .article-item .article-readmore a:hover {
	color: #A12324;
}

.contact-us-subheading h4 {
	font-size: 22px;
	color: #A12324;
	font-weight: bold;
	line-height: 1.25;
}

.contact-us-heading h3 {
	color: #000;
	font-size: 50px;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 40px !important;
}

.contact-us-meta h4 {
	color: #A12324;
	font-weight: 600;
	font-size: 20px;
}

.contact-us-meta p {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

.contact-us-meta p a {
	color: #000;
	transition: 250ms all ease-in-out;
}

.contact-us-meta p a:hover {
	color: #A12324;
}

div#inner-page-banner {
	height: 400px;
	display: grid;
	place-items: center;
}

div#inner-page-banner > .row_col_wrap_12.col.span_12 {
	width: 100%;
}

.inner-banner-subheading h4 {
	color: #BF9874;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
}

.inner-banner-heading h3 {
	font-weight: 900;
	font-size: 65px;
	line-height: 1.25;
}

.inner-banner-subheading {
	margin: 0 !important;
}

.variant-white * {
	color: #fff !important;
}

.practice-areas-card > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	max-width: 380px;
    margin: 0px auto;
}

.practice-areas-card > .wpb_wrapper p:first-child {
	padding: 0;
	line-height: 0;
}

.practice-areas-card > .wpb_wrapper img {
	margin: 0;
	width: 100%;
	object-fit: cover;
	height: 322px;
	border-radius: 10px 10px 0 0;
}

.practice-areas-card > .wpb_wrapper span {
	padding: 20px;
	text-align: center;
	background: #ECECEC;
	border-radius: 0 0 10px 10px;
	display: block;
	line-height: 1;
	margin-top: -3px;
}

.practice-areas-card > .wpb_wrapper p a {
	color: #2D2D2D;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	transition: 250ms all ease-in-out;
}

.practice-areas-card > .wpb_wrapper p a:hover {
	color: #A12324;
}

.practice-areas-card > .wpb_wrapper br {
	display: none;
}

.contact-magnet-column .column-image-bg {
	background-repeat: no-repeat;
	border-radius: 15px;
	background-size: auto !important;
}

.contact-magnet h5 {
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}

.contact-magnet a.cntct-mgnt-call {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	margin: 20px 0px;
	font-size: 16px;
}

.contact-magnet a.cntct-mgnt-call img {
	margin: 0 !important;
}

a.contact-mgnt-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	background: #A12324;
	border-radius: 50px;
	padding: 10px;
	width: 200px;
	justify-content: center;
	font-size: 16px;
}

a.contact-mgnt-btn img {
	margin: 0px !important;
	height: 40px !important;
}

.contact-magnet p {
	padding: 0;
}

.article-item.variant--dark .article-meta {
	color: #000;
}

.article-item.variant--dark h2.article-title a {
	color: #000;
}

.article-item.variant--dark .article-readmore a {
	color: #000;
}

.load-more-wrapper button.load-more-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	gap: 20px;
	border: 0;
	background: #A12324;
	width: 200px;
	height: 55px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

.load-more-wrapper button.load-more-button img {
	margin: 0 !important;
	height: 40px;
}

.website-text.justified p {
	text-align: justify;
	hyphens: auto;
	word-spacing: -0.5px;
}

.article-banner {
	background-image: url('/wp-content/uploads/2025/04/article-single-banner-6810ed0e17640.webp');
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.article-banner .article-meta {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.article-banner .container {
	max-width: 800px;
	margin: 0px auto;
	padding: 0 20px;
}

.article-banner h1.article-title {
	color: #fff;
	line-height: 1;
	font-size: 40px;
}
.article-content {
	text-align: justify !important;
	text-align-last: left;
	padding: 40px 0px;
	hyphens: auto;
	word-spacing: -1px;
	margin: 0px auto;
	max-width: 800px;
}

.article-content p {
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
	font-weight: 500;
	padding:0;
}

.related-articles-section-posts {
	background: #CFCFCF;
	padding: 50px 0px;
}

.related-articles-section-posts h3 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 45px;
	color: #000;
	font-size: 50px;
	line-height: 1;
}

.related-articles-section-posts .recent-articles h4.article-title a {
	color: #000;
	transition: 250ms all ease-in-out;
}

.related-articles-section-posts .recent-articles h4.article-title a:hover {
	color: #A12324;
}

.partners-list .partner-item {
	flex: 0 0 calc(50% - 25px);
}

.partners-list {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.partners-list .partner-item img {
	margin: 0;
	height: 900px;
	width: 100% !important;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	line-height: 1;
}

.partners-list .partner-item a {
	display: block;
	line-height: 1;
}

.partners-list .partner-item a h3.partner-name {
	margin: 0;
	background: #ECECEC;
	text-align: center;
	color: #2D2D2D;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	border-radius: 0 0 15px 15px;
	margin-top: -3px;
	padding: 20px 0px;
	transition: 250ms all ease-in-out;
	text-transform: capitalize;
}

.partners-list .partner-item a:hover h3.partner-name {
	color: #A12324;
}

article.partner-profile {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding: 50px 0px;
}

.partner-right {
	flex: 0 0 calc(65% - 50px);
}

.partner-left {
	flex: 0 0 calc(35% - 50px);
}

article.partner-profile h1.partner-name {
	font-weight: 600;
	color: #000;
	font-size: 50px;
	line-height: 1.25;
}

article.partner-profile p.partner-position {
	color: #A12324;
	font-size: 22px;
	font-weight: 500;
}

.partner-content {
	text-align: justify;
}

.partner-content p {
	color: #666666;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	hyphens: auto;
	word-spacing: -0.5px;
}

.partner-image {
}

.partner-image img {
	border-radius: 15px;
	width: 100% !important;
	object-fit: cover;
}

p.partner-email {
	20px: 0; text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin: 20px 0px;
	padding-bottom: 20px;
	font-size: 18px;
	border-bottom: 1px solid #BCBCBC;
}

p.partner-email a {
	display: block;
	text-transform: lowercase;
	color: #000;
	transition: 250ms all ease-in-out;
}

p.partner-email a:hover {
	color: #A12324;
}

ul.partner-qualifications li {
	font-family: 'DM Sans';
	color: #000;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}

ul.partner-qualifications li:last-child {
	margin: 0px;
}

section.related-articles ul {
	margin: 0;
}

section.related-articles ul li.related-article-item {
	align-items: center;
	list-style: none;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

section.related-articles ul li.related-article-item:last-child {
	margin-bottom: 0px;
}

section.related-articles ul li.related-article-item img {
	height: 136px;
	width: 100%;
	border-radius:5px;
}

section.related-articles ul li.related-article-item .article-image {
	flex-basis: 150px;
	min-width: 150px !important;
}

section.related-articles ul li.related-article-item .article-details h3 {
	line-height: 1;
	margin: 0 !important;
}

section.related-articles ul li.related-article-item .article-details h3 a {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

section.related-articles ul li.related-article-item .article-details h3 a:hover {
	color: #A12324;
}

.article-meta-data {
	display: flex;
	gap: 5px;
	color: #A12324;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

section.related-articles {
	border-top: 1px solid #BCBCBC;
	padding-top: 30px;
}

section.related-articles h2 {
	color: #000000;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 600;
}

.article-meta span.article-partner a {
	color: #fff;
}

.article-meta span.article-partner a:hover {
	text-decoration: underline;
}

.google-reviews-div .ti-widget .ti-widget-container {
	display: flex !important;
}


div#copyright .col.span_5 {
	width: 100%;
	text-align: center;
	color: #fff;
}
.article-excerpt {
	padding: 5px 0px;
}

body .ti-widget.ti-goog>.ti-widget-container>.ti-header {
    background-color: transparent !important;
    box-shadow: none !important;
}

.ti-widget.ti-goog>.ti-widget-container>.ti-header span.nowrap strong {
    color: #fff !important;
}

.ti-widget.ti-goog>.ti-widget-container>.ti-header span.nowrap strong span.ti-separator {
    color: #fff !important;
}

/* RESPONSIVE */
@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1300px) {
	.website-h4 h4 {
		font-size: 45px;
	}

	section.related-articles ul li.related-article-item {
		flex-direction: column;
		align-items: flex-start;
	}

}
@media screen and (max-width: 1199px) {

	.article-banner h1.article-title {
		font-size: 40px;
		line-height: 1.5;
	}

	.partners-list .partner-item img {
		height: 1000px;
	}
	.partners-list {
		flex-direction: column;
	}
	.partners-list .partner-item {
		flex: 0 0 100%;
		width: 100%;
	}

	.partners-list .partner-item a h3.partner-name {
		font-size: 18px;
	}

	.website-h4 h4 {
		font-size: 40px;
	}

	.contact-magnet-column {
		margin-top: 50px;
	}

	a.contact-mgnt-btn {
		width: 180px;
	}

	.flex-box > .wpb_wrapper {
		flex-direction: column;
		align-items: baseline;
	}

	.full-width-small-laptop {
		width: 100%;
	}

	.content-block-with-image h3 {
		font-size: 25px;
	}

	.content-block-with-image p {
		font-size: 15px;
	}

	.contact-magnet-column .column-image-bg {
		background-size: cover !important;
	}

	.contact-magnet > .wpb_wrapper {
		text-align: center;
		padding: 20px;
	}

	.contact-magnet > .wpb_wrapper a.cntct-mgnt-call {
		margin: 20px auto;
		justify-content: center;
	}

	a.contact-mgnt-btn {
		margin: 0px auto;
	}

}
@media screen and (max-width: 999px) {
	.practice-areas-card > .wpb_wrapper {
		max-width: 100%;
		margin-bottom: 25px;
	}
	.golden-row .wpb_column:last-child .practice-areas-card .wpb_wrapper {
		margin-bottom: 0;
	}
	.article-banner .container {
		max-width: 640px;
	}
	.partners-list .partner-item img {
		height: 700px;
	}
	.google-reviews-div .ti-widget .ti-widget-container {
		justify-content: center;
	}

	.contact-us-heading h3 {
		font-size: 40px;
	}

	.contact-us-subheading h4 {
		font-size: 20px;
	}

	.contact-us-meta h4 {
		font-size: 18px;
	}

	.contact-us-meta p {
		font-size: 16px;
	}

	.related-articles-section-posts h3 {
		font-size: 35px;
	}

	.article-banner .article-meta {
		font-size: 16px;
	}

	.article-banner h1.article-title {
		font-size: 35px;
	}

	.article-content p {
		font-size: 16px;
	}

	.article-content img {
		margin: 20px 0px;
		clear: both;
		float: none;
		width: 100%;
	}

	article.partner-profile {
		flex-direction: column;
	}

	.partner-image img {
		max-width: 250px;
		margin: 0px auto;
		display: table;
	}

	section.related-articles ul {
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}

	section.related-articles ul li.related-article-item {
		margin: 0px;
	}

	section.related-articles ul li.related-article-item .article-image {
		min-width: auto !important;
		flex-basis: auto;
	}

	.partner-left {
		flex: 0 0 100%;
	}

	.partner-right {
		flex: 0 0 100%;
	}

	.partners-list {

	}

	.inner-banner-heading h3 {
		font-size: 50px;
	}

	.hide-md {
		display: none !important;
	}

	.banner-subheading h5 {
		text-align: center;
		margin: 0px auto;
	}

	.banner-heading h1 {
		text-align: center;
		font-size: 55px;
	}

	.center-md.website-btn a {
		margin: 0px auto;
	}

	.text-center-md {
		text-align: center;
	}

	.text-center-md ul li {
		list-style-position: inside;
		display: table;
		margin: 0px auto 20px;
	}

	.flex-box.center-md .wpb_wrapper {
		justify-content: center;
		align-items: center;
	}

	.text-center-md h5 {
		margin: 0px auto;
	}

	img.center-md {
		margin: 0px auto;
		display: table;
	}

	.practices-list-home ul li {
		font-size: 18px;
	}

	.content-block-with-image img {
		max-width: 500px !important;
		margin: 0px auto;
	}

	.recent-articles {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.recent-articles .article-item .article-thumbnail a img {
		max-width: 400px;
		margin: 0px auto 20px;
	}

	.article-item {
		text-align: center;
		margin-bottom: 20px;
	}

	.article-item:last-child {
		margin-bottom: 0px;
	}

	img.footer-logo {
		height: 100px;
	}

	.website-list ul {
		margin: 0;
	}


}
@media screen and (max-width: 767px) {
	.article-content {
		text-align: left !important;
	}
	.article-banner h1.article-title {
		font-size: 30px;
		line-height: 1.15;
	}

	section.related-articles ul {
		grid-template-columns: repeat(1,1fr);
		text-align: center;
	}

	section.related-articles ul li.related-article-item {
		align-items: center;
		margin-bottom: 20px;
	}

	.article-meta-data {
		justify-content: center;
	}

	section.related-articles h2 {
		text-align: center;
		font-size: 25px;
	}

	.partners-list {
		/* 		grid-template-columns: repeat(1, 1fr); */
	}

	.inner-banner-heading h3 {
		font-size: 40px;
	}

	#footer-outer .widget {
		text-align: center;
	}

	ul.footer-contact-us li {
		justify-content: center;
	}


	.website-h4 h4 {
		font-size: 35px;
	}

	.practices-list-home ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.practices-list-home ul li:nth-last-child(5) {
		border-bottom: 2px solid #fff;
		margin-bottom: 20px;
		padding: 0px 0px 20px;
	}

	.text-center-md ul li {
		max-width: 200px;
	}
}