.s_slider .img_box {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--offset));
}

.s_slider .inner_ {
  display: block;
}
.s_slider .img_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s_slider .img_box img.system {
  display: block;
}
.s_slider .img_box img.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .s_slider .img_box img.system {
    display: none;
  }
  .s_slider .img_box img.mobile {
    display: block;
  }
}

.bannerSliderWrap {
  margin-top: var(--offset);
  height: calc(100vh - var(--offset));
  max-height: 100vh;
}

.bannerSliderWrap .s_slider {
  background: #f0efef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - var(--offset));
}
.s_slider .slider-wrapper {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s_slider .text_box {
	position: absolute;
    width: 80%;
    margin: auto;
    top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
	left:0;
	right:0;
	direction:ltr;
}
.s_slider .text_box .logo-box img{
	width: 20em;
    height: auto;
}
.s_slider .text_box h2 {
  color: #fff;
  text-align: right;
  font-size: 3vw;
  line-height: 1.3;
  text-shadow: 2px 2px #bf6844;
  margin: 0;
  width:10em;
}
.is-loaded .swiper-slide-active.s_slider .text_box {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .s_slider .text_box {
  }
  .s_slider .img_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #dea12c;
    opacity: 0.5;
  }
  .s_slider .text_box h2 {
    text-align: center;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 991px) {
  .bannerSliderWrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s_slider .text_box {
    width: 100%;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .s_slider .text_box h2 {
    font-size: 8vw;
  }
  .bannerSliderWrap .s_slider .logoSliderBottomWrap {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;

    padding-left: 100px;
    bottom: 0;
  }
  img.sheikhImg {
    bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .home-page {
    max-height: 100%;
  }
}
/****SS-12-13-2021****/

.SecondaryIconMenu li{
	padding:0 6px;
	
}
.languageSwitcher a{
	display:flex;
	align-items:center;
	justify-content:center;
}
.languageSwitcher a:hover{
	color:#fff;
}
.languageSwitcher a span{
	transform: translateY(1px);
}

.swal2-styled.swal2-confirm {
  background-color: #fac25a !important;
  padding: 0.5rem 2rem;
  box-shadow: none !important;
}

@media (min-width: 991px){
  ul.mainNav > li:last-child {
   display: block; 
  }
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
{
    background-color: #5fc7ca;
}

@media (min-width: 768px){
  .mainNav > .dropdown.smallMenu:nth-last-child(2) > ul a{
    max-width: initial;
  }
}

/****SS-12-13-2021****/