/*
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.0.1.1710744800
Updated: 2024-03-18 06:53:20

*/



header.page-header {
    display: none;
}

.slide-style .swiper-slide-bg {
    position: relative;
}

.slide-style .swiper-slide-bg:before {
    content: '';
    position: absolute;
    background: #0100884a;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.header-style {
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    background: #fcfcfc91;
}

.header-style.fixed-top {
    position: fixed;
    background: #fff;
    box-shadow: 0px 3px 16px #a3a3a3;
    transition: 0.5s;
}

.slider-overlap{
    max-width: 1900px;
    overflow: hidden;
}



.slide-style .swiper-pagination span.swiper-pagination-bullet, .testi-slider-style .swiper-pagination span.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.slide-style .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:before, .testi-slider-style .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    width: 16px;
    height: 16px;
    top: -3px;
    left: -3px;
    border: solid 1px #ff665a;
    border-radius: 100%;
    position: absolute;
}

.slide-style .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active, .testi-slider-style .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    position:relative;
}



@media only screen and (min-width: 767px) {
    .slide-style .swiper-pagination {
        left: auto;
        top: 40%;
        width: fit-content;
        height: fit-content;
        transform: rotate(90deg);
    }
    .slide-style {
        position: relative;
    }

  }