/*
* Theme Name: Agencio - Creative Agency And Portfolio HTML5 Template
* Translator: Maxjn
* Version: 1.4.0
* Last Change: 25 February 2023
  Translator URI    : https://www.rtl-theme.com/author/maxjn/products/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Global Settings
------------- List Of Table ----------*/

/* CSS Document */
@import url(bootstrap.min.css);
@import url(style.css);

/*------------------------------------
	Fonts
------------------------------------*/
@font-face {
  font-family: IRANSans;
  src: url("../fonts/IRANSansWeb/IRANSansWeb.eot");
  src: url("../fonts/IRANSansWeb/IRANSansWeb.eot") format("embedded-opentype"),
    url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/IRANSansWeb/IRANSansWeb.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: vazir-bold;
  src: url("../fonts/vazir/Vazir-Bold.eot");
  src: url("../fonts/vazir/Vazir-Blod.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Bold-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: vazir-medium;
  src: url("../fonts/vazir/Vazir-Medium.eot");
  src: url("../fonts/vazir/Vazir-Medium.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Medium-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: vazir-light;
  src: url("../fonts/vazir/Vazir-Light.eot");
  src: url("../fonts/vazir/Vazir-Light.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Light-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: vazir-thin;
  src: url("../fonts/vazir/Vazir-Thin.eot");
  src: url("../fonts/vazir/Vazir-Thin.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Thin-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/

body {
  font-family: "vazir-bold", sans-serif;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "vazir-medium", sans-serif;
  direction: rtl;
}

.container,
.row {
  direction: rtl;
}

.featured-item .featured-icon {
  margin-left: 10px;
  margin-right: initial;
}

.scroll-top {
  left: 30px;
  right: initial;
}
