.cl-bg-white {
  background-color: #fff;
}

.cl-bg-light2 {
  background-color: #F9F9F9;
}

.cl-bg-blue {
  background-color: #0514C2;
}

.cl-btn-yellow {
  background-color: #FFCD00;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: 'Loew';
  border: none;
  padding-top: .5rem;
  padding-bottom: .7rem;
}

.cl-btn-yellow:hover {
  background-color: #ffb400;
}

.cl-btn-blue {
  background-color: #0514C2;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .7rem;
  font-family: 'Loew';
  border: none;
  outline: none !important;
  text-decoration: none;
  display: inline-block;
}

.cl-btn-blue:hover {
  background-color: #0514C2;
  color: #fff;
  text-decoration: none;
}

.cl-section {
  padding: 5rem 0;
}

.cl-section--p-0 {
  padding: 0;
}

.cl-section--pb-0 {
  padding-bottom: 0;
}

.cl-section--pt-0 {
  padding-top: 0;
}

.cl-section__title {
  font-family: 'Loew';
  font-size: 3.5rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .cl-section__title {
    font-size: 2.5rem;
  }
  .cl-section__title br {
    display: none;
  }
}

.cl-section__title--white {
  color: #fff;
}

.cl-section__title--black {
  color: #000;
}

.cl-section__title--blue {
  color: #0514C2;
}

.cl-section__title--yellow {
  color: #FFCD00;
}

.cl-section__title span {
  font-weight: 500;
}

.cl-section__title-sm {
  font-size: 2rem;
  font-weight: 900;
  color: #0514C2;
}

@media (max-width: 767px) {
  .cl-section__title-sm {
    font-size: 1.2rem;
  }
  .cl-section__title-sm br {
    display: none;
  }
}

.banner.banner-short .content-slider h1,
.banner.banner-short .content-slider h2 {
  padding-top: 0 !important;
}

.banner.banner-short .content-slider h1 {
  position: relative;
}

.banner.banner-short .content-slider h1:after {
  left: 3px;
  top: -20px;
  width: 80px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../assets/img/family-business/h1-dots.svg");
  position: absolute;
  content: '';
}

.banner--techno h3 {
  min-width: 50vw;
  padding: 0 30px;
  display: block;
  white-space: nowrap;
  font-size: 100px;
  color: #fff;
  line-height: 1;
  font-weight: 800;
  margin: 30px 0 2rem;
  opacity: .3;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.banner--techno h3.slick-current {
  opacity: 1;
}

@media (max-width: 1600px) {
  .banner--techno h3 {
    font-size: 100px;
  }
}

@media (max-width: 1229px) {
  .banner--techno h3 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .banner--techno h3 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .banner--techno h3 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .banner--techno h3 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}

.cl-emiratisation {
  font-family: 'Loew';
}

@media (max-width: 1400px) {
  .cl-emiratisation .container {
    max-width: 1200px;
    width: 100%;
  }
}

.cl-emiratisation p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Loew' !important;
}

@media (max-width: 576px) {
  .cl-emiratisation p {
    font-size: 14px;
    line-height: 18px;
  }
}

.cl-emiratisation h5 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media (max-width: 576px) {
  .cl-emiratisation h5 {
    font-size: 1.1rem;
    line-height: 24px;
  }
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein--2 {
  transition: all 2.5s;
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

html:not(.show-chatbox) iframe[data-product=web_widget] ~ div.fancybox-is-open {
  opacity: 1;
  pointer-events: all;
}

.cl-section-subscribe {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.cl-section-subscribe .cl-section__title--blue {
  margin-top: 0;
}

.cl-section-subscribe h5 {
  color: #6D6D6D;
}

.cl-section-subscribe__img {
  margin-top: -100px;
  margin-bottom: 50px;
  pointer-events: none;
}

@media (max-width: 992px) {
  .cl-section-subscribe__img {
    margin-top: 0;
  }
}

.cl-section-subscribe .cl-btn-yellow {
  display: inline-flex;
  align-items: center;
  color: #0514C2;
}

.cl-section-subscribe .cl-btn-yellow img {
  margin-left: 20px;
}

.cl-top-content {
  padding: 3rem 3rem;
  border-radius: 45px;
  background-color: #E1E1E2;
}

.cl-top-content h5 {
  font-weight: bold;
  color: #000;
}

.cl-chairman-msg__img {
  border-radius: 45px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cl-chairman-msg__content {
  margin-bottom: 2rem;
}

.cl-chairman-msg__content p {
  font-size: 20px;
  line-height: 30px;
}

.cl-chairman-msg__quote {
  width: 70px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cl-chairman-msg__name-title span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.cl-chairman-msg__name {
  color: #0514C2;
}

.cl-chairman-msg__title {
  color: #000;
}

.cl-career-with, .cl-professional {
  background-color: #817c80;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  position: relative !important;
}

@media (max-width: 991px) {
  .cl-career-with, .cl-professional {
    background-position: bottom center;
    background-size: 100% auto;
    min-height: inherit;
    padding-bottom: 0 !important;
  }
}

.cl-career-with::after, .cl-professional::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.cl-career-with .container, .cl-professional .container {
  position: relative;
  z-index: 2;
}

.cl-career-with h2, .cl-professional h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.cl-career-with p, .cl-professional p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}

.cl-career-with .cl-life-section__item-link, .cl-professional .cl-life-section__item-link {
  height: 100%;
}

@media (max-width: 991px) {
  .cl-career-with .cl-life-section__item-link, .cl-professional .cl-life-section__item-link {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .cl-career-with .cl-life-section__item-link, .cl-professional .cl-life-section__item-link {
    height: 250px;
  }
}

.cl-career-with .cl-life-section__item-link::after, .cl-professional .cl-life-section__item-link::after {
  background-color: transparent;
}

.cl-career-with .cl-life-section__item-link::before, .cl-professional .cl-life-section__item-link::before {
  width: 150px;
  height: 35px;
  background-position: center right;
  content: 'Play Video';
  color: #0514C2;
  background-color: #fff;
  border-radius: 25px;
  padding-left: 15px;
  padding-top: 3px;
  top: inherit;
}

@media (max-width: 991px) {
  .cl-career-with .cl-life-section__item-link::before, .cl-professional .cl-life-section__item-link::before {
    bottom: 30px;
  }
}

.cl-professional {
  background-position: left top;
}

@media (max-width: 991px) {
  .cl-professional {
    background-position: bottom center;
    background-size: 100% auto;
  }
}

.cl-life-section__bg {
  background-color: #E1E1E2;
  padding: 2.5rem 0 4rem;
  border-radius: 60px;
}

.cl-life-section__bg p {
  padding: 0 1.5rem;
}

@media (max-width: 597px) {
  .cl-life-section__bg {
    padding: 1.8rem 0 3rem;
  }
}

.cl-life-section__content {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .cl-life-section__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .cl-life-section__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cl-life-section__slider, .cl-life-section__slider2 {
  margin: auto;
  padding: 0 20px;
}

.cl-life-section__slider2 {
  max-width: 600px;
}

.cl-life-section__slider2 .cl-life-section__item-link::after {
  display: none;
}

.cl-life-section__slider .cl-life-section__item-link::after, .cl-life-section__slider .cl-life-section__item-link::before {
  display: none;
}

.cl-life-section__item-link {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}

.cl-life-section__item-link::after, .cl-life-section__item-link::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}

.cl-life-section__item-link::after {
  z-index: 1;
  background-color: rgba(5, 20, 194, 0.5);
}

.cl-life-section__item-link::before {
  z-index: 2;
  background-image: url(../assets/img/join-us/new/play-btn-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 50px;
}

.cl-life-section__slider-item-row .cl-life-section__slider-item:nth-last-child(-n+2) {
  margin-bottom: 0 !important;
}

.cl-life-section__item-thumb {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-life-section__slider-item2 {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .cl-life-section__slider-item2 {
    padding: 0 5px;
  }
}

.cl-life-section__item-thumb2 {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .cl-life-section .cl-life-section__slider.verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-prev,
.cl-life-section .cl-life-section__slider2.verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-prev {
    left: -10px !important;
  }
  .cl-life-section .cl-life-section__slider.verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-next,
.cl-life-section .cl-life-section__slider2.verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-next {
    right: -10px !important;
  }
}

.cl-bios {
  position: relative;
}

.cl-bios__slider-item {
  margin: 0 1rem;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.cl-bios__slider-link {
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.cl-bios__slider-link:hover, .cl-bios__slider-link:focus, .cl-bios__slider-link:active {
  color: #fff;
}

.cl-bios__slider-link::before, .cl-bios__slider-link::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cl-bios__slider-link::after {
  background-color: transparent;
}

.cl-bios__slider-link:hover:after {
  background-color: rgba(5, 20, 194, 0.7);
}

.cl-bios__slider-link:hover::before {
  background-image: url(../assets/img/emiratisation/ic-right-chevron-white.svg);
  width: 50px;
  height: 50px;
  margin: auto;
  z-index: 2;
}

.cl-bios__slider-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0514C2;
  font-weight: bold;
  padding: 1rem 1.5rem;
  z-index: 2;
}

.cl-bios__slider-detail h6 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
}

.cl-bios__slider-detail p {
  margin: 0;
}

.cl-bios__popup {
  display: none;
  max-width: 600px;
  border-radius: 15px;
  padding: 25px;
  width: 100%;
  background-color: #E1E1E2;
  font-weight: bold;
}

.cl-bios__popup-quote {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.cl-bios__popup-content {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.cl-bios__content {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: #E1E1E2;
  padding: 2rem 1rem 2rem 2rem;
}

.cl-bios__content > div {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: auto;
  padding-right: 1rem;
  margin-top: .5rem;
}

.cl-bios__content > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F9F9F9;
}

.cl-bios__content > div::-webkit-scrollbar {
  width: 5px;
  background-color: #F9F9F9;
}

.cl-bios__content > div::-webkit-scrollbar-thumb {
  background-color: #0514C2;
}

.cl-bios__close {
  border: none;
  outline: none !important;
  width: 30px;
  height: 30px;
  position: absolute;
  right: .5rem;
  top: .5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  background-image: url(../assets/img/emiratisation/close.svg);
}

.cl-bios .verticle-thumb-wrapper.slick-initialized .slick-dots {
  display: flex !important;
  margin: 1.5rem 0 0;
}

.cl-bios .verticle-thumb-wrapper.slick-initialized .slick-dots li button {
  background-color: #E1E1E2;
  width: 20px;
  height: 20px;
}

.cl-bios .verticle-thumb-wrapper.slick-initialized .slick-dots li.slick-active button {
  background-color: #0514C2;
}

.cl-bios .verticle-thumb-wrapper.slick-initialized .slick-dots li.slick-active button:active, .cl-bios .verticle-thumb-wrapper.slick-initialized .slick-dots li.slick-active button:focus {
  outline: none;
}

.video-background-controls button {
  font-size: 32px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 32px;
  border: none;
  background: none;
  appearance: none;
  color: white;
  filter: drop-shadow(0px 0px 1px black);
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  margin-left: 10px;
  outline: none !important;
  background-color: #fff;
}

.video-background-controls button i {
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.video-background-controls button:hover {
  opacity: 0.5;
}

.video-background-controls button.play-toggle i {
  background-image: url(../assets/img/emiratisation/play-pause.svg);
  background-position: top center;
}

.video-background-controls button.play-toggle.paused i {
  background-position: bottom center;
}

.video-background-controls button.mute-toggle i {
  background-image: url(../assets/img/emiratisation/mute-unmute.svg);
  background-position: top center;
}

.video-background-controls button.mute-toggle.muted i {
  background-position: bottom center;
}
