@font-face {
  font-family: Vazir;
  src:url('../fonts/vazir/vazir.woff') format('woff');
  font-weight: normal}

@font-face {
  font-family: Vazir;
  src:url('../fonts/vazir/vazir-bold.woff') format('woff');
  font-weight: bold
}

body{
  margin: 0;
  height: 0;
  direction: rtl;
  font-family: Vazir,sans-serif;
}
.navbar{
  margin-bottom: 0;
  box-shadow: 0px 0px 3px #333;
  border: 0;
}
.navbar-header{
  float: right;
}
.navbar-nav{
  float: right;
}
.navbar-nav > li{
  float: right;
}
.navbar .navbar-brand img{
  height: 30px;
  position: relative;
  top: -5px;
}
.navbar-default .navbar-nav > li > a{
  color: #111 !important;
  text-shadow: 0 0 3px #cdcdcd;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #444 !important;
}

#header{
  padding: 110px 0px;
  position: relative;
  background: url('../img/pattern3.png');
}
#header #header-content{
    font-size: 14px;
    text-align: justify;
    padding: 30px 30px 10px;
    color: #0f0f0f;
    box-shadow: 0px 0px 5px #cdcdcd;
    position: relative;
    background-color: #f6f6f6;
    z-index: 1;
}
#header .img-header{
  position: relative;
  text-align: center;
}
#header .img-header img{
  max-width: 100%;
}
#header .description-header{
  padding: 0 15px;
}
#header .description-header h1{
    font-size: 18px;
    background-color: #b11e22;
    color: #fff;
    border-radius: 5px;
    padding: 11px 0px;
    width: 104%;
    position: relative;
    /* top: 35px; */
    right: -2%;
    z-index: 2;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}
#header .description-header .text-description {
    font-size: 14px;
    text-align: justify;
    width: 100%;
    padding: 30px 30px 10px;
    color: #0f0f0f;
    box-shadow: 0px 0px 5px #cdcdcd;
    position: relative;
    background-color: #f6f6f6;
    z-index: 1;
}
#header .description-header p{
    font-size: 15px;
    color: #000000;
    text-align: center;
}
#header .buttons-header{
  text-align: center;
  margin-top: 30px;
}
#header .buttons-header a{
  padding: 10px 30px;
  margin-top: 10px;
  background-color: #11a0dc;
  border-color: #11a0dc;
}


#homefeatures{
  padding: 100px 0;
  background-color: #f3f3f3;
}
#homefeatures h2{
  text-align: center;
  color: #555555;
}
#homefeatures .features{
  margin-top: 0;
}
#homefeatures .features .feature{
  float: right;
}
#homefeatures .features:first-child{
  margin-top: 80px;
}
#homefeatures .features .column{
  margin-top: 40px;
  padding: 30px;
  transition: background 0.2s, color 0.2s;
  cursor: default;
}
#homefeatures .features .column .icon-container{
  background-color: #ffffff;
  float: right;
  width: 90px;
  height: 90px;
  padding: 5px;
  border-radius: 100%;
  box-shadow: 0 0 3px #ddd;
}
#homefeatures .features .column .icon{
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  border: 1px dashed #cdcdcd;
}
#homefeatures .features .column .icon svg{
  position: relative;
  font-size: 40px;
  top: 20px;
  color: #11a0dc;
}
#homefeatures .features .info{
  position: relative;
  right: 20px;
}
#homefeatures .features .info h3{
    margin: 10px 0 0;
    font-size: 16px;
  font-weight: bold;
}
#homefeatures .features .info p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
}
#homefeatures .features .info p::before{
  content: "» ";
}

#howtouse{
  padding: 100px 0;
  background-color: #ffe7e7;
}
#howtouse h2{
  font-size: 30px;
  padding-bottom: 20px;
    text-align: right;
    margin: 0 auto;
    color: #555555;
}
#howtouse .steps{
  text-align: center;
}
#howtouse .steps h3 {
  margin: 20px auto 0;
  font-size: 14px;
  background-color: #fff;
  padding: 45px 30px;
  width: 85%;
  border-radius: 8px;
  color: #1a1a1a;
  line-height: 23px;
}
#howtouse .steps .icon {
  color: #6a6a6a !important;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#howtouse .steps h3:hover {
  background-color: #f3f3f3;
  cursor: pointer;
  transition: all 0.6s;
}
#howtouse .steps h3:hover .icon  {
  color: #b11e22 !important;
}
#howtouse .steps p{
  padding: 8px;
  margin-top: 20px;
  color: #484848;
  display: none;
}
#howtouse .steps .column{
  position: relative;
  float: right;
}
#howtouse .steps .column .arrow {
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 52%;
  transform: translateY(-44%);
  color: #6a6a6a;
}
#videos{
  padding: 100px 0;
}
#videos h3 {
    margin: 25px 0 25px 0;
    font-size: 16px;
    font-weight: bold;
}
#faq{
  padding: 100px 0;
  background-color: #f3f3f3;
}
#faq h3{
    text-align: justify;
}
#faq h3 span{
    color: #b11e22;
    font-size: 18px;
    font-weight: bold;
}
#faq .answer{
    text-align: justify;
}
#faq .answer span{
    font-size: 16px;
}
#poorsant {
    padding: 100px 0;
    background-color: #ffe7e7;
}
#poorsant .column {
    position: relative;
    float: right;
}
#poorsant .numbers-ico {
    text-align: center;
    border: 3px solid #b11e22;
    border-radius: 5px;
    width: 220px;
    height: 200px;
    padding-top: 35px;
    position: relative;
    margin: 0 auto 30px;
}
#poorsant .numbers-ico .counting {
    font-size: 40px;
    padding-bottom: 5px;
    display: block;
    line-height: 50px;
}
#poorsant .contentmod{
    margin-top: 40px;
}
#poorsant .dashed {
    float: right;
    height: 2px;
    position: relative;
    top: 100px;
    margin-left: 10px;
}
#poorsant .dashed div {
    background: #b11e22;
    float: right;
    height: 2px;
    margin: 2px 3px;
    width: 11px;
}
#footer{
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
#footer a{
  color: #555555;
}

@media (max-width: 991px){
  #howtouse .steps .column{
    float: none;
  }
  #howtouse .steps .column .arrow{
    display: none;
  }
  #howtouse .steps .column{
    margin-top: 80px;
  }
  #howtouse .steps .column:first-child{
    margin-top: 10px;
  }
  #homefeatures .features .info{
    top: 13px;
  }
  #poorsant .column{
    float: none;
  }
  #poorsant .dashed {
      display: none;
  }
}
@media (max-width: 767px){
}
@media (max-width: 646px){
  .navbar-nav{
    padding-right: 8px;
  }
  .navbar-default .navbar-nav > li > a{
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 510px){
  .navbar-nav{
    clear: both;
  }
  #header .img-header img{
    margin-bottom: 30px;
  }

   .navbar-header{
     width: 100%;
     display: block;
     margin: 0 !important;
   }
    #menu-prestapal {
      width: 100%;
      float: none;
      margin: 0 !important;
    }
    #menu-prestapal .navbar-nav {
      width: 100%;
    }
    #menu-prestapal .navbar-nav > li {
      display: block;
      float: none;
    }
}
@media (max-width: 320px){
  #homefeatures .features .info{
    clear: both;
    text-align: center;
    right: 0;
    top: 10px;
  }
  #homefeatures .features .column .icon{
    float: none;
    margin: 0 auto;
  }
  #homefeatures .features .column .icon-container {
    float: none;
    margin: 0 auto;
  }
}


#header .description-header p.text {
    font-size: 13px;
    text-align: justify;
    max-width: 500px;
    margin: 0 auto;
    line-height: 28px;
    padding: 0;
    border-radius: 10px;
    color: #000;
    text-shadow: none;
}
#header .description-header .text:after,
#header .description-header .text:before {
    color: #757575;
    font-size: 39px;
    line-height: 10px;
    top: 20px;
    position: relative;
}
#header .description-header .text:before{
    content: "”";
}
#header .description-header .text:after{
    content: "“";
}
