
/*# sourceMappingURL=css-source-maps/style-rtl.css.map */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body, body *,h1,h2,h3,h4,h5,h6,p,li,span,a,div,input,label,textarea,select,button  {
    font-family: 'Cairo', sans-serif !important;
}
html, body {
        overflow-x: hidden;
    }
#form_contact-us2 > div{
    direction:rtl;
}

.elementor-icon-list-icon > svg{
    rotate:180deg;
}

