@import url("font-awesome.min.css");

/*@font-face {*/
  /*font-family: Raleway;*/
  /*src: url('../fonts/Raleway-Regular.ttf');*/
  /*font-weight: bold;*/
/*}*/
@font-face {
  font-family: GE-SS;
  src: url('../fonts/GE_SS_Two/GE_SS_Two_Light.otf');
}

body {
  background-color: rgb(59, 59, 59);
  padding: 0;
  width:100%;
  max-width: 3000px;
  margin: 0 auto;
}
a, span, h1, h2, h3, h4, ul, li
{
  text-decoration: none;
}
h2
{
  color: white;
  margin: auto;
  margin-top: 3em;
  line-height: 1.3!important;
}
[dir='rtl'] a,
[dir='rtl'] h1,
[dir='rtl'] h2,
[dir='rtl'] h3,
[dir='rtl'] h4,
[dir='rtl'] h5,
[dir='rtl'] ul,
[dir='rtl'] li,
[dir='rtl'] p,
[dir='rtl'] span,
[dir='rtl'] button,
[dir='rtl'] select,
[dir='rtl'] input {
  font-family: GE-SS, sans-serif !important;
}
.text-right {
  font-family: GE-SS, sans-serif !important;
}
.fa {
  font-family: FontAwesome, sans-serif !important;;
}
html {
  margin: 0;
  padding: 0;
}
p {
  text-align: justify;
  text-justify: inter-word;
}
ul {
  list-style-type: none;
}