/**
 * Custom styles for Hello Elementor Child Theme.
 * Add your custom CSS below.
 */
/* GLOBALS  */
*,body{
	line-height:1.4;
}
#comments{
	display:none;
}
.img-filter{
	filter: brightness(0) invert(1); 
}
section {
	padding:50px 15px;
}
a{
	color:inherit;
	text-decoration:none;
}
.current_page_item a{
	font-weight:bold !important;
	transition:0.3s all ease-in-out;
}
html , body {
	overflow-x:hidden;
}
/* GLOBAL BUTTON  */
button , a.elementor-button{
	border-radius:10px;
	min-width:170px;
}
/* BACKGROUND CLASS FOR IMAGE BACKGROUND ELEMNTOR ERROR  */

.elementor-element[data-settings*='"background_background":"classic"'] {
    background-size: cover ;
    background-position: center ;
    background-repeat: no-repeat ;
}
.title_underline{
	padding-bottom:15px;
}
.title_underline:before{
	content:"";
	position:absolute;
	bottom:0;
	inset-inline-start:0;
	width:20%;
	height:2px;
	background-color:#E3BB81;
	min-width:65px;
	
}

.title_underline.center:before{
	left:50%;
	transform:translate(-50% , 0);
	right:auto;
}

.title-sideline{
	min-width:320px;
	display:flex;
	align-items:center;
	justify-content:center;
    padding-inline: 10px;
    gap: 12px;

}
.title-sideline::before{
	content:"";
/* 	position:absolute; */
/* 	inset-inline-start:0; */
	width:50px;
	height:2px;
	background-color:#E3BB81;
}

.title-sideline::after{
	content:"";
/* 	position:absolute; */
/* 	inset-inline-end:0; */
	width:50px;
	height:2px;
	background-color:#E3BB81;
	
}
/* END GLOBALS  */
/* START HOME PAGE  */
/* START HERO SECTION  */
.hero-float-icon{
	line-height:0;
}
/* END HERO SECTION  */

/* SERVICES SECTION */

.service-card .elementor-widget-image {
/* 	height:135px; */
}
.service-card .service-card_desc{
		height:70px;
		overflow:hidden;
	}
.service-card:hover {
	img{
		filter: brightness(0) invert(1); 
		transition:.5s all ease-in-out;
	}
	h3 , .service-card_desc{
		transition:.5s all ease-in-out;
		color:#fff !important;
	}
	
}


/* END HOME PAGE  */





/* START FOOTER  */
/* CHANGE FOOTER MENU INDICATOR  */
.footer-menu ul li::before{
	content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
	transition:.3s all ease-in-out;
}
.footer-menu ul li:hover::before{
	right:-7px;
	transition:.3s all ease-in-out;
}
.footer-title::before{
		content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) ;
	transition:.3s all ease-in-out;
	background:#E3BB81;
	border-radius:10px;
}

.footer-contact .elementor-icon-list-icon {
	background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-contact .elementor-icon-list-icon svg {
	margin:0 !important;
}






@media(max-width:1024px){
	.practice-loop .e-loop-item:not(:last-child) .practice-home-card::before {
		content:"";
		width:90%;
		height:1PX;
		margin:auto;
		background-color:#E3BB81;
		MAX-WIDTH: 160PX;
		TEXT-ALIGN: CENTER;
		LEFT: 50%;
		TRANSFORM: TRANSLATE(-50%, 0);
		BOTTOM: -15px;
		TOP: AUTO;
}
}

@media(min-width:1025px){
	.practice-loop .e-loop-item:not(:last-child) .practice-home-card::before {
		content:"";
		width:1px;
		height:90%;
		margin:auto;
		background-color:#E3BB81;
		left:-5px;
		transform:translate(0 , 0 )
}
}