@font-face{
    font-family: iransans;
    src: url("IRANSansWeb.ttf");
}
@font-face{
    font-family: yekan;
    src: url("yekan.ttf");
}
*{
    font-family: iransans;
}
html, body{
    height: 100%;
    margin: 0;
    background: #fff;
    font-size: 14px;
}
img{
    vertical-align: middle;
}
.drtl{direction: rtl}
.dltr{direction: ltr}
.dta{display: table}
.dtc{display: table-cell}
.vat{vertical-align: top}
.vam{vertical-align: middle}
.cb{clear: both}
.tac{text-align: center}
/*-----------------------------------------------------------------------*/
@media print{
    .np, .np *{
        display: none;
    }
    .pNeedTable td{
        border: 1px solid #000;
    }
    .footerScrollIcon{
        display: none !important;
    }
}
/*-----------------------------------------------------------------------*/
h1, h2, h3{
    font-size: 25px;
    text-align: right;
    margin: 0 0 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #14234e;
    font-weight: normal;
}
h1 span, h2 span, h3 span{
    height: 35px;
    line-height: 35px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fbb040;
}
/*-----------------------------------------------------------------------*/
#lightBoxParent{
    display: none;
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}
#lightBoxBack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#lightBoxContentMar{
    position: relative;
    margin: 0px auto 0;
    padding: 20px;
    background: transparent;
    border-radius: 13px;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
}
#lightBoxClose{
    position: absolute;
    top: 20px;
    left: 1px;
    width: 90px;
    cursor: pointer;
    z-index: 105;
}
#lightBoxContent{
    direction: rtl;
    position: relative;
    width: 900px;
    background: #f9f9f9;
    border-radius: 5px;
    font: 13px hspYekan;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
    transform: scale3d(0, 0, 0);
    z-index: 102;
}
#lightBoxContentMar.lightBoxActive{
    margin-top: 30px;
    opacity: 1;
}
#lightBoxContentMar.lightBoxActive #lightBoxContent{
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}
#lightBoxContent a{
    text-decoration: none;
    border-bottom: 1px solid #333;
    color: inherit;
    cursor: pointer;
    transition: all .3s;
}
#lightBoxContent a:hover{
    border-bottom: 1px solid #fbb040;
    color: #fbb040;
}
/*-----------------------------------------------------------------------*/
.lightBoxViews{
    padding: 20px;
}
.lightBoxViews input[type="text"],
.lightBoxViews input[type="number"],
.lightBoxViews input[type="password"],
.lightBoxViews textarea,
.lightBoxViews select,
.totalDIV input[type="text"],
.totalDIV input[type="number"],
.totalDIV input[type="password"],
.totalDIV textarea,
.totalDIV select{
    width: 95%;
    height: 40px;
    margin-bottom: 10px;
    padding: 2px 35px 2px 10px;
    box-sizing: border-box;
    background: 98% center no-repeat;
    background-size: 22px;
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    resize: none;
}
.lightBoxViews input[type="number"],
.totalDIV input[type="number"]{
    direction: ltr;
}
.totalDIV ::-webkit-input-placeholder, /* Edge */
.lightBoxViews ::-webkit-input-placeholder{ /* Edge */
    color: #ccc;
}
.totalDIV :-ms-input-placeholder, /* Internet Explorer 10-11 */
.lightBoxViews :-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #ccc;
}
.totalDIV ::placeholder,
.lightBoxViews ::placeholder{
    color: #ccc;
}
.lightBoxViews *{
    outline: none;
}
.errorInForm{
    border-color: #fba8a8 !important;
}
/* Public Items--------------------------------------------------------------*/
.boxesSt, .boxesStb{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.boxesStb{
    background: #fff;
}
.boxesSt h3, .boxesStb h3{
    margin: 0 0 20px;
    padding: 0 5px 5px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: none;
}
.boxesSt h3 span,.boxesStb h3 span{
    padding-bottom: 10px;
    padding-left: 10px;
}
/*-----------------------------------------------------------------------*/
.totalDIV{
    direction: rtl;
    position: relative;
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
}
.totalCon{
    padding: 30px 0px;
    z-index: 2;
    transition: all .4s;
}
.totalDIV .totalBox{
    position: relative;
    min-height: 300px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: justify;
}

.totalDIV input[type="text"],
.totalDIV input[type="number"],
.totalDIV textarea{
    width: 300px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/*-------------------------------------------------------------------------------------------------------*/
input[type=checkbox]{
    position: relative;
    top: 3px;
    /*overflow: hidden;*/
    /*clip: rect(0 0 0 0);*/
    /*height: 1px;*/
    /*width: 1px;*/
    /*margin: -1px;*/
    /*padding: 0;*/
    /*border: 0;*/
}
input[type=checkbox] + label{
    display: inline-block;
    height: 15px;
    padding-right: 20px;
    line-height: 15px;
    vertical-align: middle;
    font-size: inherit;
    cursor: pointer;
    transition: none;
    background: url(../img/web-two-style.png) no-repeat 100% 0;
    background-size: 15px;
}
input[type=checkbox]:checked + label{background-position: 100% -15px;}
/*-------------------------------------------------------------------------------------------------------*/
.needShake{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake{
    0%{ transform: translate(1px, 1px) rotate(0deg); }
    10%{ transform: translate(-1px, -2px) rotate(-1deg); }
    20%{ transform: translate(-3px, 0px) rotate(1deg); }
    30%{ transform: translate(3px, 2px) rotate(0deg); }
    40%{ transform: translate(1px, -1px) rotate(1deg); }
    50%{ transform: translate(-1px, 2px) rotate(-1deg); }
    60%{ transform: translate(-3px, 1px) rotate(0deg); }
    70%{ transform: translate(3px, 1px) rotate(-1deg); }
    80%{ transform: translate(-1px, -1px) rotate(1deg); }
    90%{ transform: translate(1px, 2px) rotate(0deg); }
    100%{ transform: translate(1px, -2px) rotate(-1deg); }
}
/*-------------------------------------------------------------------------------------------------------*/
.containBox{
    width: 100%;
    /*max-width: 1300px;*/
    margin: 0 auto;
}
.containFlex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.menuBut{
    display: block;
    /*width: 100% !important;*/
    display: inline-block;
    position: relative;
    width: 36px !important;
    margin: 0 35px 0 0;
    padding: 0;
    vertical-align: middle;
    outline: 0;
    text-align: center;
    border: 0;
    /*color: #fff;*/
    cursor: pointer;
}
.menuBut span{
    display: block;
    width: 36px;
    height: 2px;
    background-color: currentColor;
    margin: 2px 0 3px auto;
    -webkit-transition: width .2s ease-out,opacity .2s ease;
    -moz-transition: width .2s ease-out,opacity .2s ease;
    transition: width .2s ease-out,opacity .2s ease;
}
.menuBut span:nth-child(odd){
    width: 25px;
}
.headTopMenu img{
    cursor: pointer;
}
.headTopMenu .headTItem{
    /*color: #fff;*/
    font: 13px 'iransans';
    padding: 3px;
    vertical-align: middle;
    cursor: pointer;
}
.headTopMenu .headTDivider{
    display: inline-block;
    /*background: #000;*/
    width: 15px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}
.headTopMenu #searchBox{
    display: inline-block;
    position: relative;
    top: 13px;
    /*width: 0px;*/
    /*height: 30px;*/
    overflow: hidden;
    transition: all 0.5s;
}
.headTopMenu #searchBox.searchBoxActive{
    /*width: 200px;*/
}
.headTopMenu #searchBox input{
    width: 600px;
    background: none;
    border: 2px solid #e8e7e3;
    outline: none !important;
    direction: rtl;
    font: 15px anjomanM;
    /*color: #fff;*/
    margin: 0 5px 0 15px;
    border-radius: 3px;
}
/*-------------------------------------------------------------------------------------------------------*/
.indexHead{
    direction: rtl;
    min-height: 420px;
    box-sizing: border-box;
    padding-top: 30px;
    /*background: #ffffff;*/
    background-size: contain;
}
.sloganP{
    margin: 65px 0 0 0;
    font: bold 35px iransans;
    /*color: #fff;*/
    white-space: nowrap;
}
.sloganP span{
    color: #880c3f;
}

.footerScrollIcon{
    display: inline-block;
    position: fixed;
    bottom: -250px;
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    color: #333;
    z-index: 30;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all .4s;
}
.footerScrollIcon:hover{
    transform: rotate(360deg);
}