@font-face {
  font-family: "Iran yekan";
  src: url("../fonts/Qs_Iranyekan_400.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Iran yekan b";
  src: url("../fonts/Qs_Iranyekan extrabold_800.ttf");
  font-weight: 800;
  font-style: normal;
}

.style_rtl {
  /* direction: rtl; */
  text-align: right;
  font-family: "Iran yekan b", "Iran yekan" !important ;
}
.style_rtl h1,
.style_rtl h2,
.style_rtl h3,
.style_rtl h4,
.style_rtl a {
  font-family: "Iran yekan b", "Iran yekan";
}
.style_rtl #contact .section-title h2,
.style_rtl #about h2 {
  text-align: right;
}
.style_rtl #contact .section-title h2::after {
  left: calc(100% - 30px);
}

.style_rtl #about h2::after {
  left: calc(100% - 60px);
}

.style_rtl .lang_switcher,
.style_rtl #contact .contact-item i.fa {
  margin-right: 0px;
  margin-left: 20px;
}
#services .col-md-4 {
  min-height: 340px;
}
#products .col-xs-6 {
  min-height: 300px;
}
.style_rtl #menu.navbar-default .navbar-nav > li > a {
  font-family: "Iran yekan b", "Iran yekan";
}
