/* 
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 */

header{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}

body:not(.home) .testiCar {
	background-color: #fff !important;
}



/* .footerConIcons .elementor-image-box-img {
border: 1px solid var(--e-global-color-primary);
padding: 10px;
border-radius: 100px;
width: 90px !important;
height: 70px; !important;
display: flex;
align-items:  center;
justify-content: center;
} */
.testimonialsCar .elementor-main-swiper{
	width: 85% !important;
	margin-left: 0;
}
.testimonialsCar .elementor-testimonial__footer {
	margin-top: 70px !important;
}

.trustedImgBoxes .elementor-image-box-img{
	position: relative;
}

.trustedImgBoxes .elementor-image-box-img::after{
	position: absolute;
	content: '';
	border-bottom: 1px solid var(--e-global-color-6bb9cc9);;
	width: 81px;
	height: 1px;
	top: 50px;
	left: 0;
}
.arrowRotate .elementor-button-content-wrapper{
	transform: rotate(320deg)
}
body .serLoop:hover .serLoopTitle {
	background-color: var(--e-global-color-primary); !important;
}
body .proLoop:hover .proLoopTitle a{
	color: var(--e-global-color-primary); !important;
}

body .proLoop:hover .elementor-button-icon svg path{
	fill: var(--e-global-color-primary); !important;
}

body .proLoop .proLoopTitle a,
body .proLoop.elementor-button-icon svg path{
	transition: all .3s ease;
}

.proPageLoop .proLoopTitle  h5,
.proPageLoop .elementor-button-icon svg path{
	color: var(--e-global-color-secondary) !important;
	fill: var(--e-global-color-secondary) ;
}
body{
	overflow-x: hidden;
}

.projectShowcase .swiper-slide *{
	min-width: 100%;
}

/* Footer */
.footerServices .elementor-post__title a{
	transition: all .3s ease;
}
.footerServices .elementor-post__title a:hover{
	color: var(--e-global-color-primary) !important;
}
/* Responsive */
@media screen and (min-width: 1025px){
	.featuredProLoop .elementor-loop-container{
		grid-template-columns: 60% 40%;
	}
	.projectShowcase .e-n-carousel{
		margin: 0 -50vw;
	}
}
@media screen and (max-width: 1024px){
	.featureBars .elementor-image-box-img img{
		min-width: 40px !important;
	}
	.featureBars .elementor-image-box-wrapper{
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
}
@media screen and (min-width: 768px){
	.testimonialsCar .swiper-pagination{
		position: absolute;
		right: 0 !important;
		left: unset !important;
		transform: rotate(90deg) translateY(-50%);
		margin-right: unset;
		width: fit-content !important;
		height: fit-content !important;
		top: 20%;
		bottom: 0px;
	}

	.proPageLoop .elementor-loop-container > .e-loop-item:nth-of-type(4n + 1) .projectFeaturedImg {
		min-height: 500px;
	}
	.proPageLoop .elementor-loop-container > .e-loop-item:nth-of-type(4n) .projectFeaturedImg {
		min-height: 500px;
		margin-top: -100px;
	}


}
@media screen and (max-width: 767px){
	.footerConIcons .elementor-image-box-img {
		height: 90px;
		margin-bottom: 20px !important;
	}
	.testimonialsCar .elementor-main-swiper{
		width: 100% !important;
		margin-left: 0;
	}
	.testimonialsCar .swiper-slide{
		padding: 0px 20px !important;
	}
	.trustedImgBoxes .elementor-image-box-img::after{
		transform: translateX(-50%) !important;
		left: 50%;
	}
	footer .elementor-image-box-img img{
		min-width: 68px !important;
	}
	footer .elementor-image-box-img{
		width: fit-content !important;
	}
}