/*
Theme Name: GosTaran Themes
Description: Adds support for languages written in a Right To Left (RTL) direction.
*/
@font-face{
	font-family: 'iranyekan';
	src: url('fonts/iranyekanwebregular.eot');
	src: url('fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('fonts/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('fonts/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('fonts/iranyekanwebregular.ttf') format('truetype');
}
@font-face {
font-family: "aviny";
src: url('fonts/aviny.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6 {
    font-family: iranyekan;
}
.widget__post-content h6 {
    font-family: iranyekan !important;
}
.widget__post-thumb {
    float: right !important;
    margin-left: 20px !important;
}
.main-menu .has-sub li {
    text-align: right;
}
.team-info {
    direction: rtl;
}
body {
    font-family: iranyekan !important;
}
.second-services-content h5 {
    font-family: iranyekan !important;
}
.count {
    font-family: iranyekan !important;
}
.elementor-align-left {
    text-align: right !important;
}
.price-count h2 {
    font-family: iranyekan !important;
}
.contact-field input {
    direction: rtl;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
.contact-field textarea {
    direction: rtl;
}
.main-menu ul li a {
    font-family: iranyekan !important;;
}
.booking-area .custom-select {
    direction: rtl;
}
.offset-xl-3 {
    margin-right: 25% !important;
}
.fa-chevron-right::before {
    content: "\f053" !important;
}
.gw-ltr {
    direction: ltr !important;
}
.mean-container .mean-nav ul li a {
    text-align: right !important;
}
.booking-area .contact-form {
    direction: rtl;
}
.pricing-body li {
    text-align: right;
}
.media-upload-form .notice, .media-upload-form div.error, .wrap .notice, .wrap div.error, .wrap div.updated {
  display: none;
}