.e-con-inner{
    margin: 0 !important;
    max-width: 100% !important;
  }
  
  .elementor-element{
    padding: 0 !important;
  }
  

.firstSlideImg {
    /* object-position: center -110px !important; */
  }
  .secondImage {
    object-fit: cover;
    object-position: -2vw -110px !important;
  }
  .thirdSlideImg {
    object-position: center -120px;
  }

  .lastSlideText {
    display: flex;
    width: 100%;
    height: calc(100vh - 15rem);
    padding-top: 0rem;
    justify-content: space-between;
    align-items: center;
  }

  .lastSlideText h2 {
    flex-basis: 50%;
    text-align: center;
  }

  .hero-slider__slide {
    position: relative;
    /* padding-top: 9em; */
    background-color: #000;
  }

  .hero-slider__image {
    opacity: 0.75;
    object-fit: cover;
    object-position: center;
  }

  .hero-slider__slide .heading-style-h2 {
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
  }

  .hero-slider__slide .topText {
    position: absolute;
    top: 0;
    left: 2rem;
    z-index: 99999;
  }

  .hero-slider__image{
    height: 100% !important;
  }

  @media screen and (max-width: 1140px) {
    .secondImage {
      object-position: center !important;
    }
  }
  @media screen and (max-width: 667px) {
    .lastSlideText {
      flex-direction: column;
      padding-top: 0;
    }
    .lastSlideText h1 {
      font-weight: 600;
      font-style: italic;
      text-transform: capitalize;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
  }
    .firstSlideImg {
      object-position: center;
    }
    .thirdSlideImg {
      object-position: center;
    }
  }

  @media (max-width: 1440px) and (max-height: 900px) {
    .secondImage {
      object-fit: cover;
      object-position: 70% -9rem !important;
    }
  }
  @media (max-width: 1366px) and (max-height: 768px) {
    .secondImage {
      object-fit: cover;
      object-position: 70% -9rem !important;
    }
  }
  @media (max-width: 1280px) and (max-height: 800px) {
    .secondImage {
      object-fit: cover;
      object-position: 80% -9rem !important;
    }
  }
  @media screen and (max-width: 997px) {
    .hero-slider__slide {
      position: relative;
      padding-top: 5vh;
    }
    .secondImage {
      object-position: 90% -2rem !important;
      margin-top: 1rem;
    }
  }

  .aboutUs .leftAbout {
    width: 100%;
    max-height: 70vh;
    display: flex;
    gap: 2vw;
    padding: 0rem 2vw;
    transform: none;
    /* margin-left: -2rem; */
    position: relative;
    overflow: hidden;
  }
  .leftAbout img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .e-con-full, .e-con>.e-con-inner {
    padding-block-end: 0 !important;
    padding-block-start: 0 !important;
    text-align: var(--text-align);
}