@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,700';
@font-face {
  font-family: 'black';
  font-style: normal;
  src: url('/css/fonts/170810055509Black.eot');
  src: local('black'), url('/css/fonts/170810055509Black.eot') format('embedded-opentype'), url('/css/fonts/170810055509Black.woff') format('woff');
}
.black {
  font-family: 'black';
}
@font-face {
  font-family: 'bold';
  font-style: normal;
  src: url('/css/fonts/170810055528bold.eot');
  src: local('bold'), url('/css/fonts/170810055528bold.eot') format('embedded-opentype'), url('/css/fonts/170810055528bold.woff') format('woff');
}
.bold {
  font-family: 'bold';
}
@font-face {
  font-family: 'heavy';
  font-style: normal;
  src: url('/css/fonts/170810055638heavy.eot');
  src: local('heavy'), url('/css/fonts/170810055638heavy.eot') format('embedded-opentype'), url('/css/fonts/170810055638heavy.woff') format('woff');
}
.heavy {
  font-family: 'heavy';
}
@font-face {
  font-family: 'light';
  font-style: normal;
  src: url('/css/fonts/170810055731light.eot');
  src: local('light'), url('/css/fonts/170810055731light.eot') format('embedded-opentype'), url('/css/fonts/170810055731light.woff') format('woff');
}
.light {
  font-family: 'light';
}
@font-face {
  font-family: 'medium';
  font-style: normal;
  src: url('/css/fonts/170810055820medium.eot');
  src: local('medium'), url('/css/fonts/170810055820medium.eot') format('embedded-opentype'), url('/css/fonts/170810055820medium.woff') format('woff');
}
.medium {
  font-family: 'medium';
}
@font-face {
  font-family: 'normal';
  font-style: normal;
  src: url('/css/fonts/170810055842normal.eot');
  src: local('normal'), url('/css/fonts/170810055842normal.eot') format('embedded-opentype'), url('/css/fonts/170810055842normal.woff') format('woff');
}
.normal {
  font-family: 'normal';
}
@font-face {
  font-family: 'thin';
  font-style: normal;
  src: url('/css/fonts/170810055902thin.eot');
  src: local('thin'), url('/css/fonts/170810055902thin.eot') format('embedded-opentype'), url('/css/fonts/170810055902thin.woff') format('woff');
}
.thin {
  font-family: 'thin';
}
@font-face {
  font-family: 'NexaHeavy';
  font-style: normal;
  src: url('/fonts/En/NexaHeavy.otf');
}
@font-face {
  font-family: 'NexaHeavy';
  font-style: normal;
  src: url('/fonts/En/NexaHeavy.ttf');
}
@font-face {
  font-family: 'NexaLight';
  font-style: normal;
  src: url('/fonts/En/NexaLight.ttf');
}
@font-face {
  font-family: 'KufyanArabicHeavy';
  font-style: normal;
  src: url('/fonts/Ar/KufyanArabicHeavy.ttf');
}
@font-face {
  font-family: 'KufyanArabicLight';
  font-style: normal;
  src: url('/fonts/Ar/KufyanArabicLight.ttf');
}
@font-face {
  font-family: 'KufyanArabicBlack';
  font-style: normal;
  src: url('/fonts/Ar/KufyanArabicBlack.ttf');
}
@font-face {
  font-family: 'KufyanArabicMedium';
  font-style: normal;
  src: url('/fonts/Ar/KufyanArabicMedium.ttf');
}
html {
  position: relative;
  min-height: 100%;
}
body,
p,
blockquote,
li,
a {
  font-family: 'NexaLight';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'NexaHeavy';
}
body {
  color: #898989;
  font-size: 14px;
  padding-top: 105px;
  padding-bottom: 101px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
li,
a {
  font-family: 'NexaLight';
}
.home-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
:lang(ar) body,
:lang(ar) p,
:lang(ar) blockquote,
:lang(ar) li,
:lang(ar) a {
  font-family: 'KufyanArabicMedium';
}
:lang(ar) h1,
:lang(ar) h2,
:lang(ar) h3,
:lang(ar) h4,
:lang(ar) h5,
:lang(ar) h6 {
  font-family: 'KufyanArabicBlack';
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
a {
  color: #000;
}
a:hover,
a:focus {
  color: #ab821c;
  text-decoration: none;
}
.site-header {
  margin: 0 auto;
}
.banner-wrap {
  max-width: 1580px;
  margin: 0 auto;
}
.container {
  max-width: 1180px;
  width: 100%;
}
.custom-heading-title {
  margin-bottom: 40px;
}
.custom-heading-title h1 {
  display: inline-block;
  font-size: 24px;
  color: #000;
  margin: auto 0;
}
.custom-heading-title h1:after {
  display: table;
  box-sizing: border-box;
  clear: both;
  background-color: #ab821c;
  width: 73px;
  transition: width 0.3s;
  z-index: 1;
  top: 15px;
  content: "";
  left: 0;
  height: 1px;
  position: relative;
}
.custom-heading-title h1:before {
  display: table;
  box-sizing: border-box;
  background-color: #e5e5e5;
  width: 320px;
  content: "";
  left: 0;
  height: 1px;
  position: relative;
  top: 42px;
}
.custom-heading-title h1:hover:after {
  width: 100%;
}
.img-responsive img {
  width: 100%;
}
.flex {
  display: -o-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
.clear-both {
  clear: both;
}
.under-rule:hover {
  color: #464646;
}
.under-rule:hover span:after {
  width: 100%;
}
.under-rule {
  padding-top: 20px;
  color: #444e52;
}
.under-rule span {
  position: relative;
  display: inline-block;
}
.under-rule span:after {
  display: block;
  margin-top: 3px;
  background: #035c9e;
  content: "";
  height: 2px;
  left: 0;
  width: 190px;
  transition: width 0.5s;
}
.loading-icon {
  background: url('/media/1081/loading.gif') no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  margin: 0 auto !important;
  margin-top: 10px !important;
  display: block;
}
:lang(ar) .pull-left {
  float: right!important;
}
:lang(ar) .pull-right {
  float: left!important;
}
:lang(ar) .above-nav-bar {
  text-align: left;
}
:lang(ar) nav.site-navigation ul {
  text-align: left;
}
:lang(ar) .home-page-content .container .col-md-8.col-sm-8.column,
:lang(ar) .home-page-content .container .col-md-6.col-sm-6.column {
  /*subscription center part*/
  float: right;
}
