.l-section.height_huge {
  padding-top:8rem;
  padding-bottom:8rem
}
.l-section.width_full {
  padding-left:0;
  padding-right:0
}
.l-section {
  position:relative;
  margin:0 auto;
  z-index:1
}
.l-section,
.l-subheader {
  padding-left:2.5rem;
  padding-right:2.5rem
}
.no-touch .l-section.parallax_fixed>.l-section-img,
.no-touch .l-section.parallax_ver>.l-section-img {
  background-attachment:fixed
}
.l-section-img {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-position:bottom center!important;
  background-size:cover!important;
  z-index:-1
}
.fbc-page .fbc-wrap .fbc-items,
.l-header .widget,
.menu-item-object-us_page_block,
a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
header a,
html {
  font-family:Almarai-Regular,sans-serif!important
}
.l-section.height_medium {
  padding-top:4rem;
  padding-bottom:4rem
}
.l-section-h {
  position:relative;
  margin:0 auto;
  width:100%
}
.title-hea {
  font-weight:600;
  font-size:18px;
  background:#f2f2f2;
  color:#000;
  padding:10px;
  line-height:1.7em;
  box-shadow:0 2px 10px 0 #fff;
  text-align:center;
  user-select:none;
  cursor:pointer;
  /*! border-left:20px solid #f9af16; */border-right:10px solid #b0b0b0;
  /*! border-radius:5px 55px; */
}
.content100 {
  box-shadow:0 0 6px 1px #ddd;
  display:flex;
  margin-bottom:30px;
  padding:20px;
  position:relative;
  /*! border-radius:55px; */flex-wrap:wrap;
  align-content:center;
  align-items:flex-start;
  flex-direction:row-reverse;
  min-height: 200px;
}
.imgcon {
  margin:1%;
  flex-basis:41.3%
}
.textcon {
  margin:1%;
  flex-grow:1;
  flex-basis:54.7%;
  text-align:right
}
@media (max-width:768px) {
  .imgcon,
  .textcon {
    float:none;
    width:98%;
    margin:1%
  }
}
