/*
Theme Name: jamrefractory
Theme URI: https://jamrefractory.com
Author: SabanTeam
Author URI: https://sabanweb.com
Version: 1.0
License: GNU General Public License v2 or later
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

img,
input,
button,
a {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

body [class^="col-lg"] {
  float: left;
  padding: 10px;
}

button {
  all: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.container {
  display: flow-root;
  padding: 0;
}

.row {
  margin: 0;
}

:root {
  --main: #f35a0a;
  --light: #f9f9f9;
  --gray: #666;
  --f14: 14px;
  --f15: 15px;
  --f16: 16px;
  --f17: 17px;
  --f18: 18px;
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff"),
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff"), url("assets/fonts/Yekan-Bakh-Fa-En-07-Heavy.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("assets/fonts/Yekan-Bakh-FaNum-06-Bold.woff") format("woff"), url("assets/fonts/Yekan-Bakh-FaNum-06-Bold.eot?#iefix") format("embedded-opentype");
}


@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/Yekan-Bakh-FaNum-05-Medium.woff") format("woff"), url("assets/fonts/Yekan-Bakh-FaNum-05-Medium.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/Yekan-Bakh-FaNum-03-Light.woff") format("woff"), url("assets/fonts/Yekan-Bakh-FaNum-03-Light.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("assets/fonts/Yekan-Bakh-FaNum-04-Regular.woff") format("woff"), url("assets/fonts/Yekan-Bakh-FaNum-04-Regular.eot?#iefix") format("embedded-opentype");
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: YekanBakh;
}

body [class^='col-lg'],
body [class^='col-md'],
body [class^='col-sm'] {
  float: right;
  padding: 10px;
}