/*

  Author Css: Amin Heydarzadeh
    
    ---------------- Info ----------------
    
    Date Created:   1399/12/05
    Email:          heydarzadeh@itshams.ir 
    
    Powerd By:		ITShams Company - https://www.itshams.ir/

*/

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

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}

a {
    color: var(--text);
}

* {
    font-family: IRANsans;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

.content-main .mid-sec .text-box span .red-bold{
 color:red;
}

.pd-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

section {
    float: right;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.header-main {
    position: relative;
    background: url('../images/sait/smnet.png') no-repeat center center / cover;
    padding: 20px 0 0;
    height: 190px;
    border-bottom: 6px solid #3260d8;
}

.header-main .head-logos .lg-company {
    float: right;
    position: relative;
	top: 0;
	right: -30px;
}



.header-main .head-logos .nm-company {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.header-main .head-logos .nm-company>img {
    width: 350px;
    margin-top: 32px;
}

.header-main .head-logos .lg-nezam {
    float: left;
    position: relative;
    top: 50px;
    left: 100px;
}

.header-main .head-logos .lg-nezam>img {
    width: 0;
}

.header-main .head-logos {
    display: block;
    z-index: 100;
    width: 100%;
}

.content-main {
    background: url('../images/sait/bk.jpg') no-repeat center center / cover;
    padding: 45px 0 55px;
}

.content-main .mid-sec .side-menu {
    background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px -3px #999;
    border-radius: 5px;
    height: 300px;
    display: flex;
    align-items: center;
}

.content-main .mid-sec .side-menu a {
    color: #999;
    padding: 7px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.content-main .mid-sec .side-menu a::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    background-color: #25a0da;
    right: 10px;
    top: 15px;
}

.content-main .mid-sec .text-box {
    height: 350px;
    background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px -3px #999;
    border-radius: 5px;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-main .mid-sec .text-box li {
    list-style: disc !important;
    font-weight: bold;
}
.content-main .mid-sec .text-box li .inner-list {
    padding-right: 25px;

}
.content-main .mid-sec .text-box li .inner-list li {
    list-style: square !important;
}
.content-main .mid-sec .text-box li a {
    color: blue;
    text-decoration: underline !important;
}
.content-main .mid-sec .send-link {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}

.content-main .mid-sec .send-link a {
    width: auto;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25a0da;
    color: #fff;
    border-radius: 7px;
    margin-left: 15px;
}

.content-main .mid-sec .text-box span {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.footer-main {
    position: relative;
    background: #143da4;
    padding: 0 0;
    border-top: 4px solid #3260d8;
    text-align: center;
    height: 63px;
    margin-top: 25px;
}

.footer-main::before {
    content: "";
    background: url('../images/sait/pattern.png') repeat center center / 300px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.footer-main .itshams {
    position: absolute;
    right: 30px;
    top: -30px;
    width: 80px;
}

.footer-main span {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #bbb;
    z-index: 10;
    margin: 5px 0px;
}

.footer-main span strong, .footer-main span a {
    color: #fff;
    font-weight: bold;
    color: #fff;
}

.footer-main .nezam {
    position: absolute;
    left: 30px;
    top: -25px;
    width: 80px;
}
.content-main .box-pish > .title {
    padding: 10px 0 !important;
}