* {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'IRANSansWeb1';
    src: url('../fonts/IRANSansWeb-Bold.eot');
    src: url('../fonts/IRANSansWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb-Bold.woff2') format('woff2'),
        url('../fonts/IRANSansWeb-Bold.woff') format('woff'),
        url('../fonts/IRANSansWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb2';
    src: url('../fonts/IRANSansWeb-Black.eot');
    src: url('../fonts/IRANSansWeb-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb-Black.woff2') format('woff2'),
        url('../fonts/IRANSansWeb-Black.woff') format('woff'),
        url('../fonts/IRANSansWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb3';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb.woff2') format('woff2'),
        url('../fonts/IRANSansWeb.woff') format('woff'),
        url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb4';
    src: url('../fonts/IRANSansWeb-Light.eot');
    src: url('../fonts/IRANSansWeb-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb-Light.woff2') format('woff2'),
        url('../fonts/IRANSansWeb-Light.woff') format('woff'),
        url('../fonts/IRANSansWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb5';
    src: url('../fonts/IRANSansWeb-Medium.eot');
    src: url('../fonts/IRANSansWeb-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb-Medium.woff2') format('woff2'),
        url('../fonts/IRANSansWeb-Medium.woff') format('woff'),
        url('../fonts/IRANSansWeb-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWeb6';
    src: url('../fonts/IRANSansWeb-UltraLight.eot');
    src: url('../fonts/IRANSansWeb-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb-UltraLight.woff2') format('woff2'),
        url('../fonts/IRANSansWeb-UltraLight.woff') format('woff'),
        url('../fonts/IRANSansWeb-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/* font 1-6 */
.font1 {
    font-family: "IRANSansWeb1";
}
.font2 {
    font-family: "IRANSansWeb2";
}
.font3 {
    font-family: "IRANSansWeb3";
}
.font4 {
    font-family: "IRANSansWeb4";
}
.font5 {
    font-family: "IRANSansWeb5";
}
.font6 {
    font-family: "IRANSansWeb6";
}
body {
    background-color: #001A90;
}
.sal-text {
    text-align: justify;
}
.sal-box-text {
    overflow: scroll;
    overflow-x: hidden;
    height: 550px;
background-color: transparent;
  overflow-y: scroll;
  scrollbar-color:transparent  transparent;
}
::-webkit-scrollbar {
  width: 0px;
}
.sal-box-media {
    height: auto;
    border-radius: 5px;
    background-color: #606fb3;
   
    
}
.sal-link-media {
    text-decoration: none;
}