@charset "UTF-8";
/*
Theme Name:     Hello Elementor Child
Theme URI:      https://hoovision.ir/
Description:    Child theme for Hello Elementor 
Author:         Mohammadreza mousavi <info@hoovision.ir>
Author URI:     https://hoovision.ir/
Template:       hello-elementor
Version:        3.4.5
Text Domain:    hello-elementor-child
*/
/*--------------------------------------------------------------
>>> Global.css:
----------------------------------------------------------------*/
:root {
    --c-white: #fff;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body, html {
    overflow-x: hidden !important;
}

.container,.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}