.homeSlider{
  width: calc(100%+120px);
  margin: 0 -60px;
  position: relative;
}
.homeSlider .owl-carousel-home{
margin-top: -148px;
}
.slideCont{
  width: 100%;
  position: relative;
  /*aspect-ratio: 2 / .75;*/
  padding-top: 37.5%;
}
.slideCont .slideBG,
.slideCont .slideBG img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.slideCont .slideBG::after{
  content: '';
  width: 100%;
  height: 100%;
  position:absolute;
  bottom: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
  z-index:9;
}
.slideCont .textCont{
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slideCont .textCont .textContHolder{
  position: absolute;
  display: inline-block;
  width: calc(100% - 250px);
  bottom:75px;
}
.ar .slideCont .textCont .textContHolder{
  right: 125px;
}
.en .slideCont .textCont .textContHolder{
  left: 125px;
}
.slideCont .textCont .textContHolder h2{
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
}

.ar .owl-carousel-home *{
  direction: ltr;
  }
  
  .ar .owl-carousel-home .textContHolder{
      direction: rtl;
  }

  .owl-carousel-home .textContHolder a{
    color: #ffffff;
    font-weight: bold;
  }

  .owl-carousel-home .textContHolder *[class*="icon-"]{
    font-size: 30px;
    vertical-align:middle;
  }

  .ar .owl-carousel-home .textContHolder *[class*="icon-"]{
    margin-left: 5px;
  }

  .en .owl-carousel-home .textContHolder *[class*="icon-"]{
    margin-right: 5px;
  }
.owl-carousel-home.owl-theme .owl-nav + .owl-dots {
    margin-top: -50px !important;
    z-index: 9;
    position: relative;
}
  .owl-carousel-home.owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 5px !important;
    background: #9e9e9e !important;
  }
  .owl-carousel-home.owl-theme .owl-dots .owl-dot:hover span{
    background-color:#ffffff !important;
  }
  .owl-carousel-home.owl-theme .owl-dots .owl-dot.active span{
    width: 45px !important;
    background-color:#ffffff !important;
  }
  .owl-carousel-home.owl-theme .owl-nav {
    position: absolute;
    top: 60%;
    width: 100%;
  }
  .owl-carousel-home.owl-theme .owl-nav [class*=owl-]{
    background-color: rgba(0,0,0,0.5) !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    color: #ffffff !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
  }
  .owl-carousel-home.owl-theme .owl-nav [class*=owl-] span{
    font-size: 40px;
    line-height: 45px;
  }
  .owl-carousel-home.owl-theme .owl-nav [class*=owl-]:hover{
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.75) !important;
  }
  .owl-carousel-home.owl-theme .owl-nav .owl-next{
    right: 75px;
  }
  .owl-carousel-home.owl-theme .owl-nav .owl-prev{
    left: 75px;
  }

  @media only screen and (max-width: 992px) {
      /*
  .slideCont{
    aspect-ratio: initial;
  }
          */
  .owl-carousel-home.owl-theme .owl-nav .owl-next{
    right: 10px;
  }
  .owl-carousel-home.owl-theme .owl-nav .owl-prev{
    left: 10px;
  }
  .slideCont .textCont .textContHolder{
    position: relative !important;
    width: 100%;
    bottom:0;
    margin-top:50px !important;
    margin-bottom: 75px;
  }
  .ar .slideCont .textCont .textContHolder{
    right: 15px !important;
  }
  .en .slideCont .textCont .textContHolder{
    left: 15px !important;
  }
}


  /*** New Pages ***/

.ar .owl-carousel-inner * {
    direction: ltr;
}

.ar .owl-carousel-inner .textContHolder {
    direction: rtl;
}

.owl-carousel-inner .textContHolder a {
    color: #ffffff;
    font-weight: bold;
}

.owl-carousel-inner .textContHolder *[class*="icon-"] {
    font-size: 30px;
}

.ar .owl-carousel-inner .textContHolder *[class*="icon-"] {
    margin-left: 5px;
}

.en .owl-carousel-inner .textContHolder *[class*="icon-"] {
    margin-right: 5px;
}

.owl-carousel-inner.owl-theme .owl-nav + .owl-dots {
    margin-top: -30px !important;
    z-index: 9;
    position: relative;
}

.owl-carousel-inner.owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 5px !important;
    background: #9e9e9e !important;
}

.owl-carousel-inner.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff !important;
}

.owl-carousel-inner.owl-theme .owl-dots .owl-dot.active span {
    width: 45px !important;
    background-color: #ffffff !important;
}

.owl-carousel-inner.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .owl-carousel-inner.owl-theme .owl-nav [class*=owl-] {
        background-color: rgba(0,0,0,0.5) !important;
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        color: #ffffff !important;
        position: absolute;
        display: flex !important;
        justify-content: center;
    }

.owl-carousel-inner.owl-theme .owl-nav [class*=owl-] span {
    font-size: 40px;
    line-height: 45px;
}

        .owl-carousel-inner.owl-theme .owl-nav [class*=owl-]:hover {
            color: #ffffff !important;
            background-color: rgba(0,0,0,0.75) !important;
        }

    .owl-carousel-inner.owl-theme .owl-nav .owl-next {
        right: 25px;
    }

    .owl-carousel-inner.owl-theme .owl-nav .owl-prev {
        left: 25px;
    }

@media only screen and (max-width: 992px) {
    .owl-carousel-home.owl-theme .owl-nav + .owl-dots {
        margin-top: -35px !important;
        padding: 0 50px;
        margin: 0 2%;
        width: 96%;
    }

        .owl-carousel-inner.owl-theme .owl-nav .owl-next {
            right: 10px;
        }

        .owl-carousel-inner.owl-theme .owl-nav .owl-prev {
            left: 10px;
        }

        .slideCont .textCont .textContHolder {
            position: relative !important;
            width: 100%;
            bottom: 0;
            margin-top: 75px;
            margin-bottom: 75px;
        }

        .ar .slideCont .textCont .textContHolder {
            right: 60px !important;
            width: calc(100% - 120px);
        }

        .en .slideCont .textCont .textContHolder {
            left: 60px !important;
            width: calc(100% - 120px);
        }
    }