@font-face {
font-family: 'IRANSans';
src: url('../fonts/IRANSans.otf') format('truetype');
font-weight: 300;
}
@font-face {
font-family: 'IRANSans';
src: url('../fonts/IRANSans_Black.otf') format('truetype');
font-weight: 900;
 }
@font-face {
font-family: 'IRANSans';
src: url('../fonts/IRANSans_Bold.otf') format('truetype');
font-weight: 700;
}
@font-face {
font-family: 'IRANSans';
src: url('../fonts/IRANSans_Light.otf') format('truetype');
font-weight: 200;
}
@font-face {
font-family: 'IRANSans';
src: url('../fonts/IRANSans_Medium.otf') format('truetype');
font-weight: 400;
}
@font-face {
font-family: 'IRANSans';
src: url('../fonts/IRANSans_UltraLight.otf') format('truetype');
font-weight: 100;
}
body{
    font-family: 'IRANSans';

}
.ltr{
    direction:ltr;
}
#sp-menu>.sp-column {
    justify-content: start !important;
}
nav.sp-megamenu-wrapper.d-flex {
    width: 100%;
        justify-content: end;
}
.sp-megamenu-parent>li:last-child {
    float:left;
}
input#mod-finder-searchword113 {
    height: 50px;
    width: 100%;
    border-radius: 40px;
}
.awesomplete {
    width: 100%;
}