@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* =============================
2. GLOBAL STYLES
================================ */

:root {
    --font-fajjala:"Fjalla One", sans-serif;
    --font-ptSans:"PT Sans", sans-serif;
    --dark-yellow:#b38b32;
    --light-yellow:#e3bf2c;
    --dark-blue:#062c4a;
    --more-dark-blue:#031421;
    --white-color:#fff;
}
body {
	background: #fff;
	font-family: var(--font-ptSans);
	color: #27496c;
	font-size: 15px;
}

a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a:hover {
	color: var(--dark-yellow);
	text-decoration: none !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

button {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.fa-bars:before{
	color:#fff !important;
}

b,
strong {
	font-weight: bold !important;
}

div,
button,
input,
textarea,
select {
	outline: none !important;
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px !important;
}

.no-weight {
	font-weight: 400 !important;
}

.bg-gray {
	background: #f3f3f3;
}

.bg-gray2 {
	background: #ebebeb;
}

.bg-gray3 {
	background: #ebf2f8;
}

p {
	font-family: var(--font-ptSans);
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-fajjala);
	color: #000;
	margin: 0;
}

header .container{
   max-width: 95%;
  width: 95%;
}
/* Sections */
/* #wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
} */

.heading-title {
	color: #000;
	font-size: 30px;
	line-height: 45px;
	border-bottom: 1px solid #e8e8e8;
	font-family: var(--font-fajjala);
    margin-bottom: 10px;
}

.img-full {
	width: 100%;
}

.btn {
	border: none;
}

.btn-primary,
.btn-primary:focus {
	background-color: var(--dark-yellow);
	color: #fff;
	padding: 15px 35px;
	border-radius: 0px;
	font-size: 16px;
	line-height: 16px;
}

.btn-primary.active,
.btn-primary:hover {
	background-color: var(--dark-yellow);
	color: #fff;
}

.sub-menu a.nav-link {
    padding: 12px;
}

/* Header */
.header {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: sticky;
	top: 0px;
	z-index: 99999;
}

a.brand-logo {
	width: 100%;
	height: 100%;
	padding: 13px 15px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header\:top {
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header\:top ul.header\:contact-info {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.header\:top .tb-social {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header\:top .tb-social a {
	width: 3rem;
	height: 3rem;
	margin: 0 .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #d4d4d4;
	color: #d4d4d4;
	font-size: 16px;
	border-radius: 100%;
}

.header\:top .tb-social a:hover {
	color: var(--dark-yellow);
	border: 2px solid var(--dark-yellow);
}


ul#menu-footer li {
    width: 50%;
}
.header\:top ul.header\:contact-info li a {
	color: #000;
	font-size: 18px;
	font-family: var(--font-fajjala);
	margin-right: 50px;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: var(--dark-yellow) !important;
    border-color: var(--dark-yellow) !important;
}
a.nav-link {
	padding: 22px 15px;
	color: #fff;
	font-family: var(--font-fajjala);
}
ul.sub-menu {
    position: absolute;
    width: fit-content;
    background: #000;
    top: 47px;
    padding: 0 10px;
    display: none;
}
.menu-item-266 > ul.sub-menu{
   display: none;
}
.menu-item-266:hover > ul.sub-menu{
   display: block;
}
.header\:bottom {
	background: var(--dark-yellow);
	position: relative;
	z-index: 55;
}

.header\:bottom:before {
	content: "";
	position: absolute;
	border: 34px solid var(--dark-yellow);
	border-top-color: transparent;
	border-left-color: #0000;
	border-bottom-color: #0000;
	display: block;
	width: 0px;
	height: 0px;
	z-index: 1;
	left: -66px;
	top: 0;
	opacity: 1;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

/* .header\:bottom:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--dark-yellow);
	left: 99%;
	top: 0;
	opacity: 1;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
} */

.header\:bottom .navbar {
	padding: 0;
}

.navbar-toggler {
	display: none;
}

@media (max-width: 991px) {

	.header\:top,
	.header\:bottom:before,
	.header\:bottom:after {
		display: none;
	}

	.navbar-toggler {
		display: block;
	}

	a.brand-logo {
		justify-content: flex-start;
	}

	.header\:bottom {
		background: #0000;
	}

	.header\:bottom {
		background: transparent;
	}

	.header\:bottom a {
		background: #0000;
		color: #23496c;
		font-family: var(--font-fajjala);
		font-size: 15px;
		padding: 12px 16px;
	}

	.header\:bottom a:hover {
		color: #ff8926;
		text-decoration: underline !important;
	}
}


/* Primary Slider */
#primary-slider {
	width: 100%;
	height: auto;
	padding: 40px 0;
	margin: 0;
	position: relative;
	background-image: url(../images/images/Attorney-Scales-of-Justice-scaled.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#primary-slider:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0009;
}

#primary-slider .item {
	width: 100%;
	height: auto;
}

#primary-slider .item .row {
	width: 100%;
	height: 100%;
	align-items: center;
}

#primary-slider .item .row img {
	max-width: 100%;
}

#primary-slider .slider-info h2 {
	font-size: 56px;
	line-height: 55px;
	color: #fff;
}

#primary-slider .slider-info p {
	font-family: var(--font-ptSans);
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	margin: 20px 5px 45px;
}

#primary-slider .slider-info ul li {
	font-family: var(--font-ptSans);
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #fff;
}

#primary-slider .slider-info a.btn-cta-contact {
	border: none;
	padding: 10px 30px;
	background: #0000;
	border: 2px solid var(--dark-yellow);
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	min-width: 170px;
	display: inline-block;
}

#primary-slider .slider-info a.btn-cta-contact:hover {
	background-color: var(--dark-yellow);
	color: #fff;
}

/* Home Contactb Info */
.home-contact-info\:inner .col-4 {
	position: relative;
	padding-left: 100px;
	min-height: 115px;
}

.home-contact-info\:inner .col-4 i {
	width: 70px;
	height: 115px;
	border: 3px solid #dedede;
	font-size: 30px;
	text-align: center;
	line-height: 111px;
	color: #dedede;
	position: absolute;
	left: 0;
	top: 0;
}

.home-contact-info\:inner .col-4 h5 {
	font-size: 22px;
	line-height: 40px;
	margin-top: 10px;
}

#home-contact-info {
	position: relative;
	top: -90px;
	margin-bottom: -90px;
}

.home-contact-info\:inner {
	padding: 30px 45px;
	background-color: #fff;
}

.home-section-divider {
	padding: 40px 30px 60px;
	background-color: #f3f3f3;
	margin-top: -150px;
}

/* Services */
.faq-head .heading-title {
	border: none;
	margin: 0 0 10px;
}

.faq-head p {
	margin-bottom: 50px;
}

.practice-style2 {
	position: relative;
	overflow: hidden;
	max-height: 320px;
}

.practice-style2 img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.practice-style2 h4 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 7777;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	width: 100%;
	text-align: center;
}

.practice-style2 span {
	background-color: var(--dark-yellow);
	position: absolute;
	height: 100px;
	width: 100px;
	bottom: -52px;
	z-index: 77;
	right: -60px;
	transform: rotate(45deg);
}

.practice-style2 span i {
	color: #fff;
	position: relative;
	top: 46px;
	transform: rotate(135deg);
	left: 11px;
	font-size: 13px;
}

.practice-style2:after {
	content: "";
	background-image: -webkit-linear-gradient(bottom, #252a2a 25%, #504343);
	background-image: -moz-linear-gradient(bottom, #252a2a 25%, #504343);
	background-image: -o-linear-gradient(bottom, #252a2a 25%, #504343);
	background-image: -ms-linear-gradient(bottom, #252a2a 25%, #504343);
	background-image: linear-gradient(to top, #252a2a 25%, #504343);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.practice-style2:hover:after {
	content: "";
	background: var(--dark-yellow) !important;
}

.practice-style2:hover span {
	background: #000;
}

/* About */
.card {
	border: 0px;
}

.card-header {
	color: #fff;
	background-color: var(--dark-blue);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-header:first-child {
	border-radius: 0;
}

.card-header i {
	transition: .3s ease-in-out all;
}

.card-header[aria-expanded="true"] i {
	transform: rotate(180deg);
}

/* Our Lawyers */
.home-lawyers .lawyer-thumb {
	position: relative;
	display: table;
	top: -55px;
}

.home-lawyers .lawyer-thumb img {
	width: 100%;
}

.attorney-item {
	margin-bottom: 30px;
}

.attorney-item .attorney-title {
	font-size: 24px;
	margin: 23px 0 9px;
}

.home-lawyers .cinfo {
	display: table;
	margin: 0 auto;
}

.footer-bottom {
	background: #fff;
}

.home-lawyers .lawyer-carousel {
	padding: 10px 40px;
	border: 4px solid #f3f3f3;
}

.btn-warning {
	color: #fff;
	background: var(--dark-yellow);
}

/* Form Area */
.attorney-content h5 {
	line-height: 35px;
	margin-top: 15px;
    border-bottom: none;
}

.attorney-content p {
	margin-bottom: 35px;
}

.attorney-content .cta-call {
	margin-bottom: 40px;
	display: inline-block;
}

.attorney-content .cta-call a:hover {
	background: var(--dark-yellow);
	color: #fff;
}

.attorney-content .cta-call a {
	display: table;
	width: 100%;
	padding: 23px 35px;
	color: #fff;
	font-size: 24px;
	font-family: var(--font-fajjala);
	background: var(--dark-blue);
}

.form-area input {
	height: 48px;
	background: #f3f3f3;
	padding: 0 20px;
	color: #666;
	font-size: 15px;
	border: none;
	width: 100%;
	margin-bottom: 10px;
}

.attorney-content .form-area input {
	background: #e7e7e7;
	margin-bottom: 20px;
}

.form-area select {
	color: #989898;
	font-size: 15px;
	padding: 0 20px;
	height: 48px;
	border: none;
	width: 100%;
	background: #e7e7e7;
	position: relative;
	z-index: 22;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.form-area textarea {
	height: 185px;
	background: #e7e7e7;
	padding: 18px 20px;
	color: #666;
	font-size: 15px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
}

.attorney-content .form-area input[type="submit"] {
	max-width: 180px;
	color: #fff;
	background: var(--dark-blue);
	margin: 0 auto;
	display: block;
}

.attorney-content .form-area input[type="submit"]:hover {
	color: #eee;
	background: var(--dark-yellow);
}

/* Footer */
#footer {
	background-image: url(../images/images/bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 32px 0 0;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

footer .office-info {
	padding: 45px 0px 20px;
	border-left: 0px;
	position: relative;
}

footer .office-info h4 {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 7px;
	margin-bottom: 24px;
}

footer .office-info p {
	color: #fff;
	line-height: 28px;
	margin: 0;
}

footer .office-info p span {
	color: #749ac2;
}

footer .footer-widget h4 {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 7px;
	margin-bottom: 30px;
}

footer .footer-widget .footer-news li {
	position: relative;
	padding-left: 10px;
	min-height: auto;
	margin-bottom: 10px;
}

footer .footer-widget .footer-news li a {
	color: #eee;
}

footer .footer-widget .footer-news li a:hover {
	color: var(--dark-yellow);
}

.cf-share {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer-bottom .cf-share a {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color: var(--dark-blue);
	margin: 0 0 0 7px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
}

.dnd-getdirection {
	padding: 2px 10px 30px 10px;
}

/* Secondary Banner */
.page_header {
	background-color: #233c57;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 53px 0 48px;
	position: relative;
}

.page_header h3 {
	color: #fff;
	font-size: 42px;
	line-height: 45px;
	margin: 0;
}

.page_header p {
	color: #fff;
	margin: 0;
}

#breadcrumbs a {
	color: #ccc;
}

.page_header:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #233c5799;
}

.page_header .container {
	position: relative;
}

.dnd-xlarge {
	font-size: 32px;
	padding-bottom: 15px;
	font-weight: 600;
}

.dnd-paragraph {
	padding-bottom: 15px;
}

.dnd-attorneys {
    padding-top: 10px;
}

hr {
	margin-top: 40px;
	border: 0;
	border-top: 1px solid #eee;
}

.dnd-imgbox {
	padding: 1rem;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.heading-title2 {
	color: #000;
	font-size: 24px;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 25px;
}

.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}

.list-simple P {
	padding-left: 28px;
	margin-bottom: 6px;
	position: relative;
}

.list-simple P:after {
	content: "";
	background: #000;
	width: 2px;
	height: 2px;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -1px;
}

.dnd-card {
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.dnd-underline {
	text-decoration: underline !important;
}

.contact-form2 label {
	margin-bottom: 15px;
}

.contact-form2 input {
	margin-bottom: 20px;
	height: 48px;
	background: #f3f3f3;
	padding: 0 20px;
	color: #666;
	font-size: 15px;
	border: none;
	width: 100%;
	margin-bottom: 10px;
}

.contact-form2 select {
	color: #989898 !important;
	font-size: 15px !important;
	padding: 0 20px !important;
	height: 48px !important;
	border: none !important;
	width: 100% !important;
	background: #f3f3f3 !important;
	position: relative;
	z-index: 22;
}

input.RFCSubmitBtn {
	max-width: 180px;
	color: #fff;
	background: #000;
}

.contact-form2 textarea {
	height: 100%;
	background: #f3f3f3;
	padding: 18px 20px;
	color: #666;
	font-size: 15px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
}

input.RFCSubmitBtn:hover {
	color: #eee;
	background: var(--dark-yellow);
}

.cinfo p {
	margin-bottom: 7px;
	position: relative;
	padding-left: 27px;
}

.cinfo p i {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 13px;
}

.cinfo hr {
	margin: 6px 0;
}

/**/
.slick-arrow {
    font-size: 18px;
    color: #fff;
    background: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: -22px;
    z-index: 44;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lawyer-carousel-wrap {
    position: relative;
}

.next3.slick-arrow {
    left: auto;
    right: -22px;
}

@media screen and (min-width: 1200px){
.home-lawyers .lawyer-carousel{
	height: 400px;
}	
	
	.home-lawyers .lawyer-thumb{
		top: 0;
		width: 80%;
	}
	
}

.card-deck {
  margin: 0 -15px;
  justify-content: space-between;
}

.card-deck .card {
  margin: 0 0 1rem;
}

/* CSS on 27-06-2025 */
a.skip-link.screen-reader-text {
    display: none;
}
a.brand-logo img {
    max-width: 190px;
    width: auto;
}
.header {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#menu-header a.nav-link {
    padding: 20px 30px;
    font-size: 18px;
}
.page-id-8 div#services.row {
    justify-content: center;
}
.sec_pad {
    padding: 50px 0;
}

/* reposive css start here */

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media (min-width: 992px)
{
  .card-deck .card {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}

img.card-img-top {
    height: 350px;
    object-fit: cover;
}

.card-deck .card-body{
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.faq-head .heading-title{
	margin-top: 15px;
}

.home-lawyers .heading-title{
	border-bottom: none;
	text-align: center;
}

.home-lawyers p{
	text-align: center;
}
.card-header span {
    font-size: 20px;
}
figcaption {
    color: #fff !important;
}
.dnd-breadcrumb {
    margin-top: 10px;
}
.header\:top {
	padding-right: 50px;
}

@media screen and (min-width: 992px){
    #primary-slider {
        padding: 124px 0px;
    }
	
	.card-deck {
    margin: 35px -15px 0 -15px;
    justify-content: space-between;
}
	
	.home-lawyers.padding-top-100{
		padding-top: 60px !important;
	}
	
	.home-lawyers.padding-bottom-100{
		padding-bottom: 60px !important;
	}
	
	#about.padding-top-100{
		padding-top: 40px !important;
	}
	
	#about.padding-bottom-70{
		padding-bottom: 40px !important;
	}
	
	#about .padding-vertical-15{
		display: none;
	}
	
	#about .padding-top-10.padding-bottom-10{
		display: none;
	}
	
	.padding-vertical-100.attorney-content{
		padding: 50px 0 !important;
	}
	
	.attorney-content .cta-call{
		margin-bottom: 0;
	}
}

@media screen and (min-width:1200px) {
    a.brand-logo img {
        max-width: 190px;
    }
    #primary-slider{
		padding: 154px 0px;
	}
}
@media screen and (min-width:1400px) {
    a.brand-logo img {
        max-width: 190px;
    }
}
@media screen and (min-width:1600px) {
    .heading-title {
        font-size: 36px;    
    }
    p {
        font-size: 17px;
    }

}
@media screen and (max-width:1800px) {
    .header\:top ul.header\:contact-info li a, #menu-header a.nav-link {
        font-size: 17px;
    }
    #menu-header a.nav-link {
        padding: 20px 28px;
    }
     
}
@media screen and (max-width:1600px) {
    .header\:top ul.header\:contact-info li a, #menu-header a.nav-link {
        font-size: 16px;
    }
    #menu-header a.nav-link {
        padding: 20px 25px;
    }
    #primary-slider .slider-info h2 {
        font-size: 48px;
    }
    #primary-slider .slider-info p {
        font-size: 18px;
    }
    #primary-slider .slider-info a.btn-cta-contact {
        font-size: 15px;
    }
    .lead {
        font-size: 18px;
    }
    .card-header span {
        font-size: 18px;
    }
	.header\:bottom:before {
        border: 32px solid var(--dark-yellow);
        border-top-color: transparent;
        border-left-color: #0000;
        border-bottom-color: #0000;
        left: -63px;
        top: 1px;
    }
    .page_header h3{
		font-size: 36px;
	}
	.dnd-xlarge {
    	font-size: 28px;
	}
}
@media screen and (max-width:1400px) {
    .header\:top ul.header\:contact-info li a, #menu-header a.nav-link {
        font-size: 15px;
    }
    #menu-header a.nav-link {
        padding: 20px 21px;
    }
     #primary-slider .slider-info h2 {
        font-size: 42px;
    }
    #primary-slider .slider-info p {
        font-size: 16px;
        margin: 15px 5px 35px;
    }
    #primary-slider .slider-info a.btn-cta-contact {
        font-size: 14px;
        min-width: 150px;
    }
    .heading-title {
        font-size: 28px;
    }
    p {
        font-size: 15px;
    } 
    .faq-head p {
        font-size: 14px;
    }
     .lead {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .card-header span {
        font-size: 16px;
    }
    .attorney-content .cta-call a {
        font-size: 20px;
    }
	.page_header h3{
		font-size: 32px;
	}
	.dnd-xlarge {
    	font-size: 24px;
	}
	.heading-title2 {
		font-size: 21px;
	}
    
     
}
@media screen and (max-width:992px) {
   .sec_pad {
    padding: 30px 0;
   }
    .mobile-nav {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    a.brand-logo {
        padding: 13px 10px;
    }
    #primary-slider .slider-info h2 {
        font-size: 34px;
    }
    #primary-slider .slider-info p {
        font-size: 15px;
        margin: 10px 5px 35px;
    }
    #primary-slider .slider-info a.btn-cta-contact {
        font-size: 13px;
        min-width: 140px;
    }
    .heading-title {
        font-size: 25px;
    }
     .lead {
        font-size: 15px;
    }
     .attorney-content .cta-call a {
        font-size: 18px;
    }
    .attorney-content .cta-call {
        margin-bottom: 20px;
    }
	.page_header h3{
		font-size: 28px;
	}
	.dnd-xlarge {
    	font-size: 21px;
	}
	h3.dnd-xlarge.padding-10 {
    font-size: 20px;
	}
}
@media screen and (max-width:768px) {
	.cf-share {
		justify-content: center;
	}
	h3.dnd-xlarge.padding-10 {
    	margin-top: 20px;
 	}
}
@media screen and (max-width:576px) {
    a.brand-logo {
        padding: 16px 7px;
        
    }
    a.brand-logo img {
        max-width: 130px;
    }
    .heading-title {
        font-size: 21px;
    }
        .faq-head p {
        font-size: 13px;
    }
    .faq-head p {
    margin-bottom: 35px;
}
.faq-head .heading-title {
    margin: 0;
    margin-top: 10px;
}
.attorney-content .cta-call a {
        font-size: 16px;
    }
     .attorney-content .cta-call {
        margin-bottom: 0;
    }
 
}



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

.recaptcha span.wpcf7-not-valid-tip{
    display: block;
}
.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

.navmenu ul li.current-menu-item a, .navmenu ul li.current-menu-item a:hover {
    color: #23415b;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: var(--more-dark-blue);
}
.home-lawyers .cinfo a{
	color: var(--dark-blue) !important;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	 background-color: var(--more-dark-blue) !important;
}



footer .wp-block-image{
	width:54%;
}







.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.contact-form .form-group.half {
  flex: 1;
}

.contact-form .form-group.full {
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  background: #ebebeb;
  border: none;
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
  border-radius: 3px;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input[type="submit"] {
  background: #071824;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  border-radius: 2px;
  transition: 0.3s ease;
}

.contact-form input[type="submit"]:hover {
  background: #0d2636;
}
