<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------ Public Style --------------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}
@font-face {
    font-family: DroidNaskh;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/DroidNaskh/DroidPersianNaskh-Regular.ttf') format('truetype');
}
@font-face {
    font-family: DroidNaskh;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/DroidNaskh/DroidNaskh-Bold.ttf') format('truetype');
}
@font-face {
    font-family: Nastalig;
    src: url('../fonts/nastalig.ttf');
}
* {
    font-family: Open_Sans,DroidNaskh;
    outline: none !important;
    text-decoration: none !important;
}

/*------------------------ /Public Style --------------------------*/

.intro-main{

    background: url('../images/site/site-2.jpg') no-repeat center center / cover;
    height: 100vh;
}
.btn-portals
{
margin-top:300px;
}
.intro-main:before{

    content: "";
    background:none;
    width: 200px;
    height: 135px;
    position: absolute;
    left: 0;
    top: 0;
}
.intro-main:after{

    content: "";
    background: url('../images/site/logo-light.png') no-repeat center center / cover;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
}
.intro-main .logo-main{

    position: relative;
    width: 30%;
    margin: 0px auto;
    text-align: center;
    z-index: 10;
    display: block;
    padding-top: 5px;
}
.intro-main .logo-main img{

    width: 150px;
}
.intro-main .logo-main .name-logo{

    display: block;
    margin-top: 20px;
    color: #ffcc00;
    font-size: 33px;
    line-height: 60px;
    font-family: Nastalig;
    text-shadow: 0 2px 2px #555;
}
.btn-portals &gt; .container{

    position: relative;
    z-index: 10;
    margin-top: 25px;
    padding: 0 200px;
    text-align: center;
}
.btn-portals .btn-portal-main{

    background-color: #304699;
    padding: 10px 15px 15px;
    margin: 0 auto;
    width: 165px;
    display: inherit;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #ffcc00;
    font-weight: bold;
    transition: all 0.3s;
}
.btn-portals .btn-portal-main:hover{

    background-color: #ffcc00;
    color: #304699;
    width: 170px;
    box-shadow: 0 2px 9px -3px #000;
    border-color: #304699;
}
.btn-portals .btn-item{

    float: right;
}
.btn-portals .link-style{

    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #ffcc00;
    overflow: hidden;
    height: 45px;
    line-height: 2.8;
    font-weight: bold;
    color: #304699;
    margin-top: 15px;
    padding-right: 60px;
    transition: all 0.5s;
}
.btn-portals .link-style:hover{

    color: #fff;
}
.btn-portals .link-style .txt{

    position: relative;
    z-index: 10;
}
.btn-portals .link-style:before{

    content: "";
    background-color: #304699;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.5s;
}
.btn-portals .link-style:hover:before{

    width: 100%;
}
.btn-portals .link-style .icon{

    background-color: #ffcc00;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.btn-portals .link-style:hover .icon{

    padding: 0 15px 0 10px;
}
.btn-portals .link-style .icon:after{

    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 20px;
    border-color: transparent transparent #ffcc00 transparent;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
}
.btn-portals .link-style .icon &gt; img{

    width: 30px;
}
.footer-main{

    background-color: #304699;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 10px 5px;
    color: #fc0;
    font-size: 12px;
}
.footer-main p{

    margin-bottom: 5px;
}
.footer-main .fax{

    margin-right: 40px;
}
.footer-main .copyright-footer &gt; span{

    display: block;
    text-align: center;
}
.footer-main .copyright-company{

    font-size: 11px;
    margin-top: 6px;
}
.footer-main .copyright-company &gt; a{

    color: #fc0;
}
@media only screen and (min-width:650px) and (max-width: 800px){

    .intro-main{

        overflow: hidden;
    }
    .intro-main .logo-main{

        width: 60%;
    }
    .intro-main .logo-main img{

        width: 130px;
    }
    .intro-main .logo-main .name-logo{

        font-size: 25px;
    }
    .btn-portals &gt; .container{

        margin-top: 65px;
        padding: 0 30px;
    }
    .footer-main{

        position: relative;
    }
    .footer-main p{

        text-align: center;
    }
    .footer-main .copyright-footer{

        margin-top: 20px;
    }
}
@media only screen and (min-width:0) and (max-width: 600px){

    .intro-main::before{

        display: none;
    }
    .intro-main .logo-main{

        width: 100%;
    }
    .intro-main .logo-main img{

        width: 100px;
    }
    .intro-main .logo-main .name-logo{

        font-size: 22px;
    }
    .btn-portals &gt; .container{

        margin-top: 20px;
        padding: 0;
    }
    .btn-portals a{

        font-size: 12px;
    }
    .btn-portals .link-style{

        line-height: 3.3;
    }
    .footer-main{

        position: relative;
    }
    .footer-main p{

        text-align: center;
    }
    .footer-main .copyright-footer{

        margin-top: 20px;
    }
}
</pre></body></html>