
.service_outer .team-block {
	margin-bottom: 20px;
	overflow: hidden;
}

.service_outer .team-content {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.8);
	bottom: 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 20px;
	left: 0px;
}

.service_outer .team-img {
	position: relative;
}

.service_outer .team-img img {
	width: 100%;
}

.service_outer .team-content {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.8);
	bottom: 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 27px 13px;
	left: 0px;
}

.service_outer .team-meta {
	color: #9da4aa;
	font-weight: 400;
	font-size: 16px;
}

.service_outer .overlay {
	border-radius: 0px;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .8s all ease-in-out;
	background-color:rgb(4 33 53 / 0.8);
}

.service_outer .team-img:hover .overlay {
opacity: 1;
top: 0px;
background:rgb(4 33 53 / 0.7);
}
.service_outer .team-img:hover .team-content {
opacity: 0;
}

.service_outer .text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 20px;
}
 

section.service_outer h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;}
    

.text p {
    color:#fff;
}
.text p strong{
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height:19px;
}

button.load_more {
	display: inline-block;
	background-color: #cb9a02;
	padding: 11px 28px;
	color: #fff;
	text-transform: capitalize;
	margin: 20px 0px;
	border-radius: 49px;
	font-size: 16px;
}

.load_more_outer {
	text-align: center;
}

button.load_more::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}

button.load_more {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}

section.bg-gray.clints.carousel_slider img {
	max-width: 100% !important;
}

button.load_more:hover::before {
	left: 0;
	z-index: -1;
}

.btn1 {
    min-width: 165px;
    text-align: center;
    border-radius: 50px;
    padding: 7px 13px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    border: 0px;
    margin-top: 5px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to left, #ffffff, #ffffff 50%, #73bf44 50%, #73bf44) !important;
    background-position: 100% 0!important;
    background-size: 200% 100%!important;
    transition: all .25s ease-in!important;
}

.btn1:hover {
    background-position: 0% 0 !important;
    color: #fff !important;
}

section.service_outer {
    margin: 0px;
    padding: 50px 0px 40px;
}

.services_body{
    background-color: #f2f2f2;}

.services-page-bg{
    background-image: url(../Images/Concierge-Butler.jpg);
    padding: 1.5rem 0;
    text-align: center;
    min-height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    background-position: 100% 84%;
}
.services-page-bg h2 {
    font-family: inherit;
    letter-spacing: .1rem;
    position: relative;
    display: inline-block;
    margin: auto;
    margin-top: 10%;
    font-size: 5rem;
    line-height: 6.1rem;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 2px #73bf4478;
    text-align: center;
}
.text p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: lighter;
    letter-spacing: 0.1rem;
}
.text p b {
 
    letter-spacing: 0rem;
}

.btn1:focus {
    outline: none;
    border: 0px;
}

@media screen and (min-width:1500px) {
    .service_outer .container-fluid {
        width: 75%;
    }

    .footer-custom .container-fluid {
        width: 75%;
    }
    

}