/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770617783
Updated: 2026-02-09 06:16:23

*/

/* Header */
.site-main-header {
    transition: all ease 0.3s;
}
.site-main-header.scroll {
    background: var( --e-global-color-text );
}
.elementor-location-header .site-main-header .e-con-inner {
    transition: all ease 0.3s;
}
.elementor-location-header .site-main-header.scroll .e-con-inner {
  	padding-top: 20px;  
}

.elementor-heading-title span {
    color: #f7941d;
}


.plus span.elementor-counter-number-suffix {
    font-size: 20px;
    font-weight: 600;
    color: #f7941d;
    margin-right: 10px;
}
.slider-tabs .e-n-tabs-heading {
    background-color: #f3f3f3;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    justify-content: center !important;
    align-items: center;
    padding: 4px;
    margin: 0 auto !important;
}
.slider-tabs1 .e-n-tabs-heading {
    background: #f3f3f3 !important;
    margin: 0 auto;
    border-radius: 30px;
    padding: 8px 9px 14px 9px;
	height:55px;
}
.icon  span.swiper-pagination-bullet {
    width: 29px;
    height: 5px;
    border-radius: 6px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
}
.elementor-element.left-algin-column {
    padding-left: calc((100vw - 1280px) / 2);
}

.icon-shadow .elementor-icon-box-icon,
.home-testimonials-section .elementor-icon {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}
.icon-shadow-two .elementor-icon-box-icon,
.home-testimonials-section .elementor-icon {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}

.custom-testimonial-slider .slick-slide {
    padding: 0 5px;
}

.elementor-element  .image-all img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.elementor-element  .professinal-images img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.menu-image {
    opacity: 0;
    transition: all ease 0.3s !important;
}
.menu-image.active {
    opacity: 1;
}


@media (max-width: 1366px) {
    .left-algin-column {
        padding-left: 60px;        
    }
}

@media (max-width: 1024px) {
    .elementor-element.left-algin-column {
        padding-left: 40px;        
    }
	ul#menu-2-31eb487 li a.elementor-item {
    justify-content: center;
    text-align: center;
}
}

@media (max-width: 767px) {

    .elementor-element.left-algin-column {
        padding-left: 30px;
        padding-right: 30px;
    }
	ul#menu-2-31eb487 li a.elementor-item {
    	justify-content: center;
    	text-align: center;
	}
		
	.custom-testimonial-slider .elementor-image-box-wrapper,
	.custom-testimonial-slider-thumbs .elementor-image-box-wrapper{
		display: flex;
		align-items: center;
		gap:10px;
	}
	.custom-testimonial-slider .slick-slide {
    	padding: 0;
	}
	.slider-tabs1 .e-n-tabs-heading {
    background: #f3f3f3 !important;
    margin: 0 auto;
    border-radius: 30px;
    padding: 8px 9px 8px 9px;
    height: 55px;
}
}


@media (max-width: 480px) {


	.custom-testimonial-slider-thumbs .slick-list{
		padding-right: 30px;
	}

}

