.contactUs-page-container .social-media-link {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 24px;
  margin-right: 8px;
  background-color: #ffcb00;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.contactUs-page-container .address-list a, .contactUs-page-container .address-list span {
  font-size: 17px !important;
}

.section-hero .bg-img-1 {
  animation-name: ZoomInOutHero;
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes ZoomInOutHero {
  0% {
    width: 60%;
  }
  50% {
    width: 62%;
  }
  100% {
    width: 60%;
  }
}

.header-logo {
  height: 3.2rem !important;
}

.rtl .header2 .header2-container {
  flex-direction: row-reverse;
}

.rtl .header {
  flex-direction: row-reverse;
}

.header .default-header-filler {
  display: none;
}
.header .logo-link {
  display: block;
}
.header.display-none-1 .default-header-filler {
  display: block;
}
.header.display-none-1 .logo-link {
  display: none;
}

.hero-text-photo .hero-logo {
  width: 80px;
  position: relative;
  top: -9px;
}
@media (max-width: 1400px) {
  .hero-text-photo .hero-logo {
    width: 50px;
    top: -5px;
  }
}

.rtl .hero-text-photo .hero-logo {
  top: 0;
}

.rtl .section-hero .hero-container .hero-text-photo .hero-text .heading-primary {
  line-height: 1.4;
}

.timeline {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
.timeline .lines-bg {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}
.timeline .timeline-title {
  text-align: center;
  font-family: "fredoka";
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 100px;
  color: #ef063b;
}
.timeline .timeline-content .line {
  margin-bottom: 80px;
}
.timeline .timeline-content .line:nth-child(odd) {
  flex-direction: row-reverse;
}
.timeline .timeline-content .line:nth-child(odd) .texts .title {
  text-align: left;
}
.timeline .timeline-content .line:nth-child(odd) .texts .text {
  text-align: left;
}
.timeline .timeline-content .line:nth-child(odd) .image {
  text-align: right;
}
.timeline .timeline-content .line:nth-child(odd) .title:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #efc805;
  left: -50px;
  top: 14px;
  position: absolute;
}
.timeline .timeline-content .line:nth-child(even) .texts .title, .timeline .timeline-content .line:nth-child(even) .texts .text {
  text-align: right;
}
.timeline .timeline-content .line:nth-child(even) .texts .title:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #efc805;
  right: -20px;
  top: 14px;
  position: absolute;
}
.timeline .timeline-content .line .texts {
  width: calc(50% - 50px);
}
.timeline .timeline-content .line .texts .title {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 10px;
  color: #ef063b;
  font-family: "fredoka";
  position: relative;
}
.timeline .timeline-content .line .texts .text {
  font-size: 16px;
  color: #313131;
}
.timeline .timeline-content .line .image {
  width: calc(50% - 50px);
}
.timeline .timeline-content .line .image img {
  height: 200px;
}
@media (max-width: 500px) {
  .timeline .lines-bg {
    right: 0;
    left: auto;
    transform: none;
    height: 100%;
    width: 100px;
  }
  .timeline .lines-bg img {
    height: 100%;
    width: 100%;
  }
  .timeline .timeline-content .line {
    width: calc(100% - 100px);
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: flex-end !important;
  }
  .timeline .timeline-content .line .texts {
    width: 100%;
  }
  .timeline .timeline-content .line .texts .text {
    text-align: left !important;
  }
  .timeline .timeline-content .line .texts .title {
    text-align: left !important;
  }
  .timeline .timeline-content .line .texts .title:before {
    display: none;
  }
  .timeline .timeline-content .line .image {
    width: 100%;
    text-align: center !important;
    margin-bottom: 30px;
  }
}

.rtl .timeline .timeline-content .line:nth-child(odd) .texts .title {
  text-align: right;
}
.rtl .timeline .timeline-content .line:nth-child(odd) .texts .text {
  text-align: right;
}
.rtl .timeline .timeline-content .line:nth-child(odd) .image {
  text-align: left;
}
.rtl .timeline .timeline-content .line:nth-child(odd) .title:before {
  right: -40px;
}
.rtl .timeline .timeline-content .line:nth-child(even) .texts .title, .rtl .timeline .timeline-content .line:nth-child(even) .texts .text {
  text-align: left;
}
.rtl .timeline .timeline-content .line:nth-child(even) .texts .title:before {
  left: -40px;
  right: auto;
}
@media (max-width: 500px) {
  .rtl .timeline .lines-bg {
    right: auto;
    left: 0;
  }
  .rtl .timeline .lines-bg img {
    height: 100%;
    width: 100%;
  }
  .rtl .timeline .timeline-content .line {
    align-items: flex-start !important;
  }
  .rtl .timeline .timeline-content .line .texts {
    width: 100%;
  }
  .rtl .timeline .timeline-content .line .texts .text {
    text-align: right !important;
  }
  .rtl .timeline .timeline-content .line .texts .title {
    text-align: right !important;
  }
}

.custom-container {
  max-width: 850px;
}

.section-aboutUs-page {
  padding-bottom: 70px;
}

.fact-sheet {
  width: 100%;
  margin: 80px 0;
}
.fact-sheet .fact {
  position: relative;
  height: 250px;
  padding: 50px 20px;
}
.fact-sheet .fact img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fact-sheet .fact .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fact-sheet .fact .content .red-text {
  font-weight: bold;
  font-size: 28px;
  font-family: "fredoka";
  color: #ef063b;
}
.fact-sheet .fact .content .normal-text {
  font-weight: bold;
  font-size: 19px;
  color: #232323;
  text-align: center;
}
.fact-sheet .fact:nth-child(2) .content .red-text {
  color: #f3bb05;
}
.fact-sheet .fact:nth-child(2) .content .normal-text {
  color: #fff;
}

.header2 .header2-container.scrolled .main-nav {
  background-color: #ed383b;
}

/*# sourceMappingURL=custom.min.css.map */
