﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
* {
  direction:  rtl;
}

.flexslider div{
  direction: ltr;
}

#header-2 img.logo{
  left: unset !important;
  right: 0;
}
body {
	font-family: IRANSans !important;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}
h1 {
	font-weight: bold;
}

a,p {
    font-family:  IRANSans !important;
}

#jetmenu a{
    font-size: 12px !important
}

.flex-viewport ,.flex-viewport div{
    direction:  ltr;
}

.contentSlider {
    direction: ltr;
}

label {
    float: right !important;
}

img.img-fluid {
    max-width: 100%;
}

.row.contact div {
    float: right;
    direction: rtl;
}

.jetmenu > li.showhide span.icon{
    float: left !important;
}