.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	padding: 8px 24px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing:3px;
	background-color: #c8a294;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.btn-style-one span{
	position:relative;
	z-index:1;
}
.btn-style-one:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    opacity: 0;
    background-color: #4d273f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-one:hover{
	color: #ffffff;
}
.btn-style-two .metform-submit-btn,
.btn-style-two .elementor-button{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #242424;
	padding: 10px 34px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing:2px;
	z-index: 99;
	background-color: #ffffff;
	text-transform: uppercase;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	font-family: 'Poppins', sans-serif;
}
.btn-style-two.style-two .elementor-button{
	color: #fff !important;
	background-color: #4d273f!important;
}
.btn-style-two .metform-submit-btn:before,
.btn-style-two .elementor-button:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: -50px;
	z-index: -1;
	background: #4d273f;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #c8a294;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn-style-two:hover .metform-submit-btn:before,
.btn-style-two:hover .elementor-button:before{
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
}
.btn-style-two .metform-submit-btn:after,
.btn-style-two .elementor-button:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
	z-index: -1;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-left: 50px solid transparent;
    border-top: 80px solid #c8a294;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-style-two:hover .metform-submit-btn:after,
.btn-style-two:hover .elementor-button::after{
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
}
.btn-style-two:hover .metform-submit-btn,
.btn-style-two:hover .elementor-button{
	color: #ffffff !important;
}

.sec-title{
	position:relative;
	z-index: 1;
}
.sec-title h3{
	position: relative;
	display: block;
	font-size:32px;
	line-height: 1.2em;
	color: #0e2a4e;
	font-weight: 700;
}
.sec-title p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.3em;
	margin-top:10px;
	padding-right:65px;
	display:inline-block;
}
.sec-title.style-two p{
	font-family: 'Lora', serif;
	font-size:20px;
	font-style:italic;
}
.sec-title p:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:3px;
	width:50px;
	height:2px;
	background-color:#be9a8d;
}
.sec-title.light h3,
.sec-title.light p{
	color: #ffffff;
}
.sec-title.light p:before{
	background-color:#ffffff;
}
.sec-title.centered{
	text-align:center;
}
.sec-title-two{
	position:relative;
	z-index: 1;
}
.sec-title-two h2{
	position: relative;
	display: block;
	font-size:34px;
	line-height: 1.2em;
	color: #0e2a4e;
	font-weight: 700;
	padding-bottom:25px;
}
.sec-title-two h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#0e2a4e;
}
.sec-title-two .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-top:25px;
}
.sec-title-two.style-two .text{
	font-size:22px;
	font-style:italic;
	line-height:1.4em;
	font-family: 'Lora', serif;
}
.sec-title-two.centered:before{
	left:50%;
	margin-left:-20px;
}
.sec-title-two.light h2:before{
	background-color:#ffffff;
}
.sec-title-two.light h2{
	color: #ffffff;
}
.sec-title-two.light h2:after{
	background-color:#ffffff;
}
.sec-title-two.centered{
	text-align:center;
}
.sec-title-two.centered h2:before{
	left:50%;
	margin-left:-20px;
}
.sec-title-two.centered h2:after{
	left:50%;
	margin-left:-20px;
}

.slider_path_container{
	max-width: 1170px;
	margin: 0 auto;
}
.wps_slider_path .owl-nav {
    left: -50px;
    right: -50px;
    display: flex;
}
.slider_path_slide .slider_path_left{
	max-width: 700px;	
}
.caregiver-slider .wps_slider_style_one .slider_path_slide{
	padding-top: 200px;
}
.slider_path_slide .slider_path_title{
	position: relative;
    display: block;
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.18em;
    text-transform: capitalize;
	letter-spacing: -0.02em;
    font-family: 'Rufina', serif;
	margin-bottom: 20px;
}
.slider_path_slide .slider_path_text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 300;
	max-width: 600px;
	margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.slider_path_slide .slider_path_button_box{
	padding: 0;
	background: none;
}
.slider_path_slide .slider_path_button {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    padding: 8px 24px;
    font-weight: 600;
    overflow: hidden;
	z-index: 1;
    letter-spacing: 3px;
    background-color: #c8a294;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider_path_slide .slider_path_button:hover{
	color: #fff;
}
.slider_path_slide .slider_path_button:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #4d273f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.slider_path_slide .slider_path_button:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.service-block-one h3 a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 50px !important;
}
.service-block-one h3 a:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    right: 0;
    background: #F9F9F9;
    -webkit-transform: translate3d(-110%,0,0);
    transform: translate3d(-110%,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.service-block-one h3 a:hover::after {
    -webkit-transform: translate3d(110%,0,0);
    transform: translate3d(110%,0,0);
}
.service-block-two figure{
	position:relative;
	overflow:hidden;
	background-color:#532840;
}
.service-block-two figure:before{
	position:absolute;
	content:'';
	left:-100%;
	top:50%;
	width:100%;
	height:20px;
	margin-top:-10px;
	background-color:#be9a8d;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
.service-block-two:hover figure:before{
	left:100%;
	width:100%;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.service-block-two img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.service-block-two:hover img{
	opacity:0.4;
}
.service-block-two h4.elementor-image-box-title:hover a{
	color: #be9a8d;
}
.video-popup-box{
	position: relative;
}
.video-popup-box .video-popup-btn .elementor-widget-container{
	height: auto !important;
}
.video-popup-box .video-popup-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77,39,63,0.20);
}
.video-popup-box .video-popup-btn .elementor-icon{
	top: calc(0px - 40px);
}
.mr_scroll-to-top .mr_scroll-bar{
	display: none !important;
}
.mr_scroll-to-top {
    position: absolute;
    right: 20px !important;
    bottom: 20px !important;
    transform: rotate(90deg);
    z-index: 99;
}
.mr_scroll-to-top .mr_scll_icon {
    background: black;
    color: #fff;
    border-radius: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    cursor: pointer;
	padding: 0px;
    display: inline-block;
}
.mr_scroll-to-top .mr_scll_icon:hover{
	background: #4d273f;
}
.mr_scroll-to-top .mr_scll_icon i {
    font-size: 20px;
    cursor: pointer;
    margin: auto;
    line-height: 60px;
}
.footer-widget-title h6{
	position: relative;
	padding-bottom: 15px;
}
.footer-widget-title h6:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background-color: #be9a8d;
}
.newsletter-form{
	position:relative;
	margin-bottom:30px;
}

.newsletter-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 46px;
	color:#ffffff;
	display:inline-block;
    font-size: 14px;
    background: none;
	letter-spacing:1px;
	border:1px solid rgba(255,255,255,0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group input:focus{
	border-color:rgba(255,255,255,0.40);
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	position: relative;
	margin-top:25px;
}

.caregiver-main-menu .mr_main-menu .mr_navigation{
	position:relative;
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: space-between;
}
.caregiver-main-menu-two .mr_main-menu .mr_navigation {
	position:relative;
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: space-between;
}
.caregiver-main-menu .mr_main-menu .mr_navigation > li{
	position:relative;
	float:left;
	padding:30px 0px;
	margin-right: 28px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.caregiver-main-menu-two .mr_main-menu .mr_navigation > li{
	margin: 0px 20px;
}
.caregiver-main-menu .mr_main-menu .mr_navigation > li:last-child{
	margin-right:0px;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:17px;
	line-height:35px;
	font-weight:500;
	opacity:1;
	color:#242424;
	padding: 0px;
	text-transform:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.caregiver-main-menu-two .mr_main-menu .mr_navigation > li > a{
	color: #fff;
}

.caregiver-main-menu-two .mr_sticky-header .mr_main-menu .mr_navigation > li > a{
	color: #242424;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li:hover > a,
.caregiver-main-menu .mr_main-menu .mr_navigation > li.current > a{
	color: #c8a294;
}

.caregiver-main-menu-two .mr_main-menu .mr_navigation > li:hover > a,
.caregiver-main-menu-two .mr_main-menu .mr_navigation > li.current > a{
	color: #c8a294;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	min-width:240px;
	z-index:100;
	padding: 10px 0px 20px;
	background:#ffffff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.05),-2px 0px 5px 0px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.05),-2px 0px 5px 0px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.05),-2px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.05),-2px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.05),-2px 0px 5px 0px rgba(0,0,0,0.05);
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:19px;
	font-weight:500;
	font-size:15px;
	text-align:left;
	color:#242424;
	border-bottom: 1px solid #d8d8d8;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}



.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li:hover > a{
	color: #774364;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li.dropdown > a:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:12px;
	width:10px;
	display:block;
	line-height:19px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0px;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0px 20px;
	background:#ffffff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:19px;
	font-weight:500;
	font-size:15px;
	text-align:left;
	color:#242424;
	border-bottom: 1px solid #d8d8d8;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li  > ul > li > a:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-2px;
	width:0px;
	border-bottom:2px solid #774364;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li  > ul > li:last-child > a:after{
	display:none;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li  > ul > li:hover > a:after{
	width:100%;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li  > ul > li:last-child > a{
	border-bottom:none;
	padding-bottom:0px;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li  > ul > li:hover > a{
	color: #774364;
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.caregiver-main-menu .mr_main-menu .mr_navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
}

.caregiver-main-menu .mr_main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:28px;
	background:#ffffff;
	color:#4d273f;
	cursor:pointer;
	z-index:5;
	display:none;
}

.header-style-two .btn-style-one:hover{
	color: #C8A294;
	background: #fff;	
}

.service-section .service-block-three{
	position:relative;
	padding:32px 32px;
	min-height:148px;
	overflow: hidden;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}
.service-section .service-block-three:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:3px;
	height:100%;
	background-color:#be9a8d;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.service-section .service-block-three:hover::before{
	width:100%;
}
.service-section .service-block-three:hover .elementor-icon{
	color: #fff !important;
	fill: #fff !important;
}
.service-section .service-block-three:hover h6.elementor-icon-box-title{
	transition: all 0ms;
}
.service-section .service-block-three:hover h6.elementor-icon-box-title{
	color: #fff;
}
.testimonial-block-one .testimonial-block-text{
	position: relative;
}
.testimonial-block-one .testimonial-block-text:before{
	position: absolute;
    content: '';
    left: 40px;
    top: inherit;
    bottom: -20px;
    width: 20px;
    height: 20px;
    display: block;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
}
.postal-section .post-image{
	position:absolute;
	left:60px;
	bottom:-40px;
	z-index:2;
	border:10px solid #ffffff;
	transform: rotate(-10deg);
	box-shadow:0px 0px 20px rgba(0,0,0,0.30);
}
.postal-section .post-image img{
	width:100%;
	display:block;
}
.postal-section .post-image.image-two{
	left:245px;
	top:-110px;
	z-index:1;
	bottom:auto;
	transform: rotate(10deg);
}
.team-block-one .team-image:before{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    z-index: 1;
    background-color: rgba(77,39,63,0.60);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.team-block-one:hover .team-image:before{
	height: 100%;
}
.team-block-one .team-social-icon{
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60px;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.team-block-one:hover .team-social-icon{
	bottom: 40px;
    transition-delay: 400ms;
}
.cgiver_green_border_top{
	border-top: 8px solid #309d80 !important;
}
.cgiver_red_border_top{
	border-top: 8px solid #be3e39 !important;
}
.cgiver_blue_border_top{
	border-top: 8px solid #2c75b2 !important;
}
.cgiver-gallery-block{
	display: block;
	overflow: hidden !important;
}
.cgiver-gallery-image-box{
	position: relative;    
}
.cgiver-gallery-block .cgiver-gallery-overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
	background-color:rgba(200,162,148,0.90);
}

.cgiver-gallery-block:hover .cgiver-gallery-overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
.cgiver-gallery-block .cgiver-gallery-overlay-box-content{
	position:relative;
	display: flex;
	gap: 10px;
	align-items: center;
	vertical-align:middle;
	opacity:0;
	transform:translateY(50px);
}
.cgiver-gallery-block:hover .cgiver-gallery-overlay-box-content{
	transform:translateY(0);
	opacity:1;
	transition:all 500ms ease 500ms;
	-webkit-transition:all 500ms ease 500ms;
	-ms-transition:all 500ms ease 500ms;
	-o-transition:all 500ms ease 500ms;	
}
.header-button-style-two .btn-style-one{
	cursor: pointer;
}
.header-button-style-two .btn-style-one:before{
	background-color: #fff;
}
.header-button-style-two .btn-style-one .elementor-button{
	color: #ffffff !important;
} 
.header-button-style-two .btn-style-one:hover .elementor-button{
	color: #4d273f !important;
}
.caregiver-blog-one .post-info{
	display: none;
}
.caregiver-blog-one .inner-box .lower-content h3 a:hover{
	color: #e95926;
}
.caregiver-blog-one .inner-box .lower-content p{
	margin-bottom: 10px;
}
.caregiver-blog-one .wps_read_button{
	background: transparent;
}
.caregiver-blog-one .wps_read_button a{	
	position: relative;
    color: #e95926;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Rufina', serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.caregiver-blog-one .wps_read_button a:hover{
	color: #0e2a4e;
}
.caregiver-blog-one .blog-grid .news-block-two .inner-box{
	margin-bottom: 40px;
}
.wps_slider_style_one .slider_path_slide .slider_path_container {
    max-width: 1240px !important;
}
.banner-text-right .slider_path_container {
    display: flex;
    justify-content: flex-end;
}
.auto-container {
    max-width: 1230px;
    margin: 0 auto;
    position: static;
    padding: 0 15px;
}

.mr_page_index {
    padding: 100px 0;
}

.mr_page_index img {
    max-width: 100%;
    height: auto;
}

.mr_blog_post_title a {
    text-decoration: none;
}

.mr_post_details a {
    text-decoration: none;
}

section.sidebar-page-container a {
    text-decoration: none;
}

a.mr_theme-btn.mr_theme-btn-six {
    color: #222;
    font-weight: 500;
}
section.sidebar-page-container .mr_post_details {
    padding: 0;
}

.mr_post_details img {
    max-width: 100%;
}

section.sidebar-page-container {
    padding: 100px 0;
}

.comments-form-area button#submit {
    padding: 11px 40px;
}
.mr_bread_list a {
    text-decoration: none;
    font-weight: 500;
}

.mr_bread_list {
    font-weight: 500;
}
h1.mr_banner_title {
    font-family: 'Rufina', serif;
    position: relative;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 62px;
    text-transform: capitalize;
}

.mr_page_index a {
    text-decoration: none;
}
.caregiver-services-list li a{
	position:relative;
	color:#0e2a4e;
	font-size:21px;
	font-weight:700;
	padding:19px 30px;
	display:block;
	background-color:#edf1f4;
	font-family: 'Rufina', serif;
	border:1px solid #dadfe3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.caregiver-services-list li.active a,
.caregiver-services-list li:hover a{
	border-color:#0e2a4e;
	background-color:#0e2a4e;
}

.services-details-text h3 {
    position: relative;
    color: #ffffff;
}

.services-details-text h3 a {
	color: #222;
}
.mr_outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img {
    max-width: 100%;
}

figure.mr_logo {
    max-width: 250px;
    width: auto;
    margin: 20px 0;
}
.mr_outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img {
    max-width: 100%;
}

figure.mr_logo {
    max-width: 250px;
    width: auto;
    margin: 20px 0;
}

.mr_search-popup {
    background: #ffff;
    z-index: 9999999;
}

.mr_popup-inner .mr_logo-box {
    width: auto;
    max-width: 250px;
}

.mr_search-popup .mr_search-form fieldset button[type="submit"] {
	background: transparent;
}







