
:root {
	--color--color1: #94c773;
	--color--color2: #232f54;
	--color--color3: #b6bc9e;
	--color--color4: #636363;
	--font1: "Montserrat", sans-serif;
	--title--font: "Poppins", sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Montserrat", sans-serif;
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	overflow-x: hidden;
	line-height: 2;
	color: var(--color--color2);
}

p {}

body, html {
	height: 100%;
}

body.nav-open-menu {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.banner-title.h1 {
	color: #fff;
}

img, svg {
	vertical-align: inherit;
}

:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-content-wraper .container {
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: var(--color--color2);
}

ol {
	padding-left: 15px;
}

select {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

input, select, textarea {
	outline: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="submit"] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

iframe {
	border: none;
	width: 100%;
}

.alignnone {
	display: block;
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 25px auto;
}

.aligncenter, div.aligncenter {
	width: auto !important;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: var(--color--color1);
}

ul, ol {
	padding: 0;
	margin: 0;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 12px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

h1, .h1 {}

h2, .h2 {
	font-weight: 800;
	font-size: 90px;
	line-height: 1.4;
	color: var(--color--color2);
}

h3, .h3 {}

h4, .h4 {}

h5, .h5 {}

h6, .h6 {}

ul li, ol li {}

.img_block {
	line-height: 0;
}

.overflow_hidden {
	overflow: hidden;
}

.bg_blue {
	background: #1c305a;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.mt-120 {
	margin-top: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

.pl-40 {
	padding-left: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.eighty_pd {
	padding: 80px;
}

.space-pd {
	padding: 120px 0;
}

.space-mr {
	margin: 120px 0;
}

.btn, .form-btn .btn {
	background: var(--color--color1);
	border: 1px solid var(--color--color1);
	text-transform: uppercase !important;
	padding: 24px 60px;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	border-radius: 0;
	color: #fff;
}

.btn.focus {
	box-shadow: none;
}

.btn:hover {
	text-decoration: none;
	-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;
	background: #162f54;
	color: #fff;
	border: 1px solid #162f54 !important;
}

.btn_link {
	color: var(--color--color1);
	background: none;
	border: 0;
	padding: 0 !important;
	height: auto;
	font-size: 28px;
	font-family: "Poppins", sans-serif;
}

.btn_link:hover {
	color: #00345b;
	border: 0;
	background: none;
}

/*==================== Common CSS END ====================*/

/* START LOAD MORE BUTTON CSS */

/* END LOAD MORE BUTTON CSS */

/*header css start here*/
header#header {
	padding: 15px 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	width: 100%;
	z-index: 999;
	position: fixed;
	/* height: 150px; */
	background: var(--color--color2);
	display: flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
}

header#header.small-header {
	background: #0a182c;
	box-shadow: 0 0px 5px #fff;
}

.wrap-header .menu-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.wrap-header .menu-header ul.menu-top {
	padding-top: 20px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header-left {
	width: 340px;
}

.header-right {}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.menu_wrap {
	width: calc(100% - 340px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.wrap-header .menu-header ul li {
	padding-left: 0;
}

.wrap-header .menu-header ul li:last-child {
	margin-right: 0px;
}

.wrap-header .menu-header ul li ul li {
	margin-right: 0px;
}

.wrap-header .menu-header ul li a {
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	position: relative;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	text-transform: capitalize;
	padding: 10px 0px;
}

.wrap-header .menu-header ul li.current-menu-item a::before, .menu-header li.current-menu-ancestor > a::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	transition: all .4s ease-in-out;
	background: var(--color--color1);
	padding: 0px;
}

.menunew a::before {
	display: none;
}

.wrap-header .menu-header ul li.current-menu-item .sub-menu li a::before, .wrap-header .menu-header ul li.current-menu-ancestor .sub-menu li a::before {
	display: none;
}

.wrap-header .menu-header ul li.current_page_parent .sub-menu a::before {
	display: none;
}

.main-menu {}

.wrap-header .menu-header ul li a:hover {
	color: var(--color--color1);
}

.top_menu {
	display: flex;
	justify-content: end;
	align-items: center;
}

.phone_number {
	/* border-bottom: 1px solid var(--color--color1); */
	padding-bottom: 14px;
	padding-top: 14px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.phone_number:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -14px;
	background: var(--color--color1);
}

.main-menu {
	padding-top: 14px;
}

.phone_inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 0px 130px;
}

.toll_text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .6px;
	font-style: italic;
	line-height: 100%;
	padding-left: 5px;
}

.call_text {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: .6px;
	color: var(--color--color3);
}

.phone_inner a.header-ph {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.phone_inner .numeric {
	font-weight: 900;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: .6px;
	text-align: right;
	text-transform: capitalize;
	color: var(--color--color1);
}

.phone_inner .numeric:hover {
	color: #fff;
}

.header-language {
	position: relative;
}

.header-language .gtranslate_wrapper .gt_switcher {}

.header-language .gt_selected svg, .header-language .gt_selected img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline;
	border: 0;
	padding: 0;
	opacity: .8;
	display: none !important;
}

.header-language .gt_option a svg, .header-language .gt_option a img, .header-language .gt_container-qq6a6 .gt_switcher a img, .header-language .gt_container-cy5rse .gt_switcher a img, .header-language .gt_container--yilat7 .gt_switcher a img, .header-language .gt_container-e7nfur .gt_switcher a img {
	display: none !important;
}

.header-language .gt_switcher .gt_selected {
	background: var(--color--color3) !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	align-content: center;
	align-self: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 12px 34px;
}

.header-language .gt_container--1lwrex .gt_switcher .gt_option {
	width: auto;
}

.header-language .gt_switcher a {
	border: 0 !important;
	color: var(--color--color2) !important;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.header-language .gt_switcher a:after {
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/translate_arrow.svg") !important;
	background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 5px !important;
	right: 5px !important;
	width: 24px !important;
	top: 14px;
}

.header-language .gt_switcher a:hover {
	background: 0 0 !important;
	color: #fdb813 !important;
}

.header-language .gt_switcher .gt_option a.nturl:hover {
	color: #000 !important;
	background-color: #fdb813 !important;
	padding-bottom: 1px !important;
	border-radius: 0;
}

.header-language .gt_switcher a:hover:after {
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/translate_arrow_yellow.svg") !important;
	background-repeat: no-repeat !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.header-language .gt_switcher .gt_option {
	border: 0 !important;
	position: absolute !important;
	bottom: -25px;
	background: var(--color--color1) !important;
	width: fit-content !important;
	left: 25px;
	text-align: center;
	transition: none !important;
}

.header-language .gt_switcher .gt_option a.nturl {
	color: #000 !important;
}

.notranslate.gt-current-lang {
	display: none;
}

.notranslate {}

.glink {
	color: var(--color--color2) !important;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	background: var(--color--color3);
	padding: 12px 35px;
}

.glink:hover {
	background: #94c773;
}

.search-icon {
	cursor: pointer;
	position: relative;
	padding: 0px 19px;
	display: flex;
	align-items: center;
}

.search-icon svg {
	width: 24px;
	height: 24px;
	transition: color .5s ease;
}

.search-icon svg path {
	transition: stroke .5s ease;
}

.search-icon:hover svg, .search-icon:hover svg path {
	stroke: var(--color--color1);
}

/*.mobile-phonenumber a.header-ph:hover {
    color: #64241F;
}*/
.mobile-phonenumber a.header-ph svg {
	margin-right: 10px;
}

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

.footer-location {
	display: flex;
}

.footer-location .icon {
	margin-top: 5px;
}

.footer .icon svg {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.footer .call-img svg {
	margin-top: 14px;
	width: 26px;
	height: 26px;
}

.nap_title {
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	text-transform: uppercase;
	color: #fff;
}

.office_title {
	line-height: 45px;
}

.direction-link {
	background-color: var(--color--color1);
	margin-left: 0;
	font-weight: 800;
	font-size: 25px;
	line-height: 100%;
	position: absolute;
	top: 0px;
	right: -30px;
	text-transform: uppercase;
	color: #fff;
	padding: 18px 25px 16px 25px;
	margin-top: -30px;
	transition: .5s;
}

.direction-link:hover {
	background: #0a182c;
	text-decoration: none;
}

.nap-content {
	margin-left: 5px;
}

.nap-contact-block {
	margin-top: 30px;
}

.footer-nap-call {}

.footer-nap-call .call-number a span {
	transition: color .5s ease;
}

.footer-nap-call .call-number a:hover span {
	color: var(--color--color1);
}

.footer-nap-call .icon {
	margin-top: 5px;
}

.footer .call-number span {
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
}

.footer_form_wrap {
	background: #303030;
	padding-left: 13.5%;
	padding-right: 30px;
}

.quick_heading {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 48px;
}

.header-button a.button {
	padding: 12px 36px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-button a.button img {
	margin-right: 12px;
}

.mobile-contact:hover {
	background: #64241f;
	color: #fff;
}

.header-button a.button svg {
	margin-right: 10px;
}

.main-menu .menu-header ul .current_page_item > a, .main-menu .menu-header ul .current_page_ancestor > a, .main-menu .menu-header ul .current-menu-ancestor > a {}

/*menu dropdown*/
.menu-header ul.sub-menu {
	display: none !important;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 100%;
	left: 0px;
	text-align: left;
	min-width: 220px;
	background: #fff;
	z-index: 2;
	box-shadow: 1px 3px 16px rgba(0, 0, 0, .35);
	border-radius: 0px;
	padding: 0;
	transform: translateY(10px);
}

.menu-header ul.sub-menu li {
	border-bottom: 1px solid #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 5px 9px 5px 9px !important;
	position: relative;
}

.menu-header ul.sub-menu li:hover, .menu-header ul.sub-menu li.current-menu-item {
	background: var(--color--color1);
}

.menu-header ul.sub-menu li:hover > a, .menu-header ul.sub-menu li.current-menu-item a {
	color: #fff;
}

.menu-header ul.sub-menu li a {
	color: #000;
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: left;
	font-size: 16px;
}

#mainNav > li.menu-item-has-children {
	position: relative;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
	display: block !important;
}

.menu-header ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}

.sub-menu .menu-item-has-children:before {
	content: "";
	right: 15px;
	position: absolute;
	top: 49%;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid #212529;
	border-top: 2px solid #212529;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	cursor: pointer;
}

/* #mainNav>li.menu-item-has-children:before {
    content: "";
    right: -15px;
    position: absolute;
    top: 58%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    cursor: pointer;
} */

/* #mainNav>li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 2px solid var(--color--color1);
    border-bottom: 2px solid var(--color--color1);
} */
.menu-top li {
	line-height: 100%;
}

#mainNav > li.menu-item-has-children:before {
	content: "";
	right: -8px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	width: 1px;
	height: 10px;
	border: 1px solid var(--color--color1);
	transition: -webkit-transform .3s ease;
}

.menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*fixed  header css start here*/
a.top-logo img, a.top-logo svg {
	width: 340px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

header#header a.top-logo {
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

/*fixed header end css here*/

/*header search icon css start here*/
.header-search-box.open-search {
	opacity: 1;
	height: 100%;
	z-index: 999999;
	transition: all .5s ease 0s;
}

.header-search-box {
	position: absolute;
	background-color: var(--color--color1);
	width: 100%;
	transition: all .5s ease 0s !important;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	/* important for height transition */
	z-index: 0;
	transition: height .5s ease, opacity .5s ease, background-color .5s ease;
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 60%;
	margin: 0 auto;
	width: 100%;
}

.header-search-box input.search {
	height: 73px;
	background: 0 0;
	color: #fff;
	padding: 31px 58px 8px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	font-size: 18px;
}

.search-input-wrap span.msg-side-form {
	position: absolute;
	right: 40px;
	bottom: 0px;
	color: red;
	font-size: 16px;
}

#site-searchs {
	top: 15px;
	position: absolute;
	right: 0;
	width: auto;
	height: 73px;
	border: none;
	padding: 13px 0 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: 0 0;
}

#site-searchs:hover {
	opacity: .7;
}

.header-search-box span.closebtn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
}

.header-search-box span.closebtn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 24%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: -9px;
	width: 35px;
	height: 35px;
}

.header-search-box input.search::-webkit-input-placeholder {
	color: #fff;
}

.header-search-box input.search::-moz-placeholder {
	color: #fff;
}

.header-search-box input.search:-ms-input-placeholder {
	color: #fff;
}

.header-search-box input.search::-ms-input-placeholder {
	color: #fff;
}

.header-search-box input.search::placeholder {
	color: #fff;
}

.search-icon img.search {
	height: 20px;
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain;
}

/*header search icon css end here*/

/*header css  end here*/

/*footer css start here*/
.footer_row {
	padding-bottom: 45px;
	padding-top: 60px;
}

.footer_heading {
	font-size: 49px;
	font-weight: 500;
	line-height: 60px;
}

/* .flogo_wrap{
    margin-top: 20px;
} */
.flogo_wrap img {
	max-width: 340px;
}

.flogo_wrap .footer_logo {
	justify-content: center;
	display: flex;
}

.sociallink {
	border-bottom: 2px solid var(--color--color1);
	margin: 40px 0px;
	padding-bottom: 40px;
}

.footer_social ul {
	list-style-type: none;
	margin-left: 0;
	justify-content: center;
	gap: 0px 10px;
}

.footer_social ul li {
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: .5s;
}

.footer_social ul li:last-child {
	margin-right: 0px;
}

.footer_social ul li a {
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_social ul li svg {}

.footer_social {
	padding-left: 0;
}

.footer_social li svg path {
	transition: fill .9s ease-in-out;
}

.footer_social li:hover {
	/* background: var(--color--color1); */
	border: 1px solid var(--color--color1);
}

.footer_social li:hover svg path {}

.footer-nav {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-nav li a {
	color: #fff;
	transition: color .5s ease;
	font-weight: 500;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
}

ul.footer-nav li {
	margin: 0px 32px;
}

.footer-nav li.current_page_item a {
	color: var(--color--color1);
}

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

ul.footer-nav li.current_page_parent a {
	color: var(--color--color1);
}

.footer .practice_link {
	padding-left: 40px;
}

.footer .flink_wrap {
	padding-left: 100px;
}

.nap-address {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.footer_wrap .map {
	position: relative;
}

.footer_wrap .map iframe {
	height: 600px;
}

#menu-footer-menu-2 {
	margin-top: -2px;
}

li#menu-item-663 {
	padding-top: 4px;
}

.copyright {
	padding: 14px 0;
	background: rgba(255, 255, 255, .07);
	font-size: 16px;
	font-weight: normal;
}

.copyright-text p {
	font-weight: 400;
	color: #fff;
}

.copyright_link {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	margin-left: 15px;
}

.copyright_link a {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	transition: color .5s ease;
	margin-right: 25px;
}

.copyright_link a.disclaimer {
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
}

.copyright_link a:hover {
	color: var(--color--color1);
	text-decoration: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}

/*============ Form CSS ============*/
.wpcf7 {
	position: relative;
	z-index: 9;
}

.wpcf7 label {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}

.form-control {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 12px 0px;
	color: #15071e;
	outline: none;
	border-radius: 0;
	background-color: transparent;
	width: 100%;
}

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

.select-box select {
	color: #000;
	text-shadow: none;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	width: 100%;
	padding: 14px 0;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.select-box select::-ms-expand {
	display: none;
}

.select-box > span {
	position: relative;
}

.select-box > span::after {
	content: "";
	right: 5px;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid rgba(0, 0, 0, .2);
	border-bottom: 2px solid rgba(0, 0, 0, .2);
	pointer-events: none;
}

.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
	display: none;
	width: auto;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	color: #fff;
	width: 281px;
	display: block;
	line-height: 28px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	background: #e0e0e0;
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	left: 0;
	top: 8px;
	border-radius: 2px;
}

/* .wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
} */
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 4px;
	width: 4px;
	height: 9px;
	border: solid #0c1a36;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #8a8b8d;
}

.checkbox .wpcf7-list-item-label::before {
	border: 1px solid #afafaf;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
}

.checkbox label input:checked + .wpcf7-list-item-label {
	color: #a91b2a;
}

.checkbox label input:checked + .wpcf7-list-item-label::before {
	border-color: #a91b2a;
	background: #a91b2a;
}

.checkbox label input:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wpcf7-acceptance label a {
	color: #dcac35;
}

.wpcf7-spinner {
	display: none;
	position: absolute;
	right: 20%;
	bottom: 20px;
	left: 0;
	margin: auto;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
}

.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
	display: inline-block !important;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #1b75bc;
	background-image: url("https://flemingattorneys.com/wp-content/themes/Fleming-Law/img/loader-w.svg");
	border-radius: 0;
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	top: 0;
	bottom: auto;
}

div.wpcf7 .ajax-loader.is-active.nitro-lazy {
	background-image: none !important;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

/* .wpcf7-spinner {
    display: none !important;
} */
.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
	opacity: 0;
	display: none;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 span[data-name="EmailAddress"] label.error {
	opacity: 0;
}

.wpcf7 span[data-name="EmailAddress"] {
	position: relative;
}

.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
	opacity: 1;
}

.blog-sidebar div.wpcf7 .ajax-loader.is-active {
	background-color: #1b75bc;
	border-color: #1b75bc;
}

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
	background-image: url("https://flemingattorneys.com/nitropack_static/BIsKFFTenYGlDZwxxiFYxmRDnznEHKHg/assets/images/optimized/rev-d756a0c/flemingattorneys.com/wp-content/themes/Fleming-Law/js/skins/default/lightbox-close.png") !important;
	width: 32px;
	height: 32px;
}

button#html5-close.nitro-lazy {
	background-image: none !important;
}

button#html5-close img {
	display: none !important;
}

.html5-elem-data-box, div#html5lightbox-watermark {
	display: none !important;
}

/*============ HTML5Lightbox CSS END ============*/
.map-sec iframe {
	width: 100%;
	display: block;
}

.location-icon.a {
	display: none;
}

.nap-email.d-flex.mt-3 {
	display: none !important;
}

.bottom_sec {
	background-image: url("https://flemingattorneys.com/nitropack_static/BIsKFFTenYGlDZwxxiFYxmRDnznEHKHg/assets/images/optimized/rev-d756a0c/flemingattorneys.com/wp-content/themes/Fleming-Law/img/main-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

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

.home_case .btn_link {
	font-weight: 400;
}

.sidebar-form {
	background: var(--color--color2);
	padding: 50px 30px;
}

.sidebar-form .title {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 800;
}

.sidebar-form .btn:hover {
	background: var(--color--color3);
}

.sidebar-listing {
	border: 1px solid #c2c2c2;
	padding: 50px 30px;
}

.sidebar-listing ul li:last-child {
	border-bottom: none;
}

.sidebar-listing li {
	list-style: none;
}

.sidebar-listing ul li a {
	color: var(--color--color2);
	height: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 8px 0px;
	font-weight: 600;
	font-size: 20px;
	padding-right: 24px;
	border-bottom: 1px solid rgba(35, 47, 84, .2);
}

.sidebar-listing ul li a:hover {
	color: #94c773;
	border-color: #94c773;
}

.sidebar-listing ul li:last-child a {
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.current-cat a:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 19px;
	top: 0px;
	bottom: 0;
	right: 0;
	color: var(--color--color1);
	margin: auto;
	background-image: url("https://flemingattorneys.com/nitropack_static/BIsKFFTenYGlDZwxxiFYxmRDnznEHKHg/assets/images/optimized/rev-d756a0c/flemingattorneys.com/wp-content/themes/Fleming-Law/img/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
	color: #94c773;
	border-color: #94c773;
}

.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.activeChild a:after {}

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

.aside-sidebar > div + div {
	margin-top: 2.25rem;
}

/* author css */
.post-author-and-category {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

.post-author {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-right: 15px;
}

.post-author .author-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.post-author .author-link img {
	border-radius: 50%;
	margin-right: 10px;
	height: 45px;
	width: 45px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 0px 6px #cbcbcb;
}

.post-author .author-name {
	font-weight: bold;
}

.post-author a:hover {
	color: var(--color-2-green);
	text-decoration: underline;
}

.post-and-content-box .blog-post-info .post-author {
	margin-bottom: 10px;
}

.post-and-content-box .blog-post-info .post-author .author-link img {
	height: 30px;
	width: 30px;
}

/* author css */
.notranslate {
	translate: no;
}

.wide_img {
	position: absolute;
	right: 0px;
	width: 45%;
	z-index: -1;
	top: 0px;
}

.banner_none {
	padding-top: 154px;
}

.award-list img {
	transition: .5s;
	filter: grayscale(100%);
}

.award-list:hover img {
	filter: none;
}

.default-content ol {
	list-style-position: inside;
}

.sidebar-form .btn:hover {
	background: #fff;
	color: var(--color--color1);
}

.header-ph {
	display: inline-flex;
}

.default-page h2, .default-page .h2 {
	font-size: 50px;
}

.sidebar-listing .widget-title {
	font-size: 27px;
}

.lft-icn {
	margin: 11px 10px 0px 0px;
}

.theme_bg {
	background: #00345b;
}

.blogsingle-banner {
	height: auto !important;
	padding: 150px 0px;
	background-position: bottom !important;
}
