/*-----------------
Fonts
-------------------*/
@font-face {
    font-family: "Vazir";
    src: url(../webfonts/Vazir-Regular.ttf);
}
body{
    font-family: 'Vazir'!important;
    background: #fff;
}
.home-img{
       background: #33b762;
}
.text-crate {
    margin-right: 80px;
}

html {
    overflow-x: hidden !important;
    height: 100%;
}
html, body, div, span, applet, object, iframe, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: none;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    color: #777;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

html::-webkit-scrollbar {
    background-color: #f4f4f4;
    width: 8px;
}
html::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    -moz-border-radius: 10 10 10 10;
    -webkit-border-radius: 10 10 10 10;
    border-radius: 10 10 10 10;
}