.hero-area4 {
    position: relative;
    min-height: 920px;
    display: flex;
    align-items: center;
    background-color: #29235c !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area4 .headding {
      padding-top: 100px;
    }
  }
  @media (max-width: 767px) {
    .hero-area4 .headding {
      padding-top: 130px;
    }
  }
  .hero-area4 .headding span.span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 16px;
  }
  .hero-area4 .headding h1 {
    color: #fff;
    font-family: "Kumbh Sans", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 114.286% */
    text-transform: capitalize;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area4 .headding h1 {
      font-size: 40px;
      line-height: 48px;
    }
  }
  @media (max-width: 767px) {
    .hero-area4 .headding h1 {
      font-size: 40px;
      line-height: 48px;
    }
  }
  .hero-area4 .headding p {
    color: rgba(255, 255, 255, 0.842);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    padding-top: 16px;
  }
  .hero-area4 .headding .shape {
    position: absolute;
    bottom: -150px;
    right: 0;
  }
  @media (max-width: 767px) {
    .hero-area4 .headding .shape {
      display: none;
    }
  }
  .hero-area4 .hero4-images {
    position: relative;
    height: 630px;
    overflow: hidden;
    z-index: 9;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area4 .hero4-images {
      margin: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .hero-area4 .hero4-images {
      margin: 60px 0;
    }
  }
  .hero-area4 .hero4-images .image {
    margin-top: 30px;
    position: relative;
    z-index: 22;
  }
  .hero-area4 .hero4-images .image img {
    border-radius: 5px;
    width: 100%;
  }
  
  .hero-area4 .hero4-images .shape {
    position: absolute;
    top: -20px;
    right: -40px;
    z-index: -1;
  }
  ._relative {
    position: relative;
  }
  .hero-area1 .hero1-counter-box-parent._relative {
    height: 800px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area1 .hero1-counter-box-parent._relative {
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .hero-area1 .hero1-counter-box-parent._relative {
      height: 0;
    }
  }
  .hero-area3 .hero1-counter-box-parent._relative {
    height: 800px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area3 .hero1-counter-box-parent._relative {
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .hero-area3 .hero1-counter-box-parent._relative {
      height: 0;
    }
  }

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
  }
  
  .aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
  }
  
  .aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
  }
  
  .aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
  }
  
  .aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
  }

.space40 {
    height: 40px;
  }
  
  @media (max-width: 767px) {
    .space40 {
      height: 20px;
    }
  }