/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.3.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.page-id-9 #Header {
    position: absolute;
    z-index: 99;
}
#BannerSection .slick-dots {
    position: absolute !important;
    top: auto;
    bottom: 50px !important;
    width: auto;
    left: 240px;
    display: flex;
    gap: 50px;
}

#BannerSection .slick-dotted {
    margin: 0;
}

#BannerSection .slick-dots li {
    margin: 0;
    display: block !important;
    width: 100%;
    height: 100%;nt;
}

#BannerSection .slick-dots li button::before {
	counter-increment: auto-increament;
	content: '0 'counter(auto-increament);
	font-size: 20px;
	font-family: var(--e-global-typography-primary-font-family);
	color: #fff;
	opacity: 1;
	width: auto;
	height: auto;
	font-weight: 400;
	position: relative !important;
}

#BannerSection {
    counter-reset: auto-increament;
}

#BannerSection .slick-dots li button {
    padding: 0;
    width: 100%;
    height: auto;
}

#BannerSection .slick-dots li.slick-active{
    font-weight: 700 !important;
}

#BannerSection .slick-dots li.slick-active button:before {
    font-weight: 700 !important;
}
#BannerSection .slick-dots li button:hover,
#BannerSection .slick-dots li button:focus{
    background-color: transparent !important;
}

#BannerSection .slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #fff !important;
    bottom: -10px;
    left: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet {
    border-radius: 0 !important;
}
#TextAnimation .elementor-heading-title{
	transition: .3s ease-in-out;
}
@media screen and (max-width: 1639px){
	#BannerSection .slick-dots {
		bottom: 70px !important;
		left: 40px;
	}
}