/*
Theme Name: Hello Elementor Child Theme
Template: hello-elementor
*/
.headingUnderline .elementor-heading-title{
	text-decoration-thickness: 5px !important; 
	text-underline-offset: 12px;
	text-decoration-color: var(--e-global-color-primary ) !important;
}
.lineOrange .elementor-heading-title {
	text-decoration-color: var(--e-global-color-secondary ) !important;
}
body{
	overflow-x: hidden; 
}
.imgSticky{
	position: sticky;
	top: 20px;
}
/* Header */
.myHeader{
	position: absolute;
	width: 100%;
}
/* Home */
.teamBoxes .elementor-image-box-img{
	height: 210px !important;
	width: 210px !important;
	border-radius: 100%;
	overflow-y: visible;
	position: relative;
	z-index: 1;

}
.teamBoxes .elementor-image-box-img img{
	height: 250px;
	width: 250px;
	object-fit: cover;
	margin-top: -40px;
	border-radius: 150px;
}

.teamBoxes .elementor-image-box-img::before{
	border: 1px dashed var( --e-global-color-secondary );
	position: absolute;
	left: -15px;
	top: -15px;
	width: 240px;
	height: 240px;
	content: '';
	border-radius: 100%;
	z-index: -1;
	padding: 20px;
}
.teamBoxes .elementor-image-box-img::after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 210px;
	content: '';
	border-radius: 100%;
	z-index: -1;
	background-color: white;
}
.teamCon:hover{
	background-color: var(--e-global-color-secondary );
}
.teamCon:hover .elementor-image-box-title,
.teamCon:hover .elementor-image-box-description{
	color: white !important;
}

.teamCon:hover .teamBoxes .elementor-image-box-img::before{
	border-color: white;
}
.teamCon:hover .teamArrOnHover{
	display: block;
}

.portfolioGallery img{
	height: 100px;
	width: 270px;
	object-fit: contain;
}
.portfolioGallery .gallery-item:nth-child(2){
	border: 1px dashed rgba(0,0,0,0.30);
	border-top: 0;
	border-bottom: 0;
}
.portfolioGallery .gallery-item{
	padding: 30px !important;
}

/* Approach Page */
.approachPageLopoGrid .e-loop-item:nth-child(odd) .e-con-inner::before{
	content: '';
	background-color: #F1F1F2;
	position: absolute;
	left: -100vw;
	top: 0%;
	width: 1000vw;
	height: 100%;
}

.approachPageLopoGrid .e-loop-item:nth-child(odd) .e-con-inner{
	padding: 100px 0;
}

.approachLoop:hover .grayImg img{
	filter: unset !important;
	background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
}
.approachLoop:hover .approachInnerCon{
	background-image: linear-gradient(180deg, #00000000 100%, #000000 100%) !important;
}
.approachLoop:hover .grayImg::before{
	background-image: linear-gradient(180deg, #F59D0400 0%, var(--e-global-color-secondary ) 100%) !important;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.approachLoop:hover .elementor-button-icon svg path{
	fill: white;
}
.approachLoop:hover .approachDesc {
	display: block;

}
.approachPageLopoGrid .e-loop-item:nth-child(odd) .e-con-inner{
	flex-direction: row-reverse;
}
.approachPostContent strong{
	color: var(--e-global-color-700e43f );
}
/* Contact Page */
.conForm form ::placeholder{
	opacity: 1 !important;
}
.conForm input,
.conForm textarea{
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}

/* Porfolio */
.portfolioPageGallery .gallery-item img{
	height: 350px;
	width: 250px;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.portfolioPageGallery .gallery-item:hover{
	background-color: #f9f9f9
}
/* Team Page */
.teamPageCon .teamCon:hover .detailedDesc .elementor-widget-container{
	color: white;
}
/* Responsive */

@media screen and (max-width: 1024px){
	.portfolioPageGallery .gallery-item img {
		height: 250px;
		width: 200px;
	}
}
@media screen and (max-width: 767px){
	/* 	.footerMenu li a{
	justify-content: center !important;
} */
	/* 	.portfolioGallery .gallery-item:nth-child(2){
	border: 0px;
} */
	.portfolioGallery div.gallery{
		display: flex;
		/* 		gap: 15px; */
	}
	.portfolioGallery .gallery-item {
		padding: 10px !important;
	}
	.portfolioGallery img {
		height: 50px;
		width: 200px;
	}
	.portfolioPageGallery .gallery-item img {
		height: 100px;
		width: 130px;
	}
	.portfolioPageGallery .elementor-image-gallery div.gallery {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.portfolioPageGallery .gallery-item{
		width: 45% !important;
	}
	.approachPageLopoGrid .e-loop-item:nth-child(odd) .e-con-inner{
		flex-direction: column-reverse;
		padding: 50px 0;
	}

}