/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.swiper-pagination-bullet {
	opacity:1 !important;
}
.case-studies-carousel-text {
	margin-left:auto;
	margin-right:auto;
}
.case-studies-carousel .swiper-pagination-bullet-active {
	background-color:#5c9fd3 !important;
}
.case-studies-carousel .elementor-swiper-button.elementor-swiper-button-next {
    padding: 0;
    border-radius: 50%;
    border: #fff solid 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

}
.case-studies-carousel .elementor-swiper-button.elementor-swiper-button-next i {
	color:inherit !important;
}
.case-studies-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    padding: 0;
    border-radius: 50%;
    border: #fff solid 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

}
.case-studies-carousel .elementor-swiper-button.elementor-swiper-button-prev i {
	color:inherit !important;
}
.staff-carousel .swiper-pagination-bullet-active {
	background-color:#5C9FD3 !important;
}
.staff-carousel .elementor-swiper-button.elementor-swiper-button-next {
    padding: 0;
    border-radius: 50%;
    border: #1E9FA2 solid 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E9FA2 !important;
	bottom:-32px;
	right:50%;
	margin-right:-150px;
	top:auto !important;
}
.staff-carousel .elementor-swiper-button.elementor-swiper-button-next i {
	color:inherit !important;
}
.staff-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    padding: 0;
    border-radius: 50%;
    border: #1E9FA2 solid 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E9FA2 !important;
	bottom:-32px;
	left:50%;
	margin-left:-150px;
	top:auto !important;
}
.staff-carousel .elementor-swiper-button.elementor-swiper-button-prev i {
	color:inherit !important;
}
.staff-carousel .swiper-wrapper {
	padding-bottom:30px !important;
}
p {
	line-height:1.5;
}
.elementor-button-icon svg {
	width:1.5rem;
}
.elementor-button:hover .elementor-button-icon svg path {
	fill:#fff;
}
.styled-image {
    position: relative;
    padding-left:30px !important;
    padding-right:30px !important;
}
.styled-image:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:70%;
    border-radius:5px;
    background:#54E5E0;
    
    
}
.styled-image .elementor-widget-container {
    position:relative;
    z-index:1;
}
.team-card-image {
	 position: relative;
    padding-left:30px !important;
    padding-right:30px !important;
}
.team-card-image img {
	object-position: bottom;
	
}
.team-card-image:before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    border-radius:5px;
    background:#E5F0FF;
    
    
}
.team-card-image .elementor-widget-container {
    position:relative;
    z-index:1;
}
.staff-loop-items .elementor-heading-title {
	margin-bottom:5px !important;
}
.staff-loop-items .elementor-widget-heading {
	margin-bottom:0px !important;
}

.staff-loop-items .elementor-button-content-wrapper {
	position:relative;
	margin-top:30px !important;
}
.staff-loop-items .elementor-button-content-wrapper:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #1E9FA2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.staff-loop-items .elementor-button:hover .elementor-button-content-wrapper:before {
	background:#0D4552;
}
.staff-loop-items .elementor-button:hover .elementor-button-icon svg path {
	fill:#fff;
}







.treatment-card .elementor-post__title {
	margin-bottom:15px !important;
}
.treatment-card .elementor-post__excerpt {
	margin-bottom:15px !important;
}
.treatment-card .elementor-post__text {
	margin-top:0px !important;
}
.treatment-card .elementor-post__read-more:after {
	content:url(images/get-started-arrow.svg);
	margin-left:30px;
}
.treatment-card .elementor-post__read-more {
	position:relative;
	margin-bottom:40px !important;
}
.treatment-card .elementor-post__read-more:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (min-width:768px) {
	.styled-image {
		margin-right:60px;
	}
}

.inner-page-title-bar .elementor-background-overlay:before {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    content:'';
    background-image: inherit;
    background-position: center left -20px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media (max-width:1024px) {
	.inner-page-title-bar .elementor-background-overlay {
		background: rgba(159, 240, 237, 0.85);
		background-image: none !important;
	}
	.inner-page-title-bar .elementor-background-overlay:before {
		display:none;
	}
}