
/*home banner css start here*/
.container_home {
	padding: 0 120px;
}

.banner-home {
	height: 100%;
	padding-top: 100px;
	background-size: cover;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center;
}

.home-banner {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	min-height: 750px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.home_banner_title {
	color: var(--color--color1);
	font-weight: 800;
	font-size: 110px;
	line-height: 1.4;
}

.banner-home .inner-content {}

.banner_description p {
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}

.banner-home .content {
	margin-left: 160px;
}

.banner-home .wrap {
	margin-top: 50px;
	border-bottom: 1px solid #94c773;
	padding-bottom: 70px;
}

.banner-home .wrap .btn {
	background: rgba(35, 47, 84, .75);
}

.home_case {
	z-index: 9;
	position: relative;
}

.home_case .title {
	font-family: Poppins;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: var(--color--color3);
}

.case_box .heading {
	font-weight: 700;
	font-size: 80px;
	line-height: 100%;
	text-align: right;
	transition: .5s;
}

.case_box p {
	font-family: Poppins;
	font-weight: 600;
	font-size: 25px;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--color--color3);
	text-align: right;
}

.case_box {
	position: relative;
}

.case_box .inner_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 90px 50px 50px;
	background: transparent;
	transition: all .5s ease;
	height: 300px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.case_box:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18%;
	right: 0;
	height: 70%;
	width: 1px;
	background-color: #94c773;
	transition: all .5s ease;
}

.case_box:hover::after {
	top: 0;
	height: 100%;
}

.case_box:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 18%;
	left: -1px;
	height: 70%;
	width: 1px;
	background-color: transparent;
	transition: all .5s ease;
}

.case_box:hover::before {
	top: 0;
	height: 100%;
	background-color: #94c773;
}

.case_box .inner_content:hover {
	background: rgba(158, 178, 135, .1);
	cursor: pointer;
}

.case_box .inner_content:hover {
	background: rgba(158, 178, 135, .1);
	/* transform: scale(1.05);
    overflow: visible; */
	cursor: pointer;
}

.row .case_box:nth-of-type(1) .inner_content {
	padding-left: 140px;
}

.row .case_box:last-child .inner_content {
	padding-right: 100px;
	border: 0;
}

/* .row .case_box:nth-of-type(1) .inner_content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.row .case_box:nth-of-type(1) .inner_content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: rgba(136, 236, 21, 0.1);
  z-index: 0;
  transition: width 0.4s ease;
}
.row .case_box:nth-of-type(1) .inner_content:hover::before {
  width: 350px; 
}
.row .case_box:last-child .inner_content:hover {
  background: none;
}
.row .case_box:last-child .inner_content:hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: calc(100% + 125px);
    height: 100%;
    background: rgba(136, 236, 21, 0.1);
    z-index: 0;
    transition: all 0.4s ease;
} */
.case_box .inner_content:hover .heading, .case_box .inner_content:hover p, .case_box .inner_content:hover span {}

.case_box .inner_content:hover .heading {
	font-weight: 700;
	/* font-size: 110px;*/
	color: #94c773 !important;
}

.case_box a {
	transition: .5s;
}

.case_box:hover a {
	transform: scale(1.2);
	transform-origin: center;
	transform-style: revert-layer;
}

.case_box .inner_content:hover p {
	/* font-size: 40px;*/
	font-weight: 700;
	color: #fff;
}

.case_box .heading, .case_box p, .case_box span {
	transform-origin: center;
}

.case_box:last-child .inner_content::after {
	display: none;
}

.home_case .title_wrap {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	margin-top: 60px;
}

.blog-page .btn_link {
	font-family: Poppins;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_link svg, .btn_link img {
	margin-left: 20px;
}

.btn_link:hover {
	color: #fff;
}

.home_about {
	z-index: 9;
	padding: 75px 0 0 0;
}

.home_about .inner_content {
	background: linear-gradient(180deg, rgba(35, 47, 84, 0) 0%, var(--color--color2) 100%);
	padding: 115px 130px 110px 85px;
	border-top: 1px solid var(--color--color1);
}

.home_about .inner_content p {
	color: #fff;
}

.grn_border {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 0px;
}

.h2 span, h2 span, .h3 span, h3 span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 0px;
}

.h2 span::after, h2 span::after, .h3 span::after, h3 span::after {
	content: "";
	position: absolute;
	bottom: 21px;
	left: -10px;
	right: -1px;
	height: 40px;
	background-color: #94c773;
	z-index: -1;
}

.home_testimonial_sec h2 span::after {
	background-color: #1c305a;
}

.grn_border::after {
	content: "";
	position: absolute;
	bottom: 21px;
	left: -10px;
	right: -1px;
	height: 40px;
	background-color: #94c773;
	z-index: -1;
}

.award_wrap {}

.award_wrap .slick-slide {
	justify-content: center;
	display: flex !important;
}

.award-list {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 124px;
	padding: 0px 15px;
}

.award_wrap svg, .award_wrap img {}

.fleming_law {}

.fleming_law .container_home {
	z-index: 9;
	position: relative;
}

.fleming_law::after {
	position: absolute;
	content: "";
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/fleming_law.webp") no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0%;
	background-position: center;
	z-index: -1;
}

.fleming_law h2 {
	color: var(--color--color2);
}

.fleming_law h2 span {
	color: var(--color--color2) !important;
}

.fleming_repeater .title {
	font-family: Poppins;
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color--color1);
	background: var(--color--color2);
	padding: 45px 38px;
	line-height: 1.5;
}

.below_box {
	text-align: center;
	margin: 25px 18px 0px 18px;
}

.below_box p {
	line-height: 1.6;
}

.practice_title {
	font-family: Poppins;
	font-weight: 800;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background: 0 0;
	padding: 0;
	width: auto;
}

.home_practice img {
	height: 180px;
	object-fit: cover;
}

.home_practice .accordion-body p {}

.home_practice .accordion-item {
	border: 1px solid var(--color--color1);
	margin-bottom: 10px;
}

.home_practice .accordion-button:not(.collapsed) {
	box-shadow: 0 0;
	background: none;
}

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

.home_practice .accordion-button:not(.collapsed):after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	/* Start from left */
	top: 75px;
	/* Adjust as needed */
	width: 66.5%;
	height: 1px;
	background-color: #94c773;
	transition: width .3s ease, background-color .3s ease;
}

.home_practice .accordion-body {
	padding: 0px 80px 50px 80px;
	margin-top: 0;
}

.home_practice .main_row {
	border-top: 1px solid var(--color--color1);
}

.home_practice .main_row h2 {}

.home_practice .content p {
	text-align: center;
	color: var(--color--color2);
}

.home_practice .btn_link {
	font-weight: 800;
	text-transform: uppercase;
	justify-content: start;
	margin-top: 15px;
}

.home_practice .btn_link:hover {
	color: #232f54;
}

.home_practice .btn {
	color: var(--color--color2);
}

.home_practice .btn:hover {
	color: #fff;
}

.home_practice {
	z-index: 9;
}

.home_practice .accordion-header {
	background-size: cover;
	background-position: center;
	padding: 100px 80px;
	transition: padding .4s ease, background-image .6s ease;
}

.home_practice .practice_title {
	text-decoration: none;
}

.home_practice .accordion-button.collapsed:hover {
	text-decoration: underline;
}

.home_practice .accordion-button:not(.collapsed):hover {
	text-decoration: none;
	cursor: auto;
}

.home_practice .accordion-header.active {
	padding: 58px 80px;
	background-image: none !important;
}

.home_practice .accordion-header.active.nitro-lazy {
	background-image: none !important;
}

.home_practice .accordion-collapse.show + .accordion-header, .home_practice .accordion-header:has(+ .accordion-collapse.show) {
	background-image: none !important;
}

.home_practice .accordion-collapse.show + .accordion-header.nitro-lazy, .home_practice .accordion-header:has(+ .accordion-collapse.show).nitro-lazy {
	background-image: none !important;
}

.home_practice .accordion-collapse {
	transition: height .5s ease;
	overflow: hidden;
}

.home_testimonial_sec {
	z-index: 0;
	margin-top: 80px;
}

.home_testimonial_sec h2 {
	color: var(--color--color1);
}

.home_testimonial_sec .grn_border:after {
	background-color: #232f54;
}

.home_testimonial_sec::after {}

.home_practice_review::after {
	position: absolute;
	content: "";
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/testimonial_bg.webp") no-repeat;
	background-size: cover;
	width: 100%;
	height: 51%;
	left: 0;
	bottom: 100px;
	background-position: center;
	z-index: -1;
}

.home_practice_review::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 230px;
	background: #1c305a;
	bottom: 0px;
}

.home_testimonial_sec .container-fluid {
	padding-left: 200px !important;
}

.home_testimonial_sec .inner_content {
	background: #e9ebef;
	padding: 70px 80px 75px 80px;
	width: 85%;
}

.home_test_item .title {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	color: #000;
}

.home_test_item .wrap {
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}

.home_testimonial_sec .btn {
	font-weight: 800;
	font-family: Poppins;
	font-size: 25px;
	opacity: .8;
}

.home_testimonial_sec .btn:hover {
	border: 1px solid #94c773 !important;
}

.home_testimonial_sec .numeric {
	font-family: Poppins;
	font-weight: 800;
	font-size: 60px;
	line-height: 100%;
	color: var(--color--color1);
}

.home_testimonial_sec .star {
	font-weight: 600;
	font-size: 25px;
	line-height: 33px;
	color: #fff;
	margin-left: 20px;
}

.home_testimonial_sec .star-icon {
	display: inline-block;
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/white_star.svg");
	background-repeat: no-repeat;
	background-size: 50px;
	height: 50px;
	width: 50px;
	background-position: center;
	margin: 0 20px 0 0px;
}

.review_wrap {
	justify-content: space-between;
	width: 90%;
	gap: 0px 40px;
}

.home_testimonial_sec p {
	color: var(--color--color2);
}

.home_testimonial_sec .btn_link {
	font-weight: 400;
	font-size: 25px;
	display: flex;
	align-items: center;
}

.home_testimonial_sec .btn_link:hover {
	text-decoration: underline;
}

.home_testimonial_sec .btn_link svg, .home_testimonial_sec .btn_link img {
	margin-left: 5px;
	width: 14px;
	height: 14px;
}

.home_testimonial_sec .btn_link svg path {
	stroke: #94c773;
}

.home_team h2 span {
	padding-right: 15px;
}

.team_designation {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.team_listing .inner_content {}

.team_listing .featured-img {
	height: 550px;
	object-fit: cover;
	object-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	/* filter: grayscale(100%); */
	opacity: .84;
}

.team_listing .team_box:hover .featured-img {
	opacity: 1;
}

.team_listing .team-name {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	font-family: Poppins;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	background: #94c773;
	padding: 9px 20px;
	margin: -55px auto 0px auto;
	width: 90%;
	z-index: 99;
	position: relative;
	border: 1px solid #94c773;
}

.team_listing a:hover .team-name {
	background: #1c305a;
	border: 1px solid #94c773;
}

.home_team .btn {
	background: none;
}

.home_team .btn:hover {
	background: #94c773;
	border: 1px solid #94c773 !important;
}

.home_faq .inner_content {
	padding-left: 30px;
}

.faq_page .main_heading {}

.faq_header a {}

.faq_header a:hover {
	text-decoration: none;
}

.accordion {
	border: 0;
	--bs-accordion-border-width: 0;
	--bs-accordion-border-radius: 0;
}

.accordion-item.accordion-faqs-list {
	/* margin-bottom: 30px; */
	box-sizing: border-box;
	transition: background-color .3s ease;
	background: 0 0;
	border-bottom: 1px solid var(--color--color1);
}

.accordion-item.accordion-faqs-list .accordion-button {
	background: 0 0;
	cursor: pointer;
	color: var(--color--color2);
	padding: 15px 0px;
	transition: all .3s ease;
	transition: color .2s ease, background-color .2s ease;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	text-transform: capitalize;
}

.accordion-item.accordion-faqs-list .accordion-button:hover {
	color: #000;
}

.accordion-collapse {
	transition: height .3s ease;
	overflow: hidden;
}

.accordion-item.accordion-faqs-list:has(.accordion-collapse.show) {}

.accordion-item.accordion-faqs-list:has(.accordion-collapse.show) .accordion-button {}

.accordion-body {
	padding: 0 90px 25px 40px;
	margin-top: -10px;
}

.accordion-body ul {
	margin-bottom: 20px;
}

.accordion-body ul li {
	list-style-position: inside;
}

.accordion-button:after {
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/faq_up.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 55px;
	height: 55px;
	transition: transform .9s ease;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.accordion-button:not(.collapsed):after {
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/faq_down.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 55px;
	height: 55px;
	transform: rotate(0deg);
	transition: transform .9s ease;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.accordion-number {
	font-family: Poppins;
	font-weight: 700;
	font-size: 110px;
	color: #bdd2b3;
	line-height: 100%;
	margin-right: -22px;
}

.footer_form {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.footer_form h2 {}

.footer_form p {}

.footer_form .sub_heading p {
	font-size: 25px;
	line-height: 40px;
}

.footer_form .sub_heading p a {
	text-decoration: underline;
}

.footer_form .sub_heading p a:hover {
	text-decoration: none;
}

.footer_form .hours_content span {
	text-transform: uppercase;
}

.footer_form .hours_content p {
	color: #c3b7b7;
}

.footer_form .form-btn {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.footer_form .form-btn input {
	color: #2a2f33;
}

.footer_form .form-btn input:hover {
	color: #162f54;
	background: #fff;
}

.footer_form .inner_content {
	max-width: 670px;
	padding-right: 20px;
}

.footer_form .commonContactFormWrap {}

.common-contact-sec .formbox {
	margin-bottom: 30px;
	position: relative;
	padding: 0 25px;
}

.common-contact-sec form .form-control, .common-contact-sec form textarea, .common-contact-sec form select {
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	height: 55px;
	border: 0;
	padding: 15px 25px;
	background: rgba(191, 191, 191, .58);
}

.footer_form .commonContactFormWrap .form-control::placeholder {
	color: #000;
}

.footer_form .commonContactFormWrap .form-control {
	height: 100px;
	font-size: 25px;
	font-weight: 300;
	color: #000;
}

.common-contact-sec form select {
	color: #676767;
}

.common-contact-sec form textarea {
	height: 130px !important;
	width: 100%;
	resize: none;
}

.footer_form .commonContactFormWrap textarea.form-control {
	height: 353px !important;
}

.common-contact-sec form select {
	width: 100%;
}

select.wpcf7-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/select_arrow.svg") !important;
	background-repeat: no-repeat !important;
	background-position: bottom 23px right 22px !important;
	cursor: pointer;
}

select.wpcf7-select.nitro-lazy {
	background-image: none !important;
}

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

.common-contact-sec form input:focus-visible, .common-contact-sec textarea:focus-visible {
	outline: 0px;
}

.form-control:focus {
	background: rgba(191, 191, 191, .58);
	color: #fff;
}

.common-contact-sec ::-webkit-input-placeholder {
	color: #fff;
}

.common-contact-sec ::-moz-placeholder {
	color: #fff;
}

.common-contact-sec :-ms-input-placeholder {
	color: #fff;
}

.common-contact-sec ::-ms-input-placeholder {
	color: #fff;
}

.common-contact-sec ::placeholder {
	color: #fff;
}

/* END HOME PAGE */

/* START CONTACT US PAGE */
.contact_page .commonContactFormWrap {
	margin-right: 40px;
}

.contact_page.common-contact-sec form input, .contact_page.common-contact-sec form textarea {}

.contact_page .wpcf7 .wpcf7-form-control-wrap {
	padding: 0px 5px;
}

.contact_page.common-contact-sec form .form-btn input {
	border-bottom: 0px !important;
}

.contact_page.common-contact-sec form .form-btn input:hover {
	color: #fff;
}

.contact_page.common-contact-sec ::-webkit-input-placeholder {
	color: #2a2f33;
}

.contact_page.common-contact-sec ::-moz-placeholder {
	color: #2a2f33;
}

.contact_page.common-contact-sec :-ms-input-placeholder {
	color: #2a2f33;
}

.contact_page.common-contact-sec ::-ms-input-placeholder {
	color: #2a2f33;
}

.contact_page.common-contact-sec ::placeholder {
	color: #2a2f33;
}

.contact_page .sub_heading p a {
	text-decoration: underline;
}

.contact_page .sub_heading p a:hover {
	text-decoration: none;
}

.contact_content .inner_content {
	background: #00345b;
	padding: 90px 60px;
	color: #fff;
	margin-left: 100px;
	position: relative;
	margin-top: 50px;
}

/* .contact_content .inner_content::after{
    position: absolute;
    content:'';
    top: -43px;
    left: -48px;
    width:95px;
    height:95px;
    background: #1D6BA6;
} */
.contact_content .sub_heading p {
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 45px;
}

.contact_content .list {
	margin-bottom: 35px;
}

.contact_content .title {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
}

.contact_content .inner_content .list:last-child {
	margin-bottom: 0;
}

/* END CONTACT US PAGE */

/* START CASE RESULT PAGE */
.inner-case-col {
	padding-left: 20px;
	padding-right: 20px;
}

.case-item-box {
	background: #f9f9f9;
	padding: 30px 30px;
	margin-top: 40px;
	min-height: 350px;
}

.case-item-box .post-date {
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: .2px;
	text-transform: capitalize;
	color: #000;
	opacity: .5;
	margin-bottom: 5px;
}

.case-item-box .title p {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: .2px;
	text-transform: capitalize;
	color: #000;
	padding-bottom: 20px;
}

.case-item-box .content p {
	/*text-transform: capitalize;*/
	min-height: 140px;
}

.case-item-box .content {
	font-size: 20px;
	margin-bottom: 20px;
}

.case-item-box {
	position: relative;
	cursor: pointer;
	transition: border .4s ease, box-shadow .4s ease;
}

.case-item-box:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

/* .case-item-box:hover .title p{
    color:var(--color--color1);
} */
.case-item-box:hover .btn {
	background: #162f54;
	color: #fff;
	border: 1px solid #162f54 !important;
}

.case-item-box .btn {
	position: absolute;
	bottom: 30px;
}

/* END CASE RESULT PAGE */

/* START PRACTICE AREA PAGE */

/* END PRACTICE AREA PAGE */

/* Testimonial page css*/
.testimonial-item-box .client_name {
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: .2px;
	text-align: center;
	text-transform: capitalize;
	color: #2a2f33;
}

.testimonial-content p {
	text-align: center;
	text-transform: capitalize;
}

.testimonial-item-box {
	width: 100%;
	position: relative;
	padding: 50px 50px 25px 50px;
	background: #f9f9f9;
	/* min-height: 1150px; */
	height: 100%;
	cursor: pointer;
	transition: border .4s ease, box-shadow .4s ease;
}

.testimonial-item-box:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.testimonial-item-box .quote-icon {
	width: 68px;
	height: 60px;
	position: absolute;
	top: -32px;
	left: 41%;
}

.testimonial-item-box .quote-icon svg, .testimonial-item-box .quote-icon img {
	width: 75px;
	height: 65px;
}

.inner-testimonial-col {
	margin-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.testimonials-lists-wraper .inner-testimonial-col:nth-last-child(2) {
	margin-bottom: 0;
}

.star-icon {
	display: inline-block;
	background: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/yellow-star.svg");
	background-repeat: no-repeat;
	background-size: 22px;
	height: 22px;
	width: 22px;
	background-position: center;
	margin: 0 12px 0 0px;
}

.testimonials-lists-wraper .inner-testimonial-col:last-child {
	margin-bottom: 0px;
}

.testimonials-lists-wraper .read-more a {
	color: #2a2f33;
	text-decoration: underline;
}

.testimonials-lists-wraper .read-more a:hover {
	text-decoration: none;
}

/* Testimonial page css*/

/* START CRIMINAL PAGE */
.criminal_content .wrap {
	margin-bottom: 40px;
}

.criminal_content .title {
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.criminal_content .wrap:nth-child(2) .image {
	order: 1;
}

.criminal_content .wrap:nth-child(2) .content {
	order: 2;
}

.criminal_content .wrap:nth-child(2) .inner-content {
	padding-left: 10px;
}

.criminal_box .box_wrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.criminal_box .item_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.criminal_box .heading {
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-top: -10px;
}

.criminal_box .heading::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 17%;
	width: 106px;
	height: 2px;
	background: var(--color--color1);
	left: 50%;
	transform: translate(-50%);
}

.criminal_box img {
	height: 150px;
	object-fit: cover;
}

.criminal_box {
	line-height: 0;
}

.criminal_box .img_link::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.criminal_box a.img_link:hover .heading {
	color: var(--color--color1);
}

/* END CRIMINAL PAGE */

/* START MEET TEAM PAGE */
.team_page {
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/team_bg.webp") !important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

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

.team_page.space-pd {
	padding: 80px 0px;
}

.team_page .team_box a.img_link, .team_video a.img_link {
	overflow: hidden;
	position: relative;
	display: block;
	line-height: 0;
}

.team_page .team_box a.img_link:hover .featured-img, .team_video a.img_link:hover .img {
	transform: scale(1.02);
}

.team_page .team_box {
	position: relative;
	display: block;
}

.team_page .box_wrap {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 80px;
}

.team_listing .box_wrap:nth-child(4), .team_listing .box_wrap:nth-child(5) {
	margin-bottom: 0;
}

.team_page .btn {
	margin-top: 20px;
}

.team_video .inner_content {
	padding-right: 40px;
}

.team_video .sub_heading {
	font-weight: 700;
	text-transform: capitalize;
}

.team_video a.img_link img {
	transition: transform .4s ease-in-out;
}

.team_video .video_icon {
	width: 95px;
	height: 70px;
	background: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/video_play.svg") no-repeat;
	background-size: 100%;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all ease-in-out .9s;
	-moz-transition: all ease-in-out .9s;
	-o-transition: all ease-in-out .9s;
	transition: all ease-in-out .9s;
}

.team_video .video_icon.nitro-lazy {
	background: none !important;
}

/* END MEET TEAM PAGE */

/* START MEET TEAM DETAIL PAGE */
.single-team .blue_bg {
	background: #00345b;
	color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 80px;
	bottom: -51px;
	width: 682px;
	padding: 23px 30px;
	height: 200px;
}

.single-team .blue_bgw {
	height: auto;
	bottom: -19px;
}

.single-team .blue_bgw h1 {
	margin: 0;
}

.single-team .phone_link {
	display: flex;
	align-items: center;
}

.single-team .phone_link svg {
	width: 40px;
	height: 40px;
}

.single-team .phone_link a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-left: 18px;
}

.single-team .ju_content {
	text-align: center;
	font-weight: 500;
	justify-content: center;
	margin-top: 25px;
	margin-top: 15px;
}

.single-team .post-image img {
	height: 718px;
	object-fit: cover;
}

.single-team .title {
	font-weight: 800;
	font-size: 50px;
	margin-bottom: 10px;
}

.single-team .postteam-single {
	padding-right: 125px;
	position: relative;
}

.tab_content .tab-pane {
	display: none;
}

.tab_content .active {
	display: block;
}

.team_tab_section {
	background: #f9f9f9;
	padding: 80px;
}

.team_tab_section .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 0 50px 0px;
	border: 0;
	justify-content: center;
}

.team_tab_section .nav-tabs .nav-item {
	margin-right: 35px;
	margin-bottom: 0px;
}

.team_tab_section .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.team_tab_section .nav-tabs h3 {
	color: #2a2f33;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: .2px;
	text-align: center;
	text-transform: uppercase;
}

.team_tab_section .nav-tabs .nav-link {
	background: #fff;
	border-radius: 10px;
	padding: 15px 68px;
	width: 325px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	border: 1px solid #efefef;
}

.team_tab_section .nav-link.active {
	position: relative;
}

.team_tab_section .nav-tabs .nav-link:focus, .team_tab_section .nav-tabs .nav-link:hover, .team_tab_section .nav-tabs .nav-link.active {
	background: var(--color--color1);
	border: 1px solid var(--color--color1);
}

.team_tab_section .content {
	padding-right: 80px;
}

.team_tab_section .tab_content {
	padding: 60px 0px;
	border-top: 2px solid #e0e0e0;
}

.team_tab_section .tab_content img {
	height: 380px;
	object-fit: cover;
	border-radius: 5px;
	padding-left: 80px;
}

.team_tab_section .tab_content h3 {
	color: #2a2f33;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: .2px;
	text-transform: uppercase;
}

.team_tab_section .tab_content ul {}

.team_tab_section .tab_content ul.wp-block-list {
	padding-left: 20px;
	list-style-type: disc;
}

.team_tab_section .tab_content ul.wp-block-list ol {
	list-style-type: circle;
}

.team_tab_section .tab_content ul li p {
	margin-left: 25px;
}

.client_section .inner_content {
	padding-left: 80px;
}

.achieving_sec .row {
	background: #f9f9f9;
	padding: 80px;
}

.achieving_sec .img_block {
	padding-left: 110px;
}

.dedicated_sec, .reputation_section {
	background-size: cover;
	background-position: center;
}

.dedicated_sec p {
	color: #fff;
}

.why_choose_sec .img_block {
	padding-right: 90px;
}

.why_choose_sec h2 {
	font-size: 57px;
}

.single-team ul {}

.single-team li:last-child {
	margin-bottom: 0px;
}

/* END MEET TEAM DETAIL PAGE */

/* START ABOUT US PAGE */
.about_us .inner_content {
	padding-left: 30px;
}

.about_us img {
	height: 485px;
	object-fit: cover;
}

.certified_attorney_wrap {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.certified_attorney {
	border-bottom: 1px solid var(--color--color2);
	padding-bottom: 100px;
}

.certified_attorney h2 {
	border-bottom: 1px solid #94c773;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.provide_service {}

.provide_service h2 {
	margin: 30px 0px 0px 0px;
}

.provide_service .img_block {
	padding-left: 60px;
}

.provide_service .content {
	background: #e9ebef;
	width: 80%;
	padding: 40px 50px;
	margin-top: -61px;
}

.provide_service img {
	height: 730px;
	object-fit: cover;
}

.about_page .team_listing .box_wrap {
	margin-bottom: 40px;
}

.about_page .team_listing .box_wrap:last-child, .about_page .team_listing .box_wrap:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.experience_wrap .container_home {
	z-index: 9;
	position: relative;
}

.experience_wrap::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 1000px;
	width: 100%;
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/experience_bg.webp");
	z-index: -1;
}

.highly_community {
	border-top: 1px solid var(--color--color1);
}

.about_award .list_wrap {
	max-width: 0px 10px;
}

.about_award .list {
	background: #f4f4f4;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.about_award .list img {
	height: 160px;
	object-fit: contain;
	object-position: center;
}

.diverse .inner_content {
	padding-right: 30px;
}

.diverse p, .contact_case p {
	color: #fff;
}

.offer_trial::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat !important;
	height: 100%;
	width: 100%;
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/offer_trial.webp");
}

.offer_trial .container_home {
	z-index: 9;
	position: relative;
}

.offer_row .inner_content {
	background: #e9ebef;
	padding: 40px 50px;
}

.offer_row {
	border-top: 1px solid #fff;
}

.community_border {
	border-top: 1px solid var(--color--color2);
}

.community {
	border-bottom: 1px solid var(--color--color2);
}

.community .inner_content {
	padding-left: 30px;
}

.contact_case {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px;
}

.contact_case .btn {
	width: 350px;
	color: var(--color--color2);
}

.contact_case .btn:hover {
	color: #fff;
}

/* END ABOUT US PAGE */

/*==================== Blog List Page CSS ====================*/
.blog-page .sub_heading {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-transform: capitalize;
}

.blog-title a {
	color: var(--color--color2);
	transition: color .7s ease;
	text-transform: capitalize;
	font-family: Poppins;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
}

.blog-title a:hover p {
	color: var(--color--color1);
}

.post-lists .loop-item {
	margin-bottom: 45px;
}

.post-content .blog-content {
	font-weight: 600;
	font-size: 25px;
}

.post-lists .loop-item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-lists .loop-item:hover .post-image .featured {
	transform: scale(1.06);
}

.blog-loop-item .post-date {
	color: #545454;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* .single-post-detail .author_wrap{
    margin-bottom: 40px;
} */
.single-post-detail .post-date, .single-post-detail .post-cat a {
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: .2px;
	text-transform: capitalize;
	color: #7d7d7d;
}

.blog-page .blog-loop-item .post-date, .blog-page .post-cat, .blog-page .post-cat a {
	font-size: 16px;
	line-height: 35px;
	letter-spacing: .2px;
	text-transform: capitalize;
	color: #000;
	opacity: .5;
}

.post-cat a {
	transition: color .5s ease;
}

.post-cat a:hover {
	color: var(--color--color1);
}

.blog-list {
	padding-right: 120px;
}

.blog-list .header p {
	text-transform: capitalize;
}

.post-content {
	height: 100%;
	position: relative;
}

.post-content:hover {
	cursor: pointer;
}

.blog-loop-item {
	margin-bottom: 50px;
}

.post-lists .blog-loop-item::nth-last-child {
	margin-bottom: 0px;
}

.post-content-info {
	margin-top: 8px;
	margin-bottom: 15px;
}

.blog-page .blog-list, .blog-detail .blog-list {
	padding-right: 20px;
	max-width: 1100px;
}

.post-content .btn_link {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-decoration: underline;
	justify-content: start;
	text-transform: uppercase;
}

.post-content .btn_link:hover {
	text-decoration: none;
	color: var(--color--color1);
}

.post-image {
	overflow: hidden;
	position: relative;
	display: block;
	align-items: center;
	height: 100%;
	width: 100%;
	align-content: center;
	justify-self: center;
}

.post-image .featured, .post-image .no-featured {
	background-size: cover;
	background-position: center;
	height: 450px;
	object-fit: cover;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.post-image .no-featured {
	background: #232f54;
	display: flex;
	align-items: center;
	justify-content: center;
}

.author-box p {
	text-transform: capitalize;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 0px auto 0 auto;
	position: relative;
	border-top: 1px solid var(--color--color2);
	padding-top: 50px;
}

.nav-links {
	display: flex;
	align-items: center;
}

.pagination .page-numbers {
	margin: 0 12px;
	width: 70px;
	height: 70px;
	justify-content: center;
	font-size: 25px;
	line-height: 60px;
	color: var(--color--color2);
	display: flex;
	align-items: center;
	font-family: Montserrat;
	font-weight: 600;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	border: 1px solid var(--color--color2);
}

.pagination .page-numbers:hover {
	cursor: pointer;
	color: var(--color--color1);
}

.pagination .page-numbers.prev {
	position: relative;
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/left_arrow_black.svg");
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0px;
	margin-left: 0;
}

.pagination .page-numbers.prev:hover {
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/right_arrow.svg") var(--color--color1);
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .page-numbers.prev:hover.nitro-lazy {
	background: none !important;
}

.pagination .page-numbers.next:hover {
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/left_arrow.svg") var(--color--color1);
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .page-numbers.next:hover.nitro-lazy {
	background: none !important;
}

.pagination .page-numbers.next {
	position: relative;
	background: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/ryt_arrow_black.svg");
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0px;
	margin-right: 0;
}

span.page-numbers.current {
	background: #94c773;
	border: 1px solid #94c773;
	color: #fff;
}

span.page-numbers.current:hover {
	color: #fff;
}

.post_content_wrap {}

/*==================== Blog List Page CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search {
	margin-bottom: 10px;
}

.blog-search .input-group {
	flex-wrap: nowrap;
}

.blog-search input.form-control {
	padding: 0px 45px 0px 15px;
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: var(--color--color2);
	background: #f6f6f6;
	border: 0;
	height: 51px;
	border: 1px solid #c2c2c2;
}

.blog-search input.form-control::-webkit-input-placeholder {
	color: var(--color--color2);
}

.blog-search input.form-control::-moz-placeholder {
	color: var(--color--color2);
}

.blog-search input.form-control:-ms-input-placeholder {
	color: var(--color--color2);
}

.blog-search input.form-control::placeholder {
	color: var(--color--color2);
}

.blog-search .search-btn {
	cursor: pointer;
	z-index: 2;
	width: 35px;
	height: 35px;
	line-height: normal;
	position: absolute;
	border: none;
	right: 8px;
	top: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	background: var(--color--color1);
}

.blog-search .search-btn svg, .blog-search .search-btn img {
	width: 18px;
	height: 18px;
}

.blog-search .search-btn svg path {
	stroke: var(--color--color2);
}

.blog-search .msg-side-form {
	right: 55px;
}

.blog-search .form-control:focus {
	box-shadow: none;
}

.blog-sidebar, .sidebar-page-wrap {
	/* position: sticky !important; */
	top: 0;
	max-width: 420px;
	width: 100%;
}

.sidebar-list li {
	display: block;
	margin-bottom: 0px;
}

.sidebar-list ul li a {}

.sidebar-list li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.sidebar-list li:last-child a {
	padding-bottom: 0;
}

.sidebar-list ul li a::before {
	content: "";
	right: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/category-arrow.svg");
	top: 13px;
	width: 18px;
	height: 13px;
}

.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a, .sidebar-list ul li.current_page_item a {
	color: var(--color--color1) !important;
}

.commonContactFormWrap .sidebar-form {
	padding: 40px 30px 50px;
	width: 100%;
	position: relative;
	background: #282c30;
}

.common-contact-sec .sidebar-form .form-group {
	margin-bottom: 25px;
}

.common-contact-sec .sidebar-form textarea {
	height: 130px !important;
	overflow-y: hidden;
	border-bottom: 1px solid #696c6f !important;
}

.common-contact-sec .sidebar-form .form-btn {
	margin-top: 0px;
}

.sidebar-form.common-contact-sec .formbox {
	padding: 0 15px;
	margin-bottom: 25px;
}

.sidebar-form.common-contact-sec form input:focus, .sidebar-form.common-contact-sec form textarea:focus {
	background: none;
	background: rgba(191, 191, 191, .88);
}

.commonContactFormWrap .sidebar-form input, .commonContactFormWrap .sidebar-form textarea {
	padding: 0 0 40px;
	letter-spacing: .5px;
}

.commonContactFormWrap .sidebar-form .form-btn input {
	color: #2a2f33;
	width: auto;
	align-items: center;
	display: flex;
	justify-content: center;
	height: auto;
	padding: 20px 35px 20px;
	margin: 35px auto 0 auto;
}

.commonContactFormWrap .sidebar-form .form-btn input:hover {
	color: #162f54;
	background: #fff;
}

.sidebar-form.common-contact-sec .btn:focus {
	background: var(--color--color1);
}

.sidebar-form ::-webkit-input-placeholder {
	color: #fff;
}

.sidebar-form ::-moz-placeholder {
	color: #fff;
}

.sidebar-form :-ms-input-placeholder {
	color: #fff;
}

.sidebar-form :-moz-placeholder {
	color: #fff;
}

.sidebar-form .h2 {
	margin-bottom: 30px;
}

.widget_archive #archives-dropdown-2 {
	width: 100%;
	color: #89929d;
	border: 1px solid #89929d;
	height: 55px;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/down_arrow.svg");
	background-repeat: no-repeat;
}

.widget_archive #archives-dropdown-2.nitro-lazy {
	background-image: none !important;
}

.blog-search {
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}

.blog-search form {
	display: block;
	position: relative;
	border: 1px solid #e3e3e3;
}

.blog-search .input-group {
	width: 100%;
	position: relative;
	margin-left: 0;
}

.blog-sidebar .blog-search input.form-control {}

.blog-sidebar .widget-heading, .widget-title {
	color: var(--color--color2);
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	display: block;
	line-height: 100%;
	margin-bottom: 25px;
}

.sidebar-list {}

.sidebar-list ul {
	margin-left: 0px;
}

/*==================== Sidebar CSS END ====================*/

/*==================== Blog Detail Page CSS ====================*/
.blog-detail .content p {}

.blog-detail .content p a:hover {
	text-decoration: underline;
}

.blog-detail iframe {
	height: 450px;
	margin-top: 70px;
}

.single-post-detail img {
	background-size: cover;
	background-position: center;
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
}

.blog-detail .post_wrap {
	padding: 10px 0;
}

.blog-detail .single-post-detail .single-featured img {
	height: auto;
	width: 100%;
}

.blog-detail .single-post-detail img {}

.blog-detail .single-post-detail img.alignright {
	width: 415px;
	height: 315px;
	object-fit: cover;
}

.blog-detail .post-lists .blog-title, .blog-detail .post-lists h1 {
	color: var(--color--color2);
	text-transform: capitalize;
	font-family: Poppins;
	font-weight: 800;
	font-size: 40px;
}

.blog-detail .post-image {
	margin-bottom: 30px;
}

.blog-detail .post-lists h2 {
	margin: 40px 0 8px;
	font-weight: 800;
	font-size: 38px;
	color: var(--color--color2);
	text-transform: none;
}

.blog-detail .post-lists h2, .blog-detail .post-lists h3, .blog-detail .post-lists h4, .blog-detail .post-lists h5, .blog-detail .post-lists h6 {
	margin: 40px 0 8px;
}

.blog-detail .post-lists h3, .blog-detail .post-lists h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-transform: none;
	color: var(--color--color2);
}

.blog-detail p {}

.blog-detail .wrap {
	margin-top: 40px;
}

.blog-list strong, .blog-list b {
	color: var(--color--color1);
	font-weight: 800;
}

/*==================== Blog Detail Page CSS End ====================*/

/* Search CSS */
.search_website .post-content {
	background: 0 0;
	margin: 0;
	padding: 0 0px 20px 0px;
}

.search-post-loop .post-content p {}

.search-page .sidebar-page-wrap .sidebar-list {
	border: 1px solid #242e3d;
	margin-top: 0px;
	padding: 30px 25px;
}

.search-page .sidebar-page-wrap .sidebar-list #menu-practice-areas {
	column-count: 1;
	margin: 0;
}

.search-page .sidebar-page-wrap .sidebar-list .widget-title, .widget_archive .widget-title {
	color: #242e3d;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 500;
	line-height: 42.7px;
}

.search-page .blog-loop-item {
	padding-bottom: 50px;
}

.search-page em {
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

/* Search CSS */

/* START STATIC PAGE */
.default-content {
	padding-right: 30px;
}

.default-content h1, .default-content .h1, .default-content h2, .default-content .h2, .default-content h3, .default-content .h3, .default-content h4, .default-content .h4, .default-content h5, .default-content .h5, .default-content h6, .default-content .h6 {
	color: var(--color--color2);
	font-weight: 800;
	text-transform: capitalize;
}

.default-content h1, .default-content .h1, .default-content h2, .default-content .h2 {
	font-size: 50px;
	margin: 20px 0 12px;
	color: var(--color--color2);
	font-weight: 800;
}

.default-content h2:first-of-type, .default-content .h2:first-of-type {
	margin: 0px 0 15px;
}

.default-content h3, .default-content .h3 {
	font-size: 40px;
	margin: 28px 0 12px;
}

.default-content h4, .default-content .h4 {
	font-size: 33px;
}

.default-content h5, .default-content .h5 {
	font-size: 27px;
}

.default-content h6, .default-content .h6 {
	font-size: 24px;
}

.default-content ul, .content ul, .default-content ol, .content ol {
	margin-bottom: 1rem;
}

.default-content a {
	text-decoration: underline;
	color: #2a2f33;
}

.default-content a, .default-content a:hover {
	color: var(--color--color1);
}

.default-content a:hover {
	color: #393939;
	text-decoration: none;
}

.default-content iframe {
	height: 397px;
}

.list-style ul {
	list-style: none;
	margin-left: 35px;
}

.list-style li:last-child {
	margin-bottom: 0px;
}

.list-style ul li {
	position: relative;
	margin-bottom: 12px;
}

.list-style ul li a {
	color: #393939;
	text-decoration: underline;
}

.list-style ul li a:hover {
	color: var(--color--color1);
}

.list-style ul li:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 13px;
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/category-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	top: 11px;
	left: -36px;
	bottom: 0;
}

/* END STATIC PAGE */

/* faq page css */

/* faq page css */

/* START 404 PAGE & THANK YOU PAGE*/
.page404 .form-btn .btn:hover {
	border: 1px solid #0f4277;
	color: #0f4277;
	background: 0 0;
}

.thankyou-page a:hover {
	color: #000;
}

.no_result a {
	text-decoration: underline;
	color: var(--color--color1);
}

.no_result a:hover {
	color: #000;
}

.mainpage ul {
	padding-left: 20px;
}

.mainpage ul li {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #4d4b4b;
}

.clientreviews {
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin-bottom: 0;
	line-height: 1.87;
}

.clientreviews .heading {
	margin-bottom: 15px;
}

.review-schema-wrapper {
	padding-top: 0;
	margin-bottom: 70px;
	margin-top: 30px;
}

.review-schema-wrapper + .video-schema {
	margin-top: 0;
}

.video-schema {
	margin-bottom: 70px;
	margin-top: 70px;
}

.video-schema iframe {
	height: 240px;
}

.stcky {
	top: 0;
}

.wpcf7 form .wpcf7-response-output {}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #46b450;
	font-size: 20px;
	text-align: center;
}

.page-banner {
	height: 518px;
	background-size: cover;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
}

.page-banner .row {}

.breadcrumb-wrap {
	background: #f5f5f5;
}

.page-banner h1, .page-banner .h1, .page-banner .banner-title {
	font-weight: 800;
	font-size: 110px;
	line-height: 100px;
	text-transform: uppercase;
	color: var(--color--color1);
}

.page-banner .inner_content p {
	color: #fff;
	margin: 0;
}

.page-banner .wrap {
	margin-top: 30px;
}

label.error {
	color: red;
	font-size: 13px;
	position: absolute;
	bottom: -24px;
	right: 0px;
	line-height: normal;
	font-weight: 400;
	background: #f00;
	color: #fff;
	padding: 2px 2px;
}

.search-input-wrap button svg path {
	stroke: #fff;
}

textarea.form-control {
	resize: none;
	height: 100px !important;
}

div#breadcrumbs .container {
	max-width: 100%;
	padding: 0px 150px;
}

div#breadcrumbs {
	padding-top: 20px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

div#breadcrumbs span a {}

.breadcrumb a:hover {
	color: #232f54;
}

span.breadcrumb_last {
	color: #2a2f33;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: .2px;
}

.breadcrumb svg {
	margin: 0px 8px;
}

.form-control {
	border: 2px solid #dcdcdc;
	border-radius: 0;
	padding: 10px;
	height: 50px;
	box-shadow: none !important;
	outline: none !important;
}

textarea.form-control {
	resize: none;
	height: 150px;
}

.page404 .common-contact-sec form input, .page404 .common-contact-sec form textarea {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	color: #000;
}

.modal-dialog {
	max-width: 70%;
}

.modal.show .modal-dialog .modal-content {
	border: 2px solid #505176;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
	border-radius: 0;
	padding: 40px 40px 30px 30px;
}

.modal.show .modal-dialog .modal-content .modal-quote-icon img, .modal.show .modal-dialog .modal-content .modal-quote-icon svg {
	width: 70px;
	height: 70px;
}

button.btn-close {
	background: var(--color--color2);
	width: 40px;
	height: 40px;
	opacity: 1;
	right: 10px;
	position: absolute;
	top: 10px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.form-group.radioboxGrouplist .wpcf7-radio span.wpcf7-list-item {
	width: 50%;
	font-size: 18px;
	margin: 0;
}

.form-group.radioboxGrouplist .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

.form-group.radioboxGrouplist .wpcf7-radio .wpcf7-list-item-label {
	padding-left: 15px;
}

.form-group.radioboxGrouplist .wpcf7-radio input[type="radio"] {
	width: 20px;
	height: 20px;
}

.form-group.radioboxGrouplist .wpcf7-radio .wpcf7-list-item-label {
	color: #2a2f33;
	padding-left: 15px;
	display: inline-block !important;
}

.form-group.radioboxGrouplist .wpcf7-list-item {
	display: flex;
	align-items: center;
}

.form-group.radioboxGrouplist label {
	font-weight: 400;
	font-size: 18px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.hover-item {
	background-size: cover;
	background-position: center;
	padding: 48px 69px;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	margin-bottom: 8px;
	border: 1px solid transparent;
}

.hover-header h2 {
	margin: 0;
	color: white;
}

.hover-content {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height .4s ease, opacity .4s ease;
}

.hover-item.hovered .hover-content {
	opacity: 1;
}

.hover-header {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	line-height: 1;
	padding: 20px 0px;
}

.hover-item.hovered {
	background-image: none !important;
	border: 1px solid var(--color--color1);
	background: #fff;
	transition: .5s;
}

.hover-item.hovered.nitro-lazy {
	background-image: none !important;
}

.hovered .hover-header {
	color: var(--color--color2);
}

.hover-header:after {
	background: none;
	content: "";
	width: 368px;
	position: absolute;
	height: 1px;
	bottom: -10px;
	transition: .5s;
	left: 0px;
}

.hovered .hover-header:after {
	background: var(--color--color1);
}

.btn2 {
	border: 1px solid var(--color--color1);
	background: var(--color--color1);
	display: block;
	color: #fff;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
	padding: 14px 35px;
	transition: .5s;
}

.btn2 span {
	font-weight: 400;
	color: var(--color--color2);
	transition: .5s;
}

.btn2:hover {
	border: 1px solid var(--color--color1);
	color: var(--color--color2);
	background: none;
}

.btn2:hover span {
	color: var(--color--color1);
}

.location_list {
	max-width: 462px;
	width: 100%;
}

.call_num {
	font-size: 85px;
	font-weight: 800;
	line-height: 100%;
}

.titles {
	font-family: "Poppins", sans-serif;
}

.footer_form .sub_heading {
	color: var(--color--color2);
	font-size: 50px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 26px;
}

.cname {
	display: none;
}

.nap-wrapper {
	background: var(--color--color2);
	color: #fff;
	padding: 35px 40px;
	margin: 50px 0px;
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
}

.location-name {
	color: var(--color--color1);
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.address_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact_meta a {
	display: block;
}

.home_team .container {
	position: relative;
}

.bio_box {
	border: 1px solid;
	padding: 50px;
	background-color: #fff;
}

.bio_sec {
	background-image: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/bio_sec_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

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

.bio_row {
	display: flex;
	align-items: center;
	gap: 10px 10px;
	color: var(--color--color2);
}

.bio_row span {
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
}

.bio_row_wrap > div {
	width: 100%;
}

.bio_row_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0px;
}

.theme_color {
	color: var(--color--color1);
}

.blue_bg {
	background-color: var(--color--color2);
}

.attorney_bio_title {
	color: var(--color--color2);
	font-size: 50px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.list_content ul li {
	list-style: none;
	position: relative;
	padding-left: 50px;
}

.list_content ul li:before {
	content: "";
	background-image: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/list_icons.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 14px;
	background-size: contain;
}

.attorney_biobox {
	column-count: 2;
}

.bio-box.list_content {
	margin-bottom: 15px;
	padding-right: 25px;
	display: inline-block;
	width: 100%;
}

.attorney_bio_content_boxes {
	background-image: url("https://flemingattorneys.com/nitropack_static/oKcrdWKptgrMNYvdXHdXUQYiplxtgchu/assets/images/optimized/rev-8d9a37a/flemingattorneys.com/wp-content/themes/Fleming-Law/img/bgimg2.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

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

.tab_style {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	gap: 10px 20px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

ul.tab_style li {
	cursor: pointer;
	padding: 20px 40px;
	border: none;
	background-color: #e9ebef;
	font-size: 36px;
	font-weight: 800;
	color: var(--color--color2);
	text-transform: capitalize;
	transition: .5s;
	text-align: center;
	line-height: 1.5;
}

ul.tab_style li.active, ul.tab_style li:hover {
	background-color: var(--color--color2);
	color: #fff;
}

.items_title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(35, 47, 84, .7);
	padding: 30px;
	display: flex;
	align-items: flex-end;
}

.image-bg img {
	width: 100%;
}

.practice_areas_box {
	min-height: 347px;
	background-color: #232f54;
	height: 100%;
}

.attorney_image img {
	max-height: 721px;
}

.practice_areas_box .image-bg {
	height: 100%;
}

.practice_areas_box .h3 {
	font-size: 30px;
}

.practice_areas_box {
	position: relative;
	overflow: hidden;
}

.practice_areas_box .image-bg img {
	height: 100%;
	transition: .5s;
}

.practice_areas_box:hover img {
	transform: scale(1.1);
}

.btn2-blue {
	background-color: var(--color--color2);
	border-color: var(--color--color2);
}

.firm-section ul li {
	padding-right: 25px;
	display: inline-block;
	width: 100%;
}

.search .breadcrumb-wrap {
	display: none;
}

.error404 .breadcrumb-wrap {
	display: none;
}

.hover-accordion {
	margin-bottom: 25px;
}

.share-wrap {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.share-wrap .social-icons {
	display: flex;
	align-items: center;
	gap: 10px 25px;
	background: #1c305a;
	padding-left: 30px;
}

.share-wrap .social-icons a {
	background: var(--color--color1);
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.share-wrap .social-icons a:hover {
	background: #fff;
}

.share-wrap .social-icons a svg {
	width: 30px;
	height: 30px;
}

.share-wrap .social-icons a svg path {
	fill: #fff;
	transition: .5s;
}

.share-wrap .social-icons a:hover svg path {
	fill: var(--color--color1);
}

.share-wrap:after {
	background: rgba(255, 255, 255, .1);
	content: "";
	position: absolute;
	width: calc(100% - 60px);
	height: 1px;
	left: 30px;
	top: 50%;
}

.share_title {
	font-size: 40px;
	background-color: #1c305a;
	padding-right: 40px;
	position: relative;
	display: block;
}

.share-wrap div {
	position: relative;
	z-index: 9;
}

.contact_case .btn:hover {
	background: #fff;
	border-color: #fff;
	color: var(--color--color2);
}

.home_practice_review2::after {
	height: 100%;
	bottom: 0px;
}

.directionlink {
	text-decoration: underline;
}

.single-attorney .page-banner {
	height: 240px;
	background-position: center;
}

.list-style ul li a {
	color: var(--color--color1);
}

.cta-button-wrap a {
	color: #fff;
}
