@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

:root {
	--bs-inter: 'Inter';
	--bs-gelasio: 'Gelasio';
	--bs-ffffff: #ffffff;
	--bs-ffffff80: #ffffff80;
	--bs-ffffffb3: #ffffffb3;
	--bs-ffffffcc: #ffffffcc;
	--bs-000000: #000000;
	--bs-00000080: #00000080;
	--bs-000000b3: #000000b3;
	--bs-000000cc: #000000cc;
	--bs-717174: #717174;
	--bs-d9d9d9: #d9d9d9;
	--bs-d9d9d957: #d9d9d957;
	--bs-e5f1ef: #e5f1ef;
	--bs-007161: #007161;
	--bs-0071614d: #0071614d;
	--bs-737978: #737978;
}


body{
	font-family: var(--bs-inter);
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	background: var(--bs-ffffff);
}

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

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.paragraph-small {
	font-size: 13px;
	line-height: 16px;
}

.paragraph-medium {
	font-size: 20px;
	line-height: 37px;
}

.paragraph-large {
	font-size: 24px;
	line-height: 41px;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.font-family-inter {
	font-family: var(--bs-inter) !important;
}

.font-family-gelasio {
	font-family: var(--bs-gelasio) !important;
}

.weight-300 {
	font-weight: 300 !important;
}

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

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.text-ffffff {
	color: var(--bs-ffffff) !important;
}

.bg-ffffff {
	background: var(--bs-ffffff) !important;
}

.text-ffffff80 {
	color: var(--bs-ffffff80) !important;
}

.bg-ffffff80 {
	background: var(--bs-ffffff80) !important;
}

.text-ffffffb3 {
	color: var(--bs-ffffffb3) !important;
}

.bg-ffffffb3 {
	background: var(--bs-ffffffb3) !important;
}

.text-ffffffcc {
	color: var(--bs-ffffffcc) !important;
}

.bg-ffffffcc {
	background: var(--bs-ffffffcc) !important;
}

.text-000000 {
	color: var(--bs-000000) !important;
}

.bg-000000 {
	background: var(--bs-000000) !important;
}

.text-00000080 {
	color: var(--bs-00000080) !important;
}

.bg-00000080 {
	background: var(--bs-00000080) !important;
}

.text-000000b3 {
	color: var(--bs-000000b3) !important;
}

.bg-000000b3 {
	background: var(--bs-000000b3) !important;
}

.text-000000cc {
	color: var(--bs-000000cc) !important;
}

.bg-000000cc {
	background: var(--bs-000000cc) !important;
}

.text-717174 {
	color: var(--bs-717174) !important;
}

.bg-717174 {
	background: var(--bs-717174) !important;
}

.text-d9d9d9 {
	color: var(--bs-d9d9d9) !important;
}

.bg-d9d9d9 {
	background: var(--bs-d9d9d9) !important;
}

.text-d9d9d957 {
	color: var(--bs-d9d9d957) !important;
}

.bg-d9d9d957 {
	background: var(--bs-d9d9d957) !important;
}

.text-e5f1ef {
	color: var(--bs-e5f1ef) !important;
}

.bg-e5f1ef {
	background: var(--bs-e5f1ef) !important;
}

.text-007161 {
	color: var(--bs-007161) !important;
}

.bg-007161 {
	background: var(--bs-007161) !important;
}

.text-0071614d {
	color: var(--bs-0071614d) !important;
}

.bg-0071614d {
	background: var(--bs-0071614d) !important;
}

.fix-width-490 {
	max-width: 490px;
	width: 100%;
}

.fix-width-555 {
	max-width: 555px;
	width: 100%;
}

.fix-width-655 {
	max-width: 655px;
	width: 100%;
}

h1 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 64px;
	line-height: 81px;
	color: var(--bs-000000);
	margin-bottom: 30px;
}

h2 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 64px;
	line-height: 81px;
	color: var(--bs-000000);
	margin-bottom: 30px;
}

h3 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
	color: var(--bs-000000);
	margin-bottom: 30px;
}

h4 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: var(--bs-000000);
	margin-bottom: 25px;
}

h5 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	color: var(--bs-000000);
	margin-bottom: 25px;
}

h6 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: var(--bs-000000);
	margin-bottom: 25px;
}

/* main-title */
.main-title {
	color: var(--bs-000000);
}

.main-title * {
	color: inherit;
}
/* main-title */

/* section-title */
.section-title {
	margin-bottom: 38px;
}

.section-title * {
	color: inherit;
}
/* section-title */

/* **** Header **** */
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}

.header .h-privacy-lang {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 15px;
}
.h-privacy-policy{display: none;}
.header .h-privacy-policy ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header .h-privacy-policy ul li {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 20px;
	line-height: 32px;
	color: var(--bs-ffffffb3);
}

.header .h-privacy-policy ul li a {
	text-decoration: none;
	color: inherit;
}

.header .h-privacy-policy ul li.active a,
.header .h-privacy-policy ul li a.active,
.header .h-privacy-policy ul li a:hover {
	color: var(--bs-ffffff);
}

.header .h-languages ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 4px 10px;
	background: var(--bs-ffffff);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.header .h-languages ul li {
	display: inline-flex;
	margin: 0;
	padding: 0 5px;
	font-family: var(--bs-inter);
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: var(--bs-000000);
	border-right: 2px solid var(--bs-000000);
	text-transform: uppercase;
}

.header .h-languages ul li:first-child {
	padding-left: 0;
}

.header .h-languages ul li:last-child {
	padding-right: 0;
	border: none;
}

.header .h-languages ul li a {
	text-decoration: none;
	color: inherit;
}

.header .h-languages ul li a:hover {
	color: var(--bs-000000b3);
}

.header .h-languages ul li.active a,
.header .h-languages ul li a.active {
	font-weight: 600;
}

.navbar {
	padding: 0;
}

.navbar .navbar-brand {
	padding: 21px;
	background: var(--bs-ffffff);
}

.navbar .navbar-brand img {
	width: 165px;
}

.navbar-toggler {
	width: 32px;
	height: 28px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background: var(--bs-ffffff);
	margin-bottom: 10px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 13px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -13px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-collapse {
	flex: 1 0 0;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-end;
}

.navbar .navbar-nav .nav-item {
	margin: 0 12px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-family: var(--bs-inter);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: var(--bs-ffffff);
	padding: 0;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.show,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: var(--bs-ffffffb3);
}
/* **** End Header **** */

/* banner */
.banner-section {
	position: relative;
	height: 385px;
}

.banner-section.home-banner-section {
	height: 100vh;
	min-height: 700px;
}

.banner-section > .row {
	height: 100%;
}

.banner-section > .row > * {
	height: 100%;
}

.banner-section > .row > * > * {
	height: 100%;
}

.banner-section .banner-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-description {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background: var(--bs-007161);
	padding-bottom: 30px;
}

.banner-section.home-banner-section .banner-description {
	align-items: center;
	padding: 0;
}

.banner-section .banner-sub-title {
	color: var(--bs-ffffff);
	/* margin-bottom: 10px; */
	padding: 10px 0 10px 43px;
}

.banner-section .banner-sub-title * {
	font-size: 36px;
	line-height: 43px;
	color: inherit;
	margin: 0;
}

.banner-section .banner-title {
	color: var(--bs-ffffff);
}

.banner-section .banner-title > * {
	padding: 20px 0 20px 23px;
	color: inherit;
	background: var(--bs-007161);
	margin: 0;
}

.banner-section.home-banner-section .banner-title > * {
	display: inline-block;
}

.banner-section .banner-title h1 {
	font-family: var(--bs-gelasio);
	font-weight: 400;
	margin-left: -210px;
}

.banner-section .banner-title h2 {
	font-weight: 600;
	margin-left: -155px;
	margin-top: -30px;
}

.banner-section .banner-content {
	margin-left: 0;
	max-width: 590px;
	width: 100%;
}

.banner-section.home-banner-section .banner-title {
	text-align: right;
}

.banner-section .banner-detail {
	max-width: 356px;
	width: 100%;
	float: right;
}

.banner-section .banner-detail .detail {
	font-weight: 600;
	color: var(--bs-ffffffb3);
	text-align: right;
}
/* banner */

/* achieve-goal */
.achieve-goal-section {
	padding: 100px 0;
}

.achieve-goal-section .achieve-goal-description > .row {
	margin: 0 -28px;
}

.achieve-goal-section .achieve-goal-description > .row > * {
	padding: 0 28px;
}

.achieve-goal-section .achieve-goal-detail {
	font-weight: 600;
	color: var(--bs-000000b3);
}
/* achieve-goal */

/* talk-to-us */
.talk-to-us-section {
	padding: 110px 0;
}

.talk-to-us-section .talk-to-us-detail .detail {
	color: var(--bs-ffffffb3);
	margin-bottom: 45px;
}

.talk-to-us-section .talk-to-us-detail .detail a {
	text-decoration: none;
	color: inherit;
	border-bottom: 4px solid var(--bs-ffffff);
}

.talk-to-us-section .talk-to-us-detail .detail a:hover {
	color: var(--bs-ffffff);
}

.talk-to-us-section .talk-link {
	color: #ffffff;
}
.talk-to-us-section .talk-link br{display: none;}
.talk-to-us-section .talk-link * {
	color: inherit;
	margin: 0;
}

.talk-to-us-section .talk-link a {
	text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.talk-to-us-section .talk-to-us-detail .detail p br{display: none;}

.talk-to-us-section .talk-link a:hover {
	color: var(--bs-ffffffb3);
}
/* talk-to-us */

/* our-services */
.our-services-section {
	padding: 145px 0 100px;
}

.our-services-section .our-services-main-detail {
	margin-bottom: 50px;
}

.our-services-section .our-services-main-detail .detail * {
	margin: 0;
}

.our-services-section .our-services-list > .row {
	margin: 0 -10px;
}

.our-services-section .our-services-list > .row > * {
	padding: 0 10px;
}

.our-services-block {
	background: var(--bs-007161);
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.our-services-block .services-image {
	height: 155px;
	overflow: hidden;
}

.our-services-block .services-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.our-services-block .services-detail {
	padding: 24px;
}

.our-services-block .title {
	font-family: var(--bs-inter);
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--bs-ffffff);
	margin-bottom: 20px;
}

.our-services-block .title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.our-services-block .title a:hover {
	color: var(--bs-ffffff80);
}

.our-services-block .services-detail .detail {
	color: var(--bs-ffffffcc);
	line-height: 21px;
}

.our-services-block .moreinfo-link {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--bs-ffffff);
	padding-top: 10px;
}

.our-services-block .moreinfo-link * {
	display: inline-flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.our-services-block .moreinfo-link a:hover {
	color: var(--bs-ffffff80);
}
/* our-services */

/* international-services */
.international-services-section {
	padding: 115px 0;
	margin-bottom: 28px;
}

.international-services-section .talk-link br{display: none;}

.international-block .section-title * {
	margin-bottom: 70px;
}

.international-block .detail {
	line-height: 29px;
}

.international-services-block .section-title * {
	margin-bottom: 45px;
}

.international-services-block .services-list > .row {
	margin: 0 -10px;
}

.international-services-block .services-list > .row > * {
	padding: 0 10px;
}

.international-services-block .services-block {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	background: var(--bs-ffffff);
	padding: 20px 15px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.international-services-block .services-block .title {
	font-family: var(--bs-inter);
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	word-wrap: break-word;
}

.international-services-block .services-block .detail {
	color: var(--bs-000000cc);
}
/* international-services */

.content a {
    color: var(--bs-007161);
}

/* labor-law */
.labor-law-section {
	padding: 110px 0 64px;
}
/* labor-law */

/* our-employment */
.our-employment-section {
	padding: 64px 0 100px;
}
.labor-law-detail h4{
	font-size: 24px;
	font-weight: 600;
	color: #111;
	line-height: 32px;
	margin: 0 0 30px;
}
.our-employment-section .our-employment-detail .detail {
	font-weight: 600;
}

.our-employment-section .our-employment-detail .detail ul li {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.our-employment-section .section-title {
	max-width: 575px;
}
/* our-employment */

/* your-lawyer-contact */
.your-lawyer-contact-section {
	position: relative;
	margin-top: -125px;
	margin-bottom: -90px;
}

.your-lawyer-contact-section .your-lawyer-contact-description {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
}

.your-lawyer-contact-section .your-lawyer-contact-list {
	max-width: 300px;
	width: 100%;
	padding: 21px;
}

.your-lawyer-contact-section .your-lawyer-contact-list .lawyer-title {
	border-bottom: 2px solid var(--bs-ffffff80);
	font-weight: 600;
	color: var(--bs-ffffff);
	margin-bottom: 22px;
}

.your-lawyer-contact-section .your-lawyer-block {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--bs-ffffff);
	margin-bottom: 20px;
}

.your-lawyer-contact-section .your-lawyer-block:hover .detail {
	opacity: 0.7;
}

.your-lawyer-contact-section .your-lawyer-block:last-child {
	margin-bottom: 0;
}

.your-lawyer-contact-section .your-lawyer-block .profile {
	flex: 0 0 60px;
	max-width: 60px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-right: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.your-lawyer-contact-section .your-lawyer-block .profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center top;
}

.your-lawyer-contact-section .your-lawyer-block .detail {
	flex: 1 0 0;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
}

.your-lawyer-contact-section .your-lawyer-block .detail * {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 35px;
	line-height: 22px;
	margin: 0;
	font-size: 18px;
}
.your-lawyer-contact-section .your-lawyer-block .detail p{
	width: 100%;
}
.your-lawyer-contact-section .your-lawyer-block .detail *:after {
	position: absolute;
	content: "->";
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.your-lawyer-contact-section .your-lawyer-block .detail span {
	margin-left: 15px;
}
/* your-lawyer-contact */

/* lawyer-doctor */
.lawyer-doctor-section {
	padding: 45px 0;
}

.lawyer-doctor-section .lawyer-doctor-detail .detail {
	color: var(--bs-000000b3);
}

.lawyer-doctor-section .lawyer-doctor-detail .detail p a {
	color: inherit;
	text-decoration: underline;
}

.lawyer-doctor-section .lawyer-doctor-detail .detail p a:hover {
	color: var(--bs-000000);
}
/* lawyer-doctor */

/* business-success */
.business-success-section {
	padding: 50px 0;
}

.business-success-section .main-detail {
	margin-bottom: 35px;
}

.business-success-section .main-detail .inner-detail > * {
	margin: 0;
}

.business-success-section .viewmore-link {
	font-weight: 600;
	color: var(--bs-000000);
	padding-top: 20px;
}

.business-success-section .viewmore-link a {
	text-decoration: none;
	color: inherit;
}

.business-success-section .viewmore-link a:hover {
	color: var(--bs-000000b3);
}
/* business-success */

/* our-lawyers */
.our-lawyers-section {
	padding: 50px 0 115px;
}

.our-lawyers-list-items {
	padding-bottom: 40px;
}

.our-lawyers-list-items ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.our-lawyers-list-items ul li {
	display: inline-flex;
	margin: 0 6px 15px;
	padding: 0;
	list-style-type: none;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	color: #000000;
}

.our-lawyers-list-items ul li:first-child {
	margin-left: 0;
}

.our-lawyers-list-items ul li:last-child {
	margin-right: 0;
}

.our-lawyers-list-items ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 7px 15px;
	background: var(--bs-0071614d);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.our-lawyers-list-items ul li.active a,
.our-lawyers-list-items ul li a.active,
.our-lawyers-list-items ul li a:hover {
	color: #ffffff;
	background: var(--bs-007161);
}
/* our-lawyers */

/* about-lawyers */
.about-lawyers-section {
	padding: 60px 0;
	margin-bottom: 60px;
}

.about-lawyers-section .about-lawyers-detail .detail p {
	margin-bottom: 30px;
}

.about-lawyers-section .about-lawyers-detail .detail p b {
	font-weight: 600;
}

.about-lawyers-section .about-lawyers-detail .detail ul {
	padding-left: 20px;
}

.about-lawyers-section .about-lawyers-detail .custom-list-items p {
	margin: 0;
}
/* about-lawyers */

/* our-lawyers-profile-block */
.our-lawyers-profile-block .our-lawyers-profile-image {
	height: 100%;
}

.our-lawyers-profile-block .our-lawyers-profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.our-lawyers-profile-block .lawyers-profile-title {
	margin-left: -140px;
	margin-top: 56px;
}

.our-lawyers-profile-block .lawyers-profile-title > * {
	display: inline-block;
	margin: 0;
}

.our-lawyers-profile-block .lawyers-profile-title h3 {
	color: var(--bs-ffffff);
	background: var(--bs-007161);
	padding: 23px;
}

.our-lawyers-profile-block .lawyers-profile-title h6 {
	line-height: 42px;
	background: var(--bs-ffffff);
	padding: 25px;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
	color: var(--bs-000000b3);
}

.our-lawyers-profile-block .our-lawyers-profile-detail {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail {
	margin-top: 30px;
}

.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail p {
	margin: 0;
}

.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail b {
	font-weight: 600;
}

.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail ul {
	padding-left: 20px;
}
/**
.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail ul li a{
	color: #111;
	text-decoration: none;
}
.our-lawyers-profile-block .our-lawyers-profile-detail .lawyers-profile-inner-detail ul li a:hover{
	color: #007161;
}**/

.our-lawyers-profile-carousel {
	opacity: 0;
}

.our-lawyers-profile-carousel.slick-initialized {
	opacity: 1;
}
/* our-lawyers-profile-block */

/* typography */
.typography-section {
	padding: 99px 0;
}

.typography-section .typography-block {
	margin-bottom: 35px;
}

.typography-section .typography-block .typography-detail .detail {
	color: var(--bs-000000b3);
}

.typography-section .typography-block b {
	font-weight: 600;
}

.typography-section .typography-block a {
	text-decoration: underline;
	color: inherit;
}

.typography-section .typography-block a:hover {
	color: var(--bs-000000);
}

.impressum-section .typography-block .typography-detail .detail ul {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

.impressum-section .typography-block .typography-detail .detail ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.impressum-section .typography-block .typography-detail .detail p {
	margin: 0 0 30px;
}
/* typography */

/* team */
.team-section {
	padding: 55px 0 0;
}

.team-section .team-list > .row {
	margin: 0 -27px;
}

.team-section .team-list > .row > * {
	padding: 0 27px;
}

.team-list a{text-decoration: none;}
.team-block {
	height: calc(100% - 54px);
	margin-bottom: 54px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.team-block .team-image {
	height: 320px;
	overflow: hidden;
}

.team-block .team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center top;
}

.team-block .team-detail {
	height: calc(100% - 320px);
	padding: 25px;
	background: var(--bs-007161);
}

.team-block .team-detail .title {
	font-weight: 600;
	color: var(--bs-ffffff);
	margin-bottom: 10px;
}

.team-block .team-detail .detail {
	color: var(--bs-ffffffb3);
	line-height: 21px;
}

.team-block .team-detail .detail ul {
	padding-left: 20px;
}

.team-block .team-detail .detail ul li {
	margin-bottom: 5px;
}
.team-list a,
.team-block .team-detail .detail ul li{
	color: #fff;
}
/* team */

.f-top {
	background: var(--bs-007161);
	padding: 45px 0;
}

.f-contact-block .f-detail {
	color: #ffffff;
}

.f-contact-block .f-detail p {
	margin-bottom: 0;
}

.f-contact-block .f-detail a {
	text-decoration: none;
	color: inherit;
}

.f-contact-block .f-detail a:hover {
	color: var(--bs-d9d9d9);
}

.f-contact-block .f-right {
	text-align: right;
}

.f-bottom {
	padding: 35px 0 35px;
	background: var(--bs-e5f1ef);
}

.f-logo {
	margin-bottom: 30px;
}

.f-bottom .f-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.f-bottom ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-bottom ul li {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	font-size: 14px;
	line-height: 17px;
	color: var(--bs-00000080);
}

.f-bottom ul li:first-child {
	padding-left: 0 !important;
}

.f-bottom ul li:last-child {
	padding-right: 0 !important;
}

.f-bottom ul li:last-child:before {
	display: none !important;
}

.f-bottom ul li a {
	text-decoration: none;
	color: inherit;
}

.f-bottom ul li.active a,
.f-bottom ul li a.active,
.f-bottom ul li a:hover {
	color: var(--bs-007161);
}

.f-bottom .f-copyright ul li {
	padding: 0 15px;
}

.f-bottom .f-copyright ul li:before {
	position: absolute;
	content: "";
	right: -7px;
	top: 8px;
	height: 2px;
	width: 15px;
	background: var(--bs-00000080);
}

.custom-list-items li a,
.about-lawyers-section .about-lawyers-detail .detail p a {
    color: #007161;
}
.contact-wrp{
	padding: 60px 0;
}
.achieve-goal-title p{
	font-size: 18px;
	font-weight: normal;
	color: #111;
	line-height: 32px;
	margin: 0 0 25x;
}
.achieve-goal-title p strong{
	display: block;
}
.contact-img img{
	width: 100%;
}
