.slide-1 {
  position: absolute;
  z-index: 100;
  width: 100%;
}


.wrapper-one .slide-1 sr7-slide {
  border-bottom-left-radius: 80px;
}

.slide-2 {
  position: absolute;
  z-index: 90;
  border-bottom-left-radius: 80px;
}



.gallery-1 .gallery-data {
  display: flex;
  padding: 15px;
}

.gallery-content {
  display: flex;
  padding: 15px;
}

.gallery-2 .gallery-data {
  display: flex;
  padding: 15px;
}

.gallery-box {
  width: 60vh;

  img {
    height: 30vh;
    padding: 5px;
  }
}

.gallery-content h2 {
  font-size: 5rem;
  min-width: 200%;
  text-align: center;
}


.efct-1 {
  z-index: 100;
  position: absolute;
  width: 100%;
}

.efct-2 {
  z-index: 90;
}

.efct-3 {
  z-index: 80;
  position: absolute;
  width: 100%;
}

.efct-4 {
  z-index: 70;
}

.efct-5 {
  z-index: 60;
  position: absolute;
  width: 100%;
}

.efct-6 {
  z-index: 50;
}

.single-page-slide {
  position: absolute;
  width: 100%;
  min-height: 100vh;
}

.home-single-page-slide {
  position: absolute;
  width: 100%;
  min-height: 100vh;
}


.ui-project-detail-main {
  padding: 15px;
}

.ui-project-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ui-project-gallery-img {
  width: calc(33.33% - 30px);
  border: 1px solid #ccc;
  margin: 15px;
  text-align: center;
}

.ui-project-gallery-img img {
  max-width: 100%;
  max-height: 100%;
}

.border-bottom-left-radius-80 { border-bottom-left-radius: 80px }
.background-black { background-color: #000;border-bottom-left-radius: 100px;}


.background-white { background-color: #fff;border-bottom-left-radius: 100px;}
.d-none {
  display: none !important;
}

.home-mob-video{display: none !important;}
.ui-about-main-wrap {
    padding: 120px 15px 0 95px;
}
.ui-sidara-cols{padding: 0 30px 0px 95px;}
.ui-career-main{padding: 60px 30px 30px 95px;}

@media only screen and (max-width: 767px){
  .home-mob-video{display: flex !important;}
  .ui-about-main-wrap {padding: 120px 15px 0 15px;}
  .mobile-show.sidera-main, .ui-sidara-cols{padding: 0 15px;}
  .ui-career-main {padding: 60px 15px 30px 15px;}
  .ui-career-main h2{font-size: 36px !important;line-height: 42px !important;margin-bottom: 2rem !important;}
}

@media (orientation: portrait) {
  .home-desk-video {display: none !important;}
  .home-mob-video{display: flex !important;}
}
@media (orientation: landscape) {
  .home-desk-video {display: flex !important;}
  .home-mob-video{display: none !important;}
}