/*
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.1.1.1754864253
Updated: 2025-08-11 08:17:33

*/

.slick-slide:focus, :focus {
    outline: none;
}
.slick-dots {
    bottom: -38px;
}
.slick-dots li.slick-active button:before{color: var(--awb-color4);}
.slick-dots li button{
    width: 13px;
    height: 12px;
    border-radius: 50%;
}
.slick-dots li button:before{
    font-size: 9px;
    top: -2px;
    left: -3.5px;
    color:var(--awb-color4);
}
.slickEqual .slick-track {
    display: flex !important;
}
.slickEqual .slick-slide {
    height: inherit !important;
}
.slickEqual .slick-slide > * {
    height: 100% !important;
}
.slickEqual .slick-slide > * > div:nth-child(2){
    flex: 1 1 auto;
    align-items: center;
}
.slick-prev,
.slick-next {
    height: auto !important;
    width: 30px !important;
}
.slick-prev:before,
.slick-next:before {
    color: #275390 !important;
    font-weight: 900;
    font-size: 26px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px !important;
}
.slick-next:before {
    content: '\f054';
}
.slick-prev:before {
    content: '\f053';
}

.slick-arrow{
	background-color: transparent !important;
    z-index: 9;
    padding: 0 !important;
    font-size: 0px !important;
}
.slick-next {
    right: -30px !important;
}
.slick-prev {
    left: -30px !important;
}