/*-------------------------------------
Theme Name: AMA 
Theme URI: https://maimonepc.com/ 
Description: This is Version College web site. 
Author: Maimone PC
Author URI: https://maimonepc.com
License: GNU General Public License version 3.0 
License URI: http://www.gnu.org/licenses/gpl-3.0.html 
Version: 1.0 
------ 1. Typography 2. Header Area 3. Iteam Area 4. Footer Area ------*/

@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("fonts/Poppins-Light.woff2") format("woff2"), url("fonts/Poppins-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
} /*---------------------------------- 1. TYPOGRAPHY ---------------------------------- */ /*Video Popup Start----*/
.main-inner h2{
	scroll-margin-top: 330px;
}
p:active, li:active  {
	background: #00000014;
}
p a:active, li a:active {
	background-color: yellow;
	color: #000 !important;
}
p a:target, li a:target {
	scroll-margin-top: 2rem;
}
p a:focus, li a:focus {
	border: 2px #cb4c00 dotted;
	outline-offset: 2px;
}
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 999999;
	display: none;
}
.video-popup.show {
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video,
.expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.LLCGslider {
	position: relative;
	text-align: center;
	z-index: 6;
}
.LLCGslider-wraper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.LLCGslider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.LLCGslider-container.LLCGslider-make-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.LLCGslider-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
}
.LLCGslider-nav {
	border: 0;
	background: transparent;
	cursor: pointer;
}
.LLCGslider-navs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.LLCGslider-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.LLCGslider-dot {
	width: 12px;
	height: 12px;
	background: #333;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.LLCGslider-dot.active {
	background: #777;
} /*Slider End */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
body {
	font-family: "Poppins";
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #ffffff;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	display: block;
}
img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container-x {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.container-s {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
} /* Disclaimer popup */
.disclaimer-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 30%);
	z-index: 999;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dis-popup {
	max-width: 1000px;
	width: 100%;
	background: white;
	padding: 50px;
	position: relative;
}
.dis-popup strong {
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-size: 28px;
	line-height: normal;
	color: #000;
	margin-bottom: 20px;
}
.dis-popup p {
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.close-pp {
	font-size: 55px;
	line-height: normal;
	position: absolute;
	top: 0;
	right: 15px;
	color: #b70000;
	cursor: pointer;
}
.close-pp:hover {
	-webkit-transform: rotate(181deg);
	-ms-transform: rotate(181deg);
	transform: rotate(181deg);
} /* Typography --------- */
.sec-p {
	padding: 100px 0;
}
.sec-m {
	margin: 100px 0;
}
.heading {
	padding-top: 90px;
	position: relative;
	font-weight: bold;
	font-size: 49px;
	line-height: 59px;
	text-align: center;
	color: #4e4944;
	text-transform: uppercase;
}
.heading span {
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 43px;
	color: #5d5144;
	display: block;
	margin-bottom: 9px;
}
.heading::before {
	content: "";
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	background: #c9ae92;
	-webkit-transform: rotate(45deg) translateX(0px);
	-ms-transform: rotate(45deg) translateX(0px);
	transform: rotate(45deg) translateX(0px);
}
.heading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 52px;
	background: #c9ae92;
}
.default-btn {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.4em;
	line-height: 36px;
	text-align: center;
	color: rgb(255 255 255 / 60%);
	padding: 12.5px 43px;
	border: 1px solid rgb(255 255 255 / 60%);
	min-width: 260px;
	position: relative;
	z-index: 2;
}
.default-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #7b572e;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.default-btn:hover::after {
	height: 100%;
} /*---------------------------------- 1. HEADER AREA START ---------------------------------- */
.main-header.fixed {
	background: #000000;
	padding-bottom: 10px;
}
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header-top {
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-top-left p {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	opacity: 0.6;
}
.consultation-btb a {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #f6f4f1;
	background: #7b572e;
	padding: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border: 1px solid transparent;
	display: flex;
}
.consultation-btb a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	background: #ffffff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.consultation-btb a:hover {
	color: #000000;
	border-color: #7b572e;
}
.consultation-btb a:hover::after {
	height: 100%;
} /* header menu area */
.logo {
	margin-top: 15px;
} /* menu area */
.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 58px;
}
.header-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 58px;
}
.header-menu ul li {
	padding-top: 21px;
	padding-bottom: 10px;
	position: relative;
}
.header-menu ul li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	position: relative;
}
.header-menu ul li a:hover {
	opacity: 0.5;
}
.header-menu ul li.active a::after {
	width: 67%;
}
.header-menu > ul > li > a::after {
	content: "";
	position: absolute;
	top: -39px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 4px;
	background: #74634a;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.header-menu ul li a:hover::after {
	width: 67%;
} /* drop down */
.header-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
	left: 0%;
	display: block;
}
.header-menu ul ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	position: absolute;
	top: 80%;
	background: #7b572e;
	width: 325px;
	padding: 10px 15px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.header-menu ul ul li {
	padding: 5px 0;
}
.header-menu .call {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding-left: 30px;
	position: relative;
	margin-top: 14px;
}
.header-menu .call::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 20px;
	background: url("images/sp.svg") no-repeat;
} /* Mobile bars */
.mobail-bars {
	position: relative;
	width: 55px;
	height: 30px;
	border-radius: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	-ms-grid-column-align: end;
	justify-self: end;
	z-index: 9999;
} /*Single Bar */
.mobail-bars span {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #7b572e;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 4px;
}
.mobail-bars span:nth-child(1) {
	-webkit-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	transform: translateY(-13px);
	width: 25px;
	left: 8px;
}
.mobail-bars span:nth-child(2) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	transform: translateY(13px);
	width: 15px;
	left: 8px;
} /*when click bar */
.mobail-bars.active span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
	width: 40px;
}
.mobail-bars.active span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
	width: 40px;
}
.mobail-bars.active span:nth-child(3) {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
} /* Banner Section ------------------------------- */
.home-banner-sec {
	background: url("images/home-bannerBg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.home-banner-content {
	padding: 254px 0 145px 0;
	max-width: 964px;
	width: 100%;
	margin: auto;
}
.home-banner-content h1 {
	padding-top: 0;
	font-size: 24px;
	color: #c9ae92;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}
.home-banner-content span {
	padding-bottom: 20px;
	font-size: 55px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height: normal;
}
.home-banner-content .heading::before {
	top: unset;
	top: -28px;
}
.home-banner-content .heading:after {
	top: unset;
	top: -82px;
}
.home-banner-content p {
	font-weight: normal;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	max-width: 610px;
	width: 100%;
	margin: 0 auto 45px auto;
}
.home-bn-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}
.home-bn-btn li {
	position: relative;
}
.home-bn-btn li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto;
	width: 85px;
	height: 1px;
	background: rgb(255 255 255 / 15%);
}
.home-bn-btn li:first-child::before {
	display: none;
} /* banner bottom area ----- */
.home-bn-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bn-bottom-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 60px 15px;
	text-align: center;
	background: rgb(78 73 68 / 57%);
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.bn-bottom-item.active,
.bn-bottom-item.tow.active {
	background: #7b572e73;
}
.bn-bottom-item button {
	padding-left: 60px;
	position: relative;
	font-weight: normal;
	font-size: 20px;
	line-height: 16px;
	color: #c9ae92;
	display: inline-block;
	text-align: left;
	background: none;
	border: 0px;
}
.bn-bottom-item button span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.bn-bottom-item button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url("images/sp.svg") no-repeat;
	background-position: top 0 left -100px;
}
.bn-bottom-item.tow {
	min-height: 205px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgb(78 73 68 / 34%);
}
.bn-bottom-item.tow p::after {
	background-position: top 0 left -171px;
}
.bn-bottom-item.three p::after {
	background-position: top 0 left -250px;
} /* Welcome Section ----------------- */
.welcome-section {
	padding-top: 100px;
	position: relative;
}
.welcome-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72%;
	background: rgb(201 174 146 / 29%);
	z-index: -1;
}
.welcome-wrap {
	max-width: 1502px;
	width: 100%;
	margin: 0px auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 35% 65%;
	grid-template-columns: 35% 65%;
	padding: 20px;
	background: rgb(255 255 255 / 40%);
} /* left */
.welcome-left {
	padding: 120px 70px;
	background: url("images/wellcomeLeft.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
.welcome-left::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 230px;
	width: 1px;
	background: #c5ae95;
}
.welcome-left h2 {
	font-weight: normal;
	font-size: 39px;
	letter-spacing: 0.05em;
	line-height: 38px;
	text-align: left;
	color: #fff;
}
.welcome-left h2 span {
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
} /* right */
.welcome-right {
	background: #60411a;
	padding: 66px 85px;
}
.welcome-right p {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 26px;
	color: #fff;
	margin-bottom: 30px;
}
.welcome-right p a {
	text-decoration: underline;
	color: #fff;
}
.welcome-right p:last-child {
	margin-bottom: 0;
}
.welcome-right p:first-child::first-letter {
	font-size: 57px;
	color: #c9ae92;
	float: left;
	line-height: 50px;
	margin-right: 5px;
} /* Legal Practices Section ---------------- */
.legal-practices-sec {
	background: rgb(0 0 0 / 4%);
	padding-bottom: 80px;
}
.legal-practices-area {
	max-width: 1462px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.legal-practice-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 90px 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 65px;
}
.single-practice {
	max-width: 440px;
	width: 100%;
	text-align: center;
}
.single-practice-bg {
	height: 240px;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
.single-practice h3 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 40px;
	color: #4e4944;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-practice p {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #535353;
	margin-bottom: 25px;
	min-height: 90px;
}
.single-practice span {
	font-weight: bold;
	font-size: 16px;
	color: #74634a;
	text-transform: uppercase;
	position: relative;
}
.single-practice span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -8px;
	margin: auto;
	width: 14px;
	height: 2px;
	background: rgb(116, 99, 74);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-practice span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	width: 0;
	height: 0;
	background: transparent;
	border: 6px solid transparent;
	border-left-color: rgb(116, 99, 74);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-practice:hover span::after {
	right: -20px;
	opacity: 1;
}
.single-practice:hover span::before {
	opacity: 1;
	right: -31px;
} /* Serving NY Section -------------- */
.serving-section {
	background: url("images/servingBg.jpg") no-repeat;
	background-size: cover;
}
.serving-area {
	max-width: 1462px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.serving-area h2 {
	color: #c9ae92;
	border-bottom: 1px solid rgb(255 255 255 / 34%);
	padding-bottom: 68px;
}
.serving-area h2 span {
	color: #f6f4f1;
}
.serving-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 125px;
} /* left */
.serving-left {
	max-width: 530px;
	width: 100%;
	padding: 110px 0;
}
.serving-left h3 {
	font-weight: normal;
	font-size: 32px;
	line-height: 46px;
	color: #fff;
	margin-bottom: 35px;
}
.serving-left p {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 40px;
}
.serving-left a {
	font-weight: bold;
	font-size: 17px;
	line-height: normal;
	color: #f6f4f1;
	text-transform: uppercase;
	position: relative;
}
.serving-left a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 51px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.serving-left a:hover::after {
	width: 100%;
} /* right */
.serving-right {
	position: relative;
}
.serving-right::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -94px;
	width: 188px;
	height: 92px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -163px left -85px;
}
.serving-right img {
	height: 100%;
	width: auto;
} /* MEET Section ---------------------- */
.meet-section {
	position: relative;
	padding: 80px 0 100px 0;
}
.meet-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38%;
	background: #f6f4f1;
	z-index: -1;
}
.meet-wrap {
	max-width: 1035px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 43px;
	margin: 70px auto 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.meet-man {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.meet-man img {
	width: 100%;
	height: 415px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}
.meet-name {
	padding: 30px 15px;
	text-align: center;
	background: #ffffff;
}
.meet-man p {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 40px;
	color: #4e4944;
	text-transform: uppercase;
}
.meet-man p span {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: normal;
	color: #4e4944;
	opacity: 0.56;
	display: block;
}
.meet-man:hover p span {
	color: #7b572e;
} /* Counter Section ------------- */
.counter-section {
	margin-top: 120px;
}
.counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-counter {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	text-align: center;
	padding: 35px 15px 65px 15px;
	border-left: 1px solid rgb(78 73 68 / 15%);
	border-bottom: 1px solid rgb(78 73 68 / 15%);
	position: relative;
	margin-bottom: 55px;
}
.single-counter:first-child {
	border-left: none;
}
.single-counter::before {
	content: "";
	position: absolute;
	bottom: -14px;
	right: -14px;
	width: 26px;
	height: 26px;
	border: 1px solid rgb(78 73 68 / 15%);
	background: #fff;
	z-index: 1;
}
.single-counter::after {
	content: "";
	position: absolute;
	bottom: -55px;
	right: -1px;
	height: 55px;
	width: 1px;
	background: rgb(78 73 68 / 15%);
}
.single-counter:last-child::before,
.single-counter:last-child::after {
	display: none;
}
.single-counter span {
	font-weight: bold;
	font-size: 37px;
	line-height: 64px;
	color: #4e4944;
}
.single-counter p {
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	color: #4e4944;
	margin-top: 5px;
} /* accordion Section ------- */
.asked-question-sec h2 {
	margin-bottom: 60px;
}
.asked-accordion h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #1a0d02;
	border-bottom: 1px solid rgb(127 127 127 / 28%);
	padding-bottom: 35px;
	margin-bottom: 35px;
	cursor: pointer;
	position: relative;
}
.asked-accordion h2::before {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.asked-accordion h2.active::before {
	content: "-";
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	padding-bottom: 20px;
}
.accordion-body p,
.accordion-body ul li,
.accordion-body ul li a {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 30px;
}
.accordion-body ul {
	margin-left: 40px;
	margin-bottom: 30px;
}
.accordion-body ul li {
	list-style: disc;
	padding-bottom: 0;
	margin-bottom: 0;
}
.accordion-body ul li a, .accordion-body p a {
	color: inherit;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}
.accordion-body ul li a:hover {
	text-decoration: none;
} /* Review Section --------------------- */
.review-area {
	padding: 100px 180px 100px 365px;
	position: relative;
	background: rgb(78 73 68 / 7%);
}
.review-area::after {
	content: "";
	position: absolute;
	top: 110px;
	left: 180px;
	width: 128px;
	height: 140px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -285px left -135px;
}
.review-area p,
.review-area a {
	font-weight: 300;
	font-size: 22px;
	line-height: 40px;
	color: #1a0d02;
}
.review-area a {
	text-decoration: underline;
} /* What People Say Section ---------------- */
.what-people-sec {
	background: #7b572e;
}
.what-people-wrap {
	max-width: 1462px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
} /* left */
.what-pe-carousel {
	position: relative;
	padding: 130px 80px 110px 130px;
}
.what-pe-carousel::after {
	content: "";
	position: absolute;
	top: 145px;
	left: 0;
	width: 96px;
	height: 83px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -390px left 0;
}
.people-review {
	text-align: left;
}
.people-review h3 {
	font-weight: bold;
	font-size: 39px;
	color: #c9ae92;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: normal;
}
.people-review p {
	font-weight: normal !important;
	font-style: italic;
	font-size: 19px;
	line-height: inherit;
	color: #fff;
	margin-bottom: 30px;
}
.people-review span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
	font-weight: bold;
	font-size: 23px;
	color: rgb(255, 255, 255);
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.people-review span img {
	width: 72px;
	aspect-ratio: 1;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
} /* right */
.what-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
} /* slider dots */
.what-pe-carousel .LLCGslider-dots {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 50px;
	gap: 20px;
}
.what-pe-carousel .LLCGslider-dot {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #f5f5f5;
	opacity: 0.39;
	border-radius: 100%;
	margin: 0;
}
.what-pe-carousel .LLCGslider-dot.active {
	background: #c9ae92;
	border-color: #707070;
	width: 15px;
	height: 15px;
} /* Footer Section -------------------- */
footer.main-footer {
	position: relative;
    z-index: 1;
}
.footer-top {
	text-align: center;
	padding: 40px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}
.footer-nav li {
	padding-right: 24px;
	margin-right: 24px;
	border-right: 1px solid #707070;
}
.footer-nav li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.footer-nav li a {
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
	color: #4e4944;
	text-transform: uppercase;
}
.footer-nav li a:hover {
	color: #bc6f0d;
} /* copy right */
.copy-right {
	text-align: center;
	background: #1a1a1a;
	padding: 50px 0;
}
.copy-right p {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
} /* HOME PAGE END -------------------------------------------- */ /* INNER PAGE START -------------------------- */
.inner-banner-sec {
	background-image: url("images/inner/innerBannerBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 205px 0 100px 0;
	position: relative;
	z-index: 9;
}
.inner-banner-content {
	text-align: center;
}
.inner-banner-content h1 {
	font-weight: bold;
	font-size: 54px;
	line-height: 71px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#breadcrumbs,
p#breadcrumbs a {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	opacity: 0.6;
}
p#breadcrumbs span {
	margin: 0 5px;
} /* on-this page scroll bar -- */
.on-this-page-area {
	position: sticky;
	left: 0;
	width: 100%;
	z-index: 99;
	top: 146px;
	background: #4a351f;
}
.on-this-page-topcon {
	padding: 10px 0;
}
.on-this-page-topcon p {
	font-weight: normal;
	font-size: 16px;
	color: #c9ae92;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.on-this-page-topcon p::after {
	content: "";
	position: absolute;
	top: 5px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #c9ae92;
	border-left: 2px solid #c9ae92;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
} /* list wrap */
.on-this-page-content {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 0;
	flex-wrap: wrap;
	list-style: square;
	color: #a47254;
	font-size: 10px;
}
.on-this-page-content-wraper ul li {
	margin-right: 17px;
}
.on-this-page-content {
	padding-bottom: 10px;
}
.on-this-page-content-wraper ul li a {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #c9ae92;
	padding: 0px;
	margin: 0px;
}
.on-this-page-content-wraper ul li a.active {
	color: #f6f4f1;
}
/* progress bar */
.progress-area {
	width: 100%;
	height: 4px;
	background: #c9ae92;
	position: absolute;
	top: -4px;
}
.on-this-page-content-wraper ul li a:hover{
	color: #fff;
}
.on-this-page-content .close-table {
	background: no-repeat;
    border: none;
    text-decoration: underline;
    color: #c9ae92;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.on-this-page-content .close-table:hover {
	text-decoration: none;
}
.progress {
	background: #ac5b07;
	height: 4px;
	width: 0;
} /* INNER PAGE START ---------------------------------- */
.main-inner {
	margin-top: 80px;
}
.main-inner.first-p {
	margin-top: 0;
}
.main-inner.first-p > p:first-child {
	background: rgb(201 174 146 / 11%);
	padding: 55px 82px;
	position: relative;
	font-style: italic;
	padding-left: 330px;
	margin-bottom: 100px;
}
.main-inner.first-p > p:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 82px;
	margin: auto;
	width: 112px;
	height: 160px;
	background: url("images/sp.svg") no-repeat;
	background-position: left -145px bottom 0;
}
.main-inner.first-p > p:first-child::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 265px;
	width: 1px;
	height: 77%;
	background: #707070;
}
.main-inner p,
.main-inner p a,
.main-inner ul li, .main-inner ol li,
.main-inner ul li a, .main-inner ol li a {
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	color: #000;
}
.main-inner ul li a, .main-inner ol li a,
.main-inner p a {
	text-decoration: underline;
}
.main-inner ul li a:hover, .main-inner ol li a:hover,
.main-inner p a:hover {
	text-decoration: none;
}
.main-inner p,
.main-inner ul,
.main-inner ol,
.main-inner img,
.long-list li {
	margin-bottom: 30px;
}
.main-inner ul, .main-inner ol {
	margin-left: 50px;
}
.main-inner ul ul{
	margin-left: 50px;
	margin-top: 30px;
}
.main-inner ul li {
	list-style: disc;
}
.main-inner h2 {
	font-weight: 300;
	font-size: 50px;
	line-height: 1.2;
	color: #000;
	margin: 70px 0px 40px;
}
.contact .main-inner h2 {font-size: 46px;}

.main-inner h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 35px;
}
.main-inner .review-area {
	margin-top: 70px;
} /* four column */
.four-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-bottom: 100px;
}
.four-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
} /* phone consultation */
.phone-consol {
	background: rgb(78 73 68 / 7%);
	border-top: 1px solid rgb(112 112 112 / 34%);
	border-bottom: 1px solid rgb(112 112 112 / 34%);
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phone-consol a {
	padding: 95px 15px 35px 15px;
	font-weight: normal;
	font-size: 34px;
	color: #000;
}
.phone-consol a span {
	font-weight: normal;
	font-size: 38px;
	color: #7b572e;
	display: block;
}
.phone-consol a::after {
	content: "";
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 57px;
	height: 57px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -162px left 0;
}

/* Inner Carousel */
.what-people-wrap.inner {
	background: rgba(78, 73, 68, 0.07);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 61% 39%;
	grid-template-columns: 61% 39%;
	padding: 0px;
	margin: 70px 0 100px 0;
}
.what-people-wrap.inner .what-pe-carousel {
	padding: 50px;
}
.what-people-wrap.inner .what-pe-carousel::after {
	left: 26px;
	top: -38px;
	background-position: top -504px left 0px;
	transform: scale(.5);
}
.what-people-wrap.inner .people-review h3 {
	color: #000000;
	font-weight: bold;
}
.what-people-wrap.inner .people-review span {
	color: #000000;
	border-color: rgb(93 93 93 / 53%);
	font-weight: normal;
} /* dotes */
.what-people-wrap.inner .what-pe-carousel .LLCGslider-dots {
	gap: 25px;
}
.what-people-wrap.inner .what-pe-carousel .LLCGslider-dot {
	width: 17px;
	height: 17px;
	background: rgb(78 73 68 / 7%);
	border: 1px solid #000000;
	opacity: 1;
	border-radius: 0;
}
.what-people-wrap.inner .what-pe-carousel .LLCGslider-dot.active {
	background: rgb(78 73 68 / 7%);
	border-color: #000000;
	position: relative;
}
.what-people-wrap.inner .what-pe-carousel .LLCGslider-dot.active::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 9px;
	aspect-ratio: 1;
	background: #000000;
} /* Disclaimer ---- */
.disclaimer-area {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 332px 65px auto;
	grid-template-columns: 332px auto;
	gap: 65px;
	margin: 100px 0 30px 0;
}
.main-inner .disc-left p {
	margin-bottom: 11px;
	text-transform: uppercase;
}
.disc-left address,
.disc-left address a {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #4e4944;
	font-style: normal;
}
.disc-left address a {
	text-decoration: underline;
	margin-top: 10px;
}
.disc-left address a:hover {
	text-decoration: none;
}
.disc-left a {
	color: inherit;
}
.disc-left button {
	background: #4e4944;
	padding: 8px 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin-top: 28px;
	display: block;
}
.disc-left button:hover {
	background: #7b572e;
} /* right */
.disc-right {
	background: #4e4944;
	padding: 52px 15px;
	text-align: center;
}
.main-inner .disc-right p {
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 0;
} /* Maimonepc-Attorney page ------------------------- */
.office-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	gap: 50px;
	margin-bottom: 100px;
	grid-template-columns: 40% 60%;
}
.main-inner .office-img p strong, blockquote .review-area p strong, .main-inner.first-p p strong {
	font-weight: 500;
}
.main-inner .office-img p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #000;
} /* who albert */
.who-albert {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 36% 64%;
	grid-template-columns: 36% 64%;
	margin-bottom: 100px;
}
.main-inner .who-albert img {
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}
.albert-left {
	position: relative;
}
.main-inner .albert-left p {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 324px;
	width: 100%;
	background: #7b572e;
	padding: 40px 35px 35px 35px;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.main-inner .albert-left p::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 12px;
	width: 32px;
	height: 27px;
	background: url("images/sp.svg") no-repeat;
	background-position: top 0 left -41px;
} /* right */
.albert-right {
	background: #4e4944;
	padding: 80px 60px;
}
.albert-right h3 {
	font-weight: 300;
	font-size: 50px;
	line-height: 66px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}
.albert-right h3 span {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5em;
	color: #f6f4f1;
	display: block;
	line-height: normal;
}
.albert-right p, .albert-right p a {
	color: #ffffff;
}
.albert-right p:last-child {
	margin-bottom: 0;
}
.main-inner .asked-accordion h2 {
	font-size: 24px;
	margin: 50px 0px;
	padding: 0px 0px 50px 0px;
}
/* Who Needs -------- */
.who-needs {
	background: url("images/inner/who-needs.jpg") no-repeat;
	background-position: center;
	margin-bottom: 250px;
	position: relative;
	z-index: 9;
}
.who-needs.top {
	margin-top: 250px;
	margin-bottom: 100px;
}
.who-needs.top .who-nees-con {
	bottom: 0;
	top: unset;
}
.who-needs-area {
	max-width: 1462px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	height: 690px;
	position: relative;
}
.who-nees-con {
	max-width: 945px;
	width: 100%;
	background: rgb(123, 87, 46);
	padding: 75px 110px 45px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-inner .who-nees-con p,
.main-inner .who-nees-con ul li,
.main-inner .who-nees-con ul li a {
	color: #fff;
}
.main-inner .who-nees-con h2 {
	font-weight: normal;
	font-size: 44px;
	line-height: 66px;
	text-transform: initial;
	color: #fff;
}
.main-inner .asked-accordion {
	margin-bottom: 100px;
} /* testimonial */
.testimonial {
	width: 100%;
	background: rgb(201 174 146 / 11%);
	padding: 60px;
	position: relative;
	margin-bottom: 50px;
}
.testimonial.right {
	margin-left: auto;
}
.testimonial::after {
	content: "";
	position: absolute;
	top: -20px;
	left: 38px;
	width: 94px;
	height: 80px;
	background: url("images/sp.svg") no-repeat;
	background-position: bottom -30px left 0;
	transform: scale(.5);
}
.main-inner .testimonial span {
	font-weight: bold;
	font-size: 30px;
	line-height: 59px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 40px;
	display: block;
}
.main-inner .testimonial p:last-child, .main-inner .testimonial p:last-child span {
	margin-bottom: 0px;
}
.main-inner .testimonial p {
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	line-height: 37px;
	color: #000;
}
.main-inner .testimonial span em {
	font-size: 20px;
}
/* Contact page ------------------------------------------------------- */
.address-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px 0px 10px 0px;
	gap:60px;
}
.address-left {
	min-width:300px;
	max-width:450px;
	margin-bottom: 60px;
}
.address-left address {
	font-style: normal;
}
.address-left span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #1a0d02;
}
.address-left a {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #1a0d02;
} /* right */
.main-inner .address-contact ul {
	margin: 0;
}
.main-inner .address-contact ul li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 0px;
}
.main-inner .address-contact ul li p {
	margin: 0;
	width: 110px;
} /* form */
.main-inner.contact h3 {
	font-weight: bold;
	font-size: 31px;
	line-height: 40px;
	color: #4e3728;
	margin-bottom: 35px;
}
.write-us-area {
	padding-bottom: 80px;
	margin-bottom: 0px;
	border-bottom: 1px solid #707070;
}
.single-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin-bottom: 26px;
}
.single-group input {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 25px 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	color: #7f7f7f;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.single-group input:focus,
.single-group textarea:focus {
	border-color: #a47254;
}
.single-group textarea {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 25px 20px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	color: #7f7f7f;
	resize: none;
	outline: none;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	height: 73px;
}
.single-group button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #a47254;
	text-transform: uppercase;
	border: 1px solid #a47254;
}
.single-group button:hover {
	background: transparent;
	color: #7f7f7f;
}
.main-inner iframe {
	width: 100%;
	height: 470px;
	margin: 0px 0 0px 0;
}
.main-inner.contact .asked-accordion h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #1a0d02;
} /* Side bar -------------- */ /* left */
.sidebar-gallery {
	position: fixed;
	top: 190px;
	left: calc((100vw - 860px) / 2 - 360px);
	width: 244px;
	height: 566px;
	background: url("images/inner/SiteBarBg.jpg") no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	transition: 0s;
}
.side-bar-left {
	padding: 100px 44px 20px 44px;
	background: rgb(123 87 46 / 79%);
	width: 100%;
}
.side-bar-left p {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	background: transparent;
}
.side-bar-left p span {
	display: block;
}
.side-bar-left p::after {
	content: "";
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -65px right 2px;
}
.side-bar-left:hover {
	background: #7b572e;
} /* right */
.single-bar-right {
	background: #4e4944;
	text-align: center;
	margin-bottom: 3px;
	position: fixed;
	top: 190px;
	right: calc((100vw - 860px) / 2 - 360px);
	width: 244px;
	height: 175px;
	display: flex;
	transition: 0s;
}
.single-bar-right:hover {
	background: #7b572e;
}
.single-bar-right a,
.single-bar-right button {
	position: relative;
	padding: 90px 15px 20px 15px;
	width: 100%;
}
.single-bar-right.tow {
	top: 375px;
}
.single-bar-right.three {
	top: 560px;
}
.single-bar-right a::after,
.single-bar-right button::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 70px;
	background: url("images/sp.svg") no-repeat;
	background-position: top -65px left 0;
}
.single-bar-right.tow button:after {
	background-position: top -65px left -83px;
}
.single-bar-right.three button:after {
	background-position: top -64px left -168px;
}
.single-bar-right span {
	font-weight: normal;
	font-size: 18px;
	line-height: 33px;
	color: #fff;
	opacity: 0.45;
	text-transform: uppercase;
	display: block;
}
.single-bar-right p,
.single-bar-right a,
.single-bar-right button {
	font-weight: normal;
	font-size: 23px;
	color: #fff;
	background: transparent;
}
p:empty{
	display:none
}
.success-msg {
	display: none;
}
input[type="submit"] {
	border: 0px;
	background: #7b572e;
	color: #fff;
	padding: 25px;
	font-size: 18px;
}
input.search-field {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.search-submit {
	background: #cb4c00;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	height: 44px;
}
.main-inner-left span {
	display: inline-block;
}
.search-submit, a.read-full-post {
	background: #a47254;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	width: 100%;
	max-width: 100px;
	height: 38px;
}
form.search-form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
a.single-blog-title {
	color: #000;
}
.blog-pagenation-area {
	margin: 70px 0px;
}
span.page-numbers.current {
	background: #4e4944;
	padding: 10px 20px;
	color: #fff;
}
a.page-numbers {
	background: #a47254;
	padding: 10px 20px;
	color: #fff;
}
.main-inner a:hover {
	color: #7b572e;
	text-decoration: underline!important;
}
.albert-right p a:hover{
	color: #edcc82;
	text-decoration: underline!important;	
}
.single-bar-right a:hover{
	color: #fff;
	text-decoration: none!important;	
}
.phone-consol a:hover{
	color: unset;
	text-decoration: none!important;	
}
.main-inner section.legal-practices-sec {
	background: none;
}
.main-inner section.legal-practices-sec h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 35px;
	letter-spacing: 0px;
	text-transform: none;
}
.main-inner section.legal-practices-sec a:hover{
	text-decoration: none!important;	
}
.copy-right a {
	color: #fff;
	text-decoration: underline;
}

blockquote p, blockquote p a {
	font-size: large !important;
	font-weight: inherit !important;
}
.g-recaptcha iframe {
	margin: 0px;
}
.new-group {
	display: flex;
	flex-direction: column;
	width: max-content;
	gap: 20px;
}
.contact-quiz {
	margin-bottom: 20px;
	display: block;
}
.contact-quiz span, .contact-quiz input {
	font-size: 20px;
	line-height: 28px;
	color:#000;
}
.contact-quiz input::placeholder {
	color:#666;
}
.contact-quiz .add-first, .contact-quiz .add-second, .contact-quiz .ans {
	border: 1px dotted #ccc;
	width: 50px;
	padding: 7px;
	display: inline-block;
	text-align: center;
}
.contact-quiz .ans {
	width: 100px;
}
.def-two-col {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.testimonial-slider .slick-next:before, .testimonial-slider .slick-prev:before{
	color: #fff;
    background: #7b572e;
    border-radius: 30px;
    padding: 6px;
}
.testimonial-slider .slick-prev {
    left: -40px;
}


.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("images/linkedin-def-icon.png");
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
.single-blog-post-exerp {
    box-shadow: 2px 2px 10px #c3c3c3;
    padding: 30px;
    margin: 30px auto;
}
.single-blog-post-exerp h2 {
	margin-top: 0;
}
/* Style Css end ------------------------------------------------- */ /* Resonsive Css start ------------------------------------------------- */
@media all and (max-width: 1600px) {
	.sidebar-gallery,
	.single-bar-right {
		position: unset;
		height: auto;
		background: #4e4944;
		margin: 0;
		transform: none!important;
    	opacity: 1!important;
	}
	.side-bar-left {
		background: transparent;
	}
	.side-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		margin-top: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
} /* 1600 */
@media all and (max-width: 1439px) {
} /*1400 End */
@media all and (max-width: 1365px) {
	/* Header Top ----- */
	.logo {
		margin-top: 5px;
	}
	.logo a {
		height: 50px;
	}
	.logo a img {
		height: 100%;
	}
	.header-menu ul li {
		padding-top: 10px;
	}
	.header-menu > ul > li > a::after {
		top: -23px;
	}
	.header-menu .call {
		margin-top: 0;
	}
	.on-this-page-area {
		top: 136px;
	} /* Serving NY Section */
	.serving-right::after {
		right: 0;
	} /* Inner Page --------------------------------- */
	.who-nees-con {
		padding: 50px;
	}
	.who-needs.top {
		margin-top: 120px;
	}
} /*1365 End */
@media all and (max-width: 1200px) {
	.on-this-page-area {
		top: 136px;
	}
	.sec-m {
		margin: 50px 0;
	}
	.sec-p {
		padding: 50px 0;
	} /* Banner Section */
	.home-banner-content {
		padding: 200px 0 115px 0;
	}
	.home-banner-content h1 span {
		font-size: 22px;
	}
	.home-banner-content h1 {
		font-size: 60px;
	}
	.home-banner-content p {
		font-size: 17px;
		line-height: 32px;
		margin: 0px auto 30px auto;
	}
	.bn-bottom-item {
		padding: 32px 15px;
	}
	.bn-bottom-item.tow {
		min-height: 135px;
	} /* Welcome Section ---- */
	.welcome-section {
		padding-top: 50px;
	}
	.welcome-left {
		padding: 60px 30px;
	}
	.welcome-right {
		padding: 40px 25px;
	}
	.welcome-right p {
		margin-bottom: 20px;
	} /* Legal Practices Section */
	.legal-practices-sec {
		padding-bottom: 50px;
	} /* Serving NY Section - */
	.serving-wrap {
		gap: 50px;
	}
	.serving-left {
		padding: 40px 0;
	} /* MEET Section */
	.meet-section {
		padding: 50px 0;
	}
	.meet-wrap {
		margin: 50px auto 0 auto;
	}
	.meet-man img {
		height: 290px;
	} /* MEET Section */
	.counter-section {
		margin-top: 0;
	} /* ASKED Questions Section */
	.asked-question-sec h2 {
		margin-bottom: 50px;
	}
	.asked-accordion h2 {
		font-size: 18px;
		line-height: normal;
		padding-bottom: 20px;
		margin-bottom: 20px;
		padding-right: 20px;
	} /* Review Section */
	.review-area {
		padding: 100px 100px 100px 265px;
	}
	.review-area::after {
		left: 80px;
	} /* What People Say Section */
	.what-pe-carousel {
		padding: 50px 40px 50px 100px;
	}
	.what-pe-carousel::after {
		top: 40px;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.people-review h3 {
		font-size: 30px;
		margin-bottom: 20px;
		line-height: 1.2;
	} /* Inner Page ----------------------------------- */
	.inner-banner-content h1 {
		font-size: 42px;
		line-height: 1.2;
	} /* inner content */
	.main-inner {
		margin-top: 50px;
	}
	.main-inner.first-p > p:first-child {
		padding: 40px 60px;
		padding-left: 275px;
	}
	.main-inner.first-p > p:first-child::after {
		left: 240px;
	}
	.main-inner h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.four-column {
		margin: 50px 0;
	}
	.main-inner p,
	.main-inner ul,
	.main-inner ol,
	.main-inner img,
	.long-list li {
		margin-bottom: 20px;
	}
	.what-people-wrap.inner {
		margin: 50px 0;
	}
	.what-people-wrap.inner .what-pe-carousel {
		padding: 90px 75px 90px 145px;
	}
	.what-people-wrap.inner .what-pe-carousel::after {
		left: 30px;
	}
	.disclaimer-area {
		margin: 50px 0 0 0;
	}
	.office-img {
		gap: 40px;
		margin-bottom: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.who-albert {
		-ms-grid-columns: 45% 55%;
		grid-template-columns: 45% 55%;
		margin-bottom: 50px;
	}
	.main-inner .asked-accordion {
		margin-bottom: 50px;
	}
	.who-needs {
		margin-bottom: 50px;
	}
	.who-needs.top {
		margin: 50px 0;
	}
	.testimonial {
		margin-bottom: 50px;
	}
	.address-contact {
		margin: 50px 0;
	}
	.write-us-area {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.main-inner iframe {
		height: unset;
		margin: 50px 0;
		aspect-ratio: 16/9;
	} /* Side bar */
	.main-inner.first-p > p:first-child {
		margin-bottom: 50px;
	}
	.four-column {
		margin-bottom: 50px;
	}
} /*1200 End*/
@media all and (max-width: 992px) {
	.home-banner-content .heading::before, .home-banner-content .heading::after {
		display:none !important;
	}
	.office-img {
		justify-content: space-evenly;
		padding: 0px 30px;
	}
	.default-btn {
		line-height: normal;
		padding: 10px 20px;
		min-width: 235px;
	}
	.heading {
		padding-top: 60px;
		font-size: 40px;
		line-height: 1.2;
	}
	.heading span {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 5px;
	}
	.heading::after {
		height: 40px;
	}
	.heading::before {
		top: 38px;
	}

	/* Header Top --- */
	.logo a {
		height: auto;
		width: 200px;
	}
	.header-menu > ul > li > a::after {
		top: -16px;
	}
	.header-menu {
		gap: 20px;
	}
	.header-menu ul {
		gap: 10px 15px;
	} /* Banner Section ------ */
	.home-banner-content {
		padding: 150px 0 95px 0;
	}
	.home-bn-btn {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.home-bn-btn li::before {
		display: none;
	}
	.bn-bottom-item button span {
		font-size: 18px;
	} /* Welcome Section */
	.welcome-wrap {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.welcome-left {
		min-height: 300px;
	}
	.welcome-left h2 {
		line-height: 1.2;
		max-width: 562px;
		width: 100%;
	} /* Legal Practices Section */
	.legal-practice-wrap {
		gap: 50px 30px;
		margin-top: 50px;
	}
	.single-practice-bg {
		height: unset;
		width: 100%;
		aspect-ratio: 16/9;
		margin-bottom: 20px;
	}
	.single-practice h3 {
		margin-bottom: 10px;
		line-height: normal;
	}
	.single-practice p {
		line-height: 28px;
		margin-bottom: 15px;
	} /* Serving NY Section */
	.serving-area h2 {
		padding-bottom: 40px;
	}
	.serving-left {
		padding: 30px 0;
	}
	.serving-left h3 {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.serving-left p {
		line-height: normal;
		margin-bottom: 15px;
	} /* MEET Section */
	.meet-name {
		padding: 15px;
	} /* Counter Section */
	.single-counter {
		padding: 30px 10px;
	}
	.single-counter p {
		font-size: 16px;
	} /* Review Section */
	.review-area {
		padding: 50px 50px 50px 170px;
	}
	.review-area::after {
		left: 20px;
		top: 55px;
	} /* What People Say Section */
	.what-pe-carousel {
		padding: 50px 20px 50px 70px;
	}
	.what-pe-carousel::after {
		top: 36px;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
		left: -20px;
	}
	.people-review h3 {
		font-size: 26px;
	}
	.people-review p {
		font-size: 17px;
		margin-bottom: 25px;
	}
	.people-review span {
		gap: 15px;
		font-size: 18px;
		padding-bottom: 20px;
	}
	.what-pe-carousel .LLCGslider-dots {
		margin-top: 20px;
		gap: 10px;
	} /* Footer Section --------- */
	.footer-top {
		padding: 40px 0;
	}
	.footer-nav li {
		padding-right: 15px;
		margin-right: 15px;
	} /* Inner Page ----------------------------------------- */
	.inner-banner-sec {
		padding: 160px 0 60px 0;
	}
	.inner-banner-content h1 {
		font-size: 32px;
		line-height: 1.2;
	}
	.main-inner.first-p > p:first-child {
		padding-left: 205px;
	}
	.main-inner.first-p > p:first-child::before {
		left: 20px;
	}
	.main-inner.first-p > p:first-child::after {
		left: 165px;
	}
	.phone-consol a span {
		font-size: 30px;
	}
	.phone-consol a {
		font-size: 30px;
	}
	.disclaimer-area {
		gap: 25px;
	}
	.main-inner .office-img p {
		font-size: 18px;
		line-height: 28px;
	}
	.office-img img {
		width: 100%;
		margin-bottom: 0;
	}
	.albert-right {
		padding: 40px 20px;
	}
	.albert-right p {
		font-size: 16px;
		line-height: 26px;
	}
	.albert-right h3 {
		font-size: 40px;
		line-height: normal;
	}
	.who-needs {
		background: unset;
	}
	.who-needs-area {
		height: auto;
		padding: 0;
	}
	.who-nees-con {
		position: unset;
		max-width: 200%;
	}
	.single-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}
	.main-inner.contact h3 {
		font-size: 26px;
		line-height: normal;
		margin-bottom: 20px;
	}
} /*992 End */
@media all and (max-width: 849px) {
	.header-menu ul li a {
		font-size: 22px;
    	line-height: normal;
	}
}
@media all and (max-width: 768px) {
	img.alignright {
		display: block;
		float: none;
		margin: 30px auto;
	}
	.def-two-col {
		display: block;
	}
	.iframe-wrapper {
		width: 80%;
	} /*Video Popup End----*/ /*LLCG Slider Slider Css */

	.office-img {
		display: block;
		padding: 0px 0px;
	}
	.header-menu .call {
		font-size: 14px;
	}
	.on-this-page-area {
		top: 156px;
	}
	/* Header Top -------- */
	.header-menu-area {
		padding: 10px 0;
	}
	.header-menu ul {
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
	.header-menu > ul {
		display: none;
		gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		background: #7b572e;
		width: 100%;
		top: 113px;
		left: 0;
		padding: 50px;
		height: 100%;
	}
	.header-menu ul li {
		padding: 5px 0;
		width: 70%;
	}
	.header-menu > ul > li > a::after {
		display: none;
	} /* drop down */
	.header-menu ul ul {
		display: none;
		gap: 0;
		position: unset;
		top: unset;
		background: transparent;
		width: 100%;
		padding: 0 0 0 15px;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
	}
	.dropdown-menu-items {
		position: absolute;
		top: 10px;
		right: 0;
		border-right: 3px solid white;
		border-bottom: 3px solid white;
		width: 11px;
		height: 11px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobail-bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	} /* Banner Section -- */
	.home-banner-content h1 span {
		font-size: 17px;
	}
	.home-banner-content h1 {
		font-size: 44px;
	}
	.home-bn-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}
	.bn-bottom-item button {
		padding-left: 32px;
	}
	.bn-bottom-item button span {
		font-size: 15px;
	}
	.bn-bottom-item button::after {
		left: -19px;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	} /* Legal Practices Section */
	.legal-practice-wrap a {
		max-width: 45%;
	} /* Serving NY Section */
	.serving-wrap {
		gap: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.serving-left {
		max-width: 100%;
	}
	.serving-right {
		width: 100%;
	}
	.serving-right img {
		height: auto;
		width: 100%;
	} /* MEET Section */
	.meet-wrap {
		gap: 25px;
	}
	.meet-man img {
		height: auto;
	} /* ASKED Questions Section */
	.accordion-body p {
		margin-bottom: 20px;
	}
	.accordion-body ul {
		margin-bottom: 20px;
	}
	.accordion-body p,
	.accordion-body ul li,
	.accordion-body ul li a {
		font-size: 16px;
		line-height: 28px;
		color: #000;
	} /* Review Section */
	.review-area p,
	.review-area a {
		font-size: 18px;
		line-height: 29px;
	} /* What People Say Section */
	.what-people-wrap {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.what-right {
		display: none;
	} /* Footer Section ------- */
	.footer-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px 0;
		margin-top: 40px;
	} /* Inner Page --------------------------- */
	.inner-banner-sec {
		padding: 140px 0 50px 0;
	}
	.inner-banner-content h1 {
		font-size: 26px;
		line-height: 1.5;
	} /* inner content */
	.what-people-wrap.inner {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.main-inner.first-p > p:first-child {
		padding-left: 100px;
		padding-right: 20px;
	}
	.main-inner.first-p > p:first-child::before {
		left: -10px;
		bottom: unset;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	.main-inner.first-p > p:first-child::after {
		left: 85px;
	}
	.four-column {
		display: block;
	}
	.disc-right {
		padding: 20px 15px;
	}
	.disclaimer-area {
		-ms-grid-columns: 48% 4% 48%;
		grid-template-columns: 48% 48%;
		gap: 4%;
	}
	.main-inner h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.who-albert {
		display: block;
	}
	.albert-left {
		height: 400px;
	}
	.main-inner .who-albert img {
		-o-object-position: top 43% left 0;
		object-position: top 43% left 0;
	}
	.main-inner .who-nees-con h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.testimonial {
		padding: 50px 30px 50px 130px;
	}
	.testimonial::after {
		top: 51px;
		left: 23px;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}
	.single-group input {
		padding: 15pxpx;
		font-size: 16px;
		line-height: normal;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.single-group textarea {
		padding: 15px;
		font-size: 16px;
		height: 70px;
	}
	.main-inner .address-contact ul li {
		gap: 20px;
	}
	.main-inner iframe {
		margin: 0;
	}
} /*768 End */
@media all and (max-width: 576px) {
	.side_bar {
		overflow: hidden;
	}
	.on-this-page-content-wraper ul {
		margin-left: 12px;
	}
	.on-this-page-content-wraper ul li a{
		font-size: 10px;
	}
	.main-inner h2{
		scroll-margin-top: 270px;
	}
	.home-banner-content span {
		font-size: 40px;
	}
	.logo a img {
		height: 30px;
		width: auto;
	}
	.heading {
		font-size: 24px;
	}
	.heading span {
		font-size: 17px;
	}
	.on-this-page-area {
		top: 69px;
	}
	/* header top */
	.header-top {
		display: none;
	}
	.header-menu {
		gap: 5px;
	}
	.logo a {
		width: 170px;
	}
	.header-menu > ul {
		top: 62px;
		padding: 30px 20px;
	}
	.header-menu ul li {
		width: 100%;
		padding-right: 20px;
	}
	.header-menu .call {
		font-size: 0;
	}
	.header-menu .call::after {
		-webkit-transform: scale(1.7);
		-ms-transform: scale(1.7);
		transform: scale(1.7);
	} /* Banner Section ----- */
	.home-banner-content {
		padding: 100px 0 70px 0;
	}
	.home-banner-content h1 {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	.home-banner-content h1 span {
		font-size: 24px;
		line-height: normal;
		padding-bottom: 0;
	}
	.home-banner-content .heading::after,
	.home-banner-content .heading::before {
		display: none;
	}
	.home-banner-content p {
		font-size: 16px;
		line-height: 1.6;
	}
	.home-bn-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bn-bottom-item {
		padding: 25px 15px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		border-bottom: 1px solid #ffffff14;
		background: rgb(78 73 68);
		height: 100px;
		min-width: 50%;
	}
	.bn-bottom-item.tow {
		min-height: unset;
		background: rgb(78 73 68);
	} /* Welcome Section -- */
	.welcome-wrap {
		padding: 15px;
	}
	.welcome-left {
		padding: 40px 15px;
		min-height: auto;
	}
	.welcome-left h2 {
		font-size: 30px;
	}
	.welcome-right {
		padding: 40px 15px;
	}
	.welcome-right p:first-child::first-letter {
		font-size: 40px;
		line-height: 42px;
	} /* Legal Practices Section */
	.legal-practice-wrap {
		gap: 40px;
	}
	.legal-practice-wrap a {
		max-width: 100%;
	}
	.single-practice p {
		min-height: auto;
	} /* Serving NY Section */
	.serving-area {
		padding: 0;
	}
	.serving-left h3 {
		font-size: 20px;
		line-height: 1.4;
	} /* MEET Section */
	.meet-man {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	} /* Counter Section */
	.single-counter {
		padding: 30px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		min-width: 50%;
		margin-bottom: 0;
		border-left: none;
	}
	.single-counter::before,
	.single-counter::after {
		display: none;
	} /* ASKED Questions Section */
	.asked-accordion h2 {
		font-size: 16px;
	} /* Review Section */
	.review-area {
		padding: 40px 15px 40px 70px;
	}
	.review-area::after {
		left: -26px;
		top: 0;
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}
	.review-area p,
	.review-area a {
		font-size: 16px;
		line-height: 26px;
	} /* Footer Section --------- */
	.footer-nav {
		gap: 10px 15px;
	}
	.footer-nav li {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.copy-right {
		padding: 20px 0;
	}
	.copy-right p {
		color: #fff;
	} /* Footer Section */
	.main-inner.first-p > p:first-child {
		padding: 20px 15px;
	}
	.main-inner.first-p > p:first-child::before,
	.main-inner.first-p > p:first-child::after {
		display: none;
	}
	.main-inner p,
	.main-inner p a,
	.main-inner ul li, .main-inner ol li,
	.main-inner ul li a, .main-inner ol li a {
		font-size: 16px;
		line-height: 26px;
	}
	.four-column {
		margin: 10px 0 30px;
	}
	.main-inner h2 {
		font-size: 22px;
		line-height: 1.4;
	}
	.main-inner ul, .main-inner ol {
		margin-left: 20px;
	}
	.what-people-wrap.inner .what-pe-carousel {
		padding: 40px 15px 40px 75px;
	}
	.what-people-wrap.inner .what-pe-carousel::after {
		left: -7px;
		top: 20px;
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}
	.people-review h3 {
		font-size: 20px;
	}
	.main-inner .review-area {
		margin-top: 50px;
	}
	.disclaimer-area {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 25px;
	}
	.main-inner .office-img p {
		font-size: 16px;
		line-height: 26px;
	}
	.office-img {
		gap: 0;
	}
	.main-inner .who-albert img {
		-o-object-position: unset;
		object-position: unset;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.albert-right h3 {
		font-size: 30px;
	}
	.main-inner h3 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.main-inner .asked-accordion h2 {
		font-size: 17px;
	}
	.who-nees-con {
		padding: 40px 15px;
	}
	.main-inner .who-nees-con h2 {
		font-size: 24px;
	}
	.albert-right {
		padding: 20px 15px;
	}
	.testimonial {
		padding: 40px 15px 40px 60px;
	}
	.main-inner .testimonial span {
		font-size: 23px;
		line-height: normal;
	}
	.main-inner .testimonial p {
		font-size: 16px;
		line-height: 26px;
	}
	.main-inner .testimonial span {
		font-size: 18px;
	}
	.testimonial::after {
		top: 24px;
		left: -12px;
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}
	.main-inner.contact h3 {
		font-size: 20px;
	}
	.main-inner.contact .asked-accordion h2 {
		font-size: 18px;
		line-height: 1.3;
	}
	.address-contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.address-left {
		width: 100%;
	}
	.inner-banner-sec {
		padding: 110px 0 50px 0;
	}
	.single-group textarea {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.single-group button {
		padding: 15px;
		max-width: 220px;
	}
	.dis-popup {
		padding: 50px 15px;
	} /* Side Bar */
	.sidebar-gallery,
	.single-bar-right {
		width: 100%;
	}
	.side-bar-left {
		text-align: center;
	}
} 
/*576 End */


