﻿/* Reset
---------------------------------*/
*{
    margin:0;
    padding:0;
}
ul {
    list-style: none;
}


.figure {
    margin: 0px;
}

img {
    max-width: 100%;
    height:auto !important;
}

a, a:hover, a:active {
    outline: 0px !important;
    text-decoration:none !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.row{
    margin:0;
}
/* Styles
---------------------------------*/
body {
    background: #6a065b;
    font-family: 'Yekan','YekanN','IRANSans','Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #4e4e4e;
    margin: 0;
}
h1 {
    color: #222;
    font-family: 'Droid Arabic Kufi','Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    /*text-align: center;
    text-transform: uppercase;*/
}

h2 {
    /*font-size: 38px;*/
    color: #222;
    font-family: 'Yekan','YekanN','BYekan','Open Sans', sans-serif;
    font-weight: normal;
    /*margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;*/
}

h3 {
    font-family: 'Yekan','YekanN','BYekan','Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    /*font-size: 16px;*/
    margin: 0 0 5px 0;
}



h6 {
    /*font-size: 16px;*/
    color: #888888;
    font-family: 'Yekan','YekanN','BYekan','Open Sans', sans-serif;
    font-weight: 400;
    /*text-align: center;*/
    margin: 0 0 60px 0;
}

p {
    
    line-height: 24px;
    margin: 0;
    direction:ltr;
     -webkit-hyphens:auto !important;
    -ms-hyphens:auto !important;
    hyphens:auto !important;
   
   
    /*word-break:keep-all;
    word-wrap:break-word;*/
  
}
/*p span{
    white-space:pre-wrap;
    word-wrap:break-word;
    word-break:keep-all;
}*/


h4.btn-1{
    border:2px solid #df0031;
    font-size:14px;
    padding:10px 0px;
    color:#fff;
    border-radius:3px;
    background:#df0031;
}
h4.btn-1:hover{
    border:2px solid #df0031;
    font-size:14px;
    padding:10px 0px;
    color:#df0031;
    border-radius:3px;
    background:transparent;
}
.text-right{
    text-align:right;
}
.text-left{
    text-align:left;
}