
.family_law h3 {
	text-transform: none;
	font-weight: 400;
}

.family_law .first_content {
	width: 95%;
}

.family_law .second-content {
	padding-left: 100px;
}

.left-sec-bg {
	position: absolute;
	left: 0;
	top: -132px;
}

.home_team {
	object-fit: cover;
	background-position: center;
	background-position: center;
	background-repeat: no-repeat;
	object-position: center;
	background-size: cover;
	position: relative;
}

.home_team .box_wrap:first-child::after {
	content: "";
	position: absolute;
	top: -5%;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: contain;
	z-index: 1;
}

/* .home_team .col-xl-6:first-child .team_box {
    position: relative;
    z-index: 2;
} */
.home_team .box_wrap .inner-content {
	padding-right: 8%;
	padding-left: 15%;
	z-index: 9;
	position: relative;
}

.home_team .ryt_content .inner-content {
	padding-right: 15%;
	padding-left: 8%;
}

.home_team .team_name {
	font-family: Lexend;
	font-size: 25px;
	font-weight: 400;
	line-height: 31.25px;
	letter-spacing: .05em;
	color: #252525;
}

.home_team .team_designation {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.83px;
	letter-spacing: .05em;
	color: #585858;
}

.home_team .item_wrap {
	padding: 20px 35px 25px 35px;
	width: 400px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
	background: #fff;
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 108px 90px;
	z-index: 9;
}

.home_team .featured-img {
	width: 341px;
	height: 398px;
	object-fit: cover;
}

.team_box {
	position: relative;
}

.team_box:first-child {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 9;
}

.team_box:first-child .featured-img {
	z-index: 1;
}

.team_box:first-child .item_wrap {
	position: absolute;
	left: 0;
}

.team_box:last-child .item_wrap {
	position: absolute;
	right: -25px;
	bottom: -20px;
}

.team_box:last-child .featured-img {
	width: 502px;
	height: 522px;
	margin-top: -178px;
}

.home_team .ryt_content h2 {
	/* font-family: Lexend; */
	
	/* line-height: 75px; */
	text-transform: none;
}

.contact-box {
	padding: 70px 50px;
	background: #fff;
	position: relative;
}

.contact-container-wraper::before {
	width: 50%;
	content: "";
	position: absolute;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
}

.contact-container-wraper {
	position: relative;
}

.contact-form-style {
	padding-left: 30px;
}

.contact-sec-content {
	padding-right: 30px;
}

.contact-sec-content {
	padding-right: 30px;
	padding-left: 80px;
}

.contact-us-patteren {
	z-index: 9;
}

.form-group {
	margin-bottom: 25px;
}

.contact-address-list:last-child {
	border: 0;
}

.contact-address-list {
	border-bottom: 1px solid #ddd;
}

.home-testimonials {
	display: none;
}

.content_sec2 img {
	height: 400px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.home_team {
		background-image: none !important;
		background-color: #fafafa;
	}
	
	.home_team.nitro-lazy {
		background-image: none !important;
	}
}
