@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/IRANSansWeb_Light.eot);
    src: url("fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    url(fonts/IRANSansWeb_Light.woff) format("woff"),
    url(fonts/IRANSansWeb_Light.ttf) format("truetype");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: iransans;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 20px;
    line-height: 35px;
}

h2 {
    font-size: 18px;
    line-height: 33px;
}

h3 {
    font-size: 16px;
    line-height: 27px;
}

h4 {
    line-height: 14px;
}

h5 {
    line-height: 12px;
}

h6 {
    line-height: 12px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    text-shadow: none;
    font-weight: normal;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
 }


/*::-webkit-scrollbar {*/
    /*width: 10px;*/
    /*background-color: #666;*/
/*}*/

/*::-webkit-scrollbar-track {*/
    /*border-radius: 1px;*/
    /*background: rgba(0, 0, 0, 0.1);*/
    /*border: 1px solid #555;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
    /*border-radius: 4px;*/
    /*background: #bbb;*/
    /*border: 1px solid #555;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
    /*background: #fff;*/
/*}*/

/*::-webkit-scrollbar-thumb:active {*/
    /*background: linear-gradient(left, #22ADD4, #1E98BA);*/
/*}*/


* {
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    font-family: "IRANSans";
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    word-wrap: break-word;
}

.color-gray {
    color: #777;
}

.font-12 {
    font-size: 12px;
}
body{
    font-family: IRANSans;
     transition: all 0.5s;
}








.img-responsive {
    width: 100%;
 }

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}



.slick-track {
 
    height: 800px;
}
.promo-item {
    background-size: cover!important;
    background-repeat: no-repeat !important;
}
.conpageMenu{padding:100px}


