@import "../fonts/fontiran/fontiran.css";

body{
  font-family:IRANSans!important;
}

@media (min-width: 768px){
    .navbar-header {
      float: right;
    }
}
@media (min-width: 768px){
    .navbar-right {
      float: left!important;
      margin-right: -15px;
    }
}

@media (min-width: 768px){
    .navbar-nav>li {
      float: right;
    }
}
@media (min-width: 992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: right;
    }
}
@media only screen and (max-width: 767px){
#about .counter-item>h3 {
    font-size: 40px;
    margin: 0 0 35px !important;
  }
}
@media only screen and (max-width: 767px){
  .counter-item{
    margin-bottom: 50px;
  }
}

p,h3{
    text-align: right;
    direction: rtl;
    float: right;
}
.pull-right {
    float: left!important;
}
.pull-left {
    float: right!important;
}
#about .welcome-block img {
    margin-left: 35px;
    padding-bottom: 50px;
}
@media (min-width: 992px){
    .col-md-offset-1 {
      margin-right: 8.33333333%;
      margin-left: 0;
    }
}
.owl-buttons{
    float:left;
}
.form-control {
    text-align: right;
    direction: rtl;
}
@media (min-width: 992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
}
.contact-details p i {
  margin-left: 10px;
}
.submit-icon {
    left: 0;
    right: auto;
}
.navbar-inverse .navbar-nav > li > a {
  text-align: right;
}

.sec-title h2:after{
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
h1,h2,h3,h4,h5{
  font-family: IRANSans;
}
@media (min-width: 992px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left;
  }
}
@media (min-width: 992px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: right;
  }
}
.testimonial-item > div:after{
  left:0!important;
  margin-left: -60px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.testimonial-item > div:before{
  right:0!important;
  left:auto;
  margin-right: -60px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.testimonial-item > div{

}
.ltr{
    font-family: Verdana,Arial,tahoma;
    text-align: left;
    direction: ltr;
}
