:root {
    --white-color: #ffffff;
    --bg-color1: #f1f5fe;
    --bg-color2: #fbf6f1;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family:IRANSansX;
    background-color: #ffffff;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0px;
}
.fa-digit{
    font-family:IRANSansX;
    color:blue;
}
.navbar-brand{
    font-weight: 700;
}
h1,h2,h3, .h1 , .h2 , .h3{
    font-family: IRANSansX;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 40px;
}
h4,h5,h6, .h4 , .h5 , .h6{
    font-family: IRANSansX;
    color: #000;
    font-weight: 500;
    line-height: 35px;
}

p{
    font-family: IRANSansX;
    font-weight: 500;
    color: #222;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
}

.fa-num{
    font-family: IRANSansNum;
}
p.note1{
    line-height: 27px;
    color:#666;
    font-size:17px;
}
.page-content p{
    padding: 0;
    margin: 20px 0;
}
nav .nav-link{
    color:#111;
    font-size: 17px;
    margin-right: 10px;
}
.block-ligth-btn{
    background-color: #eee;
    border-radius: 10px;
}
.container{
    padding:  0px 100px;
}
.header-block{
    min-height: 130px;
    background-color:var(--bg-color1);
    padding: 100px 50px;
    border-radius: 20px;
}
.header-block h1{
    font-size: 28px;
}

.header-block img{
    border-radius: 15px;
}

.header-block img{
    height: 300px;
    float: left;
    border-radius: 20px;
    margin: 10px;
}
.header-bottom{
    margin-top: -37px;
    height: 50px;
}
.home-block{
    background-color:#0a4e25;
}
.home-block h1,.home-block p {
    color:#fff;
}
.home-block p {
    color:#ccc;
}

.header-bottom .background-go-down {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 164px;
    height: 78px;
    top: 2px;
    padding-top: 10px;
}
.content-block{
    background-color: #ffffff;
    padding: 30px 50px;
    border-radius: 20px;
}
.content-block .table th,
.content-block .table td,
.content-block .data-row
{
    font-size: 18px;
}
.high-block{
    background-color: var(--bg-color2);
}
.border-block{
    border: 2px solid #f3f3f3;
}
.border-block .title{
    margin-top: -50px;
    width: 200px;
    background-color: #fff;
    padding-right: 15px;
    margin-right: -20px;
    color:#bbbbbb;
}
.section{
    padding-top: 50px;

}
.section-padding{
    padding-top: 120px;

}
.border-right{
    border-right: 1px solid #f1f1f1;
}
.border-left{
    border-left: 1px solid #f1f1f1;
}
.border-top{
    border-top: 1px solid #f1f1f1;
}

.khedmat .box{
    position: relative;
    padding:20px;
}
.khedmat .box h4{
    font-family: yekan_bold;
}
.block-btn{
    box-shadow: none;
    font-size: 16px;
    border-radius: 10px;
    margin-left: 10px;
}
#about img{
    border-radius: 10px;
}
#about ul {
 padding-right: 0px;
}
#about ul li{
    line-height: 45px;
    font-size: 20px;
    list-style-type: none;

}
.about-box{
    margin-bottom: 10px;
}
.about-box img{
    width: 130px;
    height: 150px;
    border-radius: 5px;
}

#footer ul {
padding-right: 0px;
}
#footer ul li {
 list-style-type: none;
}
#footer ul li a{

    font-size: 17px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
}

.pure-block{
    background-color: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    width: 1000px;
}
.pure-block .content{
   padding: 40px;
}
.pure-block img{
    border-radius: 10px 0 0 10px;
}
.pure-block , .pure-block img{
    height: 530px;
}
.panel-block{
    padding: 0px;
    height: 300px;
}
.box-high{
    background-color: var(--bg-color2);
    border-radius: 10px;
    padding: 30px;
}
.box-high1{
    background-color: var(--bg-color1);
    border-radius: 10px;
    padding: 30px;
}
img.loading{
    width: 15px;
    height: 15px;
}
@media (max-width: 1100px) {
    .pure-block{
        width: 850px;
    }
}

@media (max-width: 768px) {
    .container{
        padding: 0px 0px;
    }
    .nav-block{
        margin: 0 15px;
    }
    .content-block ,.header-block,.border-block , .pure-block{
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .pure-block{
        width: 90%;
        margin: auto 50px;
    }
    .pure-block .content{
        padding: 10px;
    }
    .contacts .col-lg-4{
        padding-top: 30px;
    }
}