/** living-option-four **/

.living-option-four{
	position: relative;
	background: #f0f7f7;
	padding: 135px 0px 110px 0px;
}

.living-option-four .single-item .inner-box{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.living-option-four .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--thm-base);
	border-radius: 10px;
	margin: 0px;
}

.living-option-four .single-item .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.living-option-four .single-item .inner-box:hover .image-box img{
	opacity: 0.2;
	transform: scale(1.05);
}

.living-option-four .single-item .inner-box .lower-content{
	position: relative;
	padding: 0px 40px;
}

.living-option-four .single-item .inner-box .lower-content .inner{
	position: relative;
	margin-top: -90px;
	display: block;
	background: #fff;
	padding: 45px 30px 50px 40px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.living-option-four .single-item .inner-box .lower-content .inner h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 35px;
	color: #2d2929;
	font-weight: 700;
	margin-bottom: 11px;
}

.living-option-four .single-item .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color: #2d2929;
	transition: all 500ms ease;
}

.living-option-four .single-item .inner-box .lower-content .inner h3 a:hover{
	color: var(--thm-base);
}

.living-option-four .single-item .inner-box .lower-content .inner p{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin-bottom: 20px;
}

.living-option-four .single-item .inner-box .lower-content .inner .btn-box .link-btn{
	position: relative;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #2d2929;
    font-size: 23px;
    background-color: #fff;
    transform: scale(1,1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.living-option-four .single-item .inner-box:hover .lower-content .inner .link-btn{
    transform: scale(0,0);
    opacity: 0;
}

.living-option-four .single-item .inner-box .lower-content .inner .btn-box .main-nav-one__btn{
	position: absolute;
	left: 0px;
	bottom: 50px;
	padding: 15px 45px;
	opacity: 0;
}

.living-option-four .single-item .inner-box:hover .lower-content .inner .btn-box .main-nav-one__btn{
	left: 40px;
	opacity: 1;
}

.living-option-four .single-item .inner-box .lower-content .inner .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: -15px;
	width: 100%;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
}