﻿/*-- media queries--*/
html, body {
  font-family: 'Muli', sans-serif;
  padding: 10px 0; }

* {
  outline: none;
  text-decoration: none; }

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none; }

h1, h2, h3, h4, h5, p, table, div {
  font-family: 'Muli', sans-serif; }

p {
  font-size: 0.9em; }

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

a:hover, a:focus {
  text-decoration: none !important; }

.margin-top {
  margin-top: 3%; }

.banenrContainer {
  position: relative;
  height: auto;
  float: left;
  margin-bottom: 25px; }
  .banenrContainer .banner_image {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: hidden; }
    .banenrContainer .banner_image img {
      width: 100%;
      height: auto; }
  .banenrContainer .caption {
    position: absolute;
    top: 20%;
    left: 16.5%;
    z-index: 99;
    text-transform: uppercase;
    width: 30%;
    color: #DBA029;
    font-weight: 200 !important; }
    @media (max-width: 575.98px) {
      .banenrContainer .caption h2 {
        font-size: 18px;
        float: left; } }
    .banenrContainer .caption a {
      display: inline-block;
      padding: 0 15px;
      color: #fff;
      font-weight: 500; }
      @media (max-width: 575.98px) {
        .banenrContainer .caption a {
          font-size: 18px; } }
    .banenrContainer .caption span {
      display: inline-block;
      font-size: 40px;
      font-weight: 400; }
    @media (max-width: 575.98px) {
      .banenrContainer .caption span.pike {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .banenrContainer .caption span.pike {
        display: none; } }
    .banenrContainer .caption .active {
      color: #DBA029 !important; }
    @media (max-width: 575.98px) {
      .banenrContainer .caption h1, .banenrContainer .caption span {
        font-size: 20px;
        width: 170%; } }
  .banenrContainer .shape {
    position: absolute;
    width: 399px;
    height: 326px;
    left: -82px;
    bottom: -10px; }
    @media (max-width: 575.98px) {
      .banenrContainer .shape {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .banenrContainer .shape {
        display: none; } }

.banenrContainer_inner {
  position: relative;
  height: auto;
  width: 100%; }
  .banenrContainer_inner .banner_image {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: hidden; }
    .banenrContainer_inner .banner_image img {
      width: 100%;
      height: auto; }
  .banenrContainer_inner .shape {
    position: absolute;
    width: 399px;
    height: 326px;
    left: -82px;
    bottom: -10px;
    transition: all 0.2s ease; }
    @media (max-width: 575.98px) {
      .banenrContainer_inner .shape {
        display: none; } }

.dataContent h2 {
  margin-bottom: 20px; }
.dataContent h4 {
  font-size: 1.1em !important;
  margin-top: 15px;
  font-weight: bold; }
.dataContent h5 {
  float: left !important;
  clear: both !important;
  margin-right: 25px; }
  @media (max-width: 575.98px) {
    .dataContent h5 {
      width: 100%;
      text-align: left; } }
.dataContent p {
  text-align: justify;
  margin-bottom: 10px; }
@media (max-width: 575.98px) {
  .dataContent {
    padding: 3% 3%;
    width: 96%; } }

/*-- youtube video --*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

/*-- search styles--*/
.searchResults {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .searchResults li {
    margin-top: 25px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #DBA029 !important;
  border-color: #DBA029 !important; }

.blink a {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  font-size: 20px !important; }

a.readmore {
  color: #000;
  font-size: .8em;
  padding: 3px 5px;
  border: 1px solid #000;
  transition: .2s ease;
  border-radius: 2px; }

a.readmore:hover {
  background: #000;
  color: #fff; }

/*--reports--*/
.areportrs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px; }
  .areportrs li {
    display: inline-block;
    margin: 0px 2.5px; }
    .areportrs li a {
      font-size: 1em;
      color: #000;
      transition: .2s ease all; }
    .areportrs li a:hover {
      color: #DBA029; }

.reports {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .reports li {
    display: inline-block;
    margin-right: 4%;
    position: relative;
    margin-bottom: 5%;
    transition: .2s all ease;
    width: 15%;
    height: auto; }
    .reports li p {
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: 10px;
      text-align: center;
      color: #fff; }
    @media (max-width: 575.98px) {
      .reports li {
        width: 30%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 2%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .reports li {
        width: 30%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 2%; } }
  @media (max-width: 575.98px) {
    .reports {
      margin-left: 7%; } }




  .news {
  list-style: none;
  margin: 0px;
  padding: 0px; 
  
  }
.news-date{
	font-size: 12px;
    color: #dba029;	
}
  .news li {
    display: inline-block;
    margin-right: 5%;
    position: relative;
    margin-bottom: 1%;
    transition: .2s all ease;
    width: 100%;
    height: auto; margin-top: 15px;}

    .news li h2 a{
    margin-bottom: 20px;
    color:#212529;
        font-size: 0.8em !important;
    margin-top: 15px;
    /*font-weight: bold;*/
    }

    .news li p {
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: 10px;
      text-align: center;
      color: #fff; }
    @media (max-width: 575.98px) {
      .news li {
        width: 30%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 2%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .news li {
        width: 30%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 2%; } }
  @media (max-width: 575.98px) {
    .news {
      margin-left: 7%; } }



/*--bodpage--*/
.bod ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .bod ul li {
    display: inline-block;
    width: 32.333333%;
    margin: 0px;
    padding: 0 10px;
    overflow: hidden; }
    .bod ul li img {
      width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .bod ul li {
        width: 98%;
        margin-left: 1%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .bod ul li h2 {
        font-size: 20px; }
      .bod ul li h3 {
        font-size: 16px; } }

/*-- map ---*/
#map {
  height: 620px;
  background: #fff;
  width: 100%; }

/*--media--*/
.umedia {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .umedia li {
    width: 47.8%;
    display: inline-block;
    margin-right: 2%;
    margin-top: 1.5%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .umedia li {
        width: 47.6%; } }
    @media (max-width: 575.98px) {
      .umedia li {
        width: 97.8%;
        margin-left: 2.5%; } }

/*-- youtube video --*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

/*-- financial charts--*/
#chartdiv {
  width: 100%;
  height: 500px; }

#filter-id-67, #filter-id-65 {
  display: none; }

.amChartsButtonSelected {
  background-color: #DBA029;
  border-style: solid;
  border-color: #DBA029;
  border-width: 1px;
  color: #16456C;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 1px;
  outline: none;
  box-sizing: border-box; }

button .amChartsButton {
  font-size: 10px !important; }

.amcharts-center-div input {
  font-size: 12px !important;
  padding: 3px 5px; }

#chartdivbar {
  height: 400px;
  width: 100%; }

.disclousers {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .disclousers li {
    display: inline-block;
    width: 48%;
    margin: 0 1% 2% 0; }
    @media (max-width: 575.98px) {
      .disclousers li {
        width: 96%; } }
    .disclousers li a {
      clear: both;
      float: left;
      color: #16456C; }
    .disclousers li h5 {
      width: 100%;
      clear: both; }
    .disclousers li p {
      float: left;
      width: 100%; }

header {
  height: 100px;
  transition: all ease .6s;
  background: #fff; }
  @media (max-width: 575.98px) {
    header {
      height: 170px;
      position: relative; } }

.logo img {
  width: 70%;
  height: auto;
  transition: all ease .6s; }
  @media (max-width: 575.98px) {
    .logo img {
      width: 80%;
      margin: 45% auto 5% auto;
      display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .logo img {
      width: 100%;
      margin: 15% auto 5% auto;
      display: block; } }

.navright {
  padding-top: 2%;
  transition: all ease .6s; }
  @media (max-width: 575.98px) {
    .navright {
      position: absolute !important;
      top: 3%;
      left: 0;
      width: 100% !important; } }

.navbutton {
  float: right;
  margin-left: 81px; }
  @media (max-width: 575.98px) {
    .navbutton {
      margin-left: 15px; } }

.shrink {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  height: 65px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); }
  .shrink .logo img {
    width: 45%; }
    @media (max-width: 575.98px) {
      .shrink .logo img {
        width: 100%; } }
  .shrink .navright {
    padding-top: 1%; }
  @media (max-width: 575.98px) {
    .shrink {
      position: relative;
      float: left; } }

.boursaData {
  font-size: .8em; }

.dv_name_val div:nth-child(even) {
  color: #DBA029;
  padding-right: 10px; }

.dv_name_val div {
  padding: 5px 0;
  border-bottom: solid 1px #e0e0e0; }

table {
  font-size: .8em; }

.table-1 thead, .table-2 thead, .table-3 thead {
  background-color: #16456C;
  color: #fff; }

.discla {
  font-size: .7em; }

h5.d-inline {
  display: inline-block !important;
  font-size: .8em;
  float: left !important;
  clear: none;
  height: 12px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(22, 69, 100, 0.08) !important; }

.ml-2, .mx-2 {
  margin-left: 0rem !important; }

button.cardlink, button.cardlink a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold; }

button.cardlink:hover {
  text-decoration: none;
  color: #DBA029; }

.navmenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .navmenu ul li a {
    font-size: 16px; }

.card {
  background: transparent !important;
  border: none !important; }

.card-header {
  background: transparent !important;
  border: none !important; }

* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 33px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 575.98px) {
    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
      height: 27px; } }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 18px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px; }

#nav-icon3 span:nth-child(4) {
  top: 20px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

@media (max-width: 575.98px) {
  .gridcontainer h2 {
    font-size: 20px; } }

.grid {
  padding-left: 1.35%; }
  .grid h2 {
    font-size: 20px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item {
  width: 32%;
  background: transparent;
  float: left;
  position: relative; }
  .grid-item img {
    width: 100%;
    height: auto; }
  @media (max-width: 575.98px) {
    .grid-item {
      width: 97%;
      height: auto; }
      .grid-item img {
        width: 100%;
        height: auto; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .grid-item {
      width: 48%;
      height: auto; }
      .grid-item img {
        width: 100%;
        height: auto; } }
  .grid-item .titlewrap {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99; }
    .grid-item .titlewrap .titleback {
      background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #110E10 76.65%);
      background-blend-mode: multiply;
      mix-blend-mode: multiply;
      float: left;
      width: 100%;
      height: 100px; }
    .grid-item .titlewrap span {
      position: absolute;
      left: 15px;
      bottom: 17.61%; }
    .grid-item .titlewrap h3 {
      position: absolute;
      left: 65px;
      bottom: 21.61%;
      color: #fff;
      text-transform: uppercase;
      font-weight: lighter;
      padding: 3px 25px 3px 5px; }

.grid-item--width2 {
  width: 64.8%;
  background: transparent; }
  .grid-item--width2 img {
    width: 100%;
    background: transparent; }
  @media (max-width: 575.98px) {
    .grid-item--width2 {
      width: 100%;
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .grid-item--width2 {
      width: 48%;
      height: auto; }
      .grid-item--width2 img {
        width: 100%;
        height: auto; } }

.grid-item--width3 {
  width: 100%;
  background: transparent; }
  .grid-item--width3 img {
    width: 100%;
    background: transparent; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-clip-path: polygon(0% 0%, 91% 0, 100% 50%, 91% 100%, 0 100%);
  clip-path: polygon(0% 0%, 91% 0, 100% 50%, 91% 100%, 0 100%); }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DBA029;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.searchbtn {
  float: right;
  font-size: 10%;
  position: relative; }
  @media (max-width: 575.98px) {
    .searchbtn {
      margin-right: 15px; } }

.search {
  position: absolute;
  right: 25%;
  top: 0%;
  transform: translate(-10%); }
  @media (max-width: 575.98px) {
    .search {
      right: 10%;
      transform: translate(-10%); } }

.search-box input[type="text"] {
  border: none;
  background: none;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 3px 0;
  transition: all .25s ease-in .25s;
  color: transparent;
  font-size: .75rem;
  line-height: 25px; }
  .search-box input[type="text"]:hover {
    cursor: pointer; }
    .search-box input[type="text"]:hover:focus {
      cursor: text; }
    .search-box input[type="text"]:hover + span {
      background: rgba(255, 255, 255, 0.2); }
  .search-box input[type="text"]:focus {
    width: 200px;
    padding: 0 10px;
    outline: none;
    color: black;
    background: none;
    color: #000; }
    .search-box input[type="text"]:focus + span {
      width: 200px; }
      .search-box input[type="text"]:focus + span::before {
        width: 2px;
        opacity: 0;
        transition: all .25s ease-in; }
    @media (max-width: 575.98px) {
      .search-box input[type="text"]:focus {
        width: 180px; } }
  .search-box input[type="text"] + span {
    z-index: -1;
    position: absolute;
    border: 2px solid #000;
    top: 0;
    width: 20px;
    height: 20px;
    transition: all .25s ease-in .25s;
    border-radius: 20px;
    right: 0; }
    .search-box input[type="text"] + span::before {
      transition: all .25s ease-in .5s;
      transform-origin: left top;
      content: '';
      position: absolute;
      width: 10px;
      height: 2px;
      border-radius: 5px;
      background: #000;
      transform: rotate(45deg) translate(20px, 0px); }

footer {
  margin-top: 15px; }

.copyrights {
  font-size: .8em; }

/*# sourceMappingURL=style.css.map */

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #dee2e6;
}
