/* -----  reset style  ----- */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    direction: rtl!important;
}
a{
    color:#333;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
.ykan {
	font-family: Yekan;
}
/* ----- font address ----- */

@font-face {
    font-family:'BYekan' ;
    src: url('../fonts/BYekan.eot') format('eot'),
    url('../fonts/BYekan.ttf') format('ttf'),
    url('../fonts/BYekan.woff') format('woff');
}
@font-face {
    font-family:'Yekan' ;
    src: url('../fonts/Yekan.eot') format('eot'),
    url('../fonts/Yekan.ttf') format('ttf'),
    url('../fonts/Yekan.woff') format('woff');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iranSansa';
    src: url('../fonts/IRANSans-web.eot');
    src: url('../fonts/IRANSans-web.eot#iefix') format('embedded-opentype'), url('../fonts/IRANSans-web.woff') format('woff'), url('../fonts/IRANSans-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.yekan {
	font-family: BYekan ;
}
.iransansa {
	font-family: iranSansa;
}
.padding-zero {
    padding:0;
}
/* */

.clear-both{
	clear:both;
}

.inline-display {
	display:inlune;
}

.zIndex {
	z-index:999!important;
}

.overflow-h {
	overflow:hidden!important;
}
 /* scroll animation style */

.os-animation{
  opacity: 0;
}
 
.os-animation.animated{
    opacity: 1;
}
i {
		vertical-align:baseline;
}
.relative-pos {
	position:relative;
}
.absolute-pos {
	position:absolute;
}
 .margin-tp-bt {
	 margin-top:50px!important;
	 margin-bottom:55px!important;
 }
 
.margin-bt-40 {
	margin-bottom:40px;
}

.margin-btm80 {
	margin-bottom:80px;
}
.title-icon {
	margin-left:8px;
}
.black-color {
	color:#333;
}
h3 {
	font-size:20px!important;
}
@media (max-width:768px ){
	h3 {
		font-size:18px!important;
	}
}