.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: 5px;
  padding-bottom: 7px;
  font-family: 'Loew';
  border: none;
  outline: none !important;
}

.cl-btn-blue:hover {
  background-color: #0514C2;
  color: #fff;
}

.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.banner--mena {
  cursor: grabbing !important;
}

.banner.banner--mena .title-slider h2 {
  margin: 30px 0 30px;
  font-size: 80px;
  opacity: 0 !important;
}

@media (max-width: 1280px) {
  .banner.banner--mena .title-slider h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .banner.banner--mena .title-slider h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .banner.banner--mena .title-slider h2 {
    font-size: 40px;
    white-space: normal;
    max-width: 100vw;
  }
}

.banner.banner--mena .title-slider h2.slick-current {
  opacity: 1 !important;
}

.banner.banner--mena .cta-slider--description {
  max-width: 70%;
  margin: auto auto 30px;
}

.banner.banner--mena .cta-slider--description p {
  font-size: 20px;
  line-height: 30px;
}

.banner.banner--mena .banner-bg:after {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider-dots-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.slider-dots-box .slick-dots {
  display: flex !important;
  margin: 1.5rem 0 0;
}

.slider-dots-box .slick-dots li button {
  background-color: #CECECE;
  width: 15px;
  height: 15px;
}

.slider-dots-box .slick-dots li.slick-active button {
  background-color: #0514C2;
}

.slider-dots-box .slick-dots li.slick-active button:active, .slider-dots-box .slick-dots li.slick-active button:focus {
  outline: none;
}

.slider-nav-box {
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.slider-nav-box .slick-disabled {
  opacity: .3;
  cursor: default;
}

.cl-technology {
  font-family: 'Loew';
}

@media (max-width: 1400px) {
  .cl-technology .container {
    max-width: 1200px;
    width: 100%;
  }
}

.cl-technology p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  font-family: 'Loew' !important;
}

@media (max-width: 576px) {
  .cl-technology p {
    font-size: 14px;
    line-height: 18px;
  }
}

.cl-technology h5 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media (max-width: 576px) {
  .cl-technology 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-solutions__img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 20px;
}

.cl-practitioners {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-image: url("../assets/img/family-business/bg-1.jpg");
  color: #fff;
}

@media (max-width: 767px) {
  .cl-practitioners {
    text-align: center;
  }
}

.cl-practitioners::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(-66.74deg, black 0%, #0514c2 67.6%);
  content: '';
  opacity: .8;
}

.cl-practitioners .container {
  position: relative;
  z-index: 2;
}

.cl-specialist__top-content {
  padding: 1rem 2rem;
  border: 2px solid #FFCD00;
  border-radius: 20px;
  text-align: center;
}

.cl-specialist__img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 20px;
}

.cl-specialist__item {
  margin-bottom: 3rem;
}

.cl-specialist__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .cl-specialist__item:nth-child(odd) .cl-specialist__left {
    order: 0;
  }
  .cl-specialist__item:nth-child(odd) .cl-specialist__right {
    order: 1;
  }
  .cl-specialist__item:nth-child(even) .cl-specialist__left {
    order: 1;
  }
  .cl-specialist__item:nth-child(even) .cl-specialist__right {
    order: 0;
  }
}

.cl-help__list {
  align-content: center;
  justify-content: center;
}

.cl-help__item {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 1rem;
  border: 2px solid #FFCD00;
  border-radius: 20px;
  text-align: center;
}

.cl-help__img {
  width: 135px;
  height: 135px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .cl-help__img {
    width: 95px;
    height: 95px;
  }
}

.cl-help__name {
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .cl-help__name {
    font-size: 14px;
    line-height: 1.1;
  }
}

.cl-examples .accordion .card {
  border: none;
  border-bottom: 2px solid #0514C2;
}

.cl-examples .accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.cl-examples .accordion .card .card-header button {
  width: 100%;
  padding: 15px 50px 15px 0;
  text-align: left;
  font-weight: 900;
  position: relative;
}

.cl-examples .accordion .card .card-header button::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../assets/img/family-business/arrow-down.svg");
  transform: rotate(-180deg);
  transition: 0.5s;
}

.cl-examples .accordion .card .card-header button.collapsed::after {
  transform: rotate(0deg);
  transition: 0.5s;
}

.cl-examples .accordion .card .card-body {
  padding: 0 0 1.25rem;
}

.cl-examples__more {
  position: relative;
}

.cl-examples__more::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 35%);
}

.cl-examples__more a {
  position: relative;
  z-index: 2;
}

.cl-insights__filters {
  display: flex;
  justify-content: space-between;
  margin: auto;
  border: 2px solid #FFCD00;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 652px) {
  .cl-insights__filters {
    justify-content: center;
  }
}

.cl-insights__filters .button {
  border-radius: 25px;
  border: none;
  background-color: transparent;
  font-weight: 900;
  padding: .5rem 2rem .7rem;
  color: #000;
  outline: none !important;
}

@media (max-width: 1400px) {
  .cl-insights__filters .button {
    padding: .5rem 1.5rem .7rem;
  }
}

@media (max-width: 865px) {
  .cl-insights__filters .button {
    padding: .5rem 1rem .7rem;
  }
}

@media (max-width: 652px) {
  .cl-insights__filters .button {
    min-width: 33.33%;
  }
}

@media (max-width: 567px) {
  .cl-insights__filters .button {
    min-width: 50%;
  }
}

.cl-insights__filters .button.is-checked {
  background-color: #FFCD00;
}

.cl-insights h5 {
  font-size: 1rem;
  line-height: 24px;
}

.cl-insights__publications {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cl-insights__publications a {
  color: #000;
  display: inline-block;
}

.cl-insights__publications a:hover {
  text-decoration: none;
}

.cl-insights__publications img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.cl-insights__publications-title {
  font-weight: 900;
  color: #000;
  margin-top: 0;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.cl-insights__video {
  border-radius: 25px;
  overflow: hidden;
}

.cl-insights__video-link {
  position: relative;
  overflow: hidden;
  display: block;
}

.cl-insights__video-link::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  z-index: 2;
  background-image: url(../assets/img/mena/play-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 50px;
}

.cl-insights__video-thumb {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-insights__news {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.cl-insights__news a {
  color: #000;
}

.cl-insights__news a:hover {
  text-decoration: none;
}

.cl-insights__news img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.cl-insights__news-title {
  font-weight: 900;
  color: #000;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 0;
  height: 50px;
}

.cl-insights__law {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}

.cl-insights__law a {
  color: #000;
}

.cl-insights__law a:hover {
  text-decoration: none;
}

.cl-insights__law img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.cl-insights__law-title {
  font-weight: 900;
  color: #000;
  margin-top: 0;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.cl-insights__event {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}

.cl-insights__event a {
  color: #000;
}

.cl-insights__event a:hover {
  text-decoration: none;
}

.cl-insights__event img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.cl-insights__event-title {
  font-weight: 900;
  color: #000;
  margin-top: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

@media (max-width: 767px) {
  .cl-dbm-touch {
    text-align: center;
  }
}

.cl-dbm-touch__title {
  color: #0514C2;
  text-align: center;
  font-weight: 900;
  margin: 0 0 2rem;
}

.cl-dbm-touch__person {
  text-align: center;
}

.cl-dbm-touch__person-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid #696A6D;
}

.cl-dbm-touch__person-details h5 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.cl-dbm-touch__person-details h5 strong {
  display: block;
  font-weight: 900;
  font-size: 20px;
}

.cl-dbm-touch .cl-btn-yellow {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.cl-dbm-touch .cl-btn-yellow img {
  width: 20px;
}
