/* all document */
* {
  font-family: "Khand", sans-serif !important;
}

* body {
  width: 100%;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.col-base {
  color: var(--brand) !important;
}

* nav li {
  list-style: none;
}

* a {
  text-decoration: none;
}

* .rex-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.theme-color {
  color: var(--brand) !important;
}

/* header*/
#rex-mid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 75px !important;
  padding-right: 75px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin: 0 !important;
}

.rex-navbar .nav-link {
  text-align: center;
}

#rex-navbar {
  width: 100% !important;
}

#rex-navbar-brand img {
  width: 100px !important;
}

.social-icons a {
  background-color: black;
  margin-left: 15px;
}

/* section ABOUT */
.rex-video-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rex-video-container .video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  transition: 0.5s;
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: 0.5s play both infinite alternate;
}

@keyframes play {
  0% {
    transform: scale(0.5);
    background-color: rgba(255, 255, 255, 0.7);
  }
  30% {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.5);
  }
  60% {
    transform: scale(1.3);
    background-color: rgba(255, 255, 255, 0.3);
  }
  85% {
    transform: scale(1.5);
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    transform: scale(1.7);
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
  }
}
.rex-video-container .video-play a {
  font-size: 25px;
  color: #fff;
}

#our-services .col-lg-6 {
  padding: 0 !important;
}

.rex-box {
  width: 100% !important;
  height: 350px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.rex-box-overlay {
  height: 500px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: 0.5s;
}

.rex-box-overlay .rex-bo-text {
  width: 100%;
  height: 200px;
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 0;
  transition: 0.5s;
}

.rex-box:hover .rex-bo-text {
  margin-top: 0;
  margin-bottom: 70px;
}

.rex-box:hover .rex-box-overlay {
  background-color: rgba(255, 67, 3, 0.6);
}

.rex-bo-text .service-item {
  font-size: 30px;
  font-weight: 700;
  line-height: 0;
  color: #fff;
}

.rex-bo-text .underline {
  height: 4px !important;
  background-color: #fff;
  width: 45px;
  display: block;
}

.rex-box .rex-btn {
  opacity: 0;
  transition: 0.5s;
  border-color: #fff;
  color: #fff;
}

.rex-box:hover .rex-btn {
  opacity: 1;
}

.rex-box p {
  color: #fff;
}

#our-albums .service .rex-btn {
  transition: 0.5s;
}

#our-albums .service .rex-btn .rex-icon {
  transition: 0.5s;
}

#our-albums .service .rex-btn:hover .rex-icon {
  margin-left: 10px;
}

#our-albums .service img {
  width: 100%;
}

.rex-motto-section {
  height: 410px;
  background-position: center center;
  background-attachment: fixed;
}

.rex-motto-section .rex-motto-align {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rex-motto-section .rex-motto {
  color: #fff !important;
}

.rex-motto-section .rex-motto h1, .rex-motto-section .rex-motto p {
  color: #fff !important;
}

.rex-agenda-section, .rex-vision-section, .rex-gray-bg {
  background-color: rgb(245, 245, 245) !important;
  overflow: hidden;
}

.rex-agenda-section .col-lg-6 {
  min-height: 500px;
}

.agenda-item {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.agenda--box {
  border-bottom: 3px solid var(--brand);
}

.agenda-item-date .days {
  font-size: 40px;
  line-height: 0px;
}

.agenda-item-date .days sup {
  font-size: 18px !important;
}

.agenda-item-date .month {
  font-size: 18px !important;
  text-transform: capitalize;
}

.agenda-item-date .days, .agenda-item-date .month {
  color: var(--brand);
  font-weight: bolder;
}

.format-date {
  list-style: none;
}

#modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000 !important;
  animation: 0.5s fadeIn both;
  padding: 20px 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: -50px;
}

#shut-modal {
  position: sticky;
  z-index: 1000 !important;
}

#shut-modal {
  font-size: 30px !important;
  background-color: #000;
}

#shut-modal .shut-larger {
  opacity: 0;
  width: 150px;
  transition: 0.5s;
  overflow: hidden;
  display: block;
  margin-left: -20px;
  position: absolute;
  top: 22px;
  font-size: 15px !important;
}

#shut-modal:hover .shut-larger {
  opacity: 1;
  margin-left: 20px;
}

.footer-logo {
  width: 50px !important;
}

.breadcrumbs-wrap .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs {
  list-style: none;
  display: inline;
}

.breadcrumbs li {
  display: inline-block;
  text-align: center;
  color: #999 !important;
}

.breadcrumbs-homepage a {
  color: #fff;
  text-decoration: none;
}

.rex-section .card {
  height: 400px;
}

.odf-intro {
  width: 100%;
  height: 100%;
}

.accordion {
  height: 100%;
}

.accordion-selector {
  border-bottom: 1px solid #222;
  height: 40px;
  cursor: pointer !important;
  padding: 0 !important;
}

.accordion-selector a {
  outline: none;
  border: none;
}

.right-float {
  float: right !important;
}

.accordion-content {
  transition: 0.5s;
  margin-top: -20px;
  opacity: 0;
  height: 0% !important;
}

.accordion .opened {
  animation: 1s opened both;
}

@keyframes opened {
  0% {
    margin-top: -20px;
    opacity: 0;
    height: 0%;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    height: 100%;
  }
}
.accordion-item {
  font-size: 20px;
  font-weight: bold;
}

.menu-drop-link .menu-drop {
  display: none !important;
  position: absolute;
  margin-left: -25px;
  margin-top: -10px;
  animation: 0.5s dropdown ease;
  transition: 0.5s;
}

@keyframes dropdown {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.menu-drop-link .menu-drop ul {
  list-style: none;
}

.menu-drop-link .menu-drop ul a {
  display: block !important;
  width: 250px;
  height: 60px;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding-top: 17px;
}

.menu-drop-link:hover .menu-drop {
  display: block !important;
}

.menu-drop-link .menu-drop ul li a:hover {
  background-color: #333;
  color: var(--brand) !important;
}

/*
.charte-section .img-fluid{
    filter: grayscale(90%);
} */
.vision-pin-up, .vision-pin-up div {
  font-size: 30px !important;
  font-style: italic;
  line-height: 28px;
}

.vision-pin-up .our-leitmotiv {
  font-weight: 800;
  margin-top: 15px;
  display: block;
}

#music-player {
  width: 100%;
  height: 100vh;
  background-color: rgb(240, 240, 240);
  position: fixed;
  padding: 0;
  margin: 0;
  bottom: 0;
  animation: 0.5s showup both;
  z-index: 10000 !important;
  transition: 0.5s;
  box-shadow: 30px rgba(0, 0, 0, 0.8);
}

@keyframes showup {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.hide-player {
  margin-bottom: -110vh !important;
}

#where-to-play .row {
  height: 100%;
}

#where-to-play .rex-flex {
  width: 100%;
  height: 100%;
}

#where-to-play #track-img {
  margin-top: 10px;
  width: 200px;
  height: 200px;
  background-color: #999;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#where-to-play #track-title {
  margin-top: 20px;
  margin-bottom: 0px !important;
  color: var(--brand) !important;
}

#where-to-play #track-class-vol {
  color: #999 !important;
}

#track-controls {
  width: 100%;
}

#track-controls ul {
  list-style: none !important;
}

#track-controls li {
  display: inline-block;
  margin: 10px !important;
}

#audio-track {
  background: transparent !important;
  width: 100%;
}

.sound-bg {
  background-color: #000;
  background-image: url("../img/bg/sound.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}

.sound-bg .rex-flex {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

#album-infos ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#album-infos ul li {
  display: block;
  width: 100%;
}

#album-infos ul #album-title {
  font-weight: 800;
  font-size: 22.5px;
  text-transform: uppercase;
}

#album-infos ul ul li {
  display: block !important;
  padding: 10px 10px;
}

#album-infos ul ul li img {
  width: 30px;
}

#forto-download {
  height: 250px;
}

.reader-container {
  width: 100%;
  height: 90%;
}

.controls-container ul {
  list-style: none;
}

.controls-container ul li {
  display: inline-block;
  margin: 10px;
}

.up-part {
  height: 65% !important;
}

.down-part {
  height: 35% !important;
}

#prg-bar {
  width: 300px !important;
}

.gethidden {
  opacity: 0;
}

.fadeIn-up {
  transform: translateY(10%);
  animation: fadeIn 1s both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.getdelay-0 {
  animation-delay: 0.33s;
}

.getdelay-1 {
  animation-delay: 0.5s;
}

.getdelay-2 {
  animation-delay: 0.8s;
}

.getdelay-3 {
  animation-delay: 1s;
}

.getdelay-4 {
  animation-delay: 1.33s;
}

.getdelay-5 {
  animation-delay: 1.5s;
}

.getdelay-6 {
  animation-delay: 1.8s;
}

.getdelay-7 {
  animation-delay: 2s;
}

.getdelay-8 {
  animation-delay: 2.33s;
}

.getdelay-9 {
  animation-delay: 2.5s;
}

.getdelay-10 {
  animation-delay: 2.8s;
}

.getdelay-11 {
  animation-delay: 3s;
}

.getdelay-12 {
  animation-delay: 3.33s;
}

.getdelay-13 {
  animation-delay: 3.5s;
}

.getdelay-14 {
  animation-delay: 3.8s;
}

.getdelay-15 {
  animation-delay: 4s;
}

.getdelay-16 {
  animation-delay: 4.33s;
}

.getdelay-17 {
  animation-delay: 4.5s;
}

.pagination ul {
  list-style: none !important;
  display: flex;
}

.pagination ul li {
  display: inline-block !important;
}

.pagination ul li a {
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-weight: 800;
  margin: 10px;
  transition: 0.5s;
}

.pagination ul li a:hover {
  background-color: var(--brand) !important;
  color: #fff !important;
}

.pagination ul li a.active {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
}

.wg-image {
  width: 75px;
  height: 75px;
  /*  border: 1px solid #333; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wg-item {
  border-top: 1px solid #999;
}

.wg-item .wg-title h5 {
  color: #333;
}

.wg-item .wg-description p {
  color: #333;
}

.bg--gray {
  background-color: rgb(250, 250, 250);
}

.bg--gray-2 {
  background-color: rgb(245, 245, 245);
}

#wg-read-more {
  overflow: hidden !important;
}

#article-redirect {
  text-decoration: none;
  background: none !important;
}

.see-all iframe {
  width: 100% !important;
  max-height: 275px;
}

.see-single iframe {
  width: 100% !important;
  max-height: 541px;
}

.see-all #v-slider {
  display: block;
  background-color: red !important;
  height: 350px !important;
  padding: 0 !important;
  overflow: hidden;
}

.see-single #v-slider {
  display: block;
  background-color: #fff !important;
  height: 710px !important;
  padding: 0 !important;
  overflow: hidden;
}

#v-slider .slide {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: 100%;
}

.__articles .tag {
  z-index: 100000 !important;
}

.team-member .card-image {
  max-width: 460px;
  max-height: 447px;
  overflow: hidden;
}

.main-title-x {
  font-size: 75px !important;
}

.modal-up-box {
  background-color: rgb(0, 0, 0);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10000 !important;
}

#darkboard {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10 !important;
}

.modal-up-box #darkboard .closing-x {
  width: 110px;
  height: 110px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  padding: 20px;
}

#darkboard .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #fff; */
  padding: 0;
}

#darkboard .modal-body .red-bar {
  width: 5px;
  height: 140px;
  margin-top: -70px;
  margin-right: 15px;
}

#darkboard .modal-body .red-bar .red-bar-progress {
  width: 100%;
  height: 100%;
  background-color: var(--brand);
  animation: grow 2.7s both;
}

@keyframes grow {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
#darkboard .modal-body .modal-text {
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  margin-top: -80px;
}

.visit-btn {
  margin-top: 10px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .modal-body .modal-text {
    font-size: 20px !important;
    line-height: 20px !important;
    width: 80%;
  }
}/*# sourceMappingURL=design.css.map */