/********************************************************
** Start General Styling
*********************************************************/
@font-face {
  font-family: 'ElMessiriRegular';
  src: url('../fonts/ElMessiri-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ElMessiriMedium';
  src: url('../fonts/ElMessiri-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ElMessiriSemiBold';
  src: url('../fonts/ElMessiri-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ElMessiriBold';
  src: url('../fonts/ElMessiri-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

.f-medium {
  font-family: ElMessiriMedium;
}
.f-SemiBold {
  font-family: ElMessiriSemiBold;
}
.f-Bold {
  font-family: ElMessiriBold;
}

:root {
  --color-primary: #204675;
  --color-primary-alt: #48acaa;
  --color-secondary: #e8f2ff;
  --color-white: #ffffff;
  --color-black: #000000;
}

html,
body {
  /* this defines what 1 rem is */
  /* font-size: 62.5%; */
  /*1 rem = 10px   10px / 16px = 62.5%*/
  height: 100%;
  text-align: right;
  direction: rtl;
}

.ltr {
  direction: ltr;
}

body {
  box-sizing: border-box;
  margin: 0;
  /* padding: 0; */
  font-family: 'ElMessiriRegular', 'sans-serif';
}

@media (min-width: 991px) {
  body {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-secondary);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 1em;
}

/* Main Colors */
.primary-txt {
  color: #204675;
}
.primary-alt-txt {
  color: #48acaa;
}
.secondary-txt {
  color: #e8f2ff;
}

/* Other Colors */
.mute-text {
  color: #b1b1b1;
}
.mute-text-black {
  color: #333333;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}

/* Backgrounds */
.primary-bg {
  background-color: #204675;
}
.primary-alt-bg {
  background-color: #48acaa;
}
.secondary-bg {
  background-color: #e8f2ff;
}

.primary-border {
  border: 1px solid #204675;
}
.primary-alt-border {
  border: 1px solid #48acaa;
}

.primary-hover:hover {
  transition: 0.3s all ease-in-out;
  background: #225a9e;
}
.primary-alt-hover:hover {
  transition: 0.3s all ease-in-out;
  background: #288685;
}

.br-0 {
  border-radius: 0;
}
.b-6 {
  border-radius: 6px;
}
.b-8 {
  border-radius: 8px;
}
.b-12 {
  border-radius: 12px;
}
.b-20 {
  border-radius: 20px;
}
.b-30 {
  border-radius: 30px;
}

.h-100vh {
  height: 100vh;
}
.min-h100 {
  min-height: 100vh;
}
.txt-decoration {
  text-decoration: underline;
}

/* Fonts in VW Unit */
/* it will give you a responsive width matched with devices from tablet to extreme large screens */
@media (min-width: 768px) {
  .fs-8 {
    font-size: 0.4166vw;
  }

  .fs-9 {
    font-size: 0.46875vw;
  }

  .fs-10 {
    font-size: 0.5208vw;
  }

  .fs-11 {
    font-size: 0.5729vw;
  }

  .fs-12 {
    font-size: 0.625vw;
  }

  .fs-13 {
    font-size: 0.677vw;
  }

  .fs-14 {
    font-size: 0.7291vw;
  }

  .fs-15 {
    font-size: 0.78125vw;
  }

  .fs-16 {
    font-size: 0.8333vw;
  }

  .fs-18 {
    font-size: 0.9375vw;
  }

  .fs-20 {
    font-size: 1.0416vw;
  }

  .fs-22 {
    font-size: 1.1458vw;
  }

  .fs-24 {
    font-size: 1.25vw;
  }

  .fs-26 {
    font-size: 1.3541vw;
  }

  .fs-28 {
    font-size: 1.4583vw;
  }

  .fs-30 {
    font-size: 1.5625vw;
  }
  .fs-32 {
    font-size: 1.5667vw;
  }
  .fs-34 {
    font-size: 1.7708vw;
  }
  .fs-38 {
    font-size: 1.979vw;
  }

  .fs-40 {
    font-size: 2.0833vw;
  }
  .fs-42 {
    font-size: 2.1875vw;
  }
  .fs-48 {
    font-size: 2.5vw;
  }
  .fs-60 {
    font-size: 3.125vw;
  }
  /* hidden in web and displayed in mobile */
  .hidden-web {
    display: none !important;
  }
  .w-lg-50 {
    width: 50%;
  }
  .ser-col {
    height: 90px;
  }
}

/* Responsive Fonts in mobile with PX Unit*/
@media (max-width: 767px) {
  .fs-8 {
    font-size: 8px;
  }
  .fs-9 {
    font-size: 9px;
  }
  .fs-10 {
    font-size: 9px;
  }
  .fs-11 {
    font-size: 10px;
  }
  .fs-12 {
    font-size: 10px;
  }
  .fs-13 {
    font-size: 10px;
  }
  .fs-14 {
    font-size: 11px;
  }
  .fs-15 {
    font-size: 13px;
  }
  .fs-16 {
    font-size: 13px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-22 {
    font-size: 16px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-26 {
    font-size: 20px;
  }
  .fs-28 {
    font-size: 16px;
  }
  .fs-30 {
    font-size: 22px;
  }
  .fs-32 {
    font-size: 26px;
  }
  .fs-34 {
    font-size: 26px;
  }
  .fs-38 {
    font-size: 22px;
  }
  .fs-40 {
    font-size: 28px;
  }
  .fs-42 {
    font-size: 22px;
  }
  .fs-48 {
    font-size: 28px;
  }
  .fs-60 {
    font-size: 40px;
  }
  /* hidden in mobile and displayed in web */
  .hidden-mob {
    display: none !important;
  }
}

.line-1 {
  line-height: 1;
}
.line-1-1 {
  line-height: 1.1;
}
.line-1-2 {
  line-height: 1.2;
}
.line-1-3 {
  line-height: 1.3;
}
.line-1-4 {
  line-height: 1.4;
}

.overflow-hidden {
  overflow: hidden;
}

/* Max height 2 lines */
.h-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
  outline: 0;
  text-decoration: none;
  /* color: #fff; */
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

ul {
  padding: 0;
  margin: 0;
}

/* Start Home */
.landing {
  min-height: 60vh;
  background-image: url('../images/bg4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.about {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.min-h-inherit {
  min-height: inherit;
}

.js-videoPoster {
  background-image: url('../images/poster.png');
  /* position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  */
  border-radius: 12px;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  border-radius: 12px;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 12px;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -50px 0 0 -36px;
  border: 4px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -26px 0 0 -4px;
  border-left: 24px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before,
.videoPoster:focus:before {
  border-color: #48acaa;
}
.videoPoster:hover:after,
.videoPoster:focus:after {
  border-left-color: #48acaa;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.navbar .nav-item.active .nav-link::after {
  content: url('../images/icons/active-Path.svg');
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.navbar {
  align-items: flex-start;
}

/* .navbar .navbar-brand {
  position: absolute;
  top: -16px;
  right: 0;
} */

.navbar-light .navbar-nav .nav-link {
  color: var(--color-primary);
  position: relative;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: var(--color-primary);
  font-family: ElMessiriBold;
  color: var(--color-primary-alt);
}

.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: var(--color-secondary);
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: var(--color-primary-alt);
}

.videos-sec .slick-item:nth-child(n + 0) .js-videoPoster {
  background-image: url('../images/dr2.png');
}
.videos-sec .slick-item:nth-child(2n + 0) .js-videoPoster {
  background-image: url('../images/dr3.png');
}
.videos-sec .slick-item:nth-child(3n + 0) .js-videoPoster {
  background-image: url('../images/dr4.png');
}

.videos-sec .videoPoster:before {
  width: 55px;
  height: 55px;
  margin: -20px 0 0 -29px;
  border: 2px solid #fff;
}
.videos-sec .videoPoster:after {
  margin: -4px 0 0 -8px;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.videos-sec {
  margin-bottom: 120px;
}

.testimonials {
  background-image: url('../images/bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  padding-top: 60px;
  padding-bottom: 80px;
}
.testimonials .fixed-height {
  height: 100px;
  overflow: auto;
}

.testimonials .carousel-indicators li:not(.active) {
  background-color: #cfdada;
}

.navbar.active-header {
  position: fixed;
  top: 0;
  background: #fff !important;
  bottom: unset;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding-left: 13% !important;
  padding-right: 13% !important;
  /* padding-top: 2px !important;
  padding-bottom: 8px !important; */
  z-index: 1111;
}

.navbar.active-header .navbar-brand {
  /* position: absolute;
  top: -4px;
  right: 4%; */
  width: 105px;
}
.navbar.active-header .navbar-brand img {
  width: 100%;
}

#services__,
#about__,
#contact__,
#articles__,
#videos__ {
  padding-top: 110px;
}

.details-page #testimonials__ {
  padding-top: 110px;
}

.landing.art-details {
  background-image: url('../images/bg3.png');
  min-height: 29vh;
}
.article-details .num {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  background-color: var(--color-primary-alt);
  margin-left: 16px;
}

.slick-next {
  left: -36px;
  right: auto;
}
.slick-prev {
  right: -46px;
  left: auto;
}
.article-sec .slick-prev,
.article-sec .slick-next {
  transform: unset;
  top: 165px;
  z-index: 1;
}
.videos-sec .slick-prev,
.videos-sec .slick-next {
  transform: unset;
  top: 105px;
  z-index: 1;
}

.slick-prev {
  transform: scaleX(-1) !important;
}
.slick-prev:before {
  content: url('../images/icons/arrow-white.svg');
  background: var(--color-primary);
  color: #fff;
  border-radius: 30px;
  padding: 4px;
}
.slick-next:before {
  content: url('../images/icons/arrow-white.svg');
  background: var(--color-primary);
  color: #fff;
  border-radius: 30px;
  padding: 4px;
}

.slick-prev:before,
.slick-next:before {
  width: 28;
  height: 28px;
  line-height: 28px;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  background: var(--color-primary-alt);
  color: #fff;
}
.slick-track,
.slick-list,
.slick-carousel,
.slick-initialized .slick-slide {
  direction: rtl;
}

.slick-initialized .slick-slide {
  margin-left: 16px;
  margin-right: 16px;
}

@media (min-width: 768px) {
  .container {
    max-width: 828px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 991px) {
  .h2-lines {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .navbar {
    background: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .navbar.active-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .navbar.active-header .navbar-brand {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-brand {
    width: 105px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .navbar .navbar-brand img {
    width: 100%;
  }
  .navbar {
    align-items: center;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar .hidden-web.pb-3 {
    text-align: center;
  }
  .about {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .videoPoster:before {
    width: 55px;
    height: 55px;
    margin: -20px 0 0 -29px;
    border: 2px solid #fff;
  }
  .videoPoster:after {
    margin: -4px 0 0 -8px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .slick-next {
    left: -12px;
  }
  .slick-prev {
    right: -18px;
  }
  #services__,
  #about__,
  #contact__,
  #articles__,
  #videos__ {
    padding-top: 60px;
  }
  .videos-sec {
    margin-bottom: 80px;
  }
  .testimonials {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .art-pic {
    height: auto;
  }
  .etails-page #articles__ {
    padding-top: 40px;
  }
}
