.about3-section-area,
span.success1 {
	position: relative;
}
.section-padding5 {
	padding: 100px 0;
}
.about3-images1 {
	position: relative;
}
.margin-b20 {
	margin-bottom: 20px;
}
.weight-600 {
	font-weight: 600 !important;
}
.margin-b30 {
	margin-bottom: 30px;
}

.margin-t {
	margin-top: 20px;
}
.aboutUsBlock{
	margin: 0 60px 0;
}
.lawprovide-boaxrea {
	border-radius: 2px;
	background: #fff;
	padding: 28px 20px;
	position: relative;
	transition: all 0.4s ease-in-out;
}
.lawprovide-boaxrea {
	z-index: 1;
}
.lawprovide-boaxrea:hover {
	transform: translateY(-10px);
	transition: all 0.4s ease-in-out;
}
.lawprovide-boaxrea:hover:after {
	height: 100%;
	bottom: 0;
	top: auto;
	transition: all 0.4s ease-in-out;
}
.lawprovide-boaxrea:after {
	position: absolute;
	content: "";
	height: 0;
	width: 100%;
	left: 0;
	top: 0;
	background: var(--main-text-color, #0072b0);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.guidiance-boxarea {
	position: absolute;
	transition: all 0.4s ease-in-out;
}
.guidiance-boxarea {
	border-radius: 64px;
	background: rgba(4, 78, 124, 0.1);
	display: inline-block;
	height: 64px;
	width: 64px;
	text-align: center;
	line-height: 64px;
}
.lax-conultingprovide {
	position: relative;
	padding-left: 100px;
	top: 0;
}
.lawprovide-boaxrea:hover h1,
.lawprovide-boaxrea:hover p {
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.designation {
	font-style: italic;
	font-weight: bold;
}
.socials {
	margin-top: 25%;
}

/* timeline css */

.timeline {
	position: relative;
}
.timeline::before {
	content: "";
	background: #c5cae9;
	width: 5px;
	height: 95%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
}

.timeline-item {
	width: 100%;
	margin-bottom: 70px !important;
}
.timeline-item:nth-child(even) .timeline-content {
	float: right;
	padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
	right: auto;
	left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
	content: "";
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
	content: "";
	display: block;
	clear: both;
}

.timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
	content: "";
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	right: -15px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
	width: 30px;
	height: 30px;
	background: #4d7dbc;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 5px;
	margin-left: -15px;
}

.timeline-card {
	padding: 0 !important;
}
.timeline-card p {
	padding: 0 20px;
}
.timeline-card a {
	margin-left: 20px;
}

.timeline-item .timeline-img-header {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
		url("https://picsum.photos/1000/800/?random") center center no-repeat;
	background-size: cover;
}

.timeline-img-header {
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}
.timeline-img-header h2 {
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

blockquote.events {
	margin-top: 50px;
	color: #000;
	border-left-color: #4d7dbc;
	padding: 0 20px;
}

.date {
	background: #fecd58;
	display: inline-block;
	color: #000;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.timeline::before {
		left: 50px;
	}
	.timeline .timeline-img {
		left: 50px;
	}
	.timeline .timeline-content {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
	}
	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}
	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: "";
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
	}
}

/* timeline css */

/* Our Team -------------------------------------*/

.our-team .team-row {
	margin-left: -40px;
	margin-right: -40px;
}

.our-team .team-wrap {
	padding: 0 40px;
}

.our-team .container-fluid {
	padding: 0 50px;
}

.team-img img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	width: 250px;
	height: 300px;
}

.team-member,
.team-img {
	position: relative;
	overflow: hidden;
	width: 250px;
	margin: 0 auto;
}
.team-img {
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
	border: 1px solid #0072b0;
}

.team-title {
	margin: 30px 0 7px;
}

.overlay {
	background-color: rgba(20, 20, 20, 0.7);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team-details {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team-details p {
	color: #fff;
}

.team-img:hover .team-details {
	opacity: 1;
	margin-top: -80px;
}

.team-img:hover .overlay {
	opacity: 1;
}

.socials a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-color: transparent;
}

.socials i {
	line-height: 37px;
	color: #616161;
	font-size: 14px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
	line-height: 36px !important;
}

.socials a:hover i {
	color: #000;
	background-color: #fecd58;
}

/* Our Team -------------------------------------*/

/* faq css */

.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
	border-bottom: 1px solid #03b5d2;
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
	color: #03b5d2;
	border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.accordion button[aria-expanded="true"] {
	color: #03b5d2;
}
.accordion button[aria-expanded="true"] .icon::after {
	width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-size: 1rem;
	font-weight: 300;
	margin: 2em 0;
}

/* faq css */
.about3-textarea1 {
	margin-top: 160px;
}

.cta5-section-area {
	position: relative;
}
.cta5-section-area {
	background: #6083a9;
}
.section-padding4 {
	padding: 60px 0;
}
a.theme6-btn6 {
	border-radius: 2px;
	background: #1d2940;
	display: inline-block;
	padding: 18px 22px;
	transition: all 0.4s ease-in-out;
	color: #fff;
	margin-top: 45px;
}
.weight-700 {
	font-weight: 700 !important;
}
.lineh-16 {
	line-height: 16px;
}
.font-16 {
	font-size: 16px;
}
.cta5-auhtor6-area h1,
.cta5-auhtor6-area p {
	color: #fff;
}

/* testimonials css */

.testimonial-sections {
	display: grid;
	place-items: start;
	min-height: 100vh;
	min-height: 100svh;
	font-family: "Poppins", sans-serif;
	color: #26273e;
	padding-block: min(20vh, 3rem);
}
@media screen and (min-width: 61.25rem) {
	body {
		place-items: center;
	}
}

section.testimonial-wrapper {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: calc(min(90rem, 85%));
	margin: 0 auto;
}
@media screen and (min-width: 61.25rem) {
	section.testimonial-wrapper {
		column-gap: 5rem;
	}
}
section.testimonial-wrapper h1 {
	grid-column: span 12;
	text-transform: capitalize;
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
@media screen and (min-width: 61.25rem) {
	section.testimonial-wrapper h1 {
		margin-bottom: 4rem;
	}
}
section.testimonial-wrapper .cards {
	grid-column: span 12;
	display: grid;
	gap: 2rem;
}
@media screen and (min-width: 61.25rem) {
	section.testimonial-wrapper .cards {
		grid-column: span 5;
	}
}
section.testimonial-wrapper .cards .card {
	cursor: pointer;
	padding: 0.5em;
	border-radius: 1rem;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 2.188rem;
	align-items: center;
	transition: 0.3s;
	position: relative;
	border: 0.094rem solid transparent;
	margin: 0;
	box-shadow: none;
}
section.testimonial-wrapper .cards .card img {
	display: block;
	width: 3.35rem;
	height: 3.35rem;
	border-radius: 50%;
	filter: grayscale(1);
	transition: 0.5s;
}
section.testimonial-wrapper .cards .card > div h3 {
	text-transform: capitalize;
    font-size: 1.35rem;
    font-style: italic;
}
section.testimonial-wrapper .cards .card > div p {
	text-transform: capitalize;
	color: #767676;
	font-size: 0.9rem;
}
section.testimonial-wrapper .cards .card.active {
	background: #fff;
	border: 0.094rem solid #0f172a14;
}
section.testimonial-wrapper .cards .card.active .gradient {
	background-image: linear-gradient(
		to right,
		#4755690a,
		#9d0cb28a,
		#4343c899,
		#4755690a
	);
	width: 50%;
	height: 0.2rem;
	position: absolute;
	content: "";
	bottom: -0.063rem;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 0.125rem 0.75rem #4343c84d;
}
section.testimonial-wrapper .cards .card.active img {
	filter: grayscale(0);
}
section.testimonial-wrapper .content {
	grid-column: span 12;
	position: relative;
	width: 100%;
	overflow: inherit;
	margin-top: 2rem;
}
@media screen and (min-width: 61.25rem) {
	section.testimonial-wrapper .content {
		grid-column: span 7;
		margin-top: 0;
		height: auto;
	}
}
section.testimonial-wrapper .content .contentBox {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: start;
}
@media screen and (min-width: 61.25rem) {
	section.testimonial-wrapper .content .contentBox {
		align-items: center;
	}
}
section.testimonial-wrapper .content .contentBox .text {
	padding-bottom: 2rem;
}
@media screen and (min-width: 61.25rem) {
	section.testimonial-wrapper .content .contentBox .text {
		padding-bottom: 0;
	}
}
section.testimonial-wrapper .content .contentBox h2 {
	transition: 0.5s;
	opacity: 0;
}
section.testimonial-wrapper .content .contentBox p {
	transition: 0.5s;
	opacity: 0;
	margin-top: 1.25rem;
}
section.testimonial-wrapper .content .contentBox span {
	display: inline-block;
	transition: 0.5s;
	opacity: 0;
	margin-top: 0.625rem;
}
section.testimonial-wrapper .content .contentBox span svg {
	width: 1.25rem;
	color: #eca633;
}
section.testimonial-wrapper .content .contentBox.active h2 {
	opacity: 1;
	transition-delay: 0.5s;
}
section.testimonial-wrapper .content .contentBox.active span {
	opacity: 1;
	transition-delay: 0.7s;
}
section.testimonial-wrapper .content .contentBox.active p {
	opacity: 1;
	transition-delay: 0.9s;
}

body::-webkit-scrollbar {
	width: 0.8em;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #3f3f3f;
}

/* testimonials css */
