@font-face {
    font-family: 'SABIC Headline';
    src: url('../SABIC_Font/SABICHeadline-Regular.woff2') format('woff2'),
        url('../SABIC_Font/SABICHeadline-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
  background-color: #f3f5fa;
  padding: 0;
  margin: 0;
  clear: both;
	direction: rtl;
	-webkit-text-size-adjust: 100%;
	text-size:adjust:100%;
}

 
.fi-page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fi-page-wrap a, .fi-page-wrap a:hover {
  outline: none;
  border: none;
  background: none !important
}
/* ====================================
Home Slider
==================================== */
#fi-home-slider {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.fi-swiper-container {
  height: 100%;
  width: 100%;
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
}
.swiper-image-one {}
.swiper-image-two {
  background-image: url("../images/main_bg.png");
}
.swiper-image {
  width: 100%;
  height: 100%;
  background: url("../images/main_bg.png");
}
.swiper-image-inner {
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*background-color: hsla(0, 0%, 0%, 0.2);
	background-blend-mode: overlay;*/
  background-image: url("../images/50_gray_trans_logo.png");
}
.swiper-image-inner.swiper-image-left {
  padding: 4rem 0 4rem 4rem;
}
.swiper-image-left {
  /*filter: sepia(100%);*/
  transition: all 0s linear;
  transition-delay: 0s;
}
.swiper-slide.swiper-slide-active .swiper-image-left {
  /*filter: sepia(0%);*/
}
.swiper-image-inner.swiper-image-right {
  /* filter: hue-rotate(-60deg); */
  transition: all 1s linear;
  transition-delay: 1s;
  /*background-color: hsla(0, 0%, 0%, 0.5);
	background-blend-mode: multiply;*/
}
.fi-page-wrap h1 {
  font-family: 'SABIC Headline', Noto Sans!important;
  font-weight: 500!important;
  text-transform: none;
  color: #111251!important;
  /* align-self: flex-start; */
  margin: 0 0 auto 0;
  font-size: 3.5rem;
  line-height: 1;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  opacity: 0;
}
.fi-page-wraph1 span:not(.fi-emphasis) {
  font-size: 3.5rem;
}
.fi-page-wrap h1 + p {
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  margin-bottom: auto;
  /* align-self: flex-end; */
  text-transform: uppercase;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  font-weight: 500;
  color: #111251;
  /* padding-right: 8rem; */
}
.fi-page-wrap p.paragraph {
  margin: 0;
  font-family: 'SABIC Headline', Noto Sans;
  color: #111251;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
}
.swiper-slide.swiper-slide-active .swiper-image-right {
  /* filter: hue-rotate(90deg); */
}
.swiper-slide.swiper-slide-active h1, .swiper-slide.swiper-slide-active p.paragraph, .swiper-slide.swiper-slide-active h1 span.fi-emphasis, .swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* Swiper css file. Only thing changed down here is the pagination styling */
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.fi-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.fi-swiper-container-no-flexbox .swiper-slide {
  float: right;
}
.fi-swiper-container-vertical > .fi-swiper-wrapper {
  flex-direction: column;
}
.fi-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.fi-swiper-container-android .swiper-slide, .fi-swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.fi-swiper-container-multirow > .fi-swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.fi-swiper-container-free-mode > .fi-swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #111251; */
  overflow: hidden;
  display: flex;
}
/* Auto Height */
.fi-swiper-container-autoheight, .fi-swiper-container-autoheight .swiper-slide {
  height: auto;
}
.fi-swiper-container-autoheight .fi-swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* a11y */
.fi-swiper-container .swiper-notification {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .fi-swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-black, .fi-swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .fi-swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .fi-swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next.swiper-button-black, .fi-swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .fi-swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .fi-swiper-container-horizontal > .fi-swiper-pagination-bullets {
  bottom: 10px;
  right: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  background: url(../images/Highliter_Blue.png) no-repeat;
  border-radius: 10px;
  width: 90px;
  height: 116px;
  z-index: 1;
  top: -21px;
  margin: 55px auto !important;
  /* transition: 0.5s; */
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #111251;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: url("../images/Highliter.png") no-repeat;
  width: 172px;
  height: 116px;
  z-index: 1;
  top: -21px;
  margin: -2px 0 !important;
  /* transition: 0.5s; */
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #111251;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.fi-swiper-container-vertical > .fi-swiper-pagination-bullets {
  right: 0;
  bottom: 94px;
  background: #101151;
  display: block;
  width: 100%;
  height: 128px;
}
.fi-swiper-container-vertical > .fi-swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 30px;
  display: block;
  float: right;
}
.fi-swiper-container-horizontal > .fi-swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.fi-swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}
.fi-swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  right: 0;
  top: 0;
}
.fi-swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #111251;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.fi-swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.fi-swiper-container-3d .fi-swiper-wrapper, .fi-swiper-container-3d .swiper-slide, .fi-swiper-container-3d .swiper-slide-shadow-left, .fi-swiper-container-3d .swiper-slide-shadow-right, .fi-swiper-container-3d .swiper-slide-shadow-top, .fi-swiper-container-3d .swiper-slide-shadow-bottom, .fi-swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.fi-swiper-container-3d .swiper-slide-shadow-left, .fi-swiper-container-3d .swiper-slide-shadow-right, .fi-swiper-container-3d .swiper-slide-shadow-top, .fi-swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.fi-swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
.fi-swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
.fi-swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
.fi-swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.fi-swiper-container-coverflow .fi-swiper-wrapper, .fi-swiper-container-flip .fi-swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.fi-swiper-container-cube, .fi-swiper-container-flip {
  overflow: visible;
}
.fi-swiper-container-cube .swiper-slide, .fi-swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.fi-swiper-container-cube .swiper-slide .swiper-slide, .fi-swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.fi-swiper-container-cube .swiper-slide-active, .fi-swiper-container-flip .swiper-slide-active, .fi-swiper-container-cube .swiper-slide-active .swiper-slide-active, .fi-swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.fi-swiper-container-cube .swiper-slide-shadow-top, .fi-swiper-container-flip .swiper-slide-shadow-top, .fi-swiper-container-cube .swiper-slide-shadow-bottom, .fi-swiper-container-flip .swiper-slide-shadow-bottom, .fi-swiper-container-cube .swiper-slide-shadow-left, .fi-swiper-container-flip .swiper-slide-shadow-left, .fi-swiper-container-cube .swiper-slide-shadow-right, .fi-swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.fi-swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.fi-swiper-container-cube.fi-swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.fi-swiper-container-cube .swiper-slide-active, .fi-swiper-container-cube .swiper-slide-next, .fi-swiper-container-cube .swiper-slide-prev, .fi-swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.fi-swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.fi-swiper-container-fade.fi-swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.fi-swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.fi-swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.fi-swiper-container-fade .swiper-slide-active, .fi-swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.fi-swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  right: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.fi-swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  left: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  right: 0;
  top: 0;
}
/*.swiper-scrollbar-cursor-drag {
	cursor: move;
}*/
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.swiper-lazy-preloader-white:after {}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.fi-swiper-pagination-bullets span:nth-child(1)::after {
  content: '50 عام';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 75px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
/*.fi-swiper-pagination-bullets span:nth-child(2)::after {
  content: 'فيديو';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 5px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}*/
.fi-swiper-pagination-bullets span:nth-child(2)::after {
  content: '1976';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(3)::after {
  content: '1977';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-left: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(4)::after {
  content: '1977';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 7px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(5)::after {
  content: '1980';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(6)::after {
  content: '1983';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(7)::after {
  content: '1984';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 75px;
  margin-right: 14px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(8)::after {
  content: '2002';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(9)::after {
  content: '2022';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 75px;
  margin-right: 15px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(10)::after {
  content: '2022';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(11)::after {
  content: '2026';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(12)::after {
  content: 'سابك اليوم';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 42px;
  margin-right: 32px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(13)::after {
  content: 'معرض الصور';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-right: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}

/*
.fi-swiper-pagination-bullets span:nth-child(14)::after {
  content: 'كلمة رئيس مجلس الإدارة';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-left: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
}
.fi-swiper-pagination-bullets span:nth-child(15)::after {
  content: 'كلمة الرئيس التنفيذي';
  display: block;
  margin-top: 46px;
  text-align: center !important;
  width: 90px;
  margin-left: 8px !important;
  font-family: 'SABIC Headline', Noto Sans;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}*/

.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1) {
  margin-right: 25% !important;
}
.fi-swiper-pagination-bullets span::after {
  width: 172px;
  height: 116px;
  z-index: 1;
  top: -21px;
  margin: -1px 0 !important;
}
span.swiper-pagination-bullet::after {
  color: #fff !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  color: #101151 !important;
}
.fi-emphasis {
  /* font-weight: 700; */
  /* font-style: italic; */
  /* opacity: 0; */
  /* transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; */
  /* transform: translate3d(0, 20%, 0); */
  /* display: inline-block; */
}
.fi-clickPlay {
  position: absolute;
  z-index: 9;
  margin-right: 350px;
  margin-top: 400px;
  right: 0;
  top: 0;
}
.fi-lang {
  position: absolute;
  top: 119px;
  left: 25px;
  z-index: 9;
}
.fi-lang a {
  padding: 10px;
  background: #101151 !important;
  color: #fff;
  margin-right: 2px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'SABIC Headline', Noto Sans;
  transition: 0.2s;
}
.fi-lang a:hover {
  padding: 13px;
  background: #101151 !important;
  transition: 0.2s;
}
img.Color50whiteLogo {
  position: absolute;
  z-index: 9;
  left: 56px;
  top: 0;
  margin-top: -24px;
}

.fi-page-wrap h1.year_bg {
  background: url('../images/year_bg.png') no-repeat;
  width: 1057px;
  z-index: 999;
  height: 925px;
}
.fi-yearBox {
  border: 1px dashed #070a53;
  margin-top: 70px;
  margin-right: 100px;
  border-radius: 72px;
  padding: 23px;
  display: inline-flex;
  width: 136px;
  height: 93px;
}
.fi-yearBox span.year {
  background: #070a53;
  color: #fff;
  padding: 20px 40px;
  position: absolute;
  margin-right: -51px;
  border-radius: 58px;
  margin-top: -1px;
  width: 108px;
  text-align: center;
}
.fi-yearDataBox {
  display: inline-flex;
  width: 680px;
  background: #fff;
  border-radius: 80px;
  box-shadow: -1px 9px 30px -5px #cacaca;
  padding: 11px;
  margin-right: -12px;
  margin-top: 66px;
  z-index: -4;
  position: absolute;
}
.fi-yearDataBox span.Data {
  border: 1px dashed #070a53;
  padding: 18px 40px;
  border-radius: 74px;
  font-size: 0.6em;
}
.fi-yearDataBox h2 {
  font-size: 1.2em;
  font-weight: 400;
  font-style: normal !important;
  text-align: right!important;
}
.fi-yearDataBox h3 {
  font-size: 0.6em;
  font-weight: 200;
  font-style: normal !important;
  line-height: 1.3em;
}
span.year {
  font-style: normal !important;
}
span.circle {
  background: #070a53;
  height: 10px;
  width: 9px;
  z-index: 999;
  position: absolute;
  top: 70px;
  padding: 5px;
  border-radius: 30px;
  right: 4px;
}
.yearImg {
  margin-top: 170px;
  margin-right: 10px;
}
span.todayTxt {
  position: absolute;
  display: block;
  z-index: 9;
  top: 100px;
  color: #fff;
  font-size: 0.5em !important;
  font-weight: 200;
  font-style: normal;
  right: 100px;
  width: 775px;
  line-height: 32px;
}
span.todayTxt b {
  font-size: 34px;
}
span.dotBox {
  font-size: 0.25em!important;
  font-weight: 200;
  font-style: normal;
  display: grid;
  text-align: center;
  border: 1px dashed #101151;
  padding: 10px;
  border-radius: 12px;
  height: 102px;
}
.todayImg ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 514px;
  right: 50px;
}
li.transBox {
  list-style-type: none;
  padding: 8px !important;
  background: hsl(0deg 0% 100% / 78%);
  border-radius: 18px;
  vertical-align: top;
  width: 128px;
  height: 124px;
  transition: 0.5s;
  float: right;
  margin-right: 25px;
}
li.transBox:hover {
  background: #fff;
  transition: 0.5s;
}
span.dotBox b {
  font-weight: 600;
  font-size: 2em;
  margin-top: 14px;
}
.messageBox_bg {
  background: url(../images/message_bg.png) no-repeat;
  width: 733px;
  height: 856px;
  z-index: 999;
}
.fi-quotes {
  background: url("../images/quotes.png") no-repeat 24px 2px;
  z-index: 9;
  height: 883px;
}
.fi-quotes span {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 200;
  display: block;
  padding: 100px 64px;
  font-style: normal;
  text-align: justify;
}
span.leaderBox {
  position: absolute;
  right: -472px;
}
span.leaderBox span {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 505px;
  right: 156px;
  font-size: 16px !important;
}
span.leaderBox span b {
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
  text-transform: uppercase;
}
h1.galleryBox_bg {
  width: 92%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.fi-pcBox ul li {
  list-style-type: none;
  /* display: inline-block; */
  float: right;
  width: 180px;
  height: 180px;
  margin: 10px;
}
.fi-pcBox ul li a {
  display: block;
  width: 180px;
  height: 180px;
  position: relative;
  z-index: 9;
  transition: all 1.3s ease;
}
.fi-pcBox ul li span {
  z-index: 999;
  position: relative;
  display: inline-block;
  top: -50px;
  transform: translateX(-30%);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}
.fi-pcBox ul li a:hover + span {
  visibility: visible;
  opacity: 1;
  top: -30px;
}
.fi-pcBox ul li a:hover img {
  box-shadow: -1px 9px 30px -5px #cacaca;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  transition: all 1.3s ease;
}
.fi-pcBox {
  margin-top: -108px;
}
span.imgWheelTxt {
  text-align: justify;
  font-size: 0.45em !important;
  position: absolute;
  top: 110px;
  right: 48%;
  font-weight: 200;
  font-style: normal;
  display: block;
  width: 763px;
  line-height: 30px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  margin-top: 52px !important;
  text-align: center;
  width: 84px;
  margin-right: 40px !important;
}
span.swiper-pagination-bullet-active::before {
  /* content: ''; */
  background: #101151 !important;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 10px;
  margin-right: -9px;
  margin-top: 24px !important;
}
span.whiteDots {
  height: 1px;
  background: #f4f6fb;
  width: 1167px;
  bottom: 191px;
  position: absolute;
  z-index: 99;
  right: 27%;
}

.fi-pcBox .gallery {
  margin: 0 auto;
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-auto-rows: 140px;
  grid-gap: 11px;
  margin-top: -130px;
}
.fi-pcBox .gallery .item {
  max-width: 170px;
  height: 170px;
  margin: 0 auto;
  cursor: pointer;
  filter: grayscale(40%);
}
.fi-pcBox .gallery .item:hover {
  filter: none;
  transition: 0.3s ease-out;
  transform: scale(1.06);
}
.fi-pcBox .gallery a img {
  max-width: 150px;
  /* height: 70%; */
}
span.mouseWheel {
  margin-top: 92px;
  margin-right: 0px;
  display: block;
  text-align: center;
  font-size: 17px;
  position: absolute;
  z-index: 999;
  color: #009fdf
}
.fi-swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  color: #fff;
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 20px;
  z-index: 9;
  position: absolute;
  margin-top: -30px;
}
.lineSelect {
  height: 5px;
  width: 118px;
  background: #101151;
  position: absolute;
  z-index: 9999999;
  bottom: 95px;
  left: 12%;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.swiper-slide.swiper-slide-active + .lineSelect {
  height: 5px;
  width: 118px;
  background: #101151;
  position: absolute;
  z-index: 9999999;
  bottom: 95px;
  right: 12%;
  display: block;
  visibility: visible;
  opacity: 1;
}
.mobHide {
  display: none
}
.fi-imghover {
  zoom: 100%;
  transition: 0.5s;
}
.fi-imghover:hover {
  zoom: 103%;
  transition: 0.5s;
}
h1.imgWheel.fi-emphasis {
    zoom: 87%;
}
h1.year_bg.fi-emphasis {
    zoom: 90%;
}
.mobNavigation{display: none;}

li.secondary.dd {
    display: none;
}
.timelineIcon{display: none}


div#baguetteBox-slider {
    direction: ltr;
}
img.vidHide {
    display: none;
}
@media screen and (max-width: 1920px)  {
.swiper-pagination {
zoom: 79%;
bottom: 117px;
}
.fi-lang {
    zoom: 80%;
    top: 143px;
}
h1.imgWheel.fi-emphasis {zoom: 68%;}
.fi-swiper-container-vertical > .fi-swiper-pagination-bullets {
    bottom: 102px;
}
span.whiteDots {
    width: 922px;
    bottom: 157px;
    right: 27%;
}

h1.fi-imghover {
    zoom: 79%;
}
h1.year_bg.fi-emphasis {
    zoom: 70%;
}
.todayImg.fi-imghover {
    zoom: 85%;
}
.todayImg.fi-imghover:hover{zoom: 87%;}
	
.fi-imghover:hover {
  /* zoom: 87%; */
  transition: 0.5s;
}
article.gallery {
    zoom: 86%;
    margin-top: -138px!important;
}
.fi-yearDataBox span.Data h2 {
    line-height: 40px;
}
}
@media screen and (max-width: 820px) {
  /*.swiper-pagination.swiper-pagination-clickable.fi-swiper-pagination-bullets.swiper-pagination-bullets {
    display: none;
  }*/
	html, body{line-height: 1; overflow: hidden}
  #fi-home-slider {
    height: 100vh;
    width: 100vw;
  }
  .fi-imghover {
    width: 100%;
  }
  h1.imgWheel.fi-emphasis img.mobHide {
    display: inherit;
    zoom: 60%;
  }
  .normalHide, .whiteDots {
    display: none
  }
  .container.new-layout .page-component {
    padding: 0;
  }
  .fi-lang {
    margin-top: -91px;
    left: 54px;
    z-index: 9999;
    zoom: 80%;
  }
  .block.menu .title {
    left: 0;
    right: 94.5%;
  }
  main.flowlines .flowline-wrapper {
    position: relative;
    margin: 0;
  }
  .container.new-layout .page-component--content-full-width {
    margin: 0 !important;
    padding: 0 !important;
  }
  h1.imgWheel.fi-emphasis span.imgWheelTxt {
        font-size: 0.40em!important;
        top: 40.5%;
        right: -42%;
        width: 169%;
        line-height: 1.20;
        padding: 28px;
        border-radius: 30px;
        position: absolute;
    }
  .block.menu {
    height: 40px;
    padding: 12px 39.25em;
    width: 74%;
  }
  .swiper-image-inner.swiper-image-left {
    padding: 0  0 4rem 4rem;
  }
  span.mouseWheel {
    margin-top: 15px;
    margin-right: 36%;
    zoom: 80%;
  }
  h1.fi-imghover {
    zoom: 88%;
    margin-top: 10%;
    margin-right: 7%;
  }
	h1.fi-imghover:hover {
    zoom: 89%;
  }
  .yearImg {
    margin-top: 40%;
    margin-right: -6%;
    width: 114%;
  }
  .yearImg img {
    width: 59% !important;
    margin-right: 20%;
  }
  .fi-yearBox {
    display: block;
    margin-top: 7%;
    margin-right: 43%;
  }
  .fi-yearDataBox {
    display: block;
    margin-right: 225px;
    margin-top: -62px;
    width: 54%;
    background: #ffffff38;
  }
  .fi-yearDataBox span.Data {
    display: block;
    padding: 20px 40px;
    line-height: 0.6em;
    font-size: 0.8em;
  }
  span.circle {
    top: 7px;
    right: 50px;
  }
  span.todayTxt b {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05em;
  }
  span.todayTxt {
    top: 9%;
    font-size: 0.3em!important;
    right: 15%;
    width: 73%;
    line-height: 1.3em;
  }
  .todayImg ul {
    top: 30%;
    right: 50px;
  }
  li.transBox {
    width: 159px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 92px;
  }
  span.dotBox b {
    font-size: 21px;
    margin-top: 0;
  }
  span.dotBox {
    height: 68px;
  }
  .fi-page-wrap h1.year_bg {
    background: none;
  }
  .todayImg.fi-imghover img.mobHide {
    display: block;
    margin-top: 3%;
  }
  h1.galleryBox_bg.fi-emphasis {
    zoom: 52.8%;
    margin-top: -13%;
  }
  .mobNavigation {
    background: #070a53;
    position: absolute;
    z-index: 999;
    display: grid;
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px -4px #00000085;
    margin-top: 4%;
    right: -1%;
    text-align: center;
  }
  .mobNavigation a {
    padding: 12px 0;
    border-bottom: 1px dashed #cacaca;
    color: #fff;
  }
  a.search-toggle.ico.ico-search.loaded {
    display: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(5),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(6),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(7),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(8),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(9),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(10),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(11),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(12),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(13),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(14),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(15),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(16){
    width: auto;
    margin: 7px!important;
    height: auto;
    background: #101151;
    padding: 5px;
    color: #fff;
}
.fi-swiper-pagination-bullets span:nth-child(1)::after,
	.fi-swiper-pagination-bullets span:nth-child(2)::after,
	.fi-swiper-pagination-bullets span:nth-child(3)::after,
	.fi-swiper-pagination-bullets span:nth-child(4)::after,
	.fi-swiper-pagination-bullets span:nth-child(5)::after,
	.fi-swiper-pagination-bullets span:nth-child(6)::after,
	.fi-swiper-pagination-bullets span:nth-child(7)::after,
	.fi-swiper-pagination-bullets span:nth-child(8)::after,
	.fi-swiper-pagination-bullets span:nth-child(9)::after,
	.fi-swiper-pagination-bullets span:nth-child(10)::after,
	.fi-swiper-pagination-bullets span:nth-child(11)::after,
	.fi-swiper-pagination-bullets span:nth-child(12)::after,
	.fi-swiper-pagination-bullets span:nth-child(13)::after,
	.fi-swiper-pagination-bullets span:nth-child(14)::after,
	.fi-swiper-pagination-bullets span:nth-child(15)::after,
	.fi-swiper-pagination-bullets span:nth-child(16)::after{
    width: 87px!important;
    height: auto;
    margin: 0!important;
    padding: 0!important;
    color: #fff !important;
    /* box-shadow: 0px 1px 35px -4px #333333; */
}
	
	
	.swiper-pagination-bullet-active {
    width: auto;
    background: none;
}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: auto;
}
	.fi-swiper-container-vertical > .fi-swiper-pagination-bullets {
    top: 5%;
    bottom: inherit;
    width: auto;
    display: grid;
    height: unset;
    background: #101151b3;
    box-shadow: -1px 9px 30px -5px #cacaca;
    padding: 10px;
    border-radius: 30px;
    margin-top: -46px;
    margin-left: 30px;transition: 0.5s;
}
span.swiper-pagination-bullet-active::before {
    background: #fff !important;
	}
	.fi-swiper-pagination-bullets .swiper-pagination-bullet::before{display: none}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    color: #101151 !important;
}
.timelineIcon {
        position: absolute;
        display: flow;
        z-index: 9999;
        background: #fff !important;
        padding: 10px;
        box-shadow: 0px 1px 35px -4px #a7a7a7;
        border-radius: 15px;
        right: 3%;
        top: 2%;
        border:none;
        zoom: 75%;
    }
.fi-timeLine-box {
  padding: 15px;
}
img.Color50whiteLogo {
        justify-content: center;
        align-items: flex-start;
        margin: initial;
        top: 0;
        position: fixed;
        transform: translateX(-50%);
        right: 10%;
}
a.menu-toggle {
    display: none!important;
}
	img.vidHide {
    display: block;
    height: 82%;
    margin-right: 9%;
}
img.vidVisible {
    display: none;
}
	.fi-clickPlay {
    margin-right: 256px;
    margin-top: 75%;
    zoom: 53%;
}
	.fi-lang a {
    position: absolute;
    margin-left: 66px;
    right: 0;
    margin-top: 74px;
    width: 17px;
}
	.fi-yearDataBox span.Data h2 {
    margin-top: 50px;
    line-height: 1.2em;
    font-size: 0.9em;
}
	.todayImg.fi-imghover {
        zoom: 76%;
    }
	.todayImg.fi-imghover:hover {
        zoom: 76%;
    }
span.todayTxt br {
    display: none;
}
	.fi-pcBox .gallery {
    grid-auto-rows: 146px;
}
	h1.year_bg.fi-emphasis {
        zoom: 60%;
    }
}
@media (max-height: 768px) {
    .swiper-pagination {
        zoom: 72%;
        bottom: 117px;
    }
    span.whiteDots {
        width: 907px;
        bottom: 143px;
        right: 24.5%;
    }
.swiper-image-inner.swiper-image-left {
    padding: 1rem 4rem 4rem 4rem;
}
    .block.menu nav .menu-p1>li>a, .block.menu nav .menu-s1>li>a {
        font-size: .55em;
    }
span.imgWheelTxt {
    font-size: 18px !important;
    line-height: 24px;
    width: 734px;
}
.fi-imghover {
    zoom: 88%;
    transition: 0.5s;
}
.fi-imghover:hover{
    zoom: 90%;
    transition: 0.5s;
}
span.imgWheelTxt {
    right: 46%;
}

    h1.fi-imghover {
        zoom: 53%;
    }
h1.fi-imghover:hover {
        zoom: 54%;
    }
    h1.year_bg.fi-emphasis {
        zoom: 49%;
    }
.fi-yearDataBox h3 {
    font-size: 23px;
}
    .todayImg.fi-imghover {
        zoom: 61%;
    }
.todayImg.fi-imghover:hover {
        zoom: 62%;
    }
	
}
@media screen and (max-width: 440px) {
  /*.swiper-pagination.swiper-pagination-clickable.fi-swiper-pagination-bullets.swiper-pagination-bullets {
    display: none;
  }*/
	html, body{line-height: 1; overflow: hidden}
  #fi-home-slider {
    height: 100vh;
    width: 100vw;
  }
  .fi-imghover {
    width: 100%;
  }
  h1.imgWheel.fi-emphasis img.mobHide {
    display: inherit;
    zoom: 60%;
  }
  .normalHide, .whiteDots {
    display: none
  }
  .container.new-layout .page-component {
    padding: 0;
  }
  .fi-lang {
    margin-top: -91px;
    left: 54px;
    z-index: 9999;
    zoom: 80%;
  }
  .block.menu .title {
    left: 0;
    right: 94.5%;
  }
  main.flowlines .flowline-wrapper {
    position: relative;
    margin: 0;
  }
  .container.new-layout .page-component--content-full-width {
    margin: 0 !important;
    padding: 0 !important;
  }
  h1.imgWheel.fi-emphasis span.imgWheelTxt {
        font-size: 0.40em!important;
        top: 40.5%;
        right: -42%;
        width: 169%;
        line-height: 1.20;
        padding: 28px;
        border-radius: 30px;
        position: absolute;
    }
  .block.menu {
    height: 40px;
    padding: 12px 39.25em;
    width: 74%;
  }
  .swiper-image-inner.swiper-image-left {
    padding: 0  0 4rem 4rem;
  }
  span.mouseWheel {
    margin-top: 15px;
    margin-right: 36%;
    zoom: 80%;
  }
  h1.fi-imghover {
    zoom: 88%;
    margin-top: 10%;
    margin-right: 7%;
  }
	h1.fi-imghover:hover {
    zoom: 89%;
  }
  .yearImg {
    margin-top: 40%;
    margin-right: -6%;
    width: 114%;
  }
  .yearImg img {
    width: 59% !important;
    margin-right: 20%;
  }
  .fi-yearBox {
    display: block;
    margin-top: 7%;
    margin-right: 43%;
  }
  .fi-yearDataBox {
    display: block;
    margin-right: 225px;
    margin-top: -62px;
    width: 54%;
    background: #ffffff38;
  }
  .fi-yearDataBox span.Data {
    display: block;
    padding: 20px 40px;
    line-height: 0.6em;
    font-size: 0.8em;
  }
  span.circle {
    top: 7px;
    right: 50px;
  }
  span.todayTxt b {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05em;
  }
  span.todayTxt {
    top: 9%;
    font-size: 0.3em!important;
    right: 15%;
    width: 73%;
    line-height: 1.3em;
  }
  .todayImg ul {
    top: 30%;
    right: 50px;
  }
  li.transBox {
    width: 159px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 92px;
  }
  span.dotBox b {
    font-size: 21px;
    margin-top: 0;
  }
  span.dotBox {
    height: 68px;
  }
  .fi-page-wrap h1.year_bg {
    background: none;
  }
  .todayImg.fi-imghover img.mobHide {
    display: block;
    margin-top: 3%;
  }
  h1.galleryBox_bg.fi-emphasis {
    zoom: 52.8%;
    margin-top: -13%;
  }
  .mobNavigation {
    background: #070a53;
    position: absolute;
    z-index: 999;
    display: grid;
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px -4px #00000085;
    margin-top: 4%;
    right: -1%;
    text-align: center;
  }
  .mobNavigation a {
    padding: 12px 0;
    border-bottom: 1px dashed #cacaca;
    color: #fff;
  }
  a.search-toggle.ico.ico-search.loaded {
    display: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(5),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(6),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(7),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(8),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(9),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(10),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(11),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(12),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(13),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(14),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(15),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(16){
    width: auto;
    margin: 7px!important;
    height: auto;
    background: #101151;
    padding: 5px;
    color: #fff;
}
.fi-swiper-pagination-bullets span:nth-child(1)::after,
	.fi-swiper-pagination-bullets span:nth-child(2)::after,
	.fi-swiper-pagination-bullets span:nth-child(3)::after,
	.fi-swiper-pagination-bullets span:nth-child(4)::after,
	.fi-swiper-pagination-bullets span:nth-child(5)::after,
	.fi-swiper-pagination-bullets span:nth-child(6)::after,
	.fi-swiper-pagination-bullets span:nth-child(7)::after,
	.fi-swiper-pagination-bullets span:nth-child(8)::after,
	.fi-swiper-pagination-bullets span:nth-child(9)::after,
	.fi-swiper-pagination-bullets span:nth-child(10)::after,
	.fi-swiper-pagination-bullets span:nth-child(11)::after,
	.fi-swiper-pagination-bullets span:nth-child(12)::after,
	.fi-swiper-pagination-bullets span:nth-child(13)::after,
	.fi-swiper-pagination-bullets span:nth-child(14)::after,
	.fi-swiper-pagination-bullets span:nth-child(15)::after,
	.fi-swiper-pagination-bullets span:nth-child(16)::after{
    width: 87px!important;
    height: auto;
    margin: 0!important;
    padding: 0!important;
    color: #fff !important;
    /* box-shadow: 0px 1px 35px -4px #333333; */
}
	
	
	.swiper-pagination-bullet-active {
    width: auto;
    background: none;
}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: auto;
}
	.fi-swiper-container-vertical > .fi-swiper-pagination-bullets {
    top: 5%;
    bottom: inherit;
    width: auto;
    display: grid;
    height: unset;
    background: #101151b3;
    box-shadow: -1px 9px 30px -5px #cacaca;
    padding: 10px;
    border-radius: 30px;
    margin-top: -46px;
    margin-left: 30px;transition: 0.5s;
}
span.swiper-pagination-bullet-active::before {
    background: #fff !important;
	}
	.fi-swiper-pagination-bullets .swiper-pagination-bullet::before{display: none}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    color: #101151 !important;
}
.timelineIcon {
        position: absolute;
        display: flow;
        z-index: 9999;
        background: #fff !important;
        padding: 10px;
        box-shadow: 0px 1px 35px -4px #a7a7a7;
        border-radius: 15px;
        right: 3%;
        top: 2%;
        border:none;
        zoom: 75%;
    }
.fi-timeLine-box {
  padding: 15px;
}
img.Color50whiteLogo {
        justify-content: center;
        align-items: flex-start;
        margin: initial;
        top: 0;
        position: fixed;
        transform: translateX(-50%);
        right: 10%;
}
a.menu-toggle {
    display: none!important;
}
	img.vidHide {
    display: block;
    height: 82%;
    margin-right: 9%;
}
img.vidVisible {
    display: none;
}
	.fi-clickPlay {
    margin-right: 256px;
    margin-top: 75%;
    zoom: 53%;
}
	.fi-lang a {
    position: absolute;
    margin-left: 66px;
    right: 0;
    margin-top: 74px;
    width: 17px;
}
	.fi-yearDataBox span.Data h2 {
    margin-top: 50px;
    line-height: 1.2em;
    font-size: 0.9em;
}
	.todayImg.fi-imghover {
        zoom: 76%;
    }
	.todayImg.fi-imghover:hover {
        zoom: 76%;
    }
span.todayTxt br {
    display: none;
}
	.fi-pcBox .gallery {
    grid-auto-rows: 146px;
}
	h1.year_bg.fi-emphasis {
        zoom: 60%;
    }
}
@media screen and (max-width: 375px) {
  /*.swiper-pagination.swiper-pagination-clickable.fi-swiper-pagination-bullets.swiper-pagination-bullets {
    display: none;
  }*/
	html, body{line-height: 1; overflow: hidden}
  #fi-home-slider {
    height: 100vh;
    width: 100vw;
  }
  .fi-imghover {
    width: 100%;
  }
  h1.imgWheel.fi-emphasis img.mobHide {
    display: inherit;
    zoom: 60%;
  }
  .normalHide, .whiteDots {
    display: none
  }
  .container.new-layout .page-component {
    padding: 0;
  }
  .fi-lang {
    margin-top: -80px;
    left: 55px;
    z-index: 9999;
    right: auto;
    zoom: 80%;
  }
  .block.menu .title {
    left: 0;
    right: 70.5%;
  }
  main.flowlines .flowline-wrapper {
    position: relative;
    margin: 0;
  }
  .container.new-layout .page-component--content-full-width {
    margin: 0 !important;
    padding: 0 !important;
  }
  h1.imgWheel.fi-emphasis span.imgWheelTxt {
        font-size: 0.34em!important;
        top: 40.5%;
        right: -39%;
        width: 162%;
        line-height: 1.20;
        padding: 28px;
        border-radius: 30px;
        position: absolute;
    }
  .block.menu {
    height: 40px;
    padding: 12px 0.25em;
    width: 74%;
  }
  .swiper-image-inner.swiper-image-left {
    padding: 0 0 4rem 4rem;
  }
  span.mouseWheel {
    margin-top: 15px;
    margin-left: 36%;
    zoom: 80%;
  }
  h1.fi-imghover {
    zoom: 88%;
    margin-top: 10%;
    margin-left: 7%;
  }
	h1.fi-imghover:hover {
    zoom: 89%;
  }
  .yearImg {
    margin-top: 33%;
    margin-right: -6%;
    width: 114%;
  }
  .yearImg img {
    width: 59% !important;
    margin-right: 20%;
  }
  .fi-yearBox {
    display: block;
    margin-top: 7%;
    margin-right: 43%;
  }
  .fi-yearDataBox {
    display: block;
    margin-right: 234px;
    margin-top: -62px;
    width: 54%;
    background: #ffffff38;
  }
  .fi-yearDataBox span.Data {
    display: block;
    padding: 20px 40px;
    line-height: 0.6em;
    font-size: 0.7em;
  }
  span.circle {
    top: 7px;
    right: 50px;
  }
  span.todayTxt b {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.05em;
  }
  span.todayTxt {
    top: 9%;
    font-size: 0.3em!important;
    right: 15%;
    width: 73%;
    line-height: 1.3em;
  }
  .todayImg ul {
    top: 30%;
    right: 50px;
  }
  li.transBox {
    width: 159px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 79px;
  }
  span.dotBox b {
    font-size: 21px;
    margin-top: 0;
  }
  span.dotBox {
    height: 58px;
  }
  .fi-page-wrap h1.year_bg {
    background: none;
  }
  .todayImg.fi-imghover img.mobHide {
    display: block;
    margin-top: 3%;
  }
  h1.galleryBox_bg.fi-emphasis {
    zoom: 52.8%;
    margin-top: -18%;
  }
  .mobNavigation {
    background: #070a53;
    position: absolute;
    z-index: 999;
    display: grid;
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px -4px #00000085;
    margin-top: 4%;
    right: -1%;
    text-align: center;
  }
  .mobNavigation a {
    padding: 12px 0;
    border-bottom: 1px dashed #cacaca;
    color: #fff;
  }
  a.search-toggle.ico.ico-search.loaded {
    display: none;
  }
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(5),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(6),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(7),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(8),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(9),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(10),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(11),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(12),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(13),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(14),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(15),
	.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(16){
    width: auto;
    margin: 7px!important;
    height: auto;
    background: #101151;
    padding: 5px;
    color: #fff;
}
.fi-swiper-pagination-bullets span:nth-child(1)::after,
	.fi-swiper-pagination-bullets span:nth-child(2)::after,
	.fi-swiper-pagination-bullets span:nth-child(3)::after,
	.fi-swiper-pagination-bullets span:nth-child(4)::after,
	.fi-swiper-pagination-bullets span:nth-child(5)::after,
	.fi-swiper-pagination-bullets span:nth-child(6)::after,
	.fi-swiper-pagination-bullets span:nth-child(7)::after,
	.fi-swiper-pagination-bullets span:nth-child(8)::after,
	.fi-swiper-pagination-bullets span:nth-child(9)::after,
	.fi-swiper-pagination-bullets span:nth-child(10)::after,
	.fi-swiper-pagination-bullets span:nth-child(11)::after,
	.fi-swiper-pagination-bullets span:nth-child(12)::after,
	.fi-swiper-pagination-bullets span:nth-child(13)::after,
	.fi-swiper-pagination-bullets span:nth-child(14)::after,
	.fi-swiper-pagination-bullets span:nth-child(15)::after,
	.fi-swiper-pagination-bullets span:nth-child(16)::after{
    width: 87px!important;
    height: auto;
    margin: 0!important;
    padding: 0!important;
    color: #fff !important;
    /* box-shadow: 0px 1px 35px -4px #333333; */
}
	
	
	.swiper-pagination-bullet-active {
    width: auto;
    background: none;
}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: auto;
}
	.fi-swiper-container-vertical > .fi-swiper-pagination-bullets {
    top: 5%;
    bottom: inherit;
    width: auto;
    display: grid;
    height: unset;
    background: #101151b3;
    box-shadow: -1px 9px 30px -5px #cacaca;
    padding: 10px;
    border-radius: 30px;
    margin-top: -46px;
    margin-right: 30px;transition: 0.5s;
}
span.swiper-pagination-bullet-active::before {
    background: #fff !important;
	}
	.fi-swiper-pagination-bullets .swiper-pagination-bullet::before{display: none}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    color: #101151 !important;
}
.timelineIcon {
        position: absolute;
        display: flow;
        z-index: 9999;
        background: #fff !important;
        padding: 10px;
        box-shadow: 0px 1px 35px -4px #a7a7a7;
        border-radius: 15px;
        right: 3%;
        top: 2%;
        border:none;
        zoom: 75%;
    }
.fi-timeLine-box {
  padding: 15px;
}
img.Color50whiteLogo {
        justify-content: center;
        align-items: flex-start;
        margin: initial;
        top: 0;
        position: fixed;
        transform: translateX(-50%);
        left: 49%;
        right: auto;
}
a.menu-toggle {
    display: none!important;
}
	img.vidHide {
    display: block;
    height: 82%;
    margin-right: 6%;
}
img.vidVisible {
    display: none;
}
	.fi-clickPlay {
    margin-right: 237px;
    margin-top: 82%;
    zoom: 53%;
}
	.fi-lang a {
    position: absolute;
    margin-left: 63px;
    right: 0;
    margin-top: 66px;
}
	.fi-yearDataBox span.Data h2 {
    margin-top: 50px;
    line-height: 1.2em;
    font-size: 1em;
}
	.todayImg.fi-imghover {
        zoom: 62%;
    }
	.todayImg.fi-imghover:hover {
        zoom: 62%;
    }
span.todayTxt br {
    display: none;
}
	.fi-pcBox .gallery {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		grid-auto-rows: 100px;
		grid-gap: 6px;
}
	h1.year_bg.fi-emphasis {
        zoom: 60%;
    }
}

/* Hides the div completely */
.fi-timeLineHidden {
  display: none;
}
