@import url(layout/reset.css);
@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/IRANSansX-Thin.woff') format('woff'), url('/fonts/IRANSansX-Thin.woff2') format('woff2');
    
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/IRANSansX-UltraLight.woff') format('woff'), url('/fonts/IRANSansX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/IRANSansX-Light.woff') format('woff'), url('/fonts/IRANSansX-Light.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/IRANSansX-Medium.woff') format('woff'), url('/fonts/IRANSansX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/IRANSansX-DemiBold.woff') format('woff'), url('/fonts/IRANSansX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/IRANSansX-ExtraBold.woff') format('woff'), url('/fonts/IRANSansX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/IRANSansX-Black.woff') format('woff'), url('/fonts/IRANSansX-Black.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 950;
    src: url('/fonts/IRANSansX-ExtraBlack.woff') format('woff'), url('/fonts/IRANSansX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: 1000;
    src: url('/fonts/IRANSansX-Heavy.woff') format('woff'), url('/fonts/IRANSansX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/IRANSansX-Bold.woff') format('woff'), url('/fonts/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: WebmehrazFont;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/IRANSansX-Regular.woff') format('woff'), url('/fonts/IRANSansX-Regular.woff2') format('woff2');

}


*{
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    direction: rtl;
    box-sizing: border-box;
    font-feature-settings: "ss02" on;
}

h2,h1,h3{
    font-family:WebmehrazFont ;
    margin-bottom: 20px;
    margin-top: 20px;
}
h4{
    font-family:WebmehrazFontBold ;

}
body{
    background-color: #F5F5F5;
    font-family: WebmehrazFont;
}
input{
    font-family: webMehrazFont;
}

a{
    text-decoration: none;
    display: block;
    color: #FFFFFF;
}
a:active{
    color: #FFFFFF;
}


.d_flex{
    display: flex!important;
}
.d_none{
    display: none;
}

@media only screen and (max-width : 1330px) {
   
}
@media only screen and (max-width : 768px) {

}
@media only screen and (max-width : 480px) {

}