
/************************************************************************/

/******** Font family used across the website as per checklist *********/

/************************************************************************/
body, html {
	height: 100%;
}

body {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	position: relative;
	color: #1f1f1f;
	font-weight: 400;
	font-family: "Inter", sans-serif;
}

a {
	font-weight: bold;
}

/*** default placeholder ***/
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #636363;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #636363;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #636363;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #636363;
}

.wpa::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.wpa::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.wpa:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.wpa:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

/*** default placeholder End***/
body, html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

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

.hide {
	display: none;
}

:focus {
	outline: 0;
	outline: none;
}

a {
	color: #081b33;
}

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

p:first-child {
	margin-bottom: 1rem;
}

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

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

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {}

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

a img {
	outline: 0;
}

.bg-grey {
	background-color: #f3f3f3;
}

/* btn sec */
.btn, .elm-button {
	display: inline-block;
	padding: 15px 25px;
	width: auto;
	min-width: 170px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	background-color: transparent;
	cursor: pointer;
	border-radius: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid transparent;
}

.btn:hover {
	opacity: .85;
	background-color: transparent;
	color: #000;
	border: 2px solid #f61;
}

.btn-lr-pd {
	padding-left: 50px;
	padding-right: 50px;
}

.elm-button {
	line-height: 24px !important;
	height: 56px;
	padding: 15px 55px;
	background: #f61;
	border: none;
}

.elm-wrapper {
	margin-top: 2rem;
}

.btn-full {
	min-width: 90%;
}

.elm-button:active, .elm-button:focus {
	background: #bd7e52;
	color: #fff;
}

.btn.focus, .btn:focus {}

b, strong {
	color: #000;
	font-weight: 600;
}

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

[type=submit] {
	cursor: pointer;
}

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

p:empty {
	display: none;
}

.titles {
	font-family: "Inter", sans-serif;
	font-weight: bold;
}

.title {
	color: #112239;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	position: relative;
	z-index: 1;
	text-transform: capitalize;
	line-height: 1.25;
	font-weight: 500;
	font-family: "Silk Serif";
}

.heading {
	color: #00121f;
}

h2 span, .h2 span, h1 span, .h1 span {
	font-weight: 400;
}

h1, .h1 {
	font-size: 40px;
}

h2, .h2 {
	font-size: 45px;
	font-family: "Silk Serif";
	font-weight: 500;
}

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

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 18px;
}

/* reset css */
.alignnone {
	margin: 5px 20px 20px 0;
}

.static-page-details h1 {
	font-size: 35px;
}

.static-page-details h2 {
	font-size: 32px;
}

.static-page-details, .content-area {
	padding-right: 28px;
	letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
	padding: 5px;
	border: 1px solid #ccc;
}

.static-page-details h2 a {
	display: inline;
}

ul.menu-top li .aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

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

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

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;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
	color: #800000;
}

/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* nav top menu css */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-top li {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	padding-bottom: 2px;
}

.menu-top li a {
	padding: 5px 5px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 1;
}

.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
	width: calc(100% + -10px);
	height: calc(100% + 10px);
	height: 1px;
}

.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor a {
	color: #fff;
}

.nav-menu .menu-top>li>a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: all .2s ease-in-out;
	margin: auto;
	z-index: -1;
}

.nav-menu .menu-top > li.menu-item-has-children > a:before {
	left: 0px;
}

.nav-menu>.menu-top>li.menu-item-has-children:after {
	content: "";
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
	position: absolute;
	right: -7px;
	top: 50%;
	bottom: 0;
	margin-top: -7px;
	z-index: 1;
}

.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after, .nav-menu>.menu-top>li.current_page_ancestor:after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Display the dropdown */
ul.menu-top li:hover>ul {
	display: block;
}

ul.menu-top li:hover li {
	float: none;
}

ul.menu-top li:hover li a:hover {
	background: #fff;
	color: #000;
	font-weight: 600;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
	background: #fff;
	color: #2a55ca;
}

.menu-top .sub-menu > li {
	border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
	border-bottom: none;
}

.menu-top li ul li {
	border-top: 0;
	display: block;
	margin: 0;
}

li#menu-item-327 a {
	text-transform: none;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
	left: 100%;
	top: 0;
	position: absolute;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	display: block;
	width: 100%;
}

.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {}

ul.menu-top li:hover li a:hover:before {
	border-left: 1px solid #2853c7 !important;
	border-bottom: 1px solid #2853c7 !important;
}

.menu-top {
	position: relative;
	width: 100%;
	transition: all ease-in-out .2s;
	display: flex;
}

.menu-top ul li {
	display: inline-block;
	position: relative;
}

.menu-top ul {
	text-align: left;
}

.menu-top li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.menu-top li:last-child {
	margin-right: 0;
	padding-right: 0px;
	padding-left: 50px;
}

.menu-top li:last-child::before {
	content: "";
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}

.menu-top li a:hover {
	color: #fff;
}

.menu-top .sub-menu {
	background-color: #f61;
	min-width: 222px;
	text-align: left;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

.menu-top > li > ul.sub-menu:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0px;
	border-bottom: 10px solid rgba(42, 85, 202, .97);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
	opacity: 1;
	z-index: 5;
	display: none;
}

ul.menu-top li .sub-menu li a {
	font-size: 14px;
	padding: 8px 5px 8px 20px;
	line-height: 22px;
	margin: 0;
	color: #fff;
	border: none;
	font-weight: 400;
	text-shadow: none;
	filter: inherit;
}

ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after {
	content: "";
	background: #2a55ca;
	position: absolute;
	height: 2px;
	width: 10px;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {
	content: "";
	background: #79a132;
	position: absolute;
	height: 85%;
	width: 7px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

ul.menu-top li .sub-menu li a:last-child {
	border-bottom: none;
}

.menu-header {
	position: relative;
	margin-bottom: 0;
	transition: all ease-in-out .2s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 10px;
}

.menu-header > ul > li > ul {
	transform: translateY(1.3rem);
	transition: all linear .1s;
	transition: all linear .1s;
	top: 100%;
	position: absolute;
	list-style: none;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
	background: #fff;
	color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {
	background: #fff;
	color: #2a55ca;
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {}

header#header.small-header .menu-header > ul > li > ul {
	padding-top: 0;
	transition: all linear .1s;
}

.menu-header .sub-menu {
	visibility: hidden;
}

.menu-header ul li:hover>ul {
	opacity: 1;
	display: block;
	visibility: visible;
}

header#header.small-header .menu-top > li > a {}

.small-header .menu-header > ul > li > ul.sub-menu {
	transform: translateY(17px);
}

/* menu nav end */
.fullwidth {
	position: relative;
}

.section-pd, .common-padding {
	padding: 70px 0;
}

/*======= Header Search ======*/
.search-box-outer {
	width: 57%;
	margin-left: auto;
}

.search-icon {
	cursor: pointer;
	transition: all ease-in-out .45s;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 19px;
	height: 19px;
	top: 5px;
	position: relative;
}

.close-search {
	cursor: pointer;
}

.search-bar {
	padding: 1px 0 10px 15px;
	margin-left: 0;
	color: #000;
	position: relative;
	width: auto;
	display: inline-block;
	margin-top: 0px;
}

.search-bar:before {
	content: "";
	background-color: #fff;
	position: absolute;
	height: 1.15em;
	left: 0;
	width: 1.5px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.search-bar-box {
	background-color: rgba(53, 163, 175, 0);
	position: relative;
	right: 0px;
	height: 3rem;
	border: 1px solid rgba(53, 163, 175, 0);
	border-bottom-color: #e9e9e9;
	z-index: 2;
	opacity: 1;
	width: calc(100% - 0em);
}

header#header.small-header .search-bar-box {
	top: 0;
}

#SiteSearchs img {
	width: 1.5em;
}

.browser-ie .search-bar-box, .browser-unknown .search-bar-box, .browser-ie .search-bar-box.active-bar, .browser-unknown .search-bar-box.active-bar {
	-webkit-transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	transition: all ease-in-out 0s;
}

.search-icon-form button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
	height: 22px;
	top: 5px;
	position: relative;
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/svgs/search.svg");
	transform: rotate(-90deg);
}

.search-icon-form button.nitro-lazy {
	background-image: none !important;
}

.search-form-outer {
	width: 100%;
}

.search-icon-form {
	padding: 8px 15px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.close-search .bar {
	background: #fff;
	border-radius: 0;
	display: block;
	height: 2px;
	width: 45px;
}

.close-search .bar:nth-of-type(2) {
	width: 25px;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: auto;
}

.search-input-box {
	width: 100%;
}

.search-input-box input {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}

.search-input-box input:focus {
	outline: none !important;
	box-shadow: none !important;
}

#search-icon-bar .fa-search {
	color: #fff;
	font-size: 0;
}

.top-search-wrap {
	display: inline-block;
}

.search-input-box .form-control {
	padding: 20px !important;
	background-color: #fff !important;
	color: #76777a;
	border: none !important;
}

.search-icon-form .fa-search {
	color: #fff;
	font-size: 0;
}

/**Header Search End**/
div.wpcf7 .wpcf7-form .form-control {
	border-bottom: 1px solid rgba(172, 172, 172, .35);
	padding: 10px 0px;
	font-size: 14px;
	color: #7e7c7c;
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
	text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
	border-bottom: 1px solid #3a98e8;
}

.wpcf7 .wpcf7-response-output {
	border: 0 none !important;
	font-size: 11px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -25px;
	right: 0;
	color: #ca2222;
	font-weight: 400;
	width: 100%;
	background: #fff;
	padding: 3px !important;
	max-width: 450px;
	margin: auto !important;
	text-align: center;
}

.form-control, .form-control:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #dadada;
	border-radius: 0;
	box-shadow: none;
	padding: .4rem 0rem;
	font-size: .9rem;
	height: 50px;
}

.wpcf7-form-control-wrap {
	display: inline-flex;
	width: 100%;
}

.wpcf7-response-output {
	display: none !important;
}

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

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 9px;
	background-color: #b30000;
	padding: 1px 5px;
	border-radius: 5px 0 0 0;
	line-height: normal;
	text-transform: capitalize;
	margin: 0px;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip {
	padding: 2px 5px;
}

.wpcf7 {
	position: relative;
}

div.wpcf7 .ajax-loader {
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	z-index: 1;
	display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #00772c;
}

textarea {
	resize: none;
	height: 7rem !important;
}

[type=submit], [type=submit]:focus {
	cursor: pointer;
	box-shadow: none;
}

.title span {
	color: #12699c;
	display: inline-block;
}

.center-line .title:after {
	right: 0;
}

div#html5-close {
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/lightbox-close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

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

div#html5-close img {
	display: none;
}

.list-style ul li {
	position: relative;
	padding-left: 20px;
	padding-left: 30px;
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/process-list.png");
	background-repeat: no-repeat;
	background-position: left top 11px;
}

.list-style ul li.nitro-lazy {
	background-image: none !important;
}

.list-style ul {
	position: relative;
	margin-bottom: 15px;
	margin-left: 0;
}

/** Mobile Search Bar ***/
.close-btn {
	position: absolute;
	right: 22px;
	top: 5px;
	width: 22px;
	height: 22px;
	opacity: 1;
	z-index: 2;
}

.close-btn:hover {
	opacity: 1;
	cursor: pointer;
}

.close-btn:before, .close-btn:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 25px;
	width: 1px;
	background-color: #000;
}

.close-btn:hover:before, .close-btn:hover:after {
	opacity: 1;
	background-color: #000;
}

.close-btn:before {
	transform: rotate(45deg);
}

.close-btn:after {
	transform: rotate(-45deg);
}

body.mobile-search-active {}

.mobile-search-bar-box {
	display: none;
}

.mobile-search-bar-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0%;
	z-index: 10000;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .25s;
	border-radius: 0px;
}

.mobile-search-bar-box form {
	display: none;
}

.mobile-search-active .menu-top>li>a:before {
	background: transparent;
}

.mobile-search-active .mobile-search-bar-box form {
	display: block;
}

.mobile-search-active .mobile-search-bar-box {
	z-index: 999999;
	height: 100%;
}

.mobile-search-bar-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-search-bar-box .search-icon-form img {
	width: 28px;
	max-width: 54px;
}

.search-input-box .form-control:focus {}

.mobile-search-bar-box .search-input-box {
	position: relative;
}

.req-error {
	margin: 0;
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 60px;
	font-size: 10px;
	background-color: #cd0b02;
	padding: 2px 5px;
	border-radius: 5px 0 0 0;
	line-height: 11px;
}

.search-wrap {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.mobile-search-bar {
	display: flex;
}

.mobile-search-bar svg {
	width: 20px;
}

.mobile-search-bar {
	display: flex;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 23px;
	margin-left: 15px;
}

fill {
	width: 100%;
	height: 100%;
}

.mobile-search-bar svg path {
	fill: #000;
}

.small-header .mobile-search-bar {}

.mobile-search-bar img {
	cursor: pointer;
	position: relative;
}

.m-close-search .bar {
	background: #fff;
	border-radius: 0;
	display: block;
	display: none;
	height: 1px;
	width: 45px;
}

.m-close-search .bar:nth-of-type(2) {
	width: 25px;
	margin-bottom: 9px;
	margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
	padding: 0;
	margin-left: 15px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus {
	background-color: transparent;
}

.mobile-search-bar-box .search-input-box {
	width: 80%;
	position: relative;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

/* mobile menu end */

/**********Search page*********/
#searchPage h2.page-title {
	font-weight: 300;
	margin-bottom: 25px;
	position: relative;
}

#searchPage h2.page-title span {
	color: #7a233c;
	font-style: italic;
}

.search_result  .blog-listing-row > div {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, .7);
	margin-bottom: 30px;
	padding: 15px 25px;
}

.search_result .blog-listing-row > div .blog-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}

/******************************/

/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper {
	margin-top: 50px;
}

.clientreviews {
	background: #f6f6f6;
	border: 1px solid #2853c7;
	box-shadow: 0 0 20px #f2f2f2;
	padding: 20px;
}

.clientreviews .heading {
	font-size: 2em;
	margin-bottom: 15px;
	position: relative;
	line-height: normal;
	color: #212529;
}

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

.clientreviews p strong {
	color: #212529;
}

.clientreviews div strong {
	color: #212529;
}

.clientreviews .heading span {
	color: #212529;
}

.clientreviews.video-schema .heading:after {
	bottom: 6px;
}

.middle-heading.video-schema {
	margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
	border: 1px solid #f1f1f1;
}

.clientreviews p {
	padding-bottom: 0;
}

/**************** Site Schema Styling End ****************/

/********** Blog Page ***********/
.blog-page .blog-listing-row .blog-loop {
	display: inline-block;
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 50px;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link {
	display: inline-block;
	height: 430px;
	width: 100%;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link img {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap {
	background: #fff;
}

.blog-content {
	margin-bottom: 25px;
}

.blog-page .blog-listing-row .blog-loop .blog-content-wrap .bottom-wrap a.blog-content {
	display: block;
	line-height: 1.5;
}

.blog-page .blog-listing-row .blog-loop a.blog-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 46px;
	font-family: "Silk Serif";
}

.blog-btn {
	color: #b77143;
	font-weight: 500;
	position: relative;
}

.blog-btn:after {
	content: "";
	width: 25px;
	height: 2px;
	background: #be7143;
	position: absolute;
	right: -30px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.blog-image-wrap {
	position: relative;
}

.post_meta {
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, .27);
	color: #fff;
	width: 100%;
	padding: 15px 25px;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
}

.post_meta:before {
	content: "";
	border-top: .5px solid #f5f5f5;
	position: absolute;
	top: 0px;
	left: 0px;
	left: auto;
	width: calc(100% + -50px);
	margin: auto;
}

.bottom-wrap {
	margin-top: 30px;
}

/**************Blog Page Single*****************/
.blog-single h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
	font-family: "Silk Serif";
}

.sidebar-contact .form-control {
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .35) !important;
}

.sidebar-contact .form-group {
	margin-bottom: 2px;
}

.sidebar-contact .h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.sidebar-contact .form-group {
	margin-bottom: 10px;
}

.blog-single-row .blog-img-link img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-single-row .blog-img-link {
	width: 100%;
	height: 430px;
	margin-bottom: 15px;
}

.sidebar-listing-wrap .title {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 10px;
	display: block;
}

/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
	margin-bottom: 3rem;
}

.sidebar-listing {
	padding-top: 15px;
	box-shadow: 1px 1px 5px rgba(204, 204, 204, .5);
	background: #fff;
}

.sidebar-listing span {
	padding: 0px 30px;
}

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

.sidebar-listing span {
	color: #000;
	font-size: 25px;
	padding-left: 3rem;
}

.blog-search-field {
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #efefef;
	height: 55px;
	background: #f4f4f4;
}

.sidebar-search .input-group-btn {
	display: block;
	position: relative;
}

.blog-searchform [type=submit] {
	display: inline-block;
	border: none;
	width: 3.5rem;
	cursor: pointer;
	background-color: #fe6612;
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/blogsearch.png");
	background-position: 50% 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: 25px;
	background-repeat: no-repeat;
}

.blog-searchform [type=submit].nitro-lazy {
	background-image: none !important;
}

.blog-search-field:focus {
	position: relative;
	z-index: 9;
}

.submitwrap {
	display: inline-block;
	position: relative;
}

.sidebar-search .input-group-btn {
	display: block;
	position: relative;
	z-index: 9;
}

.sidebar-contact {
	background: #194876;
	background-size: cover;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar-contact-inner {
	padding: 3rem 1.5rem;
	padding-top: 10px;
}

.bg-white {
	background-color: #f8f8f8 !important;
	display: inline-block;
	width: 100%;
}

.btn-white {
	background: #fff;
}

.sidebar-contact .form-control::placeholder {
	color: #dbdbdb !important;
}

.sidebar-contact .form-control {
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .35) !important;
}

.sidebar-contact .h4 {
	color: #fff;
	font-weight: 600;
	font-weight: bold;
	margin-bottom: 15px;
	background: #123557;
	text-align: center;
	font-size: 24px;
	padding: 25px 10px;
	font-family: "Silk Serif";
}

.sidebar-contact .contact-btn-div {
	text-align: center;
	margin: auto;
}

.sidebar-contact .btn-sidebar {
	width: 100%;
}

.sidebar-contact .btn-sidebar {
	width: 100%;
	border: none;
	padding: 10px 0px;
	background: #fff;
	font-weight: 600;
}

.spacer-lr {
	padding: 1rem 2rem;
}

.widgettitle {
	padding: 1rem 2rem;
	font-weight: 600;
}

.sidebar-listing ul li {
	padding: 10px 1rem;
	border-bottom: 1px solid rgba(204, 204, 204, .15);
	position: relative;
	padding-left: 2rem;
}

.sidebar-listing .h4 {
	border-bottom: 1px solid rgba(204, 204, 204, .15);
}

.sidebar-listing ul li a {
	color: #000;
	height: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0px;
	font-weight: 400;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
	background: #194876;
	border-radius: 0px;
}

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

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.activeChild a:after {
	content: "";
	position: absolute;
	border-left: 1px solid #194876;
	border-bottom: 1px solid #194876;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	transform: rotate(-130deg);
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sidebar-listing ul li.activeChild a:after {
	border-left: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.activeChild:hover a:after {
	position: absolute;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	transform: rotate(-130deg);
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sidebar-contact .wpcf7-response-output {
	font-size: 10px;
}

.msg-side-form {
	margin: 0;
	color: #fff;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 60px;
	font-size: 10px;
	background-color: #cd0b02;
	padding: 2px 5px;
	border-radius: 5px 0 0 0;
	line-height: 11px;
}

/******************************/

/**********************/
.contact-btn-div {
	width: 170px;
	position: relative;
}

span.ajax-loader {
	position: absolute;
	bottom: -20px;
	margin: auto !important;
	left: 0;
	right: 0;
	visibility: hidden;
}

.btn-wrap {
	position: relative;
	width: 170px;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	transform: translateX(0);
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/loader-w.svg");
	background-color: #000;
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}

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

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
	opacity: 1;
}

.uc {
	text-transform: uppercase;
}

.our-defence-owl .owl-nav > div.disabled {
	opacity: .5;
}

.owl-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 3px;
	background-color: #ccc;
}

.owl-dot.active {
	background-color: #a17051;
}

.owl-dot span {
	width: 100%;
	height: 100%;
}

.owl-portfolio .owl-nav .owl-prev span {
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/arrow.svg");
}

.owl-portfolio .owl-nav .owl-prev span.nitro-lazy {
	background-image: none !important;
}

.owl-nav > div.disabled span {
	opacity: .5;
	cursor: default;
}

/* code add in css */
img[src*=".svg"] {
	width: 100%;
}

svg path {
	transition: fill 200ms ease-out;
	-webkit-transition: fill 200ms ease-out;
	-moz-transition: fill 200ms ease-out;
	-o-transition: fill opacity 200ms ease-out;
}

/**********Static Page CSs***********/
.aside-sidebar .sidebar-listing {
	position: relative;
	background: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/border-image.png");
	padding: 10px;
}

.listing_inside {
	background: #fff;
}

.static-page .aside-sidebar .sidebar-listing {}

.aside-sidebar .widgettitle {}

/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
	background: #fff;
	color: green;
	border: 1px solid green !important;
}

/******Header Fix******/
#header {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 10px;
	transition: .5s ease all;
}

#header.small-header {
	top: 0;
}

.no-banner-header {
	padding-top: 99px;
}

.no-banner-header #header {
	background: #000;
}

header#header.small-header {
	background: #000;
}

.logo-wrapper {
	width: 300px;
	transition: .5s ease all;
}

#header.small-header .logo-wrapper {}

.phone_text {
	display: block;
	line-height: 100%;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.navigation-wrap {
	display: flex;
}

.navigation-wrap .search-wrap svg path {
	fill: #fff;
}

.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
	width: 20px;
	height: 20px;
}

/**********************************************/

/************Home Banner***********/
.home-page-banner .btn:hover {
	color: #fff;
}

.home-page-banner {
	width: 100%;
	background-color: #28569b;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
	background-position: center;
	background-size: cover;
}

.home-banner-wrap {
	position: relative;
	height: calc(100vh - 0px);
	display: flex;
	justify-content: center;
	color: #fff;
	margin-top: 40px;
}

.home-banner-content {
	margin-top: 75px;
}

.home-banner-wrap .heading {
	font-size: 58px;
	letter-spacing: 0px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-family: "Silk Serif";
}

.header-phn-wrap {
	text-align: right;
	margin-left: 25px;
}

.header-phn-wrap > a {
	color: #fff;
	display: inline-block;
	background-image: url("https://towsonfirm.com/nitropack_static/fFqHEHGZmzdczabkXfrOcJssyWXfWgqd/assets/images/optimized/rev-4785cac/towsonfirm.com/wp-content/themes/towsonlawfirm/img/phone.png");
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 35px;
	background-position: center left;
	margin-bottom: 3px;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	line-height: 100%;
}

.header-phn-wrap > a.nitro-lazy {
	background-image: none !important;
}

/**********************************/

/************Inner Banner***********/
.inner-banner {
	height: 500px;
	display: flex;
	align-items: center;
	color: #fff;
	background-size: cover;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.inner-banner .banner-title {
	position: relative;
	top: 25px;
	font-weight: 600;
	font-size: 58px;
	line-height: 89px;
	font-family: "Silk Serif";
}

/*********Logo*********/
.header-left-logo {
	padding: 1rem 15px;
}

/********Footer*********/
.footer-bg {
	background-color: #01070f;
	color: #fff;
	padding-top: 60px;
}

.footer-col-1 {
	width: 35%;
	padding-right: 20px;
	padding-left: 20px;
}

.footer-col-2 {
	width: 30%;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
}

.footer-col-3 {
	width: 35%;
	padding-right: 20px;
	padding-left: 20px;
}

.footer-col-2 ul {}

.footer_description {
	font-size: 14px;
}

.footer-bg:after {
	content: "";
	background-image: url("https://towsonfirm.com/nitropack_static/fFqHEHGZmzdczabkXfrOcJssyWXfWgqd/assets/images/optimized/rev-4785cac/towsonfirm.com/wp-content/themes/towsonlawfirm/img/footer-bg.png");
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: .13;
}

footer a {
	color: #fff;
}

footer .title {
	font-size: 25px;
	color: #fff;
}

.nap-wrapper .nap-address-info {
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/pin.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px 7px;
	padding-left: 25px;
	line-height: normal;
	margin-bottom: 10px;
}

.nap-wrapper .nap-address-info.nitro-lazy {
	background-image: none !important;
}

.nap-wrapper .phoneno {
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/ph.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px 3px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.nap-wrapper .phoneno.nitro-lazy {
	background-image: none !important;
}

a.direction-link {
	border-bottom: 1px solid #fff;
}

.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
	display: block;
}

.menu-footer li a {
	padding: 3px 0px;
	display: inline-block;
	display: block;
	background-image: url("https://towsonfirm.com/nitropack_static/fFqHEHGZmzdczabkXfrOcJssyWXfWgqd/assets/images/optimized/rev-4785cac/towsonfirm.com/wp-content/themes/towsonlawfirm/img/footer-menu-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 35px;
}

.menu-footer li a.nitro-lazy {
	background-image: none !important;
}

.copyright-bg {
	background: rgba(255, 255, 255, .05);
	margin-top: 50px;
	position: relative;
	z-index: 9;
}

.copyright-bg span {
	padding: 0px 5px;
}

.copyright {
	font-size: 15px;
	padding: 5px 0;
}

.menu-disclaimer-container {
	display: inline-block;
}

.menu-disclaimer-container ul {
	display: flex;
}

.menu-disclaimer-container ul li a {
	padding: 0px 10px;
	margin: 0;
	border-right: 1px solid #fff;
	line-height: 15px;
	color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
	border-right: none;
}

footer .current-menu-item a {
	color: #f61;
}

a:hover {
	color: #f61;
}

/****** COMMON for Theme **********/
.btn-richgold {
	background-color: #f61;
}

.btn-blue {
	background-color: #081b33;
}

/******************************All Common Css Above*********************************************/

/************banner***********/
.header_link a {
	padding: 5px 5px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 1;
}

.header_link {
	display: flex;
}

.about_img {
	width: 450px;
	height: 450px;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}

.practce_areas_list2 {
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/practice_areas_bg.jpg");
	box-shadow: 0 0 20px rgba(0, 0, 0, .25) !important;
}

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

.practice-areas-icon svg {
	width: 90px;
	height: 90px;
}

.practice-areas-title {
	text-transform: uppercase;
	padding: 15px 15px 0 15px;
	line-height: 1.4;
}

.big_img.active {
	display: block !important;
	transition: .5s ease all;
}

.practce_image_list {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	background: #036;
}

.pratcice_area_Image {
	opacity: .15;
}

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

.item_list {
	display: flex;
	flex-wrap: wrap;
	column-count: 2;
	gap: 0;
	padding: 90px 15px;
}

.item_box {
	padding: 5px;
	display: inline-block;
	width: 50%;
	text-align: center;
}

.item_box a {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	height: 100%;
	display: block;
	padding: 40px 0px;
	position: relative;
}

.item_box .practice-areas-box:after {
	content: "";
	border: 1px solid rgba(255, 255, 255, .15);
	border: 1px solid #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.item_box a:hover {
	background: #f61;
}

.item_box:hover .practice-areas-icon svg path {
	fill: #fff;
}

.item_box a:hover::after {
	left: 10px;
	top: 10px;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
}

.practice_wrap {
	position: relative;
}

.law_firm_process {
	position: relative;
}

.law_firm_process:after {
	background-color: #03101e;
	content: "";
	width: 100%;
	height: calc(100% - 20px);
	position: absolute;
	left: 0px;
	top: 0px;
}

.law_firm_process .container {
	position: relative;
	z-index: 1;
}

.process_content .h2 {
	font-size: 30px;
}

.process_content {
	background: #194775;
	padding: 25px;
	position: relative;
	left: -100px;
	width: calc(100% - -100px);
}

.process_content li {
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/process-list.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left top 11px;
}

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

.process-title .plus {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 7px;
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/minus-img.png");
	background-repeat: no-repeat;
	background-position: center;
}

.process-title .plus.nitro-lazy {
	background-image: none !important;
}

.process-title.collapsed .plus {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/plus-img.png");
}

.process-title.collapsed .plus.nitro-lazy {
	background-image: none !important;
}

.process-title {
	padding-left: 30px;
	position: relative;
	display: flex;
	color: #fff;
}

.phnwrapper a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #f7f8fa;
	padding: 50px 20px;
	color: #f61;
	font-size: 30px;
	font-weight: 900;
	background-image: url("https://towsonfirm.com/wp-content/themes/towsonlawfirm/img/call_1.svg");
	background-size: 95px;
	background-repeat: no-repeat;
	background-position: left center;
}

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

.phnwrapper a .ctext {
	font-size: 23px;
	color: #000;
	display: block;
	font-weight: 400;
	line-height: 100%;
}

.meetsec {
	position: relative;
}

.meetsec:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fafafa;
	width: 100%;
	height: 70%;
	z-index: -1;
}

.team-about_img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}

.item_boxa {
	padding: 10px 0px;
}

.theme_color {
	color: #fe6612;
}

.subheadings {
	font-size: 20px;
	font-weight: 500;
}

.mapframe iframe {
	width: 100%;
	border: none;
	display: block;
}

.nap_outer {
	background: #194876;
	color: #fff;
	padding: 50px 30px;
}

.nap_outer:after {
	background: #194876;
	content: "";
	position: absolute;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
}

.contact-form-page {
	overflow: hidden;
}

.address_wraps:hover {
	opacity: .7;
}

/*.callwrapper:hover {
    opacity: 0.7;
}*/
.click-here {
	text-decoration: underline;
}

.nap_outer h2 {
	font-size: 38px;
}

.licon {
	position: absolute;
	left: 0px;
	top: 6px;
}

.dark-blue-wrap {
	overflow: hidden;
}

.address_wraps {
	position: relative;
	padding-left: 40px;
}

/*.address_wraps.active {
    color: #f61;
}*/

/*.address_wraps.active a.text-white {
    color: #f61 !important;
}*/
.address_wraps.active svg * {
	fill: #f61 !important;
}

.napheading {
	padding-bottom: 25px;
}

.callwrapper a {
	position: relative;
	padding-left: 40px;
	display: flex;
	color: #fff;
	align-items: center;
}

.callwrapper a .licon {
	top: 0px;
}

.banner-form-bg {
	background: #194775;
	padding: 25px;
	width: 100%;
}

.dark-blue {
	background: #03111e;
}

.grid-content-row:nth-child(even) {
	flex-direction: row-reverse;
}

.main-footer {
	position: relative;
	z-index: 1;
}

.nap-postal-address-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
	background: #fff;
	color: #000;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
}

.nap_map_iframe_full iframe {
	width: 100%;
	height: 240px;
	display: block;
	border: none;
}

.nap-footer {
	background: #fff;
}

.footer-col-3 .nap-footer {
	border: 6px solid #f61;
}

.nap-postal-address-wrap .direction-link {
	color: #000;
}

.left_img {
	position: relative;
	margin-top: -70px;
}

.banner-form-bg input::placeholder {
	color: rgba(255, 255, 255, .2) !important;
}

.banner-form-bg textarea::placeholder {
	color: rgba(255, 255, 255, .2) !important;
}

.banner-form-bg .h2 {
	font-size: 38px;
}

.banner-form-bg div.wpcf7 .wpcf7-form .form-control {
	border-bottom: 1px solid rgba(191, 191, 191, .25);
	color: #fff;
}

.pagination {
	margin-top: 30px;
	justify-content: center;
}

.pagination .nav-links * {
	font-size: 18px;
	font-weight: 500;
	padding: 8px 10px;
	background: #f61;
	line-height: 35px;
	height: 35px;
	text-transform: uppercase;
	color: #fff;
}

.pagination .nav-links .current, .pagination .nav-links *:hover {
	color: #fff;
	background: #194876;
	background: #000;
}

.pagination .nav-links * {
	font-size: 18px;
	font-weight: 500;
	padding: 8px 10px;
	background: #f61;
	line-height: 35px;
	height: 35px;
	text-transform: uppercase;
	color: #fff;
}

.attorney_thumb:after {
	/*content: "";*/
	position: absolute;
	width: 100%;
	background: #194876;
	height: calc(100% - 50px);
	top: 25px;
	left: 75%;
	z-index: -1;
}

.attorney_wrap {
	overflow: hidden;
}

.menu-top li a:hover {}

.home-banner-content .sub_heading span {
	margin: 0px 15px;
	width: 2px;
	background: rgba(255, 255, 255, .2);
	display: inline-block;
	height: 13px;
}

.home-banner-content .sub_heading {
	margin: 10px 0px 5px 0px;
}

.boxtitle {
	font-family: "Silk Serif";
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 8px;
}

.your_case_form span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.your_case_form .wpcf7-radio span.wpcf7-list-item-label {
	position: relative;
	padding-left: 1.75em;
	margin-right: 1rem;
	cursor: pointer;
}

.your_case_form label {
	font-size: 14px;
}

.your_case_form .wpcf7-radio span.wpcf7-list-item-label:before {
	content: "";
	background: #fff;
	width: 1.15em;
	height: 1.15em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 6px;
}

.your_case_form .wpcf7-radio span.wpcf7-list-item-label:before {
	content: "";
	background: #fff;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border-radius: 6px;
}

.your_case_form input[type=radio]:not(old):checked + span:before {
	background: #f61;
	border-color: #f61;
}

.your_case_form input[type="radio"] {
	position: absolute !important;
	left: -9999px !important;
}

.submitwrap .btn:hover {
	color: #f61;
}

.your_case_form div.wpcf7 .wpcf7-form .form-control {
	padding: 10px 15px;
	color: #000;
	background: #fff;
}

.footer-map {
	display: flex;
	justify-content: space-between;
}

.process_content .content_wrap ul {
	padding-left: 30px;
}

.banner_none {
	background: #000;
}

.dark-blue_strip {
	position: relative;
	padding-bottom: 70px;
	padding-top: 70px;
}

.dark-blue_strip .row {
	z-index: 9;
	position: relative;
}

.dark-blue_strip:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 150%;
	height: 100%;
	top: 0px;
	background: #03111e;
}

.page-template-thankyou .inner-banner .banner-title {
	display: none;
}

.practce_areas_list h4 {
	background: #194775;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
}

.logo-wrapper img.main-logo {
	max-height: 100px;
	transition: all .5s ease-in-out;
}

.small-header .logo-wrapper img.main-logo {
	max-height: 50px;
	margin-bottom: 0;
}

.footer-logo img {
	width: 225px;
}

.static-page-details a {
	color: #f61;
}

.menu-top li:last-child:before {
	display: none;
}

.callwrapper a span:hover {
	color: #f61;
}

.address_wraps.active a.text-white:hover {
	color: #f61 !important;
}

.callwrapper svg path {
	fill: #f61;
}

.row.d-flex.common-padding.sm-row-pd.flex-row-reverse:last-child {
	padding-bottom: 12px !important;
}
