body {
	background: var(--white2_color);
}
.view-article .article-details p {
  font-size: 16px;
  color: var(--primary_color);
  margin-bottom: 15px;
  line-height: 28px;
}

.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li:hover > a {
	color: var(--white2_color);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li > a {
	color: var(--white_color);
	font-size: 16px;
	font-weight: 500;
	line-height: 108px;
	text-transform: capitalize;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: var(--primary_color) !important;
	transition: all 0.2s ease-out 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
	margin-left: 10px;
	transition: all 0.2s ease-out 0s;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background-color: var(--white2_color);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	color: var(--white2_color);	
}

#sp-header .container-inner {
	border-bottom: 1px solid var(--white2_color);
}
#sp-header .logo {
	height: 108px;
}
#sp-header {
	height: 108px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0) !important;
	z-index: 9999;
}
/**/
.sp-page-title {
	padding: 165px 0;
	position: relative;
}

.sp-page-title:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(127deg, rgb(10, 55, 127) 0%, rgb(10, 55, 127) 50%, rgba(10, 55, 127, 0.7763480392) 100%);
}
.sp-page-title .sp-page-title-heading {
	font-size: 80px;
	line-height: 88px;
	position: relative;
	z-index: 9;
	text-align: center;
}
#sp-header.header-sticky {
	height: 108px;
	
}
#sp-menu {
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
}
#sp-menu.col-lg-6,
#sp-header .container,
#sp-top1.col-lg-4,
#sp-top1 .sppb-row-column   {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#sp-header .sp-module {
	margin: 0;
}
/**/

.breadcrumb .fas {
	display: none !important;
}
.sp-page-title .breadcrumb {
	margin: 25px auto 5px auto;
	position: relative;
	z-index: 99;
	text-align: center;
	display: block;
}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a {
	display: inline-block;
}
.sp-page-title .breadcrumb .float-start {
  float: none !important;
}

/**/
.mt-btn {
  font-weight: bold;
  color: var(--white2_color);
  background: var(--secondary_color);
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 32px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
}

.mt-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--secondary2_color);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.mt-btn:hover::before {
  transform: scaleX(1);
}

.mt-btn:hover {
  color: var(--white2_color);
}

.mt-btn:focus {
  color: var(--white2_color);
}

.mt-btn i {
  margin-left: 8px;
}

/**/
ul.hero-site-info {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	padding-left: 0;
}
ol, ul {
  padding-left: 0;
}
/**/

/**/

.about-sec-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-sec-img .about-img-one {
  width: 83%;
  position: relative;
}
.about-sec-img .about-img-one img {
  width: 100%;
}

.about-sec-img .about-img-two img {
  width: 100%;
}
@media (max-width: 1024px) {
.about-sec-img .about-img-one {
  width: 100% !important;
  margin-bottom: 30px;
}
.sp-page-builder .page-content #section-id-7658be2c-2018-4eda-b252-63fdcda170c6 {
  padding-top: 0 !important;
}
.newsletter-btm button {
	width: 50% !important;
}
#sppb-addon-099f83ea-a087-4a8c-8bd8-a9248ff3cf76 .sppb-form-builder-btn button {
	padding-right: 14px !important;
	padding-bottom: 14px !important;
}
.newsletter-btm {
  position: relative;
  margin: 0 5% !important;
}
}
@media (min-width: 1024px) {
	
.about-sec-img .about-img-two {
  position: absolute;
  width: 45%;
  top: 220px;
}
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.02em;
}
.single-case-info .single-case-content h4 {
	padding-bottom: 7px;
	font-weight: 600;
}

.single-attorney .attorney-info h4.heading-style2 a {
	color: var(--primary_color);
	font-weight: 600;
}

.ft-over-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(127deg, rgb(10, 55, 127) 0%, rgb(10, 55, 127) 60%, rgba(10, 55, 127, 0.7763480392) 100%);
}
.newsletter-btm input,
.newsletter-btm button {
	display: inline-block !important;
	height: 63px !important;
}
.newsletter-btm input {
  width: 66% !important;
  border-radius: 30px 0px 0px 30px !important;
  border: none;
}
@media (min-width: 1025px) {
.newsletter-btm button {
	width: 34% !important;
}
}
body.ltr .close-offcanvas {
	background: #252525 !important;
	padding: 5px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: var(--secondary_color) !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 16px !important;
	font-weight: 500 !important;
}
.newsletter-btm button {
  border-radius: 0px 30px 30px 0px !important;
  border: none;
	position: absolute;
  top: 0;
  right: 0;
}
.newsletter-btm {
	position: relative;
	margin: 0 20%;
}
br[data-mce-bogus="1"] {
  display:none;
}

.article-details .article-full-image img {
	width: 100%;
	object-fit: cover;
	height: 500px;
}

/**/
.single-case-info.single-practice-style2 .single-practice-area h5 {
	color: var(--primary_color);
}
.single-case-info.single-practice-style2 .single-practice-area p {
	color: var(--primary_color);
	font-size: 16px;
}
.read-more-btn {
	font-size: 16px;	
}

.single-plan ul.paln-feature li {
	color: var(--primary_color);
	font-size: 16px;
}
.single-plan ul.paln-feature li {
  margin-bottom: 10px;
}
.single-plan.best-plan ul.paln-feature li {
	color: #ffffff;
	font-size: 16px;
}
.single-plan.best-plan a {
	color: var(--primary_color);
}
.single-plan h5 {
	color: var(--primary_color);
}
.single-case-info .single-case-content h4 a {
	color: var(--primary_color);
}
.single-case-info .single-case-content h4 a,
.single-case-info .single-case-content h4 a:hover {
	transition: all 0.2s ease-out 0s;
}
/**/
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	color: var(--primary_color) !important;
}
.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
	font-family: var(--mt-ff-manrope);
	font-weight: 600;
	font-size: 24px;
}	

.hide .article-introtext {
	display: none;
}
.article-info > span,
.article-info > span a {
	color: var(--secondary_color) !important;
}
.article-info > span {
	font-weight: 400;
	font-size: 16px;
}
.article-list .article .article-intro-image img, 
.article-list .article .article-featured-video img, 
.article-list .article .article-featured-audio img, 
.article-list .article .article-feature-gallery img {
	width: 100%;
	border-radius: 0px;
}
/**/
#sp-left .sp-module, 
#sp-right .sp-module {
  margin-top: 0 !important;
  border: 0px solid #f3f3f3 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 48px;
}
#sp-left .sp-module:last-child, 
#sp-right .sp-module:last-child {
	margin-bottom: 2px;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-weight: 600;
	font-size: 20px;
	font-family: var(--mt-ff-manrope);
	color: var(--primary_color);
	margin: 0 !important;
}
.js-finder-searchform .form-control {
	position: relative;
	padding: 16px 24px;
	background: #fcf7e9;
	border: 1px solid rgba(123, 119, 114, 0.2);
	border-radius: 5px;
}
.js-finder-searchform .awesomplete {
	width: 100%;
}
#sp-left .sp-column, 
#sp-right .sp-column {
  padding: 40px 40px;
  background: var(--mt-bg-dark-white);
}
@media (min-width: 992px) {
#sp-right .sp-column {
    margin-left: 2.5rem !important;
}
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	border-bottom: 0px solid #f3f3f3 !important;
}
#sp-left .sp-module ul > li > a:hover, 
#sp-right .sp-module ul > li > a:hover,
#sp-left .sp-module ul > li > a, 
#sp-right .sp-module ul > li > a {
	color: var(--primary_color);
	font-size: 16px;
}

.sp-module-content .latestnews > li > a > span {
	font-size: 14px;
	line-height: 26px;
	color: var(--secondary_color);
}
.latestnews a {
	font-size: 16px;
	line-height: 24px;
	margin-top: 4px;
	color: var(--primary_color);
	font-weight: 600;
}
#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	padding: 7px 20px;
	background: var(--white2_color);
	text-decoration: none;
	margin: 8px 8px 0 0;
	border-radius: 25px;
  font-size: 14px !important;
  line-height: 26px;
  color: var(--secondary_color) !important;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	color: var(--white2_color) !important;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	background: var(--secondary_color);
}
#sp-left .sp-module .tagscloud .tag-name a, 
#sp-right .sp-module .tagscloud .tag-name a {
  font-size: 14px !important;
  line-height: 26px;
  color: var(--secondary_color) !important;
}

/**/
.hide-imgss img {
	display: none !important;
}
.blog-type .article-introtext {
	color: var(--primary_color);
	font-size: 16px;
}
.hide-imgss .article-body {
  margin-bottom: 0px !important;
}
.hide-imgss .article {
	background: #f3efe1;
	padding: 40px 40px !important;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 0;
  border: 0px solid #f5f5f5;
  border-radius: 0;
}
.article-body {
  margin-top: 30px;
  margin-bottom: 60px;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
height: 470px;
  object-fit: cover;	
}
.hero-site-info li {
	list-style: none;
	padding-left: 0;
	color: #b7cae7;
	font-size: 16px;
	font-weight: 400;
}
.hero-single-feature .hero-sf-content p {
font-size: 16px;
  font-weight: 400;
  margin-bottom: ;
  line-height: 28px;
}
.hero-single-feature {
	margin-right: 20px;
}
/**/
.single-practice-two a h5 {
	font-size: 16px;
}
.whitew .single-case-info .single-case-content h4 a {
  color: #fcf7e9 !important;
}
.whitew .single-case-info .single-case-content span {
  color: #b7cae7 !important;
}
/**/
#sp-top1 .sp-column.d-flex {
	display: block !important;
}
.burger-icon > span {
	background-color: #ffffff !important;
}