@charset "UTF-8";
@font-face {
  font-family: "Tajawal-Regular";
  src: url("../Fonts/Tajawal-Regular/Tajawal-Regular.eot"); /* IE9 Compat Modes */
  src: url("../CSS/Fonts/Tajawal-Regular/Tajawal-Regular.eot?#iefix") format("embedded-opentype"), url("../CSS/Fonts/Tajawal-Regular/Tajawal-Regular.woff") format("woff"), url("../CSS/Fonts/Tajawal-Regular/Tajawal-Regular.ttf") format("truetype"), url("../CSS/Fonts/Tajawal-Regular/Tajawal-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Tajawal-Medium";
  src: url("../CSS/Fonts/Tajawal-Medium/Tajawal-Medium.eot"); /* IE9 Compat Modes */
  src: url("../CSS/Fonts/Tajawal-Medium/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../CSS/Fonts/Tajawal-Medium/Tajawal-Medium.woff") format("woff"), url("../CSS/Fonts/Tajawal-Medium/Tajawal-Medium.ttf") format("truetype"), url("../CSS/Fonts/Tajawal-Medium/Tajawal-Medium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "cairo-regular";
  src: url("../Fonts/Cairo-Regular/Cairo-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../CSS/Fonts/Cairo-Regular/Cairo-Regular.eot?#iefix") format("embedded-opentype"), url("../CSS/Fonts/Cairo-Regular/Cairo-Regular.woff") format("woff"), url("../CSS/Fonts/Cairo-Regular/Cairo-Regular.ttf") format("truetype"), url("../CSS/Fonts/Cairo-Regular/Cairo-Regular.svg") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Droid-Arabic-Kufi";
  src: url("../CSS/Fonts/kofi-Regular/DroidKufi-Regular.eot"); /* IE9 Compat Modes */
  src: url("../CSS/Fonts/kofi-Regular/DroidKufi-Regular.eo?#iefix") format("embedded-opentype"), url("../CSS/Fonts/kofi-Regular/DroidKufi-Regular.woff") format("woff"), url("../CSS/Fonts/kofi-Regular/DroidKufi-Regular.ttf") format("truetype"), url("../CSS/Fonts/kofi-Regular/DroidKufi-Regular.svg") format("svg"); /* Legacy iOS */
}
/*** RTL websites ***/
.icon-back--arrow {
  position: absolute;
  top: 25%;
  left: 36%;
}

.icon-left {
  transform: rotate(180deg);
}

.svg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 41px;
  transform: translate3d(-50%, -50%, 0);
}
.svg-container:hover .symbol {
  /*animation: dash 3s linear 1;*/
}

.svg {
  position: absolute;
  top: -3px;
  left: 0;
  right: 3.5px;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*.symbol {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 1600;
    stroke-miterlimit: 10;
    stroke-dashoffset: 1600;
    -webkit-animation: dash-out 2s cubic-bezier(.645,.045,.355,1) forwards;
    animation: dash-out 2s .5s forwards;
}
.owl-nav .owl-prev:hover .symbol,
.owl-nav .owl-next:hover .symbol {
    -webkit-animation: dash-in 2s cubic-bezier(.645,.045,.355,1) forwards;
    animation: dash-in 2s .5s forwards;
}*/
.symbol {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1px;
  stroke-dasharray: 1600;
  stroke-miterlimit: 10;
  stroke-dashoffset: 1600;
  -webkit-animation: dash-out 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: dash-out 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.owl-nav .owl-prev:hover .symbol,
.owl-nav .owl-next:hover .symbol {
  -webkit-animation: dash-in 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: dash-in 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  pointer-events: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

@keyframes dash-in {
  from {
    stroke-dashoffset: 1600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-out {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1600;
  }
}
.icon-back:before {
  content: "\e901" !important;
}

/*flex*/
@media (min-width: 1367px) {
  .main-title__section {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 57px !important;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    padding: 25px 52px !important;
  }
}
@media (max-width: 1366px) {
  .main-title__section {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 41px !important;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    padding: 25px 27px !important;
    margin: 46px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title__section {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 21px !important;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    padding: 13px 17px !important;
    margin: 25px 0 !important;
    border-right: 6px solid #e9a500 !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-title__section {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 16px !important;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    border-right: 4px solid #e9a500 !important;
    padding: 5px 10px !important;
  }
}
.main-container .main-slider .hero-title {
  height: 100%;
}
.main-container .main-slider .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-container .main-slider .title .info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
  justify-content: space-between;
  margin-top: 100px;
  width: 23.5724%;
}
.main-container .main-slider .title .info-container svg .cls-1,
.main-container .main-slider .title .info-container svg .cls-4 {
  fill: none;
}
.main-container .main-slider .title .info-container svg .cls-1 {
  stroke: #fff;
  stroke-width: 2px;
}
.main-container .main-slider .title .info-container svg .strock {
  stroke: #e9a500;
}
.main-container .main-slider .title .info-container svg .fill {
  fill: #e9a500 !important;
}
.main-container .main-slider .title .info-container svg .cls-2 {
  fill: #fff;
  font-size: 41px;
  font-family: SegoeUI-LightItalic, Segoe UI;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.042em;
}
.main-container .main-slider .title .info-container svg .cls-3 {
  stroke: none;
}
.main-container .main-slider .title .info-container svg:hover {
  cursor: pointer;
}
.main-container .main-slider .title .info-container svg:hover .cls-1,
.main-container .main-slider .title .info-container svg:hover .cls-4 {
  fill: none;
}
.main-container .main-slider .title .info-container svg:hover .cls-1 {
  stroke: #e9a500;
}
.main-container .main-slider .title .info-container svg:hover .cls-2 {
  fill: #e9a500;
}
.main-container .main-slider .title .info-container svg:hover .cls-3 {
  stroke: none;
}
.main-container .main-slider .title .info-container .exit {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  font-family: cursive;
}
.main-container .main-slider .title .info-container .exit:hover {
  cursor: pointer;
}
.main-container .main-slider .title .info-container .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.main-container .main-slider .title .info-container .info {
  padding: 20px;
  width: 390px;
  background: #fff;
  position: absolute;
  left: calc(100% + 35px);
  bottom: -30px;
  border-radius: 4px;
}
.main-container .main-slider .title .info-container .info:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 21px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -21px;
  bottom: 54px;
}
.main-container .main-slider .title .info-container .documents {
  margin-bottom: 5px;
}
.main-container .main-slider .title .info-container .documents img {
  margin-left: 20px;
}
.main-container .main-slider .title .cotent {
  font-family: "Tajawal-Medium";
}
.main-container .main-slider .title .cotent > h1 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
  padding-top: 6px;
}
.main-container .main-slider .title .cotent > p {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 22px;
}
.main-container .main-slider .icons {
  display: flex;
  direction: ltr;
}
.main-container nav > div {
  height: 100%;
}
.main-container nav > .container > .row {
  align-items: center;
  height: 100%;
}
.main-container nav > .container > .row > div {
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0;
}
.main-container nav .burger-menu {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}
.main-container nav .burger-menu a {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.main-container nav .burger-menu a svg .cls-2 {
  fill: #fff;
}
.main-container nav .burger-menu a svg .cls-1,
.main-container nav .burger-menu a svg .cls-4 {
  fill: none;
}
.main-container nav .burger-menu a svg .cls-1 {
  stroke: #fff;
}
.main-container nav .burger-menu a svg .cls-2 {
  fill: #fff;
}
.main-container nav .burger-menu a svg .cls-3 {
  stroke: none;
}
.main-container nav .burger-menu a svg:hover .cls-1,
.main-container nav .burger-menu a svg:hover .cls-4 {
  fill: none;
}
.main-container nav .burger-menu a svg:hover .cls-1 {
  stroke: #e9a500;
}
.main-container nav .burger-menu a svg:hover .cls-2 {
  fill: #e9a500;
}
.main-container nav .burger-menu a svg:hover .cls-3 {
  stroke: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-container .content .title .info-container {
    position: unset;
    margin-top: 85px;
    width: 40%;
  }
  .main-container .content .title .info-container .documents img {
    width: 60px;
    height: 60px;
  }
  .main-container .content .title .info-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.49) 72%, #000000);
  }
  .main-container .content .title .info-container .overlay .info {
    display: block;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-container .content .title .info-container .overlay .info:before {
    display: none;
    padding: 40px 30px 20px 20px;
  }
  .main-container .content .title .info-container .cotent > h1 {
    font-size: 28px;
  }
  .main-container .content .title .info-container .cotent > p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main-container .content {
    background-size: cover;
  }
  .main-container .content .title .info-container {
    position: unset;
    margin-top: 85px;
    width: 50%;
    margin-top: 63px;
  }
  .main-container .content .title .info-container svg {
    width: 51px;
    height: 51px;
  }
  .main-container .content .title .info-container .documents img {
    width: 46px;
    height: 46px;
    margin-left: 10px;
  }
  .main-container .content .title .info-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.49) 72%, #000000);
  }
  .main-container .content .title .info-container .overlay .info {
    display: block;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-container .content .title .info-container .overlay .info:before {
    display: none;
    padding: 40px 30px 20px 20px;
  }
  .main-container .content .title .info-container .cotent > h1 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .main-container .content .title .info-container .cotent > p {
    font-size: 16px;
  }
}
* {
  font-family: "cairo-regular";
}

.scond--click {
  display: none;
}

.cookies-disclaimer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.cookies-disclaimer .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-disclaimer img {
  width: 236px;
  width: 100%;
}
.cookies-disclaimer h2 {
  color: #e9a500;
  font-size: calc(25px + 2 * (100vw - 1366px) / 554);
  padding-top: 23px;
  margin-bottom: 10px;
}
.cookies-disclaimer h3 {
  color: #4b4b4b;
  font-size: calc(16px + 2 * (100vw - 1366px) / 554);
  line-height: 1.39;
  font-family: "Tajawal-Medium";
  padding-bottom: 56px;
}
.cookies-disclaimer a {
  background: #e9a500;
  color: #fff;
  padding: 10px 55px;
  border-radius: 25px;
  font-size: calc(16px + 4 * (100vw - 1366px) / 554);
}
.cookies-disclaimer a:hover {
  text-decoration: none;
}

.main-container .main-header__burger-menu {
  display: none;
}
.main-container .navbar {
  padding: 0;
  position: unset;
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 142px);
  position: static;
}
.main-container .navbar .navbar__container {
  width: 100%;
}
@media (min-width: 768px) {
  .main-container .navbar .navbar__container {
    display: inline-flex;
  }
}
.main-container main {
  height: 88%;
}
.main-container .main-banner {
  /*min-height: 300px;*/
  position: relative;
}
.main-container .main-banner .banner__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-container .main-banner > .container.d-flex {
  height: 100%;
}
.main-container .main-banner .main__banner__container {
  /*min-height: 300px;*/
  position: relative;
}
.main-container .main-banner .main__banner__container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.6979166667%;
}
.main-container .main-banner .main__banner__container .main-banner__image {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-container .main-banner .main__banner__container .main-banner-image--desktop {
  display: block;
}
.main-container .main-banner .main__banner__container .main-banner-image--mobile {
  display: none;
}
.main-container .main-banner .main__banner__container > .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.main-container .main-banner .main-banner__body {
  margin-bottom: 90px;
  color: #fff;
  width: 49%;
  border-right: 5px solid #fff;
  padding-right: 22px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-container .main-banner .main-banner__body .main-banner__title {
  font-weight: bold;
  font-size: calc(41px + 15 * (100vw - 1366px) / 554);
}
.main-container .main-banner .main-banner__body .main-banner__title .main-banner-sub__title {
  font-weight: bold;
  font-size: calc(29px + 11 * (100vw - 1366px) / 554);
  line-height: 30px;
  margin-bottom: 15px;
}
.main-container .main-banner .main-banner__body .main-banner__description {
  font-size: calc(19px + 8 * (100vw - 1366px) / 554);
  font-family: "Tajawal-Medium";
  letter-spacing: -1.63px;
  opacity: 0.8;
  line-height: 37px;
}
.main-container .main-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0.31) 54%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.75) 80%);
  z-index: 0;
  top: 0;
}
.main-container .main-header {
  background: #000;
  border-bottom: 1px solid rgba(155, 155, 155, 0.6);
}
.main-container .main-header .main-header__logo img {
  /*max-height: 66px;*/
  /*width: 160px;*/
  width: 100%;
  height: auto;
}
.main-container .main-header > div {
  height: 100%;
}
.main-container .main-header > .container > .row {
  align-items: center;
  height: 100%;
}
.main-container .main-header .burger-menu {
  display: flex;
  justify-content: space-around;
}
.main-container .main-header .site-nav__list {
  display: flex;
  height: 100%;
  flex-basis: auto;
  flex-grow: unset;
}
.main-container .main-header .site-nav__list .site-nav__first__level {
  margin: 0;
  padding: 0;
  display: flex;
}
.main-container .main-header .site-nav__list .site-nav__first__level .site-nav__firs-only > a {
  padding-left: 22px;
}
.main-container .main-header .site-nav__list .site-nav__first__level .icon-arrow-point-down:before {
  font-size: 5px;
  transition: 0.3s;
}
.main-container .main-header .site-nav__list .site-nav__first__level li {
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  display: inline-flex;
  padding: 6px 20px 6px 0;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  animation: fadeIn 1s ease-in-out;
  width: 100%;
  background: #2b2b2b;
  border-bottom: 2px solid #e9a500;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level .icon-arrow-point-down {
  display: none !important;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul {
  padding-right: 0;
  display: flex;
  width: 80%;
  justify-content: flex-start;
  margin-right: auto;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul li a:before {
  display: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level {
  position: absolute;
  background: #222222;
  z-index: 3;
  top: 139px;
  width: 100%;
  right: 0;
  /*padding: 15px 0;*/
  display: none;
  border-bottom: 2px solid #e9a500;
  animation: fadeIn 1s ease-in-out;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li {
  padding: 25px 30px;
  /*padding: 10px 30px;*/
  color: #b8b8b8;
  position: relative;
  border-bottom: none;
  font-size: 16px;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:last-child:after {
  display: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:hover {
  color: #e9a500;
  border-bottom: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:hover a:before {
  opacity: 1;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:hover .site-nav__third__level {
  display: block;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:hover .scond--click:before {
  color: #e9a500;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a {
  font-weight: normal;
  padding: 0;
  position: relative;
  padding-left: 22px;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a:after {
  content: "";
  width: 1px;
  height: 150%;
  background: rgba(155, 155, 155, 0.6);
  position: absolute;
  left: 0;
  /*-webkit-transform: translateY(6px);
  transform: translateY(6px);*/
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #e9a500;
  position: absolute;
  right: -7px;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.3s;
  top: 50%;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a .icon-arrow-point-down {
  display: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul {
  position: static;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul > li {
  position: static;
}
.main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container li {
  padding-left: 0;
  margin-right: 5px;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:hover {
  color: #e9a500;
  border-bottom: 3px solid #e9a500;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:hover > a {
  color: #e9a500;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:hover > .site-nav__second__level {
  display: block;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:hover .icon-arrow-point-down:before {
  color: #e9a500;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:hover .scond--click:before {
  color: #e9a500;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:last-child a {
  border: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li:last-child a:after {
  display: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li a {
  transition: 0.3s;
  position: relative;
  color: #fff;
  /*font-size: 23px;*/
  font-size: calc(14px + 9 * (100vw - 1366px) / 554);
  font-family: cairo-regular;
  padding: 42px 0;
  line-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-container .main-header .site-nav__list .site-nav__first__level li a .icon-arrow-point-down {
  padding: 0 15px 0 20px;
  display: block;
  display: flex;
  height: 0;
}
.main-container .main-header .site-nav__list .site-nav__first__level li a:hover {
  text-decoration: none;
}
.main-container .main-header .site-nav__list .site-nav__first__level li a:after {
  content: "";
  width: 1px;
  height: 75%;
  background: rgba(155, 155, 155, 0.6);
  position: absolute;
  left: 0;
  /*transform: translateY(calc(-50% + 6px));*/
  transform: translateY(-50%) !important;
  top: 50%;
}
.main-container .main-header .site-nav__list .site-nav__first__level .remove--hover:hover {
  border-bottom: 3px solid transparent;
  transition: none;
}
.main-container .main-header .navbar__search-container {
  width: 142px;
  display: flex;
  justify-content: flex-end;
}
.main-container .main-header .navbar__search-container .site-nav__search-container-error {
  font-size: calc(14px + 2 * (100vw - 1366px) / 554);
  color: #e9a500;
  display: block;
  width: 100%;
  position: absolute;
  font-family: "Tajawal-Medium";
  bottom: 13px;
  right: 0;
  text-align: right;
  display: none;
}
.main-container .main-header .navbar__search-container .site-nav__search-btn {
  background: none;
  outline: none;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  text-align: right;
  font-size: 18px;
  line-height: 1.11;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  position: relative;
  padding: 13px 5px 13px 0;
  width: 140px;
  border-radius: 30px;
}
.main-container .main-header .navbar__search-container .site-nav__search-btn .navbar__search__text {
  line-height: 1.13;
  font-size: calc(18px + 6 * (100vw - 1366px) / 554) !important;
}
.main-container .main-header .navbar__search-container .site-nav__search-btn .icon-search:before {
  /*font-size: calc(20px + (28 - 20) * ((100vw - 1366px) / (1920 - 1366))) !important;*/
  font-size: 28px;
}
.main-container .main-header .navbar__search-container .site-nav__search-container {
  display: none;
  background: #000;
  height: 100%;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
}
.main-container .main-header .navbar__search-container .site-nav__search-container form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input {
  width: 0;
  font-family: "Tajawal-Medium";
  display: flex;
  height: 40%;
  background: #000;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: calc(18px + 7 * (100vw - 1366px) / 554) !important;
  line-height: 1.11;
  padding: 0 50px 12px 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-align: right;
  direction: rtl;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input::-ms-clear {
  display: none;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input::placeholder {
  color: #989898;
  opacity: 1; /* Firefox */
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.main-container .main-header .navbar__search-container .site-nav__search-container input:-webkit-autofill,
.main-container .main-header .navbar__search-container .site-nav__search-container input:-webkit-autofill:hover,
.main-container .main-header .navbar__search-container .site-nav__search-container input:-webkit-autofill:focus,
.main-container .main-header .navbar__search-container .site-nav__search-container input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px black inset !important;
}
.main-container .main-header .navbar__search-container .site-nav__search-container input:-webkit-autofill {
  -webkit-text-fill-color: #FFF !important;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close {
  position: absolute;
  left: 5px;
  padding-bottom: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close .icon-close {
  color: #FFF;
  font-size: calc(16px + 4 * (100vw - 1366px) / 554) !important;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close:hover {
  text-decoration: none;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon {
  position: absolute;
  right: 90%;
  padding-bottom: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon .icon-search {
  overflow: hidden;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon .icon-search:before {
  /*font-size: calc(25px + (30 - 25) * ((100vw - 1366px) / (1920 - 1366))) !important;*/
  font-size: 30px;
}
.main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon:hover {
  text-decoration: none;
}
.main-container .main-header .navbar__search-container .open--search {
  display: flex;
  position: absolute;
  width: 100%;
  transition: width 0.2s ease-out;
  backface-visibility: hidden;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  top: 0;
}
.main-container .main-header .relative--nav {
  position: relative !important;
}
.main-container .main-footer {
  background: #000000;
}
.main-container .main-footer > .container > .row {
  padding: 62px 0 40px 0;
}
.main-container .main-footer > .container > .row .main-footer-site__map {
  border-right: 1px solid rgba(211, 163, 1, 0.7);
  padding-right: 40px;
}
.main-container .main-footer > .container > .row .main-footer-site__map .row {
  transform: translateY(-10px);
}
.main-container .main-footer .main-footer__desciption {
  color: #dedede;
  font-size: 13px;
  line-height: 2.1;
  font-family: "Tajawal-Medium";
  margin-bottom: 30px;
}
.main-container .main-footer .footer__icons {
  width: 65%;
  display: flex;
  /*justify-content: space-between;*/
  /*height: 100%;
  align-items: flex-end;*/
}
.main-container .main-footer .footer__icons span:before {
  font-size: calc(17px + 7 * (100vw - 1366px) / 554) !important;
}
.main-container .main-footer .footer__icons a {
  margin-left: 15px;
}
.main-container .main-footer .footer__icons a img {
  max-height: 25px;
  max-width: 35px;
  height: 25px;
}
.main-container .main-footer .footer__icons a:hover {
  text-decoration: none;
}
.main-container .main-footer .main-footer__nav__logo {
  margin-bottom: 23px;
}
.main-container .main-footer .main-footer__nav__logo a img {
  width: 225px;
}
.main-container .main-footer h2 {
  color: #aeaeae;
  font-size: calc(14px + 5 * (100vw - 1366px) / 554) !important;
  font-size: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
}
.main-container .main-footer ul {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-container .main-footer ul li {
  font-size: 12px;
  line-height: 30px;
  /*line-height: 2.5;*/
  line-height: 1.5;
  margin-bottom: 20px;
}
.main-container .main-footer ul li a {
  color: #aeaeae;
  font-family: "Tajawal-Medium";
}
.main-container .main-footer ul li a:hover {
  color: #aeaeae;
  text-decoration: none;
}
.main-container .main-footer .main-footer__nav__logo-taplet {
  margin: 0;
  text-align: center;
  padding: 15px;
  color: #fff;
  background: #040404;
  font-size: 19px;
}
.main-container .main-footer .main-footer__nav__logo-taplet p {
  margin: 0;
  color: #aeaeae;
  font-family: "Tajawal-Medium";
}
.main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet {
  display: none;
}
.main-container .main-footer .main-footer__fourth-col {
  margin-bottom: 18px;
}

.icon-youtube .path1 {
  font-family: "icomoon" !important;
}
.icon-youtube .path1:before {
  color: #bbb;
}
.icon-youtube .path2 {
  font-family: "icomoon" !important;
}

.generic-button {
  display: flex;
  justify-content: center;
}
.generic-button button {
  background: #e9a500;
  font-size: calc(15px + 3 * (100vw - 1366px) / 554);
  color: #FFF;
  border-radius: 20px;
  padding: 6px 48px;
  border: unset;
  outline: none;
  cursor: pointer;
}

@media (max-width: 1366px) {
  .main-container .main-header__burger-menu {
    display: none;
  }
  .main-container .main-banner .main-banner__body {
    margin-bottom: 70px;
  }
  .main-container .main-banner .main-banner__body .main-banner__title {
    font-size: calc(18px + 23 * (100vw - 320px) / 1046);
  }
  .main-container .main-banner .main-banner__body .main-banner__title .main-banner-sub__title {
    line-height: 27px;
    font-size: calc(13px + 16 * (100vw - 320px) / 1046);
  }
  .main-container .main-banner .main-banner__body .main-banner__description {
    font-size: calc(12px + 7 * (100vw - 320px) / 1046);
  }
  .main-container .main-header .site-nav__list .site-nav__first__level .site-nav__firs-only > a {
    padding-left: 15px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li {
    padding: 6px 9px 6px 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level {
    top: 97px;
    padding: 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li {
    padding: 10px 30px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a:after {
    height: 90%;
    transform: unset;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a {
    font-size: calc(10px + 4 * (100vw - 768px) / 598);
    padding: 21px 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a .icon-arrow-point-down {
    padding: 0 12px 0 15px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level .icon-arrow-point-down {
    display: none !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul {
    width: 77%;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container-error {
    font-size: calc(7px + 5 * (100vw - 320px) / 1046) !important;
    bottom: 5px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn {
    padding: 10px 13px 10px 0;
    width: 100px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn .icon-search:before {
    /*font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1366 - 320))) !important;*/
    font-size: 20px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input {
    font-size: calc(10px + 6 * (100vw - 320px) / 1046) !important;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */ }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input::-ms-input-placeholder { /* Microsoft Edge */ }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close .icon-close {
    font-size: calc(10px + 6 * (100vw - 320px) / 1046) !important;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon .icon-search:before {
    /*font-size: calc(16px + (25 - 16) * ((100vw - 320px) / (1366 - 320))) !important;*/
    font-size: 16px;
  }
  .main-container .main-footer {
    padding: 0;
  }
  .main-container .main-footer > .container > .row {
    padding: 44px 0 23px 0;
  }
  .main-container .main-footer .main-footer__desciption {
    margin-bottom: 5px;
  }
  .main-container .main-footer .main-footer__nav__logo {
    margin-bottom: 8px;
  }
  .main-container .main-footer .main-footer__nav__logo a img {
    width: 160px;
  }
  .main-container .main-footer h2 {
    font-size: 14px;
  }
  .main-container .main-footer ul li {
    margin-bottom: 15px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet {
    font-size: 14px;
    padding: 11px;
  }
  .generic-button button {
    font-size: calc(12px + 3 * (100vw - 320px) / 1046);
    border-radius: 16px;
    padding: 6px 35px;
  }
  .cookies-disclaimer h2 {
    font-size: calc(16px + 2 * (100vw - 300px) / 1066);
  }
  .cookies-disclaimer h3 {
    font-size: calc(11px + 5 * (100vw - 300px) / 1066);
  }
  .cookies-disclaimer a {
    font-size: calc(14px + 2 * (100vw - 300px) / 1066);
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (min-width: 1367px) {
  .container--extra-large {
    max-width: 90%;
  }
  .main-header__logo img {
    width: 100%;
  }
  .site-nav__list .site-nav__first__level li a .icon-arrow-point-down::before {
    font-size: 8px;
  }
  .main-banner .main-banner__body .main-banner__title .main-banner-sub__title {
    font-size: calc(13px + 16 * (100vw - 320px) / 1046);
  }
  .main-banner .main-banner__body .main-banner__description {
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .main-footer__nav__logo a img {
    height: auto;
  }
  .main-footer ul li a {
    font-size: 16px;
    opacity: 0.9;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .no-gutters {
    margin: 0;
  }
  .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  /*.main-title__section {
      @include mainTitle(57px !important, #e9e9e9);
      padding: 25px 52px !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main-container .main-banner .main-banner__body {
    width: 58%;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li {
    padding: 6px 5px 6px 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a {
    font-size: 12px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a .icon-arrow-point-down {
    padding: 0 5px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-container .navbar {
    width: calc(100% - 25px);
  }
  .main-container .main-banner .main-banner__body {
    width: 59%;
  }
  .main-container .main-header .main-header__logo img {
    /*max-height: 37px;*/
    /*width: 90px;*/
    width: 100%;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level .site-nav__firs-tonly > a {
    padding-left: 7px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li {
    padding: 6px 11px 6px 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .scond--click {
    display: inline-flex;
    position: relative;
    left: 17px;
    z-index: 234;
    width: 16px;
    height: 20px;
    align-items: center;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .scond--click:before {
    font-size: 3px;
    z-index: 324;
    width: 14px;
    display: flex;
    justify-content: center;
    /*position: absolute;*/
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a {
    font-size: 10px;
    line-height: 1.9;
    padding: 11px 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a .icon-arrow-point-down {
    padding: 0 8px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a .icon-arrow-point-down:before {
    font-size: 3px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a:after {
    transform: translateY(-40%);
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level {
    top: 56px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .site-nav__firs-only {
    padding-right: 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li {
    padding: 10px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li .site-nav__third__level {
    /*display: none;*/
    top: 98%;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li .site-nav__third__level .icon-arrow-point-down {
    display: none !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li .scond--click:before {
    color: #b8b8b8;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:hover .site-nav__third__level {
    display: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a {
    padding-left: 0;
    padding-left: 18px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a:after {
    left: 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a .icon-arrow-point-down {
    display: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li a:before {
    opacity: 0 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level--active > a {
    color: #e9a500 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level--active > a .icon-arrow-point-down {
    display: none;
    color: #e9a500;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li:hover .site-nav__second__level {
    display: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .show-tablet {
    display: block !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level--show {
    display: block !important;
  }
  .main-container .main-header .navbar__search-container {
    width: auto;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon {
    padding-bottom: 4px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon:before {
    font-size: 15px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .open--search {
    /*padding-bottom: 10px;*/
  }
  .main-container .main-header .navbar__search-container .open--search {
    /*padding-bottom: 10px;*/
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn {
    left: 0;
    padding: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0;
    display: flex !important;
    align-items: center;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn .icon-search {
    position: relative;
    left: 0;
    display: flex;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn .icon-search:before {
    font-size: 10px;
  }
  .main-container .main-header .navbar__search-container .navbar__search__text {
    display: none;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input {
    padding: 0 22px 6px 26px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close {
    padding-bottom: 10px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close .icon-close:before {
    font-size: 11px;
  }
  .main-container .main-banner .main-banner__body {
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .main-container .main-banner .main-banner__body .main-banner__title {
    /*font-size: 23px;*/
  }
  .main-container .main-banner .main-banner__body .main-banner__title .main-banner-sub__title {
    margin-bottom: 10px;
  }
  .main-container .main-banner .main-banner__body .main-banner__description {
    line-height: 1.36;
    letter-spacing: -0.67px;
    font-size: 11px !important;
    margin-bottom: 7px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet p {
    padding-right: 65px;
    font-size: 11px;
    line-height: 1.27;
  }
  .main-container .main-footer .main-footer__nav__logo {
    margin-bottom: 21px;
  }
  .main-container .main-footer h2 {
    font-size: 11px;
    line-height: 1.85;
  }
  .main-container .main-footer ul li {
    font-size: 9px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main-container .main-footer .footer__icons {
    display: none;
  }
  .main-container .main-footer .container > .row {
    padding: 21px 0;
  }
  .main-container .main-footer .container > .row .main-footer-site__map {
    padding: 0;
    border: none;
  }
  .main-container .main-footer .container > .row > div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    padding: 4px 0;
  }
  .main-container .main-footer .container > .row > div:first-child .main-footer__nav__logo a img {
    /*height: 62px;*/
    width: 150px;
  }
  .main-container .main-footer .main-footer__desciption {
    width: 74%;
    border-right: 1px solid #e9a500;
    padding-right: 20px;
    line-height: 2.1;
    letter-spacing: -0.79px;
    height: 70%;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet {
    padding: 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet {
    width: 30%;
    display: flex;
    justify-content: space-around;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet a {
    /*img{
        max-height:20px;
    }*/
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet a span:before {
    font-size: 20px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet a:hover {
    text-decoration: none;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet img {
    max-height: 25px;
    max-width: 25px;
  }
  .main-container .main-footer .main-footer__fourth-col {
    margin-bottom: 10px;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (max-width: 1024px) {
  .main-container .main-footer .footer__icons {
    width: 85%;
  }
  .main-container .main-footer main-footer__nav__logo-taplet .main-footer__icons-taplet a img {
    max-height: 20px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container-error {
    bottom: 0;
    padding: 0 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cookies-disclaimer h2 {
    padding-top: 15px;
  }
  .cookies-disclaimer h3 {
    line-height: 1.36;
    padding-bottom: 9px;
    margin-bottom: 0;
  }
  .cookies-disclaimer a {
    padding: 10px 30px;
    margin-bottom: 19px;
  }
  .owl-nav {
    display: none !important;
  }
  .main-container .main-header .main-header__logo img {
    max-height: 37px;
    /*width: 100%;*/
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container-error {
    bottom: -5px;
  }
  .main-container .navbar {
    width: 100%;
    align-items: flex-start;
    background: #000;
    height: 100%;
    z-index: 5;
    top: 0;
  }
  .main-container .main-header__burger-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .main-container .main-header__burger-menu:hover {
    cursor: pointer;
  }
  .main-container .main-header__burger-menu:before {
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .main-container .icon-close-menu {
    display: block !important;
    position: absolute;
    position: static;
    padding: 15px 15px 5px 0;
  }
  .main-container .icon-close-menu:hover {
    cursor: pointer;
  }
  .main-container .icon-close-menu:before {
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .main-container .nabar--mobile {
    position: absolute;
    right: 0;
    display: none;
    overflow: hidden !important;
    background-image: url("../Images/mobile-background.jpg");
  }
  .main-container .nabar--mobile .nabar-mobile__close {
    display: block !important;
    position: relative;
    right: 15px;
    top: 15px;
  }
  .main-container .nabar--mobile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    right: 0;
    z-index: -1;
  }
  .main-container .nabar--mobile .navbar__mobile-logo {
    display: block !important;
    text-align: center;
    width: 100%;
    padding: 0px 0 40px 0;
  }
  .main-container .nabar--mobile .navbar__mobile-logo img {
    max-width: 115px;
  }
  .main-container .nabar--mobile .site-nav__list {
    width: 100%;
    /*padding-right: 27px;*/
  }
  .main-container .main-banner .main__banner__container {
    position: relative;
    padding-top: 20px;
  }
  .main-container .main-banner .main__banner__container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.9375%;
  }
  .main-container .main-banner .main__banner__container .main-banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .main-container .main-banner .main__banner__container .main-banner-image--desktop {
    display: none;
  }
  .main-container .main-banner .main__banner__container .main-banner-image--mobile {
    display: block;
    height: 100%;
  }
  .main-container .main-banner .main-banner__body {
    width: 90%;
    padding-right: 10px;
    margin-bottom: 30px;
    right: 15px;
  }
  .main-container .main-banner .main-banner__body .main-banner__title {
    /*font-size: 18px;*/
    line-height: 1.8;
  }
  .main-container .main-banner .main-banner__body .main-banner__title .main-banner-sub__title {
    margin-bottom: 3px;
    line-height: 10px;
  }
  .main-container .main-banner .main-banner__body .main-banner__description {
    line-height: 1.42;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .main-container .main-footer .main-footer__nav__logo {
    text-align: center;
    margin-bottom: 0;
  }
  .main-container .main-footer .main-footer__nav__logo a img {
    /*height: 58px;*/
    width: 141px;
  }
  .main-container .main-footer .main-footer__desciption, .main-container .main-footer .footer__icons {
    display: none;
  }
  .main-container .main-footer .container > .row {
    padding: 2px 0;
  }
  .main-container .main-footer .container > .row > div:last-child {
    padding: 0;
  }
  .main-container .main-footer .container > .row > div:first-child {
    padding: 10px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet P {
    order: 2;
    font-size: 11px;
    font-family: "Tajawal-Medium";
    margin-bottom: 10px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 60%;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet a span:before {
    font-size: 20px;
  }
  .main-container .main-footer .main-footer__nav__logo-taplet .main-footer__icons-taplet a img {
    max-height: 21px;
    max-width: 25px;
    height: 21px;
    margin-right: 10px;
  }
  .main-container .main-header {
    padding: 6px 0 10px;
  }
  .main-container .main-header > div .row {
    flex-direction: column;
  }
  .main-container .main-header > div .row > div:first-child {
    position: absolute;
    display: flex;
    justify-content: center;
  }
  .main-container .main-header > div .row > div:first-child .main-header__logo a img {
    /*max-height: 42px;*/
    width: 100px;
    max-height: 100px;
    /*width: 100%;*/
  }
  .main-container .main-header > div .row > div:last-child {
    justify-content: space-between;
    padding: inherit 0;
    align-items: flex-start !important;
    justify-content: flex-end;
    padding: 1px;
  }
  .main-container .main-header .site-nav__list {
    overflow-y: scroll;
    height: 60vh;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level {
    display: block;
    width: 100%;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li:hover {
    border: none;
    color: #e9a500;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li:hover > a {
    color: #fff;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li:hover .icon-arrow-point-down:before {
    color: #fff;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li:hover .site-nav__second__level {
    display: none;
    background: none;
    animation: unset;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li:hover .site-nav__third__level {
    display: none !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level {
    display: none;
    background: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container {
    margin-right: unset;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li .site-nav__third__level {
    /*display: none;*/
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level li:hover .site-nav__third__level {
    /*display: none;*/
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a {
    padding: 0px 55px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a:after {
    display: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li a .icon-arrow-point-down {
    position: absolute;
    right: 25px;
    top: 20px;
    height: 0;
    display: flex;
    /*top: 20px;
    top: 50%;
    transform: translateY(-50%);*/
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level {
    position: relative;
    top: unset;
    border: none;
    animation: none;
    margin-bottom: 3px;
    /*padding: 0 65px 5px 0;*/
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container {
    padding: 0;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul {
    padding: 0;
    overflow: hidden;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul li {
    padding: 0;
    padding-bottom: 0;
    position: relative;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul li:after {
    display: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul li .scond--click {
    display: block;
    position: absolute;
    right: 50px;
    top: 3px;
    pointer-events: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul li a {
    margin: 0 70px 5px 0;
    line-height: 1.8;
    color: #9e9e9e;
    font-size: 14px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul li a .icon-arrow-point-down {
    right: 42px;
    display: flex;
    top: 11px;
    z-index: 1234;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul li a:before {
    display: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level .container > ul .remove--hover:hover {
    border-bottom: none;
    transition: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level--active .icon-arrow-point-down {
    transform: rotateX(180deg);
    height: auto;
    top: 8px !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level--active .icon-arrow-point-down:before {
    color: #e9a500;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level--active > a {
    color: #e9a500 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__second__level--active .site-nav__third__level {
    display: block !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .active--drop-down {
    color: #e9a500 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .active--drop-down .icon-arrow-point-down {
    transform: rotateX(180deg);
    height: auto;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .active--drop-down .icon-arrow-point-down:before {
    color: #e9a500 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level {
    position: relative;
    background: none;
    border-bottom: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    width: 64%;
    margin: auto;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul {
    width: 100%;
    display: block;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul > li {
    padding: 0 10px 10px 0 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul > li a {
    margin: 0 !important;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level li .site-nav__third__level ul > li a .icon-arrow-point-down {
    display: block;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level .remove--hover {
    border: none;
  }
  .main-container .main-header .site-nav__list .site-nav__first__level .remove--hover:hover {
    border-bottom: unset;
    transition: none;
  }
  .main-container .main-header .site-nav__list li .site-nav__third__level--show {
    display: block !important;
  }
  .main-container .main-header .site-nav__list li .site-nav__third__level--show a {
    color: #e9a500;
  }
  .main-container .main-header .navbar__search-container {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn {
    display: flex !important;
    padding: 0;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    left: 10px;
    align-items: center;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn .icon-search {
    display: flex;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-btn .icon-search:before {
    font-size: 12px;
  }
  .main-container .main-header .navbar__search-container .navbar__search__text {
    display: none;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close {
    /*padding-bottom: 7px;
    left: 20px;*/
    padding: 0 10px 7px 16px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-close .icon-close:before {
    font-size: 10px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-input {
    padding: 0 0 6px 30px;
    font-size: 14px;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container .site-nav__search-icon {
    padding-bottom: 5px;
    display: none;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container form {
    padding: 0 15px;
  }
  .main-container .main-header .navbar__search-container .open--search {
    padding-bottom: 0;
  }
  .main-footer-site__map {
    display: none;
  }
  .main-container .main-header .navbar__search-container .site-nav__search-container-error {
    padding: 0 15px;
  }
  .hide-mobile-logo-search-open {
    opacity: 0;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
@media (min-width: 768px) {
  .nabar--mobile {
    display: flex !important;
  }
}
.stop-scroll {
  overflow: hidden;
  /*height:100vh;*/
  touch-action: none;
  position: fixed;
  width: 100%;
}

.hide-duration {
  opacity: 0 !important;
}

.investments {
  clear: both;
}
.investments .main-title__section {
  color: #e9e9e9 !important;
  background: rgba(233, 233, 233, 0.04);
}
.investments .owl-investments {
  display: block !important;
}
.investments .owl-nav {
  display: none;
}
.investments header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.investments header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.9);
  top: 0;
  right: 0;
  z-index: 0;
}
.investments header h3 {
  position: relative;
  z-index: 1;
  margin: 60px 0;
}
.investments > .row > div {
  /*height: 50%;*/
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  /*&:hover .investments--overlay {
            background: rgba(0,0,0,0.6);

            img {
                opacity: .5;
            }
        }*/
}
.investments > .row > div:hover .investments__content {
  opacity: 1;
}
.investments > .row > div img {
  width: 100%;
  height: 100%;
  /*opacity: .8;*/
  opacity: 0.8;
  transition: all 0.75s ease;
}
.investments > .row > div .remove--match-height {
  height: auto !important;
}
.investments > .row > div:hover img {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.investments > .row > div .investments__overlay {
  transition: all 0.75s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.85);*/
  background: rgba(0, 0, 0, 0.85);
}
.investments > .row > div:hover .investments__overlay {
  background: none;
}
.investments > .row > div .investment-opacity {
  opacity: 0.8 !important;
}
.investments > .row > div:hover .investments--overlay {
  background: rgba(0, 0, 0, 0.85) !important;
}
.investments > .row > div .investments--overlay {
  transition: none;
  background: rgba(0, 0, 0, 0.85) !important;
}
.investments > .row > div .investments--overlay + img {
  transition: none;
  opacity: 0.8 !important;
  transform: unset;
}
.investments > .row > div .investments__content {
  transition: all 0.75s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(232, 185, 0, 0.75);
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 0;
  top: 0;
}
.investments > .row > div .investments__content .investments__header {
  padding-right: 30px;
  width: 84.2%;
}
.investments > .row > div .investments__content .investments__header h2 {
  color: #fff;
  line-height: 1.5;
  font-size: calc(30px + 11 * (100vw - 1366px) / 554);
  margin-bottom: 30px;
}
.investments > .row > div .investments__content .investments__header a {
  color: #fff;
  font-size: 17px;
  border: 2px solid #fff;
  padding: 12px 25px 12px 77px;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  width: 52%;
}
.investments > .row > div .investments__content .investments__header a:hover {
  text-decoration: none;
}
.investments > .row > div .investments__content .investments__header a .icon-back {
  position: absolute;
  left: 20px;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
.investments > .row > div .investments--show-more {
  background: rgba(0, 0, 0, 0.8) !important;
  justify-content: center;
  opacity: 1;
  transition: none;
}
.investments > .row > div .investments--show-more .investments__header {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  padding: 0;
}
.investments > .row > div .investments--show-more .investments__header a {
  border: 0;
  padding: 0;
  text-align: center;
  width: auto !important;
  padding: 0 !important;
  display: inline-block;
  font-family: "Tajawal-Medium";
}
.investments > .row > div .investments--show-more .investments__header a .icon-back {
  left: -20px;
  position: relative;
  vertical-align: middle;
  display: unset;
  transform: inherit;
}
.investments > .row > div .investments--show-more .investments__header a .icon-back:before {
  font-size: 15px;
}
.investments > .row > div .investments--show-more img {
  opacity: 1;
}
.investments > .row .investments-show-section:hover img {
  transform: unset;
}

@media (max-width: 1366px) {
  .investments header h3 {
    margin: 50px 0;
  }
  .investments > .row > div .investments__content .investments__header {
    width: 75%;
  }
  .investments > .row > div .investments__content .investments__header h2 {
    /*font-size: 30px;*/
    margin-bottom: 20px;
    font-size: calc(22px + 8 * (100vw - 768px) / 598);
  }
  .investments > .row > div .investments__content .investments__header a {
    width: 64%;
    padding: 5px 25px 5px 77px;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .investments header {
    border: none;
  }
  .investments header h3 {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 24px;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    margin: 30px 0;
  }
  .investments > .row .col-lg-3 {
    padding: 0;
    transition: all 0.75s ease;
    overflow: hidden;
  }
  .investments > .row .col-lg-3:hover img {
    transform: scale(1.1, 1.1);
  }
  .investments > .row .investments-show-section img {
    transform: unset;
  }
  .investments > .row .investments-show-section:hover img {
    transform: unset;
  }
  .investments > .row > div:hover .investments__overlay {
    background: rgba(0, 0, 0, 0.85) !important;
  }
  .investments > .row > div:hover img {
    opacity: 0.8 !important;
    transform: unset;
  }
  .investments > .row > div .investments__content {
    opacity: 1;
    display: flex;
    align-items: flex-end;
    height: 100%;
    background: none;
  }
  .investments > .row > div .investments__content .investments__header {
    width: 100%;
    background: rgba(143, 88, 0, 0.75);
    display: flex;
    align-items: flex-end;
  }
  .investments > .row > div .investments__content .investments__header h2 {
    width: 75%;
    margin-bottom: 5px;
    padding: 12px 0;
    /*font-size: 22px;*/
    line-height: 1.3;
    position: relative;
  }
  .investments > .row > div .investments__content .investments__header h2 .icon-back {
    display: inline-block !important;
    position: unset;
    margin-right: 15px;
  }
  .investments > .row > div .investments__content .investments__header h2 .icon-back:before {
    font-size: 15px;
  }
  .investments > .row > div .investments__content .investments__header a {
    width: 100% !important;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border-radius: inherit;
    right: 0;
    top: 0;
    border: none;
  }
  .investments > .row > div .investments__content .investments__header a .icon-back {
    position: absolute;
    left: -10px;
    top: 25px;
  }
  .investments > .row > div .investments--show-more {
    background: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .investments > .row > div .investments--show-more .investments__header {
    background: none;
    height: unset !important;
  }
  .investments > .row > div .investments--show-more .investments__header a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .investments > .row > div .investments--show-more .investments__header a .icon-back {
    position: relative;
    left: -20px;
    top: unset;
    display: flex;
  }
  .investments .owl-stage {
    padding: 0 !important;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1024px) {
  .investments > .row > div {
    /*&:hover{
            .investments__overlay{
                background: rgba(0,0,0,0.9);
            }
        }*/
  }
  .investments > .row > div .investments__content .investments__header {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .investments .owl-stage-outer {
    background-color: #272727;
  }
  .investments .owl-item:last-child {
    margin-left: 0 !important;
  }
  .investments header {
    border: none;
  }
  .investments header h3 {
    margin: 20px 0;
  }
  .investments > .row .col-lg-3 {
    padding: 0;
    transition: all 0.75s ease;
    overflow: hidden;
  }
  .investments > .row .col-lg-3:hover img {
    transform: scale(1.1, 1.1);
  }
  .investments > .row .investments-show-section img {
    transform: unset;
  }
  .investments > .row .investments-show-section:hover img {
    transform: unset;
  }
  .investments > .row > div {
    /*&:hover{
            .investments__overlay{
                background: rgba(0,0,0,0.9);
            }
        }*/
  }
  .investments > .row > div:hover .investments__overlay {
    background: rgba(0, 0, 0, 0.85) !important;
  }
  .investments > .row > div:hover img {
    opacity: 0.8 !important;
    transform: unset;
  }
  .investments > .row > div .investments__content {
    opacity: 1;
    display: flex;
    align-items: flex-end;
    height: 100%;
    background: none;
  }
  .investments > .row > div .investments__content .investments__header {
    width: 100%;
    background: rgba(143, 88, 0, 0.75);
    display: flex;
    align-items: flex-end;
  }
  .investments > .row > div .investments__content .investments__header h2 {
    width: 85%;
    margin-bottom: 5px;
    padding: 10px 0;
    font-size: 25px;
    position: relative;
  }
  .investments > .row > div .investments__content .investments__header h2 .icon-back {
    display: inline-block !important;
    position: unset;
    margin-right: 20px;
    /*left: -25px;*/
  }
  .investments > .row > div .investments__content .investments__header h2 .icon-back:before {
    font-size: 15px;
  }
  .investments > .row > div .investments__content .investments__header a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
  }
  .investments > .row > div .investments__content .investments__header a .icon-back {
    position: relative;
    right: 60%;
    top: 25px;
  }
  .investments > .row > div .investments--show-more {
    background: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
  }
  .investments > .row > div .investments--show-more .investments__header {
    background: none;
    height: unset !important;
  }
  .investments > .row > div .investments--show-more .investments__header a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100% !important;
    height: 100%;
  }
  .investments > .row > div .investments--show-more .investments__header a .icon-back {
    position: relative;
    left: -20px;
    top: unset;
    right: unset;
    display: flex;
  }
  .investments .owl-stage {
    padding: 0 !important;
  }
  .investments .owl-investments .owl-item.active > div {
    position: relative;
  }
  .investments .owl-investments .owl-item.active > div:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
@media (min-width: 992px) {
  .investments > .row > div .investments--show-more .investments__header a .icon-back {
    display: inline-block;
  }
}
.media-gallery {
  height: 100%;
}
.media-gallery .media-container {
  width: 100%;
  height: 100%;
  display: flex;
}
.media-gallery .media-container > div {
  width: 33.333%;
  position: relative;
  background-size: 100% 668px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.media-gallery .media-container > div .media-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.43) 58%, rgba(128, 128, 128, 0));
}
.media-gallery .media-container > div .media-content {
  width: 100%;
  margin-top: 120px;
  position: relative;
  z-index: 1;
  text-align: center;
  z-index: 1;
}
.media-gallery .media-container > div .media-content > img {
  margin-bottom: 28px;
}
.media-gallery .media-container > div .media-content h1 {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 30px;
}
.media-gallery .media-container > div .media-content .media-pargraph {
  margin: auto;
  background: rgba(143, 88, 0, 0.8);
  padding: 20px 16px;
  text-align: center;
  width: 374px;
  position: relative;
}
.media-gallery .media-container > div .media-content .media-pargraph:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 23px solid rgba(143, 88, 0, 0.8);
}
.media-gallery .media-container > div .media-content .media-pargraph p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.media-gallery .media-container > div .media-content .media-pargraph a {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.media-gallery .media-container > div .media-content .media-pargraph a:hover {
  text-decoration: none;
}
.media-gallery .media-container > div .media-content .media-pargraph a img {
  padding-right: 5px;
}
.media-gallery .media-container .media-active {
  transition: width 1s ease-in-out;
  background-size: 100% 668px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.media-gallery .media-container .media-active:hover {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media-gallery .media-container > div {
    background-size: cover !important;
  }
  .media-gallery .media-container > div .media-content {
    margin-top: 345px;
  }
  .media-gallery .media-container > div .media-content > img {
    width: 89px;
    margin-bottom: 16px;
  }
  .media-gallery .media-container > div .media-content h1 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .media-gallery .media-container > div .media-content .media-pargraph {
    width: 216px;
    padding: 9px;
  }
  .media-gallery .media-container > div .media-content .media-pargraph p {
    font-size: 11px;
    line-height: 16px;
  }
  .media-gallery .media-container > div .media-content .media-pargraph a {
    font-size: 10px;
    line-height: 12px;
  }
  .media-gallery .media-container > div .media-content .media-pargraph a img {
    width: 15px;
  }
  .media-gallery .media-container > div .media-content .media-pargraph:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid rgba(143, 88, 0, 0.8);
    top: -14px;
  }
}
@media (max-width: 767px) {
  .media-gallery .media-container {
    flex-direction: column;
  }
  .media-gallery .media-container > div {
    width: 100%;
    min-height: 275px;
    max-height: 275px;
    height: 275px;
    background-size: 100% 275px !important;
    background-position: top;
  }
  .media-gallery .media-container > div .media-content {
    margin-top: 69px;
  }
  .media-gallery .media-container > div .media-content h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .media-gallery .media-container > div .media-content .media-pargraph {
    display: none;
  }
  .media-gallery .media-container > div .media-content > img {
    width: 89px;
    margin-bottom: 16px;
  }
  .media-gallery .media-container .media-active:hover {
    width: auto;
  }
}
.founders {
  background-size: cover;
  position: relative;
  padding-bottom: 160px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.founders:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(43, 35, 23, 0.8);
  z-index: 0;
  /*backdrop-filter: blur(2px);*/
}
.founders .main-title__section {
  position: relative;
  background: rgba(233, 233, 233, 0.04);
}
.founders .container-fluid > .second__overlay {
  /* padding: 0 10px;*/
}
.founders .founders__overlay,
.founders .second__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(161, 109, 28, 0.3);
}
.founders .second__overlay {
  background-color: rgba(0, 0, 0, 0.43);
}
.founders header h3 {
  display: inline-block;
  color: #e9e9e9;
  background: rgba(233, 233, 233, 0.04);
  padding: 10px 19px;
  font-size: 41px;
  border-right: 10px solid #e9a500;
  margin-bottom: 50px;
  margin: 60px 0;
}
.founders .owl-carousel .owl-item {
  /*height: 360px;*/
}
.founders .owl-carousel .owl-item > div {
  position: relative;
  cursor: pointer;
}
.founders .owl-carousel .owl-item > div .overlay__character__item, .founders .owl-carousel .owl-item > div .second__overlay-character {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 1s ease-in-out;
}
.founders .owl-carousel .owl-item > div .third-overlay__character__item {
  background: rgba(0, 0, 0, 0.3);
}
.founders .owl-carousel .owl-item > div > img {
  height: 100%;
}
.founders .owl-carousel .owl-item > div .character__content-item {
  animation: fadeIn 1s ease-in-out;
}
.founders .owl-carousel .owl-item > div .character__content-item .close__fonder:hover {
  cursor: pointer;
}
.founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more {
  /*position: absolute;*/
  /*left: 10px;
  bottom: 10px;*/
}
.founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more .founder__icom-more-word {
  font-family: "cairo-regular";
  font-size: calc(14px + 6 * (100vw - 1366px) / 554);
  color: #e9a500;
  text-decoration: none;
}
.founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more .icon-left-arrow {
  margin-right: 6px;
}
.founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more .icon-left-arrow:before {
  font-size: 8px;
  color: #e9a500;
}
.founders .owl-carousel .owl-item:hover .overlay__character__item {
  opacity: 0 !important;
}
.founders .owl-carousel .show--toll-tip .founder__character-item .character__content-item {
  display: block;
  animation: fadeIn 1s ease-in-out;
}
.founders .owl-carousel .hide-nav {
  opacity: 0;
  pointer-events: none;
}
.founders .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: center;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  align-items: center;
}
.founders .owl-carousel .owl-nav .owl-prev, .founders .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
}
.founders .owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  outline: none;
}
.founders .owl-carousel .owl-nav .owl-next .icon-next-black:before {
  color: #FFF;
  font-size: 49px;
}
.founders .owl-carousel .owl-nav .owl-prev {
  display: block;
  outline: none;
  position: absolute;
  left: 6.6%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.founders .owl-carousel .owl-nav .owl-prev .icon-previous-black:before {
  color: #FFF;
  font-size: 49px;
}
.founders .owl-carousel .owl-nav .owl-prev .svg {
  top: -2px;
  right: 2.5px;
}
.founders .stop-toutch {
  pointer-events: none;
}
.founders .owl-nav {
  display: block;
}
.founders .owl-nav .owl-next,
.founders .owl-nav .owl-prev {
  outline: none;
  background: transparent !important;
  transform: rotate(180deg) scale(1.5) !important;
}
.founders .owl-nav .owl-prev {
  right: 6.6%;
}
.founders .owl-nav .owl-next {
  left: 6.6%;
}
.founders .svg-container {
  top: 20px;
}
.founders .icon-back:before {
  font-size: 12px;
}
.founders .show--toll-tip .overlay__character__item {
  background: unset !important;
}

.current-active {
  z-index: 2;
}

.right-tooltip .character__content-item {
  right: 100%;
}
.right-tooltip .character__content-item::before {
  right: -19px;
  border-top: 11px solid transparent;
  border-left: 19px solid #fff;
  border-bottom: 11px solid transparent;
  border-right: unset;
}

.character__content-item {
  padding: 50px 25px 20px;
  position: absolute;
  width: 540px;
  height: 100% !important;
  background: #fff;
  z-index: 2;
  left: 100%;
  display: none;
  cursor: auto;
}
.character__content-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 19px solid #fff;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: -19px;
  top: 30px;
}
.character__content-item h2 {
  font-family: "cairo-regular";
  font-size: calc(28px + 10 * (100vw - 1366px) / 554);
  line-height: 57px;
  margin-bottom: 10px;
  color: #000;
}
.character__content-item p {
  font-size: calc(20px + 8 * (100vw - 1366px) / 554);
  font-family: "Tajawal-Regular";
  line-height: 28px;
  color: #000;
  margin-bottom: 12px;
}
.character__content-item .icon {
  margin: 0 10px;
  width: 50px !important;
  height: 50px;
  display: inline-block !important;
  cursor: pointer;
}
.character__content-item img:nth-child(1) {
  margin-right: 0;
}
.character__content-item .close__fonder {
  position: absolute;
  left: 35px;
  top: 25px;
  font-size: calc(16px + 6 * (100vw - 1366px) / 554);
}
.character__content-item .close__fonder:hover {
  cursor: pointer;
}

@media (min-width: 1900px) {
  .founders .owl-nav .owl-next,
  .founders .owl-nav .owl-prev {
    transform: rotate(180deg) scale(2) !important;
  }
}
@media (max-width: 1366px) {
  .founders {
    padding-bottom: 42px;
  }
  .founders .owl-nav {
    display: block;
  }
  .founders .owl-carousel .owl-item > div .character__content-item {
    padding: 20px 25px 11px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item h2 {
    font-size: calc(15px + 12 * (100vw - 768px) / 598);
    line-height: 42px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item p {
    font-size: calc(12px + 8 * (100vw - 768px) / 598);
    line-height: 28px;
    margin-bottom: 10px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item .close__fonder {
    left: 20px;
    top: 20px;
    font-size: calc(9px + 7 * (100vw - 320px) / 1046);
  }
  .founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more {
    /*left: 16px ;
    bottom: 35px ;*/
  }
  .founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more .founder__icom-more-word {
    font-size: calc(10px + 4 * (100vw - 320px) / 1046);
  }
  .founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more .icon-left-arrow:before {
    font-size: 6px;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (max-width: 1024px) {
  .founders {
    padding-bottom: 53px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item {
    padding: 10px 20px 10px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item h2 {
    line-height: 23px;
    margin-bottom: 0;
  }
  .founders .owl-carousel .owl-item > div .character__content-item p {
    line-height: 17px;
    margin-bottom: 5px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item .close__fonder {
    left: 10px;
    top: 15px;
    font-size: calc(9px + 7 * (100vw - 320px) / 1046);
  }
  .founders .owl-carousel .owl-item > div .character__content-item .founder__icom-more {
    /*bottom: 12px;*/
  }
  .founders .owl-carousel .owl-nav .owl-next,
  .founders .owl-carousel .owl-nav .owl-prev {
    transform: rotate(180deg) scale(1) !important;
  }
  .founders .owl-carousel .owl-nav .owl-prev .svg {
    right: 2.5px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .founders .owl-carousel .owl-item > div .character__content-item {
    padding-top: 15px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item h2 {
    margin-bottom: 12px;
  }
  .founders .owl-carousel .owl-item > div .character__content-item p {
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .founders {
    padding-bottom: 50px;
  }
  .founders header h3 {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 24px;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    margin: 30px 0;
  }
  .founders .owl-carousel .owl-nav .owl-prev, .founders .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
  .founders .owl-carousel .owl-nav .owl-prev span:before, .founders .owl-carousel .owl-nav .owl-next span:before {
    /*font-size: 30px !important;*/
  }
  .founders .owl-carousel .owl-item {
    /*height: 215px;*/
  }
  .founders .owl-carousel .owl-item .character__content-item:before {
    border-top: 6px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 6px solid transparent;
    left: -10px;
  }
  .founders .owl-carousel .owl-item .character__content-item h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .founders .owl-carousel .owl-item .character__content-item p {
    font-size: 12px;
    line-height: 1.4;
  }
  .founders .owl-carousel .owl-item .character__content-item .close__fonder {
    left: 10px;
    top: 10px;
  }
  .founders .owl-carousel .owl-item .character__content-item .icon-close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .founders .owl-carousel .owl-item .character__content-item .icon-close:before {
    font-size: 8px;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .founders {
    padding-bottom: 17px;
  }
  .founders .owl-nav {
    display: none;
  }
  .founders .owl-carousel .owl-stage {
    padding: 0;
  }
  .founders .owl-carousel .owl-stage .owl-item {
    /*height: 360px;*/
  }
  .founders .owl-carousel .owl-stage .owl-item > div .character__content-item .close__fonder {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 10px;
  }
  .founders .owl-carousel .owl-stage .owl-item > div .character__content-item .close__fonder:before {
    font-size: 10px;
  }
  .founders .owl-carousel .owl-stage .owl-item > div .character__content-item .founder__icom-more {
    /*top: 25%;*/
    bottom: unset;
  }
  .founders .owl-carousel .owl-stage .owl-item.center .character__content-item {
    left: 0;
    width: 100% !important;
    transform: translateY(38%);
    padding-top: 20px;
  }
  .founders .owl-carousel .owl-stage .owl-item.center .character__content-item h2 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .founders .owl-carousel .owl-stage .owl-item.center .character__content-item p {
    font-size: 11px;
    line-height: 15px;
  }
  .character__content-item {
    padding: 20px 20px 10px;
  }
  .character__content-item h2 {
    margin-bottom: 5px;
  }
  .character__content-item p {
    line-height: 17px;
  }
  .character__content-item .close__fonder {
    left: 10px;
    top: 10px;
  }
  /*.character__content-item{
      display: none !important;
  }*/
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.about {
  height: 100%;
  height: 100%;
}
.about > .flex-row {
  height: 100%;
}
.about > .flex-row .picture {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about > .flex-row .about-container {
  background: #e8e8e8;
  height: 100%;
}
.about > .flex-row .about-container .info {
  width: 77%;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.11);
}
.about > .flex-row .about-container .info h1 {
  color: #3d3d3d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about > .flex-row .about-container .info h2 {
  color: #9b9b9b;
  font-size: 22px;
  margin-bottom: 30px;
}
.about > .flex-row .about-container .info p {
  color: #9b9b9b;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
}
.about > .flex-row .about-container .info p a {
  color: #000;
  font-weight: bold;
}
.about > .flex-row .about-container .info .icons a {
  margin-left: 20px;
}
.about > .flex-row .about-container .info .icons a:hover {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about {
    background: #e8e8e8;
    padding: 30px 0 30px 30px;
  }
  .about > .flex-row .col-md-4 {
    background: #e8e8e8;
  }
  .about > .flex-row .picture {
    height: 621px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    border-radius: 4px;
  }
  .about > .flex-row .about-container .info {
    width: 88%;
    min-height: 611px;
    border-radius: 4px;
  }
  .about > .flex-row .about-container .info p {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .about {
    background: #fff;
  }
  .about > .flex-row {
    flex-direction: column !important;
  }
  .about > .flex-row .col-md-8 {
    order: 2;
  }
  .about > .flex-row .col-md-4 {
    order: 1;
    height: 216px;
  }
  .about > .flex-row .picture {
    background-position: center;
  }
  .about > .flex-row .about-container .info {
    width: 100%;
    padding: 35px;
    box-shadow: unset;
  }
  .about > .flex-row .about-container .info p {
    margin-bottom: 20px;
    padding-left: 45px;
  }
}
.features-section {
  padding: 40px 0;
  background: url(../Images/video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 90px;
}
.features-section .main-title__section {
  z-index: 4 !important;
  position: relative !important;
}
.features-section back-drop h3 {
  position: relative;
}
.features-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
.features-section .owl-carousel {
  padding: 0 30px;
}
.features-section .owl-carousel .owl-item img {
  /*height: 100%;*/
}
.features-section .owl-carousel .owl-nav {
  /*position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);*/
  display: block;
  margin: 0;
}
.features-section .owl-carousel .owl-nav .owl-prev, .features-section .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 35px;
  display: none;
}
.features-section .owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  left: 45px;
  top: 46.3%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  outline: none;
}
.features-section .owl-carousel .owl-nav .owl-next .icon-next-black:before {
  color: #FFF;
  font-size: 49px;
}
.features-section .owl-carousel .owl-nav .owl-next .svg {
  top: -1px;
  right: 2.5px;
}
.features-section .owl-carousel .owl-nav .owl-prev {
  display: block;
  outline: none;
  position: absolute;
  right: 35px;
  top: 46.8%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.features-section .owl-carousel .owl-nav .owl-prev .icon-previous-black:before {
  color: #FFF;
  font-size: 49px;
}
.features-section .owl-carousel .owl-nav .owl-prev .svg {
  top: -4.5px;
}
.features-section .owl-stage {
  display: flex;
  padding: 60px 0;
}
.features-section .feature__item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 85px 0;
  position: relative;
  backface-visibility: hidden;
}
.features-section .feature__item .feature__item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
}
.features-section .feature__item .icon-youtube {
  position: absolute;
  left: 30%;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
  transition: 0.7s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
}
.features-section .feature__item .icon-youtube:before {
  font-size: 28px;
  color: #fff;
  padding: 10px;
}
.features-section .feature__item .icon-youtube .path1:before {
  font-size: 28px;
  color: #fff;
  padding: 10px;
}
.features-section .feature__item > div {
  position: relative;
  width: 100%;
  /*height: 320px;*/
}
.features-section .feature__item > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.9514237856%;
}
.features-section .feature__item > div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.features-section .feature__item > div .overlay__selected__section {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
}
.features-section .feature__item > div .title__section {
  position: absolute;
  width: 70px;
  height: 100%;
  background: #e9a500;
  z-index: 0;
  top: 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}
.features-section .feature__item > div .title__section .titl__section__description {
  transform: rotate(180deg);
}
.features-section .feature__item > div .feature__info {
  display: none;
  /*opacity: 0;*/
  transition: background 1s;
  animation: fadeIn 0.7s ease-in-out;
  position: absolute;
  width: 41%;
  height: 112%;
  background: #000;
  padding: 30px;
  border: 1px solid #e9a500;
  top: 0;
  right: -7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.features-section .feature__item > div .feature__info h2 {
  color: #fff;
  font-size: 49px;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: "Tajawal-Medium";
}
.features-section .feature__item > div .feature__info p {
  color: #fff;
  font-size: 13px;
  font-family: "Tajawal-Medium";
}
.features-section .feature__item > div .feature__info > div {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.features-section .feature__item > div .feature__info > div .feature__info_centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.features-section .feature__item > div .feature__info > div .feature__link {
  display: flex;
  /*flex-direction: row;*/
  justify-content: center;
  /*align-items: flex-end;*/
  /*height: 100%;*/
}
.features-section .feature__item > div .feature__info > div .feature__link a {
  background: #e9a500;
  color: #fff;
  padding: 4px 24px;
  border-radius: 10px;
}
.features-section .feature__item > div .feature__info > div .feature__link a:hover {
  text-decoration: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.features-section .feature__item .owl-item.cloned.active {
  display: flex;
  align-items: center;
}
.features-section .owl-item.center {
  z-index: 1;
}
.features-section .owl-item.center > div {
  transform: scale(1.53);
  z-index: 1;
  transition: transform 0.3s;
}
.features-section .owl-item.center .feature__item .icon-youtube {
  opacity: 1;
}
.features-section .owl-item.center .feature__item > div .title__section {
  display: none;
}
.features-section .owl-item.center .feature__item .feature__info {
  display: block;
  /*opacity: 1;*/
}
.features-section h3 {
  display: inline-block;
  color: #e9e9e9;
  background: rgba(233, 233, 233, 0.04);
  padding: 10px 19px;
  font-size: 41px;
  border-right: 10px solid #e9a500;
  margin-bottom: 50px;
}
.features-section .icon-back:before {
  font-size: 12px;
}
.features-section .icon-left {
  top: 26%;
  left: 40%;
}
.features-section .owl-prev .icon-left {
  left: 38%;
}

@media (min-width: 1367px) {
  .container--extra-large {
    max-width: 90%;
  }
  .features-section h3 {
    font-size: 55px;
  }
  .features-section .owl-item.center > div {
    transform: scale(1.53);
    /*> div {
        &:before {
            padding-top: 50%;
        }
    }*/
  }
  /*.main-title__section {
      @include mainTitle(57px !important, #e9e9e9);
      padding: 25px 52px !important;
  }*/
}
@media (max-width: 1366px) {
  .features-section {
    padding-bottom: 61px;
    /*.owl-item {*/
    /*.feature__item {
            padding: 70px 0;
        }
    }*/
  }
  .features-section .owl-stage-outer {
    padding: 70px 0;
  }
  .features-section .owl-stage {
    padding: 30px 0;
  }
  .features-section .main-title__section {
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .features-section .owl-item.center .feature__item .icon-youtube .path1:before {
    /*font-size: 37px;*/
    font-size: 17px;
  }
  .features-section .owl-item.center .feature__item .icon-youtube:before {
    /*font-size: 37px;*/
    font-size: 17px;
  }
  .features-section .owl-item.center .feature__item .feature__info {
    padding: 15px;
    height: 120%;
  }
  .features-section .owl-item.center .feature__item .feature__info h2 {
    font-size: 28px;
    margin-bottom: 11px;
    padding-bottom: 13px;
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    font-size: 12px;
  }
  .features-section .owl-item.center .feature__item .feature__info > div .feature__link a {
    padding: 4px 17px;
    font-size: 10px;
  }
  .features-section .owl-carousel .owl-nav .owl-next {
    left: 37px;
  }
  .features-section .owl-carousel .owl-nav .owl-prev {
    right: 30px;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (max-width: 1024px) {
  .features-section {
    padding: 0;
  }
  .features-section .main-title__section {
    margin-bottom: 0 !important;
  }
  .features-section .owl-stage-outer {
    padding: 0;
  }
  .features-section .owl-stage {
    padding: 0;
  }
  .features-section .owl-item.center {
    /*padding: 35px 0;*/
  }
  .features-section .owl-item.center .feature__item {
    /*padding: 60px 0;*/
  }
  .features-section .owl-item.center .feature__item .icon-youtube {
    padding: 5px 0px;
  }
  .features-section .owl-item.center .feature__item .icon-youtube .path1:before {
    font-size: 23px;
    padding: 8px;
  }
  .features-section .owl-item.center .feature__item .icon-youtube:before {
    /*font-size: 37px;*/
    font-size: 17px;
    padding: 8px;
  }
  .features-section .owl-item.center .feature__item .feature__info {
    padding: 9px;
    height: 120%;
    width: 40%;
  }
  .features-section .owl-item.center .feature__item .feature__info h2 {
    /*font-size: 25px;*/
    font-size: 18px;
    line-height: 1.26;
    /*padding-bottom: 5px;*/
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    font-size: 9px;
    margin-bottom: 0;
  }
  .features-section .owl-item.center .feature__item a {
    bottom: 0px !important;
  }
  .features-section .owl-carousel .owl-nav .owl-prev {
    right: 21px;
  }
  .features-section .owl-carousel .owl-nav .owl-next {
    left: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .features-section .owl-item.center .feature__item .feature__info h2 {
    font-size: 17px;
    padding-bottom: 7px;
    margin-bottom: 8px;
    line-height: 23px;
    font-family: "Tajawal-Regular";
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    font-size: 8px;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 13px;
    font-family: "Tajawal-Regular";
  }
  .features-section .owl-item.center .feature__item .feature__info > div .feature__link a {
    padding: 2px 12px;
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-section h3 {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 24px;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    margin-bottom: 0;
  }
  .features-section .owl-item.center > div {
    /*transform: scale(1.5, 1.2);*/
  }
  .features-section .owl-item.center .feature__item .feature__info {
    width: 40%;
    padding: 9px;
  }
  .features-section .owl-item.center .feature__item .feature__info h2 {
    font-size: 11px;
    line-height: 1.26;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    /*font-size: 12px;*/
    font-size: 6px;
    margin-bottom: 0;
  }
  .features-section .owl-item.center .feature__item .feature__info > div .feature__link a {
    padding: 2px 10px !important;
    /*font-size: 6px !important;*/
    margin-top: 4px;
    font-size: 6px;
  }
  .features-section .feature__item > div {
    /*height: 190px;*/
  }
  .features-section .feature__item > div .title__section {
    width: 40px;
  }
  .features-section .feature__item > div .title__section .titl__section__description {
    font-size: 14px;
  }
  .features-section .owl-carousel .owl-nav span:before {
    /*font-size: 30px !important;*/
  }
  .features-section .owl-carousel .owl-nav .owl-prev {
    /*right: 13px;*/
  }
  .features-section .owl-carousel .owl-nav .owl-next {
    /*left: 27px;*/
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-section {
    padding-bottom: 0;
  }
  .features-section .owl-stage-outer {
    padding: 50px 0;
  }
  .features-section .container {
    padding: 0;
  }
  .features-section h3 {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 24px;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .features-section .owl-item.center > div {
    /*transform: scale(1.5, 1.2);*/
  }
  .features-section .owl-item.center .feature__item {
    /*padding: 50px 0;*/
  }
  .features-section .owl-item.center .feature__item .feature__info {
    width: 43%;
    padding: 10px;
    right: 0;
  }
  .features-section .owl-item.center .feature__item .feature__info h2 {
    /*line-height: 1.5;*/
    font-size: 15px;
    line-height: 24px;
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    /*font-size: 12px;*/
  }
  .features-section .owl-item.center .feature__item .feature__info > div .feature__link a {
    /*font-size: 8px;*/
    position: relative;
    padding: 3px 10px;
    font-size: 10px;
  }
  .features-section .feature__item > div {
    /*height: 150px;*/
  }
  .features-section .feature__item > div .title__section {
    width: 40px;
  }
  .features-section .feature__item > div .title__section .titl__section__description {
    font-size: 14px;
  }
  .features-section .owl-carousel .owl-nav span {
    width: 30px;
    height: 30px;
  }
  .features-section .owl-carousel .owl-nav span:before {
    font-size: 30px !important;
  }
  .features-section .owl-carousel .owl-nav .owl-prev {
    left: -39px;
  }
  .features-section .owl-carousel .owl-nav .owl-next {
    right: -39px;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
@media (min-width: 1367px) and (max-width: 1814px) {
  .features-section .feature__item > div .feature__info {
    padding: 16px;
  }
  .features-section .feature__item > div .feature__info h2 {
    font-size: 31px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .features-section .feature__item > div .feature__info p {
    font-size: 11px;
  }
  .features-section .feature__item > div .feature__info > div .feature__link a {
    padding: 4px 17px;
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .features-section {
    padding: 0;
  }
  .features-section .owl-carousel {
    padding: 0;
  }
  .features-section .main-title__section {
    margin-bottom: 0 !important;
    margin-top: 26px;
  }
  .features-section .owl-stage {
    padding: 0;
  }
  .features-section .feature__item {
    transform: unset !important;
    height: auto;
    padding: 59px 0;
  }
  .features-section .feature__item .icon-youtube {
    left: 26%;
  }
  .features-section .feature__item .icon-youtube .path1:before {
    font-size: 10px !important;
    padding: 5px;
  }
  .features-section .feature__item .icon-youtube:before {
    /*font-size: 37px;*/
    font-size: 22px !important;
    padding: 7px;
  }
  .features-section .owl-item.center .feature__item {
    /*padding: 60px 0;*/
    transform: scale(1.63);
  }
  .features-section .owl-item.center .feature__item .feature__info {
    padding: 17px;
    height: 130%;
    width: 36%;
  }
  .features-section .owl-item.center .feature__item .feature__info h2 {
    /*font-size: 25px;*/
    /*font-size: 16px;
    line-height: 1.26;*/
    /*padding-bottom: 5px;
    margin-bottom: 3px;*/
    font-size: 15px;
    line-height: 24px;
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    /*font-size: 6px;
    font-size: 9px;*/
    /*margin-bottom: 0;*/
    font-size: 12px;
    margin-bottom: 15px;
  }
  .features-section .owl-item.center .feature__item a {
    bottom: 0px !important;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
@media (max-width: 375px) {
  .features-section .owl-item.center .feature__item .feature__info p {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .features-section .owl-item.center .feature__item .feature__info h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .features-section .owl-item.center .feature__item .feature__info p {
    font-size: 9px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .features-section .owl-item.center .feature__item .feature__info > div .feature__link a {
    padding: 2px 8px;
    font-size: 8px;
  }
}
.main-container .nabar--mobile {
  /*overflow: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;*/
}

.timline-container--listing, .home-page-timeline {
  /*.timeline-years {
      .owl-item{    
          float: right;  
      }
  }*/
  height: auto;
  background: none;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  /*.symbol {
      stroke: #000 !important;
  }*/
}
.timline-container--listing .main-title__section, .home-page-timeline .main-title__section {
  color: #000 !important;
}
.timline-container--listing .owl-timeline, .home-page-timeline .owl-timeline {
  /*min-height: 330px;*/
}
.timline-container--listing .timeline-years-container .current, .home-page-timeline .timeline-years-container .current {
  /*transition: .5s;*/
}
.timline-container--listing .timeline-years-container .current .year-active, .home-page-timeline .timeline-years-container .current .year-active {
  transition: 0.5s;
  background: #e9a500;
  color: #fff !important;
}
.timline-container--listing .timeline-years-container .current .year-active:after, .home-page-timeline .timeline-years-container .current .year-active:after {
  color: #fff !important;
}
.timline-container--listing .timeline-years-container .current--init .year-active, .home-page-timeline .timeline-years-container .current--init .year-active {
  transition: 0s !important;
}
.timline-container--listing h3, .home-page-timeline h3 {
  display: inline-block;
  color: #e9e9e9;
  background: rgba(233, 233, 233, 0.04);
  padding: 10px 19px;
  font-size: 41px;
  border-right: 10px solid #e9a500;
  margin-bottom: 50px;
  color: #e9a500;
  margin: 50px 0;
}
.timline-container--listing:after, .home-page-timeline:after {
  display: none;
}
.timline-container--listing .timeline-content, .home-page-timeline .timeline-content {
  margin-bottom: 40px;
  /*min-height: 430px;*/
  display: inline-block;
  width: 100%;
  display: block !important;
}
.timline-container--listing .timeline-content .owl-nav, .home-page-timeline .timeline-content .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  align-items: center;
}
.timline-container--listing .timeline-content .owl-nav .owl-prev, .timline-container--listing .timeline-content .owl-nav .owl-next, .home-page-timeline .timeline-content .owl-nav .owl-prev, .home-page-timeline .timeline-content .owl-nav .owl-next {
  width: 40px;
  height: 35px;
}
.timline-container--listing .timeline-content .owl-nav .owl-next, .home-page-timeline .timeline-content .owl-nav .owl-next {
  display: block;
  position: absolute;
  left: -80px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  outline: none;
}
.timline-container--listing .timeline-content .owl-nav .owl-next .svg, .home-page-timeline .timeline-content .owl-nav .owl-next .svg {
  top: -1px;
  right: 1.5px;
}
.timline-container--listing .timeline-content .owl-nav .owl-next .icon-next-black:before, .home-page-timeline .timeline-content .owl-nav .owl-next .icon-next-black:before {
  font-size: 49px;
}
.timline-container--listing .timeline-content .owl-nav .owl-prev, .home-page-timeline .timeline-content .owl-nav .owl-prev {
  display: block;
  outline: none;
  position: absolute;
  right: -88px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.timline-container--listing .timeline-content .owl-nav .owl-prev .svg, .home-page-timeline .timeline-content .owl-nav .owl-prev .svg {
  top: -5px;
}
.timline-container--listing .timeline-content .owl-nav .owl-prev .icon-previous-black:before, .home-page-timeline .timeline-content .owl-nav .owl-prev .icon-previous-black:before {
  font-size: 49px;
}
.timline-container--listing .timeline-content .plalala, .home-page-timeline .timeline-content .plalala {
  display: none;
}
.timline-container--listing .timeline-content .slider-content, .home-page-timeline .timeline-content .slider-content {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}
.timline-container--listing .timeline-content .slider-content .loader, .home-page-timeline .timeline-content .slider-content .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: white;
  opacity: 0.7;
  align-items: center;
  display: flex;
}
.timline-container--listing .timeline-content .slider-content .loader .lds-ring, .home-page-timeline .timeline-content .slider-content .loader .lds-ring {
  text-align: center;
  display: block;
  margin: auto;
}
.timline-container--listing .timeline-years-listing, .timline-container--listing .timeline-years, .home-page-timeline .timeline-years-listing, .home-page-timeline .timeline-years {
  /*display: flex;*/
  justify-content: flex-end;
  vertical-align: middle;
  text-align: center;
  background-color: #e8e8e8;
  padding-bottom: 5px;
  padding: 0;
}
.timline-container--listing .timeline-years-listing .timeline-years-container, .timline-container--listing .timeline-years .timeline-years-container, .home-page-timeline .timeline-years-listing .timeline-years-container, .home-page-timeline .timeline-years .timeline-years-container {
  /*width: 78%;*/
}
.timline-container--listing .timeline-years-listing .timeline-years-container::-webkit-scrollbar, .timline-container--listing .timeline-years .timeline-years-container::-webkit-scrollbar, .home-page-timeline .timeline-years-listing .timeline-years-container::-webkit-scrollbar, .home-page-timeline .timeline-years .timeline-years-container::-webkit-scrollbar {
  display: none;
  width: 5px;
  height: 10px;
}
.timline-container--listing .timeline-years-listing .timeline-years-container::-webkit-scrollbar-track, .timline-container--listing .timeline-years .timeline-years-container::-webkit-scrollbar-track, .home-page-timeline .timeline-years-listing .timeline-years-container::-webkit-scrollbar-track, .home-page-timeline .timeline-years .timeline-years-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.timline-container--listing .timeline-years-listing .timeline-years-container::-webkit-scrollbar-thumb, .timline-container--listing .timeline-years .timeline-years-container::-webkit-scrollbar-thumb, .home-page-timeline .timeline-years-listing .timeline-years-container::-webkit-scrollbar-thumb, .home-page-timeline .timeline-years .timeline-years-container::-webkit-scrollbar-thumb {
  background: #e9a500;
  border-radius: 10px;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year, .timline-container--listing .timeline-years .timeline-years-container .year, .home-page-timeline .timeline-years-listing .timeline-years-container .year, .home-page-timeline .timeline-years .timeline-years-container .year {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3d;
  font-family: "Tajawal-Regular";
  cursor: pointer;
  position: relative;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year.disableClicking, .timline-container--listing .timeline-years .timeline-years-container .year.disableClicking, .home-page-timeline .timeline-years-listing .timeline-years-container .year.disableClicking, .home-page-timeline .timeline-years .timeline-years-container .year.disableClicking {
  pointer-events: none;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year:after, .timline-container--listing .timeline-years .timeline-years-container .year:after, .home-page-timeline .timeline-years-listing .timeline-years-container .year:after, .home-page-timeline .timeline-years .timeline-years-container .year:after {
  display: block;
  content: "_\a_\a_\a_\a_\a_\a_\a_\a_\a_";
  white-space: pre;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 4px;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: relative;
  padding-bottom: 12px;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year .year-selector, .timline-container--listing .timeline-years .timeline-years-container .year .year-selector, .home-page-timeline .timeline-years-listing .timeline-years-container .year .year-selector, .home-page-timeline .timeline-years .timeline-years-container .year .year-selector {
  display: block;
  /*padding: 0 13px;*/
  padding-top: 5px !important;
  /*font-family: 'Tajawal-Medium';*/
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year.selected .year-selector, .timline-container--listing .timeline-years .timeline-years-container .year.selected .year-selector, .home-page-timeline .timeline-years-listing .timeline-years-container .year.selected .year-selector, .home-page-timeline .timeline-years .timeline-years-container .year.selected .year-selector {
  background-color: #e9a500;
  color: white;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year.selected:after, .timline-container--listing .timeline-years .timeline-years-container .year.selected:after, .home-page-timeline .timeline-years-listing .timeline-years-container .year.selected:after, .home-page-timeline .timeline-years .timeline-years-container .year.selected:after {
  background-color: #e9a500;
  color: white;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year:hover, .timline-container--listing .timeline-years .timeline-years-container .year:hover, .home-page-timeline .timeline-years-listing .timeline-years-container .year:hover, .home-page-timeline .timeline-years .timeline-years-container .year:hover {
  text-decoration: none !important;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year:hover .year-selector, .timline-container--listing .timeline-years .timeline-years-container .year:hover .year-selector, .home-page-timeline .timeline-years-listing .timeline-years-container .year:hover .year-selector, .home-page-timeline .timeline-years .timeline-years-container .year:hover .year-selector {
  background-color: #e9a500;
  color: white;
  transition: all 0.3s ease-in-out;
}
.timline-container--listing .timeline-years-listing .timeline-years-container .year:hover:after, .timline-container--listing .timeline-years .timeline-years-container .year:hover:after, .home-page-timeline .timeline-years-listing .timeline-years-container .year:hover:after, .home-page-timeline .timeline-years .timeline-years-container .year:hover:after {
  background-color: #e9a500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.timline-container--listing .icon-back:before, .home-page-timeline .icon-back:before {
  color: #000;
  font-size: 12px;
  content: "\e901" !important;
}
.timline-container--listing .icon-left, .home-page-timeline .icon-left {
  left: 40%;
}
.timline-container--listing .icon-right, .home-page-timeline .icon-right {
  top: 21%;
  left: 37%;
}

.home-page-timeline .timeline-years-container .owl-stage {
  padding-right: 0 !important;
}

@media (min-width: 1367px) {
  .container--extra-large {
    max-width: 90%;
  }
  .timline-container h3 {
    font-size: 55px;
  }
  /*.main-title__section {
      @include mainTitle(57px !important, #e9e9e9);
      padding: 25px 52px !important;
  }*/
}
@media (max-width: 1024px) {
  .home-page-timeline .timeline-content .owl-nav {
    top: 52%;
  }
  .home-page-timeline .timeline-content .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    right: -46px;
  }
  .home-page-timeline .timeline-content .owl-nav .owl-prev .svg {
    top: -5px;
  }
  .home-page-timeline .timeline-content .owl-nav .owl-prev .icon-previous-black:before {
    font-size: 22px;
  }
  .home-page-timeline .timeline-content .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    left: -44px;
    right: unset;
  }
  .home-page-timeline .timeline-content .owl-nav .owl-next .svg {
    top: 1px;
  }
  .home-page-timeline .timeline-content .owl-nav .owl-next .icon-next-black:before {
    font-size: 22px;
  }
  .home-page-timeline .timeline-years .timeline-years-container .year:hover {
    background-color: transparent !important;
    color: #3d3d3d !important;
  }
  .home-page-timeline .timeline-years .timeline-years-container .year:hover .year-selector,
  .home-page-timeline .timeline-years .timeline-years-container .year:hover:after {
    background-color: transparent !important;
    color: #3d3d3d !important;
  }
  .home-page-timeline .timeline-years .timeline-years-container .current.active .year,
  .home-page-timeline .timeline-years .timeline-years-container .current.active .year .year-selector,
  .home-page-timeline .timeline-years .timeline-years-container .current.active .year:after {
    background: #e9a500 !important;
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timline-container h3 {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 24px;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    padding: 10px 17px;
  }
  .timline-container .owl-timeline {
    /*min-height: 270px;*/
  }
  .timline-container .timeline-years-listing .timeline-years-container {
    width: 90%;
  }
  .timline-container .timeline-years-listing .timeline-years-container .year {
    font-size: 10px;
  }
  .timline-container .timeline-years-listing .timeline-years-container .year:after {
    font-size: 15px;
  }
  .timline-container .timeline-content {
    margin-bottom: 20px;
    max-width: 95%;
    margin: auto;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1024px) {
  .timline-container .timeline-content .owl-nav .owl-prev {
    left: -23px;
  }
  .timline-container .timeline-content .owl-nav .owl-next {
    /*right: -70px;*/
  }
  .features-section .owl-carousel .owl-nav .owl-prev {
    left: -23px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timline-container h3 {
    color: #e9a500 !important;
    margin: 20px 0;
  }
  .timline-container .timeline-years-listing .timeline-years-container {
    width: 100%;
  }
  .timline-container .timeline-years-listing .timeline-years-container .year {
    font-size: 10px;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
/*.owl-stage {
        transition: all 1s ease 0s !important;
    }*/
.owl-next:hover {
  background: none !important;
  color: #000 !important;
}

/*.owl-stage--stop-transition { 
    transition: all 0s ease 0s !important;
}*/
/*.owl-stage--stop-transition {
    .owl-stage {
        transition: all 0s ease 0s !important;
    }
}*/
.home-page-timeline .timeline-years-container {
  margin-right: auto;
  width: 86.9%;
}
.home-page-timeline .owl__footer {
  position: relative;
  width: 100%;
  bottom: 0;
}
.home-page-timeline .owl__footer .icon-left-arrow {
  line-height: 0 !important;
}
.home-page-timeline .owl__footer .icon-left-arrow:before {
  color: #e9a500;
}
.home-page-timeline .timeline-years {
  margin-bottom: 40px;
}
.home-page-timeline .description-timeline__text {
  padding: 35px !important;
}
.home-page-timeline .timline-container .owl-card-item .gallary-container {
  height: auto !important;
}
.home-page-timeline .timline-container .owl-card-item .gallary-container .img-cover {
  position: relative !important;
}
.home-page-timeline .timline-container .owl-card-item .gallary-container .img-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2620423892%;
}
.home-page-timeline .timline-container .owl-card-item .gallary-container .img-cover > .img-cover__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

@media (max-width: 1366px) {
  .home-page-timeline .timeline-years .timeline-years-container .year {
    font-size: 10px;
    line-height: 21px;
  }
  .home-page-timeline .timeline-years .timeline-years-container .year:after {
    line-height: 3px;
    padding-bottom: 5px;
    content: "_\a_\a_\a_\a_\a_\a_";
  }
  .home-page-timeline .description-timeline__text {
    padding: 21px !important;
  }
  .home-page-timeline .timline-container .owl-card-item .content-section .date {
    margin-left: 15px !important;
  }
  .home-page-timeline .timline-container .owl-card-item .content-section .date span {
    /*font-size: 7px !important;*/
    font-size: calc(8px + 6 * (100vw - 320px) / 1046);
    padding: 5px 35px;
  }
  .home-page-timeline .timline-container .owl-card-item .content-section .description-timeline a .icon-left-arrow:before {
    font-size: 3px;
  }
  .home-page-timeline .timline-container .owl-card-item .content-section .description-timeline .owl__footer {
    line-height: 10px;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page-timeline .timeline-years {
    margin-bottom: 20px;
  }
  .home-page-timeline .description-timeline__text {
    padding: 10px !important;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-page-timeline .timeline-years-container {
    width: 100%;
  }
  .home-page-timeline .timeline-years {
    margin-bottom: 10px;
  }
  .home-page-timeline .timeline-content {
    margin-bottom: 23px;
  }
  .home-page-timeline .timline-container .col-12 {
    padding: 0;
    margin: 0;
  }
  .home-page-timeline .owl-timeline .owl-stage {
    padding-right: 15px !important;
  }
  .home-page-timeline .description-timeline__text {
    font-size: 11px !important;
    padding: 10px !important;
  }
  .home-page-timeline .timline-container .owl-card-item .content-section .date span {
    padding: 0px 35px;
  }
  .home-page-timeline .timline-container .owl-card-item .content-section .description-timeline a span .icon-left-arrow:before {
    font-size: 8px;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: black;
}

.timline-container .owl-card-item .gallary-container {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
}
.timline-container .owl-card-item .gallary-container .img-cover {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.timline-container .owl-card-item .gallary-container .img-cover::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: rgba(180, 131, 54, 0.25);
  opacity: 0.65;
  z-index: 1;
  content: "";
}
.timline-container .owl-card-item .gallary-container .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timline-container .owl-card-item .gallary-container .play-btn .icon-play {
  font-size: 50px;
  display: flex;
  margin: auto;
}
.timline-container .owl-card-item .gallary-container iframe {
  width: 100%;
  overflow: hidden;
  height: 56.25%;
}
.timline-container .owl-card-item .content-section {
  position: relative;
  padding-top: 13px;
  background: #f8f8f8;
  padding-bottom: 13px;
}
.timline-container .owl-card-item .content-section .owl__footer {
  background: #fff;
  border: none;
}
.timline-container .owl-card-item .content-section .date {
  position: absolute;
  top: -16px;
  left: 0px;
  z-index: 4;
  margin-left: 30px;
}
.timline-container .owl-card-item .content-section .date span {
  display: inline-block;
  background-color: #e9a500;
  color: #e8e8e8;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding: 5px 38px;
  font-family: "Tajawal-Regular";
}
.timline-container .owl-card-item .content-section .full-screen-btn {
  margin-bottom: 10px;
}
.timline-container .owl-card-item .content-section .full-screen-btn .btn-container {
  cursor: pointer;
  display: inline-block;
}
.timline-container .owl-card-item .content-section .full-screen-btn .btn-container img {
  width: 13px;
  height: 15px;
  display: inline-block;
}
.timline-container .owl-card-item .content-section .full-screen-btn .btn-container span {
  font-family: "Tajawal-Regular";
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  margin-right: 3px;
}
.timline-container .owl-card-item .content-section p {
  font-family: "Tajawal-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #4b4b4b;
  margin-bottom: 10px;
  padding: 10px;
}
.timline-container .owl-card-item a {
  text-decoration: none;
}
.timline-container .owl-card-item a span {
  display: inline-block;
  font-family: "Tajawal-Regular";
  font-weight: 500;
  color: #e9a500;
  line-height: 28px;
  letter-spacing: 0.34px;
  font-size: 14px;
  margin-left: 3px;
}
.timline-container .owl-card-item a .icon-left-arrow:before {
  font-size: 9px;
  color: #e9a500;
}
.timline-container .owl-card-item a img {
  display: inline-block;
  width: 9.7px;
  height: 6px;
}

@media (max-width: 1024px) {
  .timeline {
    height: 100%;
  }
  .timeline .content-timeline {
    height: 100%;
  }
  .timeline .content-timeline .timeline-years {
    height: 100% !important;
  }
  .timeline .timeline-content .owl-carousel {
    display: block;
  }
  .timeline .timeline-content .owl-carousel .owl-card-item {
    width: calc(50% - 15px);
    display: inline-block;
    margin-bottom: 30px;
  }
  .timeline .timeline-content .owl-carousel .owl-card-item:nth-child(even) {
    float: left;
    margin-right: 30px;
  }
  .timeline .timeline-content .slider-content {
    flex-direction: column !important;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .timeline .timeline-content .owl-carousel .owl-card-item {
    width: 100% !important;
    float: unset !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
}
.timeline .content-timeline .timeline-content {
  width: 100% !important;
}
.timeline .content-timeline .timeline-content .slider-content .loader {
  height: 80%;
}
.timeline .content-timeline .timeline-content .owl-carousel .owl-card-item {
  margin: 0 !important;
  margin-bottom: 30px !important;
}
.timeline .content-timeline .timeline-years {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  padding-top: 0;
}
.timeline .content-timeline .timeline-years .timeline-years-container .year {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
}
.timeline .content-timeline .timeline-years .timeline-years-container .year:last-child {
  margin-bottom: 0;
}
.timeline .content-timeline .timeline-years .timeline-years-container .year .year-selector {
  display: inline-block;
  padding: 0px 8px;
}

@media (min-width: 1367px) {
  .container--extra-large {
    max-width: 90%;
  }
  .timline-container .owl-card-item .content-section p {
    font-size: 22px;
  }
  .timline-container .owl-card-item .content-section a span {
    font-size: 19px;
  }
  /*.main-title__section {
      @include mainTitle(57px !important, #e9e9e9);
      padding: 25px 52px !important;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .timline-container .owl-card-item .gallary-container {
    height: 117px;
  }
  .timline-container .owl-card-item .gallary-container .play-btn .icon-play:before {
    font-size: 30px;
  }
  .timline-container .owl-card-item .content-section .description-timeline p {
    font-size: 10px;
    line-height: 1.4;
  }
  .timline-container .owl-card-item .content-section .description-timeline a span {
    font-size: 6px;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
.gallery-listing .main-title__section {
  color: #e9a500;
}

ul.breadcrumb {
  padding: 25px 0;
  list-style: none;
  background-color: transparent;
}
ul.breadcrumb .icon-bread-crumb-arrow:before {
  font-size: 12.5px;
}
ul.breadcrumb li {
  display: flex;
  font-size: calc(12px + 4 * (100vw - 1366px) / 554);
  color: #b2b2b2;
  margin-left: 20px;
  font-family: "Droid-Arabic-Kufi";
}
ul.breadcrumb li .icon-bread-crumb-arrow {
  margin-right: 20px;
}
ul.breadcrumb li .icon-bread-crumb-arrow:before {
  display: flex;
  align-items: center;
  height: 100%;
}
ul.breadcrumb li:last-child span {
  display: none;
}

.main-brief {
  font-family: "cairo-regular";
  font-size: calc(20px + 8 * (100vw - 1366px) / 554);
  margin-bottom: 40px;
  font-weight: 600;
}

.gallery-listing {
  padding-bottom: 170px;
  position: relative;
}
.gallery-listing .main-title__section {
  color: #e9a500;
}
.gallery-listing .main-title__section {
  margin-top: unset;
  margin-bottom: 30px;
  color: #000;
}

.gallery-listing-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.gallery-listing-item .gallery-listing-item__image {
  position: relative;
  width: 100%;
  transform: translateY(40px);
}
.gallery-listing-item .gallery-listing-item__image .img {
  width: calc(81.143297% - 13px);
  height: 150px;
  overflow: hidden;
  position: relative;
}
.gallery-listing-item .gallery-listing-item__image .img .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.gallery-listing-item .gallery-listing-item__image .img .img-container img {
  width: 100%;
  height: auto;
  transform-origin: center center;
}
.gallery-listing-item .gallery-listing-item__image::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -13px;
  right: 0;
  z-index: -1;
  width: 81.143297%;
  height: 50%;
  background: #4e4e4e;
}
.gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon {
  width: 45px;
  height: 35px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-video-player1:before,
.gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-picture2:before,
.gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-picture:before,
.gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-music:before,
.gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-multimedia:before {
  color: #FFF;
}
.gallery-listing-item .gallery-listing-item__body {
  position: relative;
  border: 1px solid #dedede;
  padding: 75px 20px 25px;
  z-index: -3;
  height: 100%;
}
.gallery-listing-item .gallery-listing-item__body h3 {
  font-family: "cairo-regular";
  font-size: calc(18px + 5 * (100vw - 1366px) / 554);
  font-weight: bold;
  color: #000;
  line-height: 43px;
  margin-bottom: 10px;
}
.gallery-listing-item .gallery-listing-item__body .custom-card-title {
  max-height: 43px;
  overflow: hidden;
}
.gallery-listing-item .gallery-listing-item__body p {
  text-decoration: none;
  font-family: "Tajawal-Regular";
  color: #4b4b4b;
  font-size: calc(13px + 7 * (100vw - 1366px) / 554);
  margin-bottom: 20px;
  line-height: 19px;
}
.gallery-listing-item .gallery-listing-item__body .custom-card-desc {
  max-height: 38px;
  overflow: hidden;
}
.gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more {
  text-align: left;
  display: none;
}
.gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more .gallery-listing-item__body__icon-more-word {
  font-family: "cairo-regular";
  font-size: calc(14px + 6 * (100vw - 1366px) / 554);
  color: #e9a500;
}
.gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more .icon-left-arrow {
  margin-right: 15px;
}
.gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more .icon-left-arrow:before {
  font-size: 8px;
  color: #e9a500;
}
.gallery-listing-item:hover {
  text-decoration: none;
}

.gallery-listing__load {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1366px) {
  ul.breadcrumb {
    padding: 25px 0;
    list-style: none;
    background-color: transparent;
    padding-bottom: 15px;
  }
  ul.breadcrumb .icon-bread-crumb-arrow:before {
    font-size: 10px;
  }
  ul.breadcrumb li {
    margin-left: 20px;
    font-size: calc(8px + 4 * (100vw - 320px) / 1046);
  }
  .main-brief {
    font-size: calc(14px + 6 * (100vw - 320px) / 1046);
    font-weight: 600;
  }
  .gallery-listing .main-title__section {
    margin-bottom: 5px;
  }
  .gallery-listing-item .gallery-listing-item__image {
    transform: translateY(28px);
  }
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon {
    width: 30px;
    height: 25px;
  }
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-video-player1:before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-picture2:before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-picture:before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-music:before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon icon-multimedia:before {
    font-size: 12px;
  }
  .gallery-listing-item .gallery-listing-item__body {
    padding: 55px 15px 15px;
  }
  .gallery-listing-item .gallery-listing-item__body h3 {
    margin-bottom: 15px;
    font-size: calc(12px + 6 * (100vw - 320px) / 1046);
    line-height: 26px;
  }
  .gallery-listing-item .gallery-listing-item__body .custom-card-title {
    max-height: 26px;
  }
  .gallery-listing-item .gallery-listing-item__body p {
    font-size: calc(11px + 2 * (100vw - 320px) / 1046);
    margin-bottom: 10px;
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more .gallery-listing-item__body__icon-more-word {
    font-size: calc(10px + 4 * (100vw - 320px) / 1046);
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more .icon-left-arrow {
    margin-right: 10px;
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more .icon-left-arrow::before {
    font-size: 7px;
  }
  .gallery-listing-item .gallery-listing-item__body::before {
    height: 144.38%;
  }
}
@media (max-width: 1024px) {
  ul.breadcrumb {
    padding-bottom: 0;
  }
  .main-brief {
    margin-bottom: 30px;
  }
  .gallery-listing {
    margin-bottom: 70px;
  }
  .gallery-listing .main-title__section {
    margin-top: unset;
    margin-bottom: 15px;
  }
  .gallery-listing-item .gallery-listing-item__image {
    transform: translateY(37px);
  }
  .gallery-listing-item .gallery-listing-item__image img {
    width: calc(81% - 10px);
  }
  .gallery-listing-item .gallery-listing-item__image::before {
    bottom: -10px;
  }
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon {
    width: 30px;
    height: 25px;
    bottom: 0;
  }
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-video-player1::before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-picture2::before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-picture::before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon .icon-music::before,
  .gallery-listing-item .gallery-listing-item__image .gallery-listing-item__image__icon icon-multimedia::before {
    font-size: 12px;
  }
  .gallery-listing-item--modifier-topic .gallery-listing-item__image {
    transform: translateY(25px);
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more {
    display: block;
  }
}
@media (max-width: 767px) {
  .gallery-listing-breadcrumb {
    display: none;
  }
  .gallery-listing {
    margin-bottom: 60px;
  }
  .gallery-listing .main-title__section {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .gallery-listing-item .gallery-listing-item__image {
    transform: translateY(50px);
  }
  .gallery-listing-item .gallery-listing-item__image img {
    width: calc(94.444444% - 10px);
  }
  .gallery-listing-item .gallery-listing-item__image::before {
    width: 94.444444%;
  }
  .gallery-listing-item .gallery-listing-item__body {
    padding: 80px 10px 15px;
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more {
    text-align: center;
  }
  .container {
    /* max-width: 540px; */
    /*max-width: unset;*/
  }
}
@media (max-width: 320px) {
  .gallery-listing-item .gallery-listing-item__image {
    transform: translateY(25px);
  }
  .gallery-listing-item .gallery-listing-item__body {
    padding: 50px 10px 15px;
  }
}
.details {
  /*.seek-bar--iphone {
      width: 86% !important;
  }*/
}
.details .gallery-listing__load {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  position: absolute;
  z-index: 2342;
  left: 0;
  top: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.details .iphoneSeekbar {
  background: black !important;
}
.details a {
  display: inline !important;
}
.details a img {
  display: none !important;
}
.details .main-title__section {
  color: #e9a500;
  margin-bottom: 40px;
  margin-top: 0;
}
.details .details__main-brief {
  margin-bottom: 70px;
}
.details .details__main-brief *:not(i) {
  color: #000 !important;
  font-size: calc(20px + 8 * (100vw - 1366px) / 554);
}
.details .details-container {
  margin: 0 0 105px 0;
}
.details .details-container .details__gallery-outer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.details .details-container .details__gallery-outer:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.details .details-container .details__gallery-outer .details-gallery__background {
  position: absolute;
  z-index: 0;
  width: 110%;
  height: 110%;
  /* Add the blur effect */
  filter: blur(10px);
  /*animation: fading 1s ease-in-out 1s;*/
  /*transition: 1s;*/
  /*transition-delay: 1s;*/
  /*transform: scale(1.1);*/
}
.details .details-container .details__gallery-outer .details-container__gallery {
  padding: 60px 0 0px 0;
  position: relative;
  width: 83.333333%;
  margin: auto;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage {
  padding: 229px 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 1, 1) 0s !important;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .active {
  max-height: 160px;
  height: 164px;
  overflow: hidden;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .center {
  max-height: 400px;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.4, 0.51) 0.5s transform;
  z-index: 1;
  /*backface-visibility: hidden;*/
  /*overflow: hidden;*/
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item {
  overflow: hidden;
  background: #f8f8f8;
  /*height: 335px;*/
  position: relative;
  height: 100%;
  min-height: 100% !important;
  /*.multimedia {
      width: 100%;
      height: 100%;
  }*/
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: #4d4d4d;
  cursor: pointer;
  z-index: 4;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand:before {
  font-size: calc(17px + 1 * (100vw - 1366px) / 554);
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .img-container img {
  width: 100%;
  height: auto;
  /*backface-visibility: hidden;*/
  object-fit: cover;
  transform-origin: center;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption {
  opacity: 0;
  position: absolute;
  background: #0f0f0f;
  z-index: 3;
  width: 100%;
  bottom: 0;
  padding: 12px 12px 18px;
  transition: 0.3s;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption p {
  font-size: 6.6521739px;
  color: #fff;
  font-family: "Tajawal-Medium";
  line-height: 2.11;
  margin-bottom: 0;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .vide-image {
  /*width: 100%;*/
  /*height: 100%;*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 1;
  transition: 0.3s;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item--video .item--video__container {
  position: relative;
  display: block !important;
  /*video::-webkit-media-controls {
      display: none !important;
      opacity: 0 !important;
  }*/
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item--video .item--video__container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.5217391304%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item--video .item--video__container video, .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item--video .item--video__container audio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item--audio .item--video__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item--audio .item--video__container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.5217391304%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .music--image {
  z-index: 3;
  position: relative;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .music-player {
  position: absolute;
  width: 22px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center {
  transform: scale(2.46);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.4, 0.51) 0.5s transform;
  /*z-index: 3;*/
  backface-visibility: hidden;
  /*overflow: hidden;*/
  perspective: 100px;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item-video-container {
  z-index: 4;
  bottom: 0;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item {
  /*height: 100%;*/
  position: relative;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 102.6449643947%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item:hover .details-gallery__caption {
  opacity: 1;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item:before {
  display: none;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item .vide-image {
  /*opacity: 0;*/
  z-index: 1;
  cursor: pointer;
  height: 100%;
}
.details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item .music--image {
  z-index: 2;
  height: 100%;
  width: 100%;
}
.details .details-container .details__gallery-outer .details-container__thumbnails {
  display: flex;
  padding: 10px;
  background: linear-gradient(to right, rgba(77, 77, 77, 0.6) 7%, rgba(255, 255, 255, 0.2) 67%, rgba(255, 249, 249, 0.2) 50%, rgba(77, 77, 77, 0.9) 100%);
  position: relative;
  /*padding-left: 120px;*/
  z-index: 1;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title {
  display: flex;
  /*background: blue;*/
  width: 12%;
  padding-right: 56px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title {
  position: relative;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title > p {
  font-size: calc(16px + 7 * (100vw - 1366px) / 554);
  /*font-size: 23px;*/
  color: #fff;
  margin-bottom: 5px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title span {
  font-size: 20px;
  color: #fff;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title:after {
  content: "";
  width: 1px;
  height: 57%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation {
  width: 83%;
  height: 100%;
  /*background: red;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container-section {
  width: calc(100% - 142px);
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails {
  /*width: 80%;*/
  /*margin: auto;*/
  /*width: calc(100% - 117px);*/
  /*padding-right: 15px;*/
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-stage-outer {
  z-index: 3;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .item {
  /*height: 71px;*/
  display: flex;
  border: 2px solid transparent;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .item img {
  max-height: 100%;
  height: 100%;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-item.synced .item {
  border: 2px solid #e9a500;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav > button {
  position: absolute;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav .owl-prev {
  right: -49px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav .owl-next {
  left: -49px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .right {
  margin-left: 35px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .right:before {
  color: #fff;
  font-size: 18px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .right:hover {
  cursor: pointer;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .left {
  /*margin-right: 20px;*/
  /*width: 87px;*/
  padding-right: 20px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .left:before {
  color: #fff;
  font-size: 18px;
}
.details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .left:hover {
  cursor: pointer;
}
.details .details-container .item-video-container {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*padding: 13px 0;*/
  height: 35px;
  backface-visibility: hidden;
  right: 0;
}
.details .details-container .item-video-container .play {
  order: 4;
  margin: 0 10px 0 11px;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  width: 2.4%;
}
.details .details-container .item-video-container .play .icon-details-play, .details .details-container .item-video-container .play .icon-details-pause {
  display: flex;
  cursor: pointer;
}
.details .details-container .item-video-container .play .icon-details-play:before, .details .details-container .item-video-container .play .icon-details-pause:before {
  font-size: calc(7px + 2 * (100vw - 1366px) / 554);
  /*font-size: 9px;*/
}
.details .details-container .item-video-container #start {
  font-size: 6.6521739px;
  color: #fff;
  font-family: "Tajawal-Medium";
  line-height: 0;
  order: 1;
  /*margin-right: 7px;*/
  order: 3;
  width: 22px;
  text-align: left;
}
.details .details-container .item-video-container #custom-seekbar {
  cursor: pointer;
  height: 6px;
  outline: none;
  position: relative;
  width: 74%;
  background-color: rgba(149, 149, 149, 0.26);
  order: 2;
  margin-left: 10px;
  backface-visibility: visible;
  /*backface-visibility: hidden;*/
}
.details .details-container .item-video-container #custom-seekbar span {
  background-color: #e9a500;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
  height: 100%;
  backface-visibility: hidden;
  /*overflow: visible;*/
}
.details .details-container .item-video-container #custom-seekbar span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: rgb(77, 77, 77);
  position: absolute;
  right: 4px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: unset;
  transform: translate(100%, -50%);
  z-index: 9;
  border: 2px solid #fff;
  backface-visibility: hidden;
}
.details .details-container .item-video-container #end {
  order: 1;
  font-size: 6.6521739px;
  color: #fff;
  font-family: "Tajawal-Medium";
  line-height: 0;
  order: 1;
  margin-right: 7px;
  order: 1;
  margin-left: 10px;
}
.details .details-container .item-video-container .icon-expand {
  display: flex;
  margin: 0 13px 0px 7px;
  cursor: pointer;
}
.details .details-container .item-video-container .icon-expand:before {
  font-size: calc(7px + 3 * (100vw - 1366px) / 554);
  /*font-size: 10px;*/
}
.details .owl-next {
  top: 54%;
}
.details .owl-prev {
  top: 54%;
}

.slider--ie .owl-stage {
  /*padding: 50px 0 !important;*/
}
.slider--ie .owl-item.active.center {
  transform: scale(1) !important;
}
.slider--ie .details-gallery__caption p {
  font-size: 12px !important;
}
.slider--ie .item-video-container #start, .slider--ie .item-video-container #end {
  font-size: 11px !important;
}

.details__main-content {
  margin-bottom: 145px;
}
.details__main-content h3 {
  font-family: "cairo-regular";
  font-size: calc(20px + 8 * (100vw - 1366px) / 554);
  font-weight: 600;
  margin-bottom: 45px;
  line-height: 40px;
}
.details__main-content .details__main-content__info *:not(i) {
  color: #9d9d9d !important;
  font-size: calc(18px + 8 * (100vw - 1366px) / 554);
}

.related-topic {
  position: relative;
  margin-bottom: 135px;
}
.related-topic button {
  outline: none;
}
.related-topic .owl-stage {
  display: flex;
}
.related-topic .main-title__section {
  color: #000;
  margin-top: unset;
  margin-bottom: 40px;
}
.related-topic .icon-previous-black:before,
.related-topic .icon-next-black:before {
  font-size: 49px !important;
  color: #000;
}
.related-topic .owl-prev,
.related-topic .owl-next {
  position: absolute;
  top: 57%;
}
.related-topic .owl-prev:hover,
.related-topic .owl-next:hover {
  background: unset !important;
}
.related-topic .owl-next .svg {
  top: -1px;
}
.related-topic .owl-prev {
  right: -60px;
}
.related-topic .owl-next {
  left: -55px;
}
.related-topic .svg-container {
  /*width: 0;*/
}
.related-topic .svg-container:hover .symbol {
  /*animation: dash 3s linear 1;*/
}
.related-topic .symbol {
  stroke: #000 !important;
}
.related-topic .icon-back:before {
  color: #000;
}
.related-topic .icon-left {
  transform: rotate(180deg);
}

.related-company {
  margin-bottom: 90px;
  /*.owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
      display: unset;
  }*/
}
.related-company .owl-stage {
  display: flex;
}
.related-company .gallery-listing-item .gallery-listing-item__image {
  transform: translateY(30px);
}
.related-company .gallery-listing-item .gallery-listing-item__image img {
  width: calc(100% - 13px);
}
.related-company .gallery-listing-item .gallery-listing-item__image:before {
  width: 100%;
}
.related-company .gallery-listing-item .gallery-listing-item__body {
  padding-bottom: unset;
  padding-top: 50px;
}
.related-company .gallery-listing-item .gallery-listing-item__body h3 {
  font-size: calc(15px + 8 * (100vw - 1366px) / 554);
  line-height: 43px;
}
.related-company .icon-previous-black {
  position: absolute;
  left: -80px;
  top: 45%;
}
.related-company .icon-previous-black:before {
  font-size: 49px !important;
  color: #000;
}
.related-company .icon-next-black {
  position: absolute;
  right: -80px;
  top: 45%;
}
.related-company .icon-next-black:before {
  font-size: 49px !important;
  color: #000;
}
.related-company .owl-prev,
.related-company .owl-next {
  position: absolute;
  top: 57%;
  outline: none;
}
.related-company .owl-prev:hover,
.related-company .owl-next:hover {
  background: unset !important;
}
.related-company .owl-prev {
  right: -60px;
}
.related-company .owl-next {
  left: -55px;
}
.related-company .symbol {
  stroke: #000 !important;
}
.related-company .icon-back:before {
  color: #000;
}
.related-company .icon-left {
  transform: rotate(180deg);
}

.section-added {
  margin-bottom: 135px;
}
.section-added .owl-stage {
  display: flex;
}
.section-added .icon-previous-black {
  position: absolute;
  left: -80px;
  top: 45%;
}
.section-added .icon-previous-black:before {
  font-size: 49px !important;
  color: #000;
}
.section-added .icon-next-black {
  position: absolute;
  right: -80px;
  top: 45%;
}
.section-added .icon-next-black:before {
  font-size: 49px !important;
  color: #000;
}
.section-added .owl-prev,
.section-added .owl-next {
  position: absolute;
  top: 57%;
  outline: none;
}
.section-added .owl-prev:hover,
.section-added .owl-next:hover {
  background: unset !important;
}
.section-added .owl-prev {
  right: -60px;
}
.section-added .owl-next {
  left: -55px;
}
.section-added .symbol {
  stroke: #000 !important;
}
.section-added .icon-back:before {
  color: #000;
}
.section-added .icon-left {
  transform: rotate(180deg);
}

.details-page .main-title__section {
  color: #000;
}

.details-page .owl-next .svg {
  top: -1px;
  right: 1.5px;
}

@media (max-width: 1366px) {
  .details .details__main-brief {
    margin-bottom: 40px;
  }
  .details .details__main-brief *:not(i) {
    font-size: calc(14px + 6 * (100vw - 320px) / 1046);
  }
  .details .details-container {
    margin: 0 0 40px 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery {
    padding: 110px 0 46px 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage {
    padding: 120px 0 116px 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center {
    /*transform: scale(2.6, 1.81);*/
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item {
    /*height: 226px;*/
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption {
    padding: 5px 9px 7px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption p {
    line-height: 10px;
    font-size: 6.47174px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand {
    line-height: 11px;
    padding: 7px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand:before {
    /*font-size: 17px;*/
    /*font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1366 - 320)));*/
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails {
    padding: 5px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title {
    padding-right: 34px;
    /*width: 22%;*/
    width: 15%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title > p {
    /*font-size: 16px;*/
    font-size: calc(10px + 6 * (100vw - 320px) / 1046);
    margin-bottom: 0;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title:after {
    left: -36px;
    height: 50%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title .details-container__item-number span {
    font-size: 14px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation {
    /*width: 78%;*/
    width: 80%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container-section {
    width: calc(100% - 60px);
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .item {
    /*height: 48px;*/
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .right:before {
    font-size: 12px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .left:before {
    font-size: 12px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav .owl-prev {
    right: -37px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav .owl-next {
    left: -44px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .item {
    /*height: 48px;*/
  }
  .details .details-container .item-video-container {
    /*padding: 7px 0;*/
    height: 24px;
  }
  .details .details-container .item-video-container .icon-details-play:before, .details .details-container .item-video-container .icon-details-pause:before {
    font-size: calc(4px + 3 * (100vw - 768px) / 598);
  }
  .details .details-container .item-video-container #custom-seekbar {
    height: 4px;
    margin-left: 6px;
  }
  .details .details-container .item-video-container #custom-seekbar span:after {
    width: 9px;
    height: 9px;
    backface-visibility: hidden;
  }
  .details .details-container .item-video-container .play {
    margin: 0 10px 0 11px;
  }
  .details .details-container .item-video-container .icon-expand:before {
    font-size: calc(4px + 3 * (100vw - 768px) / 598);
    /*font-size: 7px;*/
  }
  /**********Related topics*************/
  .details__main-content {
    margin-bottom: 70px;
  }
  .details__main-content h3 {
    font-size: calc(14px + 6 * (100vw - 320px) / 1046);
  }
  .details__main-content .details__main-content__info *:not(i) {
    font-size: calc(12px + 6 * (100vw - 320px) / 1046);
  }
  .related-topic {
    margin-bottom: 15px;
  }
  .related-topic .main-title__section {
    margin-bottom: 30px;
  }
  .related-topic .gallery-listing-item .gallery-listing-item__image {
    transform: translateY(10px);
  }
  .related-topic .gallery-listing-item__body {
    padding-top: 35px;
  }
  .related-topic .owl-prev,
  .related-topic .owl-next {
    top: 50%;
  }
  .related-company {
    margin-bottom: 95px;
  }
  .related-company .main-title__section {
    margin-bottom: 30px;
  }
  .related-company .gallery-listing-item .gallery-listing-item__body {
    padding-top: 60px;
  }
  .related-company .gallery-listing-item .gallery-listing-item__body h3 {
    font-size: calc(12px + 3 * (100vw - 320px) / 1046);
    line-height: 29px;
  }
  .section-added {
    margin-bottom: 70px;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .details .details-container {
    margin: 0 0 30px 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery {
    padding: 60px 0 27px 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage {
    padding: 73px 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center {
    transform: scale(2);
    -webkit-backface-visibility: hidden;
    transform: scale(2) translateZ(0);
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item:hover .details-gallery__caption {
    opacity: 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item {
    /*height: 140px;*/
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption {
    padding: 4px 3px 4px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption p {
    line-height: 10px;
    font-size: 4.47174px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption.sow--caption {
    opacity: 1 !important;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand {
    line-height: 0;
    height: 12px;
    width: 12px;
    padding: 2px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand:before {
    font-size: 7px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails {
    padding: 4px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title {
    padding-right: 22px;
    width: 14%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title > p {
    /*font-size: 10px;*/
    margin-bottom: 0;
    line-height: 7px;
    position: relative;
    top: 3px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title:after {
    left: -22px;
    height: 50%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title .details-container__item-number {
    height: 10px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title .details-container__item-number span {
    font-size: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation {
    /*width: 78%;*/
    width: 80%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container-section {
    width: calc(100% - 52px);
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .item {
    /*height: 48px;*/
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .right:before {
    font-size: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .left:before {
    font-size: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav > button {
    top: unset;
    transform: unset;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav .owl-prev {
    right: -32px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav .owl-next {
    left: -28px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .item {
    /*height: 30px;*/
  }
  .details .details-container .item-video-container {
    /*padding: 5px 0;*/
    height: 15px;
  }
  .details .details-container .item-video-container .play .icon-details-play:before, .details .details-container .item-video-container .play .icon-details-pause:before {
    font-size: 4px;
    line-height: 10px;
  }
  .details .details-container .item-video-container #start, .details .details-container .item-video-container #end {
    font-size: 4.47174px;
  }
  .details .details-container .item-video-container #start {
    text-align: center;
    margin-right: 2px;
  }
  .details .details-container .item-video-container #end {
    margin-left: 3px;
    margin-right: 3px;
  }
  .details .details-container .item-video-container #custom-seekbar {
    height: 2.5px;
    margin-left: 2px;
  }
  .details .details-container .item-video-container #custom-seekbar span:after {
    right: 2px;
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    /*transform: translate(100%, -60%);*/
    transform: translate(128%, -56%);
  }
  .details .details-container .item-video-container .play {
    /*margin: 0 10px 0 5px;*/
    margin: 0px 0px 0 0;
    width: 6.5%;
    height: 100%;
  }
  .details .details-container .item-video-container .icon-expand {
    margin: 0 6px 0px 0px;
  }
  .details .details-container .item-video-container .icon-expand:before {
    /*font-size: 4px;*/
  }
  .details__main-content {
    margin-bottom: 40px;
  }
  .details__main-content h3 {
    margin-bottom: 10px;
    line-height: 30px;
  }
  .related-topic {
    margin-bottom: 35px;
  }
  .related-topic .main-title__section {
    margin-bottom: 10px;
  }
  .related-topic .icon-next-black,
  .related-topic .icon-previous-black {
    display: none;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (max-width: 1024px) {
  .details .details__main-brief {
    margin-bottom: 30px;
  }
  .container--extra-large--modifier {
    padding-left: 0;
  }
  .related-topic {
    /*.container.container--extra-large {
        margin-left: 0;
        padding-right: 0;
        padding-left:0;
    }*/
  }
  .related-topic .custom-container {
    margin-right: 40px;
  }
  .related-topic .owl-related-topic .owl-stage {
    padding-right: 0 !important;
  }
  .related-topic .owl-nav {
    display: none;
  }
  .related-company .icon-next-black,
  .related-company .icon-previous-black {
    display: none;
  }
  .related-company .owl-prev,
  .related-company .owl-next {
    display: none;
  }
  .related-company .owl-nav {
    display: none;
  }
  .section-added {
    margin-bottom: 30px;
  }
  .section-added .owl-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .details .details__main-content {
    margin-bottom: 30px;
  }
  .details .details__main-content h3 {
    margin-bottom: 0;
  }
  .related-topic {
    margin-bottom: 0;
  }
  .related-topic .icon-next-black,
  .related-topic .icon-previous-black {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .details {
    /*.container { 
        max-width: 100%;
        padding: 0 !important;
        width: 100%;
    }*/
  }
  .details .details__main-brief {
    margin-right: 12PX !important;
    padding-left: 10px;
  }
  .details .col-12 {
    padding: 0;
  }
  .details .main-title__section {
    margin-top: 35px;
    margin-right: 12px;
  }
  .details .detial__main-brief {
    margin-right: 15px;
    margin-left: 15px;
  }
  .details .details-container {
    margin: 0 0 30px 0;
  }
  .details .details-container .row, .details .details-container .col-12 {
    padding: 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery {
    padding: 0;
    width: 100%;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage {
    padding: 81px 0 20px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center {
    transform: unset;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item.active.center .item:hover .details-gallery__caption {
    opacity: 0;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item {
    /*height: 180px;*/
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption {
    padding: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption.sow--caption {
    opacity: 1 !important;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item .details-gallery__caption p {
    font-size: 10px;
    line-height: 1.4;
  }
  .details .details-container .details__gallery-outer .details-container__gallery .owl-stage .owl-item .item > .icon-expand {
    padding: 12px;
    z-index: 4;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails {
    padding: 13px 5px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title {
    padding-right: 7px;
    width: 25%;
    display: flex;
    align-items: center;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title > p {
    /*font-size: 10px;*/
    margin-bottom: 0;
    line-height: 7px;
    /*position: relative;
    top: 3px;*/
    /*padding-top: 3px;*/
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title:after {
    left: -10px;
    height: 150%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__album-title .details-container__title .details-container__item-number span {
    font-size: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation {
    /*width: 78%;*/
    width: 75%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container-section {
    width: 100%;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .item {
    /*height: 48px;*/
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .right:before {
    font-size: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .left:before {
    font-size: 8px;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .owl-nav {
    display: none !important;
  }
  .details .details-container .details__gallery-outer .details-container__thumbnails .details-container__navigation .details-container__navigation-thumbnails .item {
    /*height: 30px;*/
  }
  .details .details-container .item-video-container {
    /*padding: 10px 0;*/
    height: 35px;
  }
  .details .details-container .item-video-container .play .icon-details-play:before, .details .details-container .item-video-container .play .icon-details-pause:before {
    font-size: 16px;
  }
  .details .details-container .item-video-container #start, .details .details-container .item-video-container #end {
    font-size: 4.47174px;
    display: none;
  }
  .details .details-container .item-video-container #end {
    margin-left: 3px;
    margin-right: 3px;
  }
  .details .details-container .item-video-container #custom-seekbar {
    height: 5px;
    margin-left: 2px;
    width: 73%;
  }
  .details .details-container .item-video-container #custom-seekbar span:after {
    right: 3px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    transform: translate(100%, -50%);
  }
  .details .details-container .item-video-container .play {
    margin: 0 13px 0 5px;
    width: 5%;
    height: 100%;
  }
  .details .details-container .item-video-container .icon-expand {
    /*margin: 0 6px 0 0;*/
    margin: 0 23px 0 0;
    margin-left: auto;
  }
  .details .details-container .item-video-container .icon-expand:before {
    font-size: 12px;
  }
  .details__main-content {
    margin-bottom: 40px;
  }
  .details__main-content h3 {
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 35px;
  }
  /*.related-topic {   


  }*/
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.zindex {
  z-index: 2 !important;
}

.stop--effect {
  opacity: 1 !important;
}

/********************Related company section ***************/
/*.related-company {
    margin-bottom: 80px;

    .main-title__section {
        color: $black;
    }



    .gallery-listing-item {
        .gallery-listing-item__image {
            transform: translateY(30px);

            img {
                width: calc(100% - 13px);
            }

            &:before {
                width: 100%;
            }
        }

        .gallery-listing-item__body {
            padding-bottom: unset;
            padding-top: 50px;

            h3 {
                font-size: calc(15px + (23 - 15) * ((100vw - 1366px) / (1920 - 1366)));
                line-height: 43px;
            }
        }
    }


}


    @media (max-width: 1366px) {
        .related-company {
            margin-bottom: 95px;

            .container { 
                .gallery-listing-item {


                    .gallery-listing-item__body {
                        padding-top: 60px;

                        h3 {
                            font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1366 - 320)));
                            line-height: 29px;
                        }
                    }
                }
            }
        }
    }
*/
.hide {
  opacity: 0 !important;
}

.item--audio {
  /*.vide-image{
      display:none !important;
  }*/
}
.item--audio audio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.not-found, .nout-found--internal-error {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found .not-found__details, .nout-found--internal-error .not-found__details {
  text-align: center;
}
.not-found .not-found__details .not-found--internal-error-image, .nout-found--internal-error .not-found__details .not-found--internal-error-image {
  margin: 147px 40px 35px;
}
.not-found .not-found__details .not-found_-number, .nout-found--internal-error .not-found__details .not-found_-number {
  /*font-size: 238px;*/
  font-size: calc(210px + 28 * (100vw - 1366px) / 554);
  font-weight: 300;
  color: #4b4b4b;
  margin-bottom: 0;
}
.not-found .not-found__details .nout-found__description, .nout-found--internal-error .not-found__details .nout-found__description {
  /*font-size: 29px;*/
  font-size: calc(25px + 4 * (100vw - 1366px) / 554);
  color: #4b4b4b;
  margin-bottom: 60px;
}
.not-found .not-found__details .nout-found__description .not-found__dexription--highlight, .nout-found--internal-error .not-found__details .nout-found__description .not-found__dexription--highlight {
  color: #e9a500;
  margin-left: 8px;
}
.not-found .not-found__details .nout-found__description--internal-erro, .nout-found--internal-error .not-found__details .nout-found__description--internal-erro {
  font-size: calc(18px + 3 * (100vw - 1366px) / 554);
}
.not-found .not-found__details .nout-found__link, .nout-found--internal-error .not-found__details .nout-found__link {
  border-radius: 100px;
  padding: 15px 52px;
  background: #e9a500;
  color: #fff;
  font-family: "Tajawal-Medium";
  display: inline-block;
  margin-bottom: 45px;
  font-size: calc(18px + 2 * (100vw - 1366px) / 554);
}
.not-found .not-found__details .nout-found__link:hover, .nout-found--internal-error .not-found__details .nout-found__link:hover {
  text-decoration: none;
}
.not-found .not-found__details .nout-found__link .icon-back, .nout-found--internal-error .not-found__details .nout-found__link .icon-back {
  padding-right: 27px;
  vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 767px) {
  .not-found .not-found__details .not-found--internal-error-image {
    width: 100px;
    margin: 0px 40px 35px;
  }
  .not-found .not-found__details .nout-found__description--internal-erro {
    font-size: calc(14px + 6 * (100vw - 320px) / 1046);
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.search-result__title {
  color: #e9a500;
  font-size: calc(42px + 15 * (100vw - 1366px) / 554);
  margin: 95px 0 160px 0;
}
.search-result__title span {
  color: #4b4b4b;
  border-bottom: 1px solid;
  margin-right: 33px;
}

.gallery-listing-item--album .gallery-listing-item__image img {
  width: calc(100% - 13px);
}
.gallery-listing-item--album .gallery-listing-item__image:before {
  width: 100%;
}
.gallery-listing-item--album .gallery-listing-item__body {
  padding-bottom: unset;
}
.gallery-listing-item--album .gallery-listing-item__image {
  transform: translateY(30px);
}
.gallery-listing-item--album .gallery-listing-item__image img {
  width: calc(100% - 13px);
}
.gallery-listing-item--album .gallery-listing-item__image:before {
  width: 100%;
}
.gallery-listing-item--album .plaplaplapla {
  display: none;
}
.gallery-listing-item--album .gallery-listing-item__body {
  padding-bottom: unset;
  padding-top: 50x;
}

.search-result {
  position: relative;
}
.search-result .row {
  margin-bottom: 35px;
}
.search-result .search-result-none {
  display: none;
}
.search-result .gallery-listing__load {
  position: absolute;
  top: 5%;
  left: 50%;
}
.search-result .search-result__container__title {
  background: #f8f8f8;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.search-result .search-result__container__title p {
  font-size: calc(25px + 3 * (100vw - 1366px) / 554);
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}
.search-result .search-result__container__title .icon-arrow-point-down {
  position: absolute;
  left: 41px;
}
.search-result .search-result__container__title .icon-arrow-point-down:before {
  font-size: 8px;
  color: #e9a500;
}
.search-result .search-result__container__title .icon-arrow--up {
  transform: rotateZ(180deg);
}
.search-result .search-result__container__title:hover {
  cursor: pointer;
}
.search-result .search-result__container {
  margin-bottom: 145px;
}
.search-result .search-result__container .search-result__section {
  margin-bottom: 70px;
}

.search-not-found {
  margin-bottom: 160px;
  display: none;
}
.search-not-found .search-result__title {
  margin-bottom: 125px;
}
.search-not-found .search-not-found__details__content {
  text-align: center;
  color: #4b4b4b;
}
.search-not-found .search-not-found__details__content h3 {
  margin-bottom: 30px;
  font-size: calc(20px + 10 * (100vw - 1366px) / 554);
}
.search-not-found .search-not-found__details__content h3 span {
  color: #e9a500;
  margin-left: 5px;
}
.search-not-found .search-not-found__details__content h4 {
  font-family: "Tajawal-Regular";
  font-weight: bold;
  font-size: calc(18px + 6 * (100vw - 1366px) / 554);
  line-height: 40px;
}
.search-not-found .search-not-found__details__content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 32%;
}
.search-not-found .search-not-found__details__content ul li {
  text-align: right;
  position: relative;
  line-height: 40px;
  font-family: "Tajawal-Regular";
  font-size: calc(14px + 10 * (100vw - 1366px) / 554);
  padding-right: 25px;
}
.search-not-found .search-not-found__details__content ul li:before {
  content: "–"; /* en dash */
  position: absolute;
  right: 12px;
}

@media (max-width: 1366px) {
  .search-result__title {
    font-size: calc(20px + 22 * (100vw - 320px) / 1046);
  }
  .search-result__title span {
    margin-right: 25px;
  }
  .search-not-found {
    margin-bottom: 120px;
  }
  .search-not-found .search-result__title {
    margin: 45px 0 70px 0;
  }
  .search-not-found .search-not-found__details__content h3 {
    margin-bottom: 20px;
    font-size: calc(16px + 4 * (100vw - 320px) / 1046);
  }
  .search-not-found .search-not-found__details__content h4 {
    font-size: calc(15px + 3 * (100vw - 320px) / 1046);
    line-height: 26px;
  }
  .search-not-found .search-not-found__details__content ul {
    width: 52%;
  }
  .search-not-found .search-not-found__details__content ul li {
    line-height: 26px;
    font-size: calc(13px + 1 * (100vw - 320px) / 1046);
    padding-right: 25px;
  }
  .search-not-found .search-not-found__details__content ul li:before {
    right: 12px;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-result__title {
    margin: 30px 0 60px 0;
  }
  .search-result__title span {
    margin-right: 20px;
  }
  .search-not-found {
    margin-bottom: 60px;
  }
  .search-not-found .search-result__title {
    margin-bottom: 50px;
  }
  .search-not-found .search-not-found__details__content {
    min-height: 425px;
  }
  .search-not-found .search-not-found__details__content ul {
    width: 70%;
    padding: 0;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
@media (max-width: 375px) {
  .search-not-found .search-not-found__details__content ul {
    width: 81%;
  }
}
@media (max-width: 320px) {
  .search-not-found .search-not-found__details__content ul {
    width: 92%;
  }
}
.timline-container--listing .main-title__section {
  color: #000 !important;
  margin-bottom: 37px;
}
.timline-container--listing .title-page-description {
  font-weight: normal;
  margin-bottom: 103px;
}
.timline-container--listing .timeline-years-container {
  margin-bottom: 100px;
}
.timline-container--listing .timeline-years-container .year {
  /*padding: 10px 0 !important;*/
}
.timline-container--listing .timeline-years-container .year .year-selector {
  font-size: 25px;
  font-size: calc(10px + 15 * (100vw - 320px) / 1046);
  line-height: 29px;
  padding: 0 !important;
}
.timline-container--listing .timeline-years-container .year:after {
  content: "_\a_\a_\a_\a_\a_\a_\a_\a_\a_\a_\a_\a_\a_\a_" !important;
  line-height: 5px !important;
  padding-bottom: 0 !important;
}
.timline-container--listing .timeline-content {
  margin-bottom: 7px;
}
.timline-container--listing .year-active {
  background-color: #e9a500;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.timline-container--listing .year-active:after {
  background-color: #e9a500;
  color: #fff !important;
  transition: all 0.3s ease-in-out !important;
}
.timline-container--listing .owl-timeline-years-listing .owl-nav {
  display: none;
}
.timline-container--listing .owl-timeline-years-listing .owl-stage {
  transition: all 0.25s ease 0s !important;
  position: relative;
}
.timline-container--listing .owl-timeline .owl-stage-outer:after {
  content: "";
  width: 15%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, 0));
}
.timline-container--listing .owl-timeline .owl-stage {
  padding: 40px 0px;
  /*&:before {
      content: '';
      width: 100%;
      height: 2px;
      background: #707070;
      position: absolute;
      top: 51%;
      z-index: 0;
  }*/
}
.timline-container--listing .owl-timeline .owl-item article {
  position: relative;
  width: 560px;
}
.timline-container--listing .owl-timeline .owl-item article:after {
  position: absolute;
  top: 51%;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
  right: 0;
  content: "";
}
.timline-container--listing .owl-timeline .owl-item.owl-item--last-month article:after {
  width: calc(100% - 40px);
}
.timline-container--listing .owl-timeline .owl-item a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal {
  display: flex;
  /*justify-content: flex-end;
  align-items: center;*/
  height: 514px;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal img {
  /*height: 100%;*/
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl__body {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container {
  height: auto;
  width: 72%;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container .img-cover {
  left: unset;
  right: 0;
  position: relative;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container .img-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.3492063492%;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container .img-cover:after {
  display: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container .img-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section {
  padding: 13px 0px 41px 12px;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date {
  position: relative;
  z-index: 4;
  margin-bottom: 10px;
  right: 41px;
  left: unset;
  top: 0;
  margin-top: 13px;
  display: inline-block;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date span {
  padding: 12px 60px;
  position: relative;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section:before {
  content: "";
  width: 100%;
  height: 103px;
  background: #f8f8f8;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline {
  border-right: 1px solid #707070;
  padding-right: 40px;
  display: block;
  height: 178px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*&:after {
      content: '';
      width: 1px;
      height: 100%;
      background: red;
      position: absolute;
      top: 0;
      right: 0;
  }*/
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline h6 {
  /*font-size: 23px;*/
  font-size: calc(16px + 7 * (100vw - 1366px) / 554);
  color: #000;
  /*width: 70%;*/
  font-weight: bold;
  line-height: 1.74;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline p {
  color: #4b4b4b;
  font-size: calc(13px + 6 * (100vw - 1366px) / 554);
  /*width: 415px;*/
  line-height: 1.37;
  margin-bottom: 0;
  padding: 0;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .owl__footer {
  background: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl-timeline__startYear-text {
  font-size: 57px;
  color: #4b4b4b;
  font-family: "Tajawal-Medium";
  position: relative;
  padding-left: 30px;
  padding: 0 30px;
  background: #fff;
  margin-bottom: 0;
  top: 10px;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl-timeline__startYear-text:before {
  content: "";
  width: 7px;
  height: 50px;
  position: absolute;
  background: #e9a500;
  bottom: 100%;
  line-height: 1.39;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl-timeline__startYear {
  display: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped {
  display: flex;
  /*justify-content: flex-end;
  align-items: center;*/
  height: 514px;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section {
  background: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section:before {
  content: "";
  width: 100%;
  height: 103px;
  background: #f8f8f8;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped img {
  height: 100%;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl__body {
  width: calc(95% - 14px);
  display: flex;
  flex-direction: column;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
  height: auto;
  width: 72%;
  order: 2;
  position: relative;
  top: 67px;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container .img-cover {
  left: unset;
  right: 0;
  position: relative;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container .img-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.3492063492%;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container .img-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container .img-cover:after {
  display: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section {
  /*padding: 60px;
      padding-top: 13px;
      padding-bottom: 0;*/
  padding: 52px 0px 0 12px;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
  position: absolute;
  z-index: 4;
  margin-bottom: 10px;
  right: 101px;
  left: unset;
  margin-top: 13px;
  display: inline-block;
  bottom: -66px;
  top: unset;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date span {
  padding: 12px 60px;
  position: relative;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section:before {
  content: "";
  width: 118%;
  height: 103px;
  background: #f8f8f8;
  position: absolute;
  bottom: 100%;
  right: 0;
  display: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline {
  border-right: 1px solid #707070;
  padding-right: 41px;
  height: 178px;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline h6 {
  font-size: calc(16px + 7 * (100vw - 1366px) / 554);
  color: #000;
  /*width: 70%;*/
  font-weight: bold;
  line-height: 1.74;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline p {
  color: #4b4b4b;
  font-size: 19px;
  /*width: 415px;*/
  line-height: 1.37;
  font-size: calc(13px + 6 * (100vw - 1366px) / 554);
  padding: 0;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .owl__footer {
  background: none;
}
.timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl-timeline__startYear {
  display: none;
}
.timline-container--listing .owl-timeline .owl-item:first-child .owl-timeline__startYear-text {
  padding-right: 0;
}
.timline-container--listing .owl-timeline .owl-item:last-child article:after {
  width: calc(100% - 39px);
}
.timline-container--listing .owl-timeline .owl-timeline__startYear-text {
  font-size: calc(35px + 22 * (100vw - 1366px) / 554);
  color: #4b4b4b;
  font-family: "Tajawal-Medium";
  position: relative;
  background: #fff;
  margin-bottom: 0;
  top: 225px;
  padding-right: 5px;
  padding-left: 35px;
}
.timline-container--listing .owl-timeline .owl-timeline__startYear-text:before {
  content: "";
  width: 7px;
  height: 50px;
  position: absolute;
  background: #e9a500;
  bottom: 100%;
  line-height: 1.39;
}
.timline-container--listing .timeline-years-container {
  margin-right: auto;
  width: 86.4%;
}
.timline-container--listing .timline-container {
  height: auto;
  background: none;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
}
.timline-container--listing .timline-container .owl-timeline .owl-stage {
  padding: 40px 0px;
}
.timline-container--listing .timline-container h3 {
  display: inline-block;
  color: #e9e9e9;
  background: rgba(233, 233, 233, 0.04);
  padding: 10px 19px;
  font-size: 41px;
  border-right: 10px solid #e9a500;
  margin-bottom: 50px;
  color: #e9a500;
  margin: 50px 0;
}
.timline-container--listing .timline-container:after {
  display: none;
}
.timline-container--listing .timline-container .timeline-years {
  display: flex;
  justify-content: flex-end;
  vertical-align: middle;
  text-align: center;
  background-color: #e8e8e8;
  padding-bottom: 5px;
  padding: 0;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container {
  margin-right: auto;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container::-webkit-scrollbar {
  display: none;
  width: 5px;
  height: 10px;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container::-webkit-scrollbar-thumb {
  background: #e9a500;
  border-radius: 10px;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3d;
  font-family: "Tajawal-Regular";
  cursor: pointer;
  position: relative;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year.disableClicking {
  pointer-events: none;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year:after {
  display: block;
  content: "_\a_\a_\a_\a_\a_\a_\a_\a_\a_";
  white-space: pre;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 4px;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: relative;
  padding-bottom: 12px;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year .year-selector {
  display: block;
  padding: 0 13px;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year.selected .year-selector {
  background-color: #e9a500;
  color: white;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year.selected:after {
  background-color: #e9a500;
  color: white;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year:hover .year-selector, .timline-container--listing .timline-container .timeline-years .timeline-years-container .year:active .year-selector, .timline-container--listing .timline-container .timeline-years .timeline-years-container .year:focus .year-selector {
  background-color: #e9a500;
  color: white;
  transition: all 0.3s ease-in-out;
}
.timline-container--listing .timline-container .timeline-years .timeline-years-container .year:hover:after, .timline-container--listing .timline-container .timeline-years .timeline-years-container .year:active:after, .timline-container--listing .timline-container .timeline-years .timeline-years-container .year:focus:after {
  background-color: #e9a500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.timline-container--listing .gallery-listing__load {
  margin-top: 0;
  right: 20px;
}
.timline-container--listing .gallery-listing__load .col-md-12 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1367px) {
  .timline-container--listing {
    /*.main-title__section {
        @include mainTitle(57px !important, #e9e9e9);
        padding: 25px 52px !important;
    }*/
  }
  .timline-container--listing .container--extra-large {
    max-width: 90%;
  }
  .timline-container--listing .timline-container h3 {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timline-container--listing {
    /*.main-title__section {
        @include mainTitle(21px !important, #e9e9e9);
        padding: 13px 17px !important;
        margin: 25px 0 !important;
    }*/
  }
  .timline-container--listing .timline-container--listing .owl-timeline {
    min-height: 270px;
  }
  .timline-container--listing .timline-container--listing .owl-timeline .owl-item.owl-item--last-month article:after {
    width: calc(100% - 32px);
  }
  .timline-container--listing .timline-container h3 {
    display: inline-block;
    color: #e9e9e9;
    background: rgba(233, 233, 233, 0.04);
    padding: 10px 19px;
    font-size: 24px;
    border-right: 10px solid #e9a500;
    margin-bottom: 50px;
    padding: 10px 17px;
  }
  .timline-container--listing .timline-container .timeline-years .timeline-years-container {
    width: 85.5%;
  }
  .timline-container--listing .timline-container .timeline-years .timeline-years-container .year {
    font-size: 10px;
  }
  .timline-container--listing .timline-container .timeline-years .timeline-years-container .year:after {
    font-size: 15px;
  }
  .timline-container--listing .timline-container .timeline-content {
    min-height: 270px;
    margin-bottom: 7px;
  }
  .timline-container--listing .timline-container .timeline-content .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    left: -21px;
  }
  .timline-container--listing .timline-container .timeline-content .owl-nav .owl-prev .icon-previous-black:before {
    font-size: 30px;
  }
  .timline-container--listing .timline-container .timeline-content .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    right: -35px;
  }
  .timline-container--listing .timline-container .timeline-content .owl-nav .owl-next .icon-next-black:before {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .timline-container--listing .timline-container .timeline-content .owl-nav .owl-prev {
    left: -23px;
  }
  .timline-container--listing .timline-container .timeline-content .owl-nav .owl-next {
    right: -23px;
  }
  .timline-container--listing .features-section .owl-carousel .owl-nav .owl-prev {
    left: -23px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timline-container--listing {
    /*.main-title__section {
        @include mainTitle(16px !important,#e9e9e9 !important);
        border-right: 5px solid $gold !important;
        padding: 5px 10px !important;
    }*/
  }
  .timline-container--listing .timline-container h3 {
    color: #e9a500 !important;
    margin: 20px 0;
  }
  .timline-container--listing .timline-container .timeline-years .timeline-years-container {
    width: 100%;
    margin-bottom: 30px;
  }
  .timline-container--listing .timline-container .timeline-years .timeline-years-container .year {
    font-size: 10px;
  }
}

@media (max-width: 1366px) {
  .timline-container--listing .main-title__section {
    margin-bottom: 10px;
  }
  .timline-container--listing .title-page-description {
    margin-bottom: 36px;
  }
  .timline-container--listing .timeline-years-container {
    margin-bottom: 40px;
  }
  .timline-container--listing .timeline-years-container .year .year-selector {
    font-size: 17px;
    line-height: 29px;
  }
  .timline-container--listing .timeline-years-container .year:after {
    line-height: 4px !important;
    padding-bottom: 0 !important;
  }
  .timline-container--listing .timeline-content {
    margin-bottom: 25px;
    min-height: 365px;
  }
  .timline-container--listing .timeline-years-container {
    width: 81.5%;
  }
  .timline-container--listing .owl-timeline .owl-stage {
    padding: 5px 0px;
  }
  .timline-container--listing .owl-timeline .owl-timeline__startYear-text {
    font-size: calc(22px + 27 * (100vw - 320px) / 1046);
    top: 143px;
    padding-left: 34px;
  }
  .timline-container--listing .owl-timeline .owl-timeline__startYear-text:before {
    width: 5px;
    height: 32px;
  }
  .timline-container--listing .owl-timeline .owl-item article {
    width: 390px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped {
    height: 346px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl__body, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl__body {
    width: calc(100% - 40px);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section {
    padding: 16px 0px 13px 12px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline {
    height: 130px;
    padding-right: 21px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline h6, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline h6 {
    font-size: calc(13px + 3 * (100vw - 320px) / 1046);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline p, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline p {
    font-size: calc(11px + 2 * (100vw - 320px) / 1046);
    /*width: 266px;*/
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
    margin-top: 0;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date span, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date span {
    padding: 5px 32px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
    /*height: 143px;*/
    width: 71.5%;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
    top: 42px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
    bottom: -42px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date:before {
    right: -81%;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date:after {
    width: 181%;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (max-width: 1024px) {
  .timline-container--listing .timeline-years-listing .timeline-years-container .year:hover {
    background-color: transparent !important;
    color: #3d3d3d !important;
  }
  .timline-container--listing .timeline-years-listing .timeline-years-container .year:hover .year-selector,
  .timline-container--listing .timeline-years-listing .timeline-years-container .year:hover:after {
    background-color: transparent !important;
    color: #3d3d3d !important;
  }
  .timline-container--listing .timeline-years-listing .timeline-years-container .current.active .year,
  .timline-container--listing .timeline-years-listing .timeline-years-container .current.active .year .year-selector,
  .timline-container--listing .timeline-years-listing .timeline-years-container .current.active .year:after {
    background: #e9a500 !important;
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timline-container--listing .main-title__section {
    margin-bottom: 13px;
  }
  .timline-container--listing .title-page-description {
    margin-bottom: 147px;
  }
  .timline-container--listing .timeline-years-container .year .year-selector {
    font-size: 17px;
    line-height: 29px;
  }
  .timline-container--listing .timeline-years-container .year:after {
    line-height: 4px !important;
    padding-bottom: 0 !important;
  }
  .timline-container--listing .timeline-years-container .year:hover:after {
    background: none !important;
    color: #000 !important;
  }
  .timline-container--listing .timeline-years-container .year:hover .year-selector {
    background: none !important;
    color: #000 !important;
  }
  .timline-container--listing .timeline-years-container .year.year-active:hover:after {
    background: none !important;
    color: #fff !important;
  }
  .timline-container--listing .timeline-years-container .year.year-active:hover .year-selector {
    background: none !important;
    color: #fff !important;
  }
  .timline-container--listing .timeline-content {
    margin-bottom: 8px;
    min-height: 365px;
  }
  .timline-container--listing .timeline-years-container {
    width: 85.5% !important;
    margin-bottom: 26px;
  }
  .timline-container--listing .owl-timeline .owl-stage-outer:after {
    display: none;
  }
  .timline-container--listing .owl-timeline .owl-stage {
    padding: 5px 0px;
  }
  .timline-container--listing .owl-timeline .owl-timeline__startYear-text {
    top: 143px;
    padding-left: 13px;
  }
  .timline-container--listing .owl-timeline .owl-timeline__startYear-text:before {
    width: 5px;
    height: 32px;
  }
  .timline-container--listing .owl-timeline .owl-item article {
    width: 360px;
  }
  .timline-container--listing .owl-timeline .owl-item article:after {
    top: 48.5%;
  }
  .timline-container--listing .owl-timeline .owl-item.owl-item--last-month article:after {
    width: calc(100% - 32px);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped {
    height: 363px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl__body, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl__body {
    width: calc(98% - 22px);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section {
    padding: 8px 0px 20px 21px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline {
    height: 120px;
    padding-right: 30px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline h6, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline h6 {
    font-size: calc(13px + 3 * (100vw - 320px) / 1046);
    line-height: 1.82;
    margin-top: 10px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline p, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline p {
    font-size: calc(11px + 2 * (100vw - 320px) / 1046);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
    right: 64px;
    margin-bottom: 16px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date span, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date span {
    padding: 5px 32px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
    /*height: 151px;*/
    width: 81.5%;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
    top: 68px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section {
    padding-bottom: 0;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
    bottom: -62px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section:before {
    height: 70px;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .timline-container--listing .main-title__section {
    margin-bottom: 18px;
  }
  .timline-container--listing .title-page-description {
    margin-bottom: 23px;
  }
  .timline-container--listing .timeline-years-listing {
    margin-bottom: 30px;
  }
  .timline-container--listing .timeline-years-listing .timeline-years-container .year .year-selector {
    line-height: 19px;
    font-size: 10px;
    padding: 0;
  }
  .timline-container--listing .timeline-years-listing .timeline-years-container .year:after {
    line-height: 2px !important;
    padding-bottom: 0 !important;
  }
  .timline-container--listing .timline-main__container .container {
    margin: auto;
    padding: 0;
    max-width: 100%;
  }
  .timline-container--listing .timline-main__container .container .row {
    margin: 0;
  }
  .timline-container--listing .timline-main__container .container .row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .timline-container--listing .timeline-content {
    margin-bottom: 8px;
    min-height: 365px;
  }
  .timline-container--listing .timeline-years-container {
    width: 81%;
    margin-bottom: 30px;
  }
  .timline-container--listing .owl-timeline .owl-stage {
    padding: 5px 0px;
    /*padding-right: 0 !important;*/
    padding-top: 57px;
  }
  .timline-container--listing .owl-timeline .owl-stage-outer:after {
    display: none;
  }
  .timline-container--listing .owl-timeline .owl-timeline__startYear-text {
    top: 143px;
  }
  .timline-container--listing .owl-timeline .owl-timeline__startYear-text:before {
    width: 5px;
    height: 32px;
  }
  .timline-container--listing .owl-timeline .owl-item article:after {
    top: 47%;
    width: 100%;
  }
  .timline-container--listing .owl-timeline .owl-item:last-child article:after {
    width: calc(100% - 25px);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped {
    height: 346px;
    width: 100%;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl-timeline__startYear, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl-timeline__startYear {
    display: block;
    font-size: 22px;
    color: #4b4b4b;
    font-family: "Tajawal-Medium";
    position: absolute;
    top: -38px;
    background: #fff;
    margin-bottom: 0;
    right: 0;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl-timeline__startYear:before, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl-timeline__startYear:before {
    content: "";
    width: 4px;
    height: 19px;
    position: absolute;
    background: #e9a500;
    bottom: 100%;
    line-height: 1.39;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .owl__body, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .owl__body {
    width: calc(100% - 25px);
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section {
    padding: 13px 0px 20px 21px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline {
    height: 110px;
    padding-right: 24px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline h6, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline h6 {
    font-size: calc(13px + 3 * (100vw - 320px) / 1046);
    line-height: 1.82;
    margin-top: 10px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .description-timeline p, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .description-timeline p {
    font-size: calc(11px + 2 * (100vw - 320px) / 1046);
    width: 100%;
    padding: 0;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
    margin-top: 14px;
    right: 20px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section .date span, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date span {
    padding: 1px 12px;
    font-size: 12px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .gallary-container, .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
    /*height: 122px;*/
    width: 82%;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .gallary-container {
    top: 50px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--flipped .content-section .date {
    bottom: -42px;
  }
  .timline-container--listing .owl-timeline .owl-item .owl-card-item--normal .content-section:before {
    height: 70px;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.details--gallery .details--gallery__image {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}
.details--gallery .details--gallery__image .details-gallery__background {
  position: absolute;
  z-index: 0;
  width: 107%;
  height: 110%;
  filter: blur(10px);
  top: 0;
  left: 0;
  margin: auto;
  transform: translate(-10px, -10px);
}
.details--gallery .main-title__section {
  color: #e9a500 !important;
  margin-bottom: 37px;
}
.details--gallery .title-page-description {
  font-weight: normal;
  margin-bottom: 103px;
}
.details--gallery .details-container .details__gallery-outer {
  overflow: unset;
  overflow: unset;
}
.details--gallery .details-container .details__gallery-outer .details-container__gallery .owl-stage {
  padding-top: 163px 0;
}
.details--gallery .details-container .details__gallery-outer .details-container__gallery {
  padding: 0 0 59px 0;
}
.details--gallery .details--gallery__title-header {
  position: relative;
  z-index: 2;
  display: flex;
  width: 80.3%;
  margin-bottom: 23px;
  /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container {
  width: 81%;
  margin-right: auto;
  display: flex;
  align-items: center;
  /*margin-bottom: 49px;*/
  border-bottom: 1px solid #707070;
  padding: 23px 10px;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .details--gallery__album-title {
  color: #dedede;
  font-size: calc(19px + 6 * (100vw - 1366px) / 554);
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .details--gallery__album-title p {
  margin-bottom: 0;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown select {
  display: none;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown.show button {
  border-radius: 40px 40px 0 0;
  background: #161616;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown.show button .icon-arrow-point-down {
  transform: rotateX(180deg);
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button {
  background: none;
  border-radius: 40px;
  font-size: calc(26px + 7 * (100vw - 1366px) / 554);
  padding: 37px 32px 37px 92px;
  line-height: 1px;
  border: 1px solid #fff;
  font-family: "Tajawal-Medium";
  position: relative;
  color: #dedede;
  min-width: 280px;
  width: auto;
  text-align: right;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button:focus {
  box-shadow: none;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button:after {
  display: none;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down {
  position: absolute;
  left: 33px;
  display: flex;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down:before {
  font-size: calc(7px + 1 * (100vw - 1366px) / 554);
  line-height: 0.5;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu {
  border-radius: 0px 0px 40px 40px;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
  padding-top: 0;
  height: 299px;
  direction: ltr;
  /*overflow-y: auto;
  overflow-x: hidden;*/
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu[x-placement=top-start] {
  border-radius: 40px 40px 0 0;
  border-bottom: 0;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu .dropdown-menu--scroll {
  /*start scrol ui*/
  backface-visibility: hidden;
  height: 278px;
  /*direction: ltr;*/
  /*overflow-y: auto;
  overflow-x: hidden;*/
  margin-right: 9px;
  /* width */
  /*&::-webkit-scrollbar {
      width: 4px;
  }
  &::-webkit-scrollbar-track {
      box-shadow: inset 0 0 0 grey;
      border-radius: 10px;
      display: none;
  }
  &::-webkit-scrollbar-thumb {
      background: #7b7b7b;
      border-radius: 4px;
  }*/
  /*end of scroll ui*/
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu.show {
  top: -3px !important;
  background: #161616;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu.show[x-placement=top-start] {
  border-radius: 40px 40px 0 0;
  top: 4px !important;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu.show[x-placement=top-start] + button {
  border-radius: 0 0 40px 40px;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu a {
  display: block !important;
  margin-bottom: 7px;
  padding-left: 40px;
  padding-bottom: 0;
  color: #dedede;
  font-size: 24px;
  font-family: "Tajawal-Medium";
  white-space: pre-wrap;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu a:first-child {
  padding-top: 12px;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu a:first-child:before {
  content: "";
  width: 81%;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 0;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu .dropdown-item:focus, .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #e9a500;
}
.details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu .dropdown-item.selected {
  color: #4b4b4b !important;
  pointer-events: none;
}
.details--gallery .details--gallery__title-header .dropdown {
  margin-right: auto;
}
.details--gallery .details-container__gallery .owl-next {
  top: 47%;
}
.details--gallery .details-container__gallery .owl-prev {
  top: 47%;
}

.item--video--ipad-controls #start, .item--video--ipad-controls #end, .item--video--ipad-controls .icon-expand {
  margin-top: 2px !important;
}
.item--video--ipad-controls #end {
  margin-top: 3px !important;
}
.item--video--ipad-controls #custom-seekbar span:after {
  transform: translate(128%, -50%) !important;
}
.item--video--ipad-controls .icon-expand {
  padding: 3px;
  margin-right: 0;
}

@media (max-width: 1366px) {
  .details--gallery .details-container .details__gallery-outer .details-container__gallery .owl-stage {
    padding: 131px 0 150px 0;
  }
  .details--gallery .main-title__section {
    margin-bottom: 10px;
  }
  .details--gallery .title-page-description {
    margin-bottom: 36px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container {
    padding: 10px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .details--gallery__album-title {
    font-size: calc(13px + 6 * (100vw - 320px) / 1046);
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button {
    font-size: calc(13px + 6 * (100vw - 320px) / 1046);
    padding: 27px 17px 27px 60px;
    width: 200px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down {
    left: 20px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down:before {
    font-size: calc(4px + 3 * (100vw - 320px) / 1046);
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu {
    height: 270px;
    overflow-x: hidden;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu a {
    font-size: calc(12px + 6 * (100vw - 320px) / 1046);
    padding-left: 12px;
    padding-bottom: 0;
    padding-right: 12px;
    padding: 0 12px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu .dropdown-menu--scroll {
    height: 260px;
  }
  .details--gallery .details-container__gallery .owl-next {
    top: 43.5%;
  }
  .details--gallery .details-container__gallery .owl-prev {
    top: 43.6%;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .details--gallery .main-title__section {
    margin-bottom: 13px;
  }
  .details--gallery .title-page-description {
    margin-bottom: 147px;
  }
  .details--gallery .details--gallery__title-header {
    width: 77%;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container {
    padding: 5px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .details--gallery__album-title {
    font-size: calc(13px + 6 * (100vw - 320px) / 1046);
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button {
    font-size: calc(13px + 6 * (100vw - 320px) / 1046);
    padding: 15px 7px 15px 28px;
    border-radius: 30px;
    min-width: 141px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down {
    left: 10px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown.show button {
    border-radius: 20px 20px 0 0;
    padding-right: 14px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu {
    height: 185px;
    overflow-x: hidden;
    min-width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu a {
    font-size: calc(10px + 8 * (100vw - 320px) / 1046);
    padding: 0 5px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu .dropdown-menu--scroll {
    height: 175px;
  }
  .details--gallery .details-container .details__gallery-outer .details-container__gallery .owl-stage {
    padding: 76px 0 !important;
  }
  .item--video--ipad-controls .icon-expand {
    width: 12px;
  }
  .item--video--ipad-controls .icon-expand:before {
    font-size: 5px !important;
  }
  /*.main-title__section {
      @include mainTitle(21px !important, #e9e9e9);
      padding: 13px 17px !important;
      margin: 25px 0 !important;
  }*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .details--gallery {
    width: 100%;
  }
  .details--gallery .container {
    padding: 0 !important;
  }
  .details--gallery .main-title__section {
    margin-bottom: 18px;
  }
  .details--gallery .title-page-description {
    margin-bottom: 23px;
    padding-right: 12px;
  }
  .details--gallery .details--gallery__title-header {
    width: 100%;
    margin-bottom: 10px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container {
    padding: 5px;
    width: 100%;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button {
    padding: 15px 7px 15px 28px;
    width: 175px;
    min-width: auto;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down {
    left: 10px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu {
    display: none;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown select {
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0;
    top: 0;
  }
  .details--gallery .details-container .details__gallery-outer .details-container__gallery {
    padding: 0 !important;
  }
  .details--gallery .details-container .details__gallery-outer .details-container__gallery .owl-stage {
    padding: 0 !important;
    padding-top: 0 !important;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.full-screen-container .container--extra-large {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.full-screen-container .container--extra-large .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.full-screen-container .container--extra-large .row .col-12 {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.full-screen-container .container--extra-large .details-container__gallery {
  width: 100% !important;
}
.full-screen-container .container--extra-large .details-container__gallery .slider {
  width: 100% !important;
}
.full-screen-container .container--extra-large .details-container__gallery .owl-stage {
  transform: unset !important;
  width: 100% !important;
}
.full-screen-container .container--extra-large .details-container__gallery .owl-stage .owl-item {
  width: 100% !important;
  margin: 0 !important;
  width: 100vw !important;
}
.full-screen-container .container--extra-large .details-container__gallery .owl-stage .owl-item.active {
  width: 100% !important;
  margin: 0 !important;
}
.full-screen-container .container--extra-large .details-container__gallery .owl-stage .owl-item.active.center {
  width: 100% !important;
  /*-webkit-transform: scale(1) !important;
  transform: scale(1) !important;*/
  width: 100vw !important;
  margin: 0 !important;
}
.full-screen-container .container--extra-large .details-container__gallery .owl-stage .owl-item.active.center video {
  z-index: 123123;
  width: 100% !important;
}

.owl-stage--stop {
  pointer-events: none !important;
}
.owl-stage--stop:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 2;
}

.stop {
  pointer-events: none !important;
  transform: unset !important;
}

.stop-drag:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 420px) {
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button {
    width: 160px;
  }
}
/*.hide-seek-bar {
        .item-video-container{
            visibility: hidden !important;
            pointer-events: none;
        }
    }*/
/*.item-video-container {
    visibility: visible;
    transition: .3s ease-in-out;
}*/
@media (max-width: 767px) {
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button {
    padding: 15px 7px 15px 28px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down {
    margin-top: -3px;
  }
  .details--gallery .details--gallery__title-header .details--gallery__title-header__container .dropdown button .icon-arrow-point-down:before {
    line-height: 1.5;
  }
}
.change--ie {
  /*.details--gallery__title-header {
      .details--gallery__title-header__container {
          .dropdown {
              .dropdown-menu.show {
                  top: -23px !important;
              }
          }
      }
  }*/
}
.change--ie .details-container .details__gallery-outer .details-container__gallery .owl-stage {
  perspective: 100px;
}
.change--ie .details-container .details__gallery-outer .details-container__gallery {
  overflow: hidden;
}
.change--ie .dropdown-menu {
  transform: translate3d(0px, 76px, 0px) !important;
  top: -10px !important;
}
.change--ie .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu.show[x-placement=top-start] + button {
  border-radius: 40px 40px 0 0 !important;
}
.change--ie .details--gallery__title-header .details--gallery__title-header__container .dropdown [x-placement=top-start].dropdown-menu.show {
  border-radius: 0 0 40px 40px !important;
  top: -3px !important;
}

@media (max-width: 1366px) {
  .change--ie .details--gallery__title-header .details--gallery__title-header__container .dropdown .dropdown-menu.show {
    top: -23px !important;
  }
}
.description-container {
  width: 100%;
  margin: 20px auto;
  padding: 15px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.details-listing {
  margin-bottom: 120px;
}
.details-listing .gallery-listing-item--album--details .gallery-listing-item__image {
  transform: translateY(40px);
}
.details-listing .gallery-listing-item--album--details .gallery-listing-item__body {
  padding-top: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .details-listing {
    margin-bottom: 80px;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.title-page-description {
  font-family: "cairo-regular";
  font-size: calc(20px + 8 * (100vw - 1366px) / 554);
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.gallery-listing-item--pdf .gallery-listing-item__image {
  z-index: 3;
}
.gallery-listing-item--pdf .gallery-listing-item__image img {
  position: relative;
  z-index: 4;
}
.gallery-listing-item--pdf .gallery-listing-item__image .gallery-listing-item__image__icon {
  z-index: 5;
}
.gallery-listing-item--pdf .gallery-listing-item__body {
  z-index: 0;
}
.gallery-listing-item--pdf .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf {
  text-align: unset;
  display: block;
}
.gallery-listing-item--pdf .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf a:hover {
  text-decoration: none;
}
.gallery-listing-item--pdf .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf span:first-child {
  padding-left: 20px;
}
.gallery-listing-item--pdf .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf .pdf-listing-download {
  width: 48.5%;
  display: inline-flex;
  justify-content: center;
  border-right: 2px solid #e9a500;
  align-items: center;
}
.gallery-listing-item--pdf .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf .pdf-listing-view {
  width: 49.5%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pdf-listing {
  margin-bottom: 120px;
  padding: unset;
}

@media (max-width: 1366px) {
  .title-page-description {
    font-size: calc(14px + 6 * (100vw - 320px) / 1046);
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf span {
    padding-left: 15px;
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf .pdf-listing-download {
    width: 49%;
  }
  .gallery-listing-item .gallery-listing-item__body .gallery-listing-item__body__icon-more--pdf .pdf-listing-view {
    width: 49%;
  }
  /*.main-title__section {
      @include mainTitle(41px !important, #e9e9e9);
      padding: 25px 27px !important;
      margin: 46px 0;
  }*/
}
@media (max-width: 1024px) {
  .pdf-listing {
    margin-bottom: 80px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .pdf-listing {
    margin-bottom: 75px;
  }
  /*.main-title__section {
      @include mainTitle(16px !important,#e9e9e9 !important);
      border-right: 5px solid $gold !important;
      padding: 5px 10px !important;
  }*/
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Show tooltip only when active (clicked) */
.pnlm-hotspot.pnlm-info:not(.pnlm-active) .pnlm-hotspot-tooltip {
  display: none !important;
}

.pnlm-hotspot.pnlm-info.pnlm-active .pnlm-hotspot-tooltip {
  display: block !important;
}

.pnlm-panorama-info,
.pnlm-compass {
  display: none !important;
}

div.pnlm-tooltip span {
  text-shadow: #000 1px 1px 3.2px;
  font-size: 13px;
  font-family: Roboto, Geneva, Tahoma, Verdana, sans-serif;
  max-width: 75vw;
  width: max-content !important;
  transform: translateX(-50%);
  left: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  direction: rtl;
}
div.pnlm-tooltip:hover {
  z-index: 2;
}

.panorama-section {
  position: relative;
  width: 100%;
  visibility: hidden;
  direction: ltr;
}
.panorama-section .thumb-swiper {
  height: fit-content;
}
.panorama-section .thumb-swiper .swiper-slide {
  height: 80px;
  opacity: 1;
  border-radius: 6px;
}
.panorama-section .thumb-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}
.panorama-section .thumb-swiper .swiper-slide span {
  position: absolute;
  bottom: 0;
  font-family: Roboto, Geneva, Tahoma, Verdana, sans-serif;
  left: 0;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  background-color: rgba(51, 51, 51, 0.6);
  padding: 4px 6px 4px 4px;
  max-width: 100px;
  font-size: 13px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panorama-section .thumb-swiper .swiper-slide-thumb-active img {
  border: 1.5px solid hsla(0, 0%, 100%, 0.7);
  box-shadow: inset 0 0 1px 2px hsla(0, 0%, 100%, 0.7);
}
.panorama-section .thumb-swiper .swiper-wrapper {
  height: fit-content;
  padding: 0 4px;
  min-height: 100px;
  align-items: center;
}
.panorama-section .thumb-swiper .slider-overlay {
  background-color: rgba(51, 51, 51, 0.6);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
}
.panorama-section .thumb-swiper .swiper-button-next,
.panorama-section .thumb-swiper .swiper-button-prev {
  width: 28px;
  height: 28px;
  top: 75%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panorama-section .thumb-swiper .swiper-button-next::after,
.panorama-section .thumb-swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.panorama-section .thumb-swiper .swiper-button-next.swiper-button-disabled,
.panorama-section .thumb-swiper .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.panorama-section .main-swiper {
  width: 100%;
  height: 650px;
}
.panorama-section .main-swiper .actions_wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 10px;
  width: 100%;
  z-index: 2;
}
.panorama-section .main-swiper .actions_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}
.panorama-section .main-swiper .actions_wrapper ul li img {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.panorama-section .main-swiper .actions_fullscreen_wrapper {
  padding: 0;
}
.panorama-section .main-swiper .actions_fullscreen_wrapper .actions {
  padding-inline-end: 15px;
}

button.mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.mfp-wrap {
  touch-action: none;
  -ms-touch-action: none;
  overflow: hidden auto;
}
.mfp-wrap .popup-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: transparent;
  z-index: 9999;
}
.mfp-wrap .img-desc {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.mfp-wrap .img-desc span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7529411765);
  font-size: 14px;
  padding: 2px 5px;
  max-width: 80%;
}

.popup-image {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-image img {
  border-radius: 50%;
}

.minimized {
  border: 2px solid #ccc;
  border-radius: 5px;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  box-shadow: 2px 2px 8px 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 8px -1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 8px 2px rgba(255, 255, 255, 0.75);
}

.pnlm-custom.pnlm-tooltip span {
  margin-left: -4px;
  margin-top: -54px;
}

/* loading scene */
.pnlm-scene {
  background-image: none;
  width: 48px;
  height: 48px;
}
.pnlm-scene::after, .pnlm-scene::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: 1.4s ease-out 0s infinite normal none running animloader;
}
.pnlm-scene::after {
  border: 3px solid #000;
  animation-delay: 0.9s;
}
.pnlm-scene::before {
  border: 3px solid #fff;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* info scene */
.pnlm-hotspot.pnlm-info {
  background-position: center;
}

.pnlm-info {
  background-image: url(../Images/info.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}

#infoBox {
  direction: rtl;
  text-align: right;
  display: none;
  position: absolute;
  max-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: rgb(255, 255, 255);
  padding: 10px;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  width: fit-content;
  height: fit-content;
  font-family: Roboto, Geneva, Tahoma, Verdana, sans-serif;
}
#infoBox strong {
  color: #424242;
  margin: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 300;
  padding-right: 40px;
  max-width: 68vw;
  min-height: 24px;
  text-align: center;
}
#infoBox p {
  position: relative;
  max-height: 80vh;
  margin: 10px 0 0 0;
  max-width: 80vw;
  padding-inline-end: 20px;
  margin-top: 10px;
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  color: #424242;
  font-weight: 300;
}
#infoBox button {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #424242;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: url(../Images/close-icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 4px;
  border: none;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.loader-container #loader {
  color: #e9a500;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* COMPLETELY HIDE PANNELUM'S DEFAULT LOADER */
.pnlm-load-box,
.pnlm-loading,
.pnlm-load-text {
  display: none !important;
}

/* CUSTOM LOADER STYLES */
#custom-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 10px solid rgba(128, 128, 128, 0.2);
  /* Gray with transparency */
  border-top: 10px solid #808080;
  /* Solid gray */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("../Fonts/fontAwesome/fontawesome-webfont.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/fontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/fontAwesome/fontawesome-webfont.woff2") format("woff2"), url("../Fonts/fontAwesome/fontawesome-webfont.woff") format("woff"), url("../Fonts/fontAwesome/fontawesome-webfont.ttf") format("truetype"), url("../Fonts/fontAwesome/fontawesome-webfont.svg#svgFontName") format("svg"); /* Legacy iOS */
}
h1, h2, h3 {
  letter-spacing: -1px;
}

.details-page .main-title__section,
.details .main-title__section {
  color: #000 !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e9a500 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*@media (min-width: 1367px) {
    .container--extra-large {
      @include containerExtraLarge;
     }
}*/
.menu-fix .navbar {
  visibility: visible !important;
}

.gallery-listing__load {
  display: none;
}

/**********************Start Navbar Animation*****************************/
.slideInDownCustom {
  animation-duration: 1s; /* the duration of the animation */
  animation-timing-function: ease-out; /* how the animation will behave */
  animation-delay: 0s; /* how long to delay the animation from starting */
  animation-iteration-count: 1; /* how many times the animation will play */
  animation-name: slideInDownCustom; /* the name of the animation we defined above */
}

@keyframes slideInDownCustom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/**********************End Navbar Animation*****************************/
/**********************Start Arrow Dimenson *****************************/
.home-page-timeline .owl-prev,
.home-page-timeline .owl-next,
.founders .owl-prev,
.founders .owl-next,
.features-section .owl-prev,
.features-section .owl-next,
.related-topic .owl-prev,
.related-topic .owl-next, .related-company .owl-prev,
.related-company .owl-next, .section-added .owl-prev,
.section-added .owl-next, .details-container__gallery .owl-prev,
.details-container__gallery .owl-next {
  transform: scale(1.4) !important;
}

.details-container__gallery .owl-prev,
.details-container__gallery .owl-next {
  outline: none;
  position: absolute;
  /*.owl-prev,
  .owl-next {
      transform: scale(1.5) !important;
  }*/
}
.details-container__gallery .owl-next {
  left: 27px;
  top: 56.8%;
}
.details-container__gallery .owl-prev {
  right: 25px;
  top: 56.8%;
}

@media (min-width: 1900px) {
  /*.founders {
      .owl-next,
      .owl-prev {
          transform: rotate(180deg) scale(1.9) !important;
      }
  }*/
  .home-page-timeline .owl-prev,
  .home-page-timeline .owl-next,
  .founders .owl-prev,
  .founders .owl-next,
  .features-section .owl-prev,
  .features-section .owl-next,
  .related-topic .owl-prev,
  .related-topic .owl-next, .related-company .owl-prev,
  .related-company .owl-next, .section-added .owl-prev,
  .section-added .owl-next, .details-container__gallery .owl-prev,
  .details-container__gallery .owl-next {
    transform: scale(1.9) !important;
  }
  .details-container__gallery .owl-prev,
  .details-container__gallery .owl-next {
    /*transform: scale(1.9) !important;*/
    outline: none;
    position: absolute;
  }
  .details-container__gallery .owl-next {
    left: 35px;
    top: 55%;
  }
  .details-container__gallery .owl-next .svg {
    top: 0;
    right: 0;
  }
  .details-container__gallery .owl-prev {
    right: 31px;
    top: 55%;
  }
}
@media (max-width: 1024px) {
  .home-page-timeline .owl-prev,
  .home-page-timeline .owl-next,
  .founders .owl-prev,
  .founders .owl-next,
  .features-section .owl-prev,
  .features-section .owl-next,
  .related-topic .owl-prev,
  .related-topic .owl-next, .related-company .owl-prev,
  .related-company .owl-next, .section-added .owl-prev,
  .section-added .owl-next, .details-container__gallery .owl-prev,
  .details-container__gallery .owl-next {
    transform: scale(1) !important;
  }
  .details-container__gallery {
    /*.owl-prev,
    .owl-next {
        transform: scale(1.5) !important;
    }*/
  }
  .details-container__gallery .owl-next {
    left: 18px;
    top: 58%;
  }
  .details-container__gallery .owl-prev {
    right: 16px;
    top: 58%;
  }
}
/**********************End Arrow Dimenson *****************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .main-container .main-header .site-nav__list .site-nav__first__level li a:after {
    transform: translateY(-50%) !important;
  }
}

/*# sourceMappingURL=main-rtl.css.map */
