@font-face {
    font-family: IranSans;
    src: url("fonts/IRANSansWeb(FaNum).woff2") format("woff");
}
body{
    font-family: IranSans;
    direction: rtl;
    margin-top: 50px;
}
.f-800{
    font-weight: 800;
}
#bgShow{
    position: relative;
    min-height:480px;
    background: url("../img/main3.jpg");
}
.bgShow-main{
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width: 100%;
    background: rgb(50 60 111/68%);
}
.font-box-icon{
    font-size: 50px;
}

#company img{
    margin-top: -55px;
}