/*
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.0.1704567155
Updated: 2024-01-06 19:52:35

*/

body{
    font-family: "Rubik", Sans-serif;
}

/* ============Home============== */
.home-slide-holder .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-slide-holder .owl-carousel .owl-dots .owl-dot{
    padding: 0!important;
    background: #DDD;
    border: none;
    height: 20px;
    width: 11px;
    border-radius: 25px;
    margin: 5px 10px;
}
.home-slide-holder .owl-carousel .owl-dots .owl-dot.active{
    background: #ED217C!important;
    height: 40px;
}
.single-service:hover *{
    color: #fff!important;
}
/* ============Contact============== */
.contact-form-holder form label{
    width: 100%;
    font-size: 15px;
    color: #233D63;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-form-holder form label input{
    border: none;
    border-bottom: solid 1px #233d6350;
    color: #233D63;
    outline: none;
    border-radius: 0;
    padding-left: 0;
}

.contact-form-holder form label textarea{
    border: none;
    border-bottom: solid 1px #233d6350;
    color: #233D63;
    outline: none;
    border-radius: 0;
    padding-left: 0;
}

.rdv-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rdv-holder .half-input{
    width: 49%;
}
.rdv-holder .full-input{
    width: 100%;
}
.rdv-holder .full-input label{
    width: 100%;
    font-size: 15px;
    color: #233D63;
    font-weight: 500;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.rdv-holder input,
.rdv-holder textarea{
    color:#233D63;
    border:solid 1px #ed217d43;
    border-radius: 15px;
    min-height: 65px;
    outline: none;
    font-family: "Rubik", Sans-serif;
}
.rdv-holder button.submit-rdv{
    background: #ED217C;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}