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

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

body ul li {
    list-style: none !important;
}

body a {
    text-decoration: none !important;
}



/* ========================= */
@media only screen and (max-width: 1000px) {
    .bdt-prime-slider ul li {
        justify-content: flex-start !important;
    }

    .bdt-prime-slider ul li .bdt-prime-slider-desc {
        padding-bottom: 0 !important;
    }

    .bdt-prime-slider ul li .bdt-prime-slider-desc .bdt-slider-excerpt {
        margin-bottom: 0 !important;
        height: 415px !important;
    }

    .bdt-prime-slider ul li .bdt-prime-slider-desc .bdt-slider-excerpt p {
        font-size: 13px;
    }

    .bdt-prime-slider ul li .bdt-match-height {
        height: 450px !important;
        overflow: hidden;
    }
    .bdt-prime-slider ul li .bdt-match-height .bdt-position-relative img {
        height: 450px !important;
        width: 100% !important;
        object-fit: cover;
    }

    body ul#bdt-slideshow-1 {
        min-height: 880px !important;
    }

    ul.bdt-slideshow-nav {
        margin-top: 40px !important;
        margin-right: 5px !important;
    }

    [data-id="1c0fac17"] {
        margin-bottom: 30px !important;
    }

    .bdt-prime-slider .bdt-prime-slider-next:hover i {
        color: #ae9a55 !important;
    }

    .bdt-prime-slider .bdt-prime-slider-previous:hover i {
        color: #ae9a55 !important;
    }

}