.log {
    position: absolute;
    top:5px;
    left: 70px;
    width: 30%;
  }
  
  .logo-a {
    display: block;
  }
  
  .logo-b {
    display: none;
  }
  
  .logo-img {
    width: 50%;
  }
  .logoBlack{
    width: 50%;
  }
  
    /* Button for toggling the menu */
    .nav-tgl {
      display: inline-block;
      cursor: pointer;
      position: absolute;
      z-index: 100000000000000;
      top: 10px;
  right: 100px;
      width: 50px;
      height: 50px;
      border: none;
      border-radius: 50%;
      padding: 0;
      background: #fff;
      box-shadow: 0px 2px 5px rgba(128, 128, 128, 0.5); 
      /* line-height: 0.6; */
      text-align: center;
    }
    
    .nav-tgl > span {
      display: inline-block;
      position: relative;
      height: 2px;
      width: 34px;
      border-radius: 1px;
      background: #293335;
      vertical-align: middle;
    }
    
    .nav-tgl > span:before,
    .nav-tgl > span:after {
      display: inline-block;
      position: absolute;
      content: "";
      height: 2px;
      border-radius: 1px;
      background: #293335;
      transition: all 200ms;
    }
    .nav-tgl > span:before {
      top: -11px;
      left: 3px;
      width: 28px;
    }
    
    .nav-tgl > span:after {
      top: 11px;
      left: 6px;
      width: 22px;
    }
    
    /* Menu background */
    .nav:before {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      content: '';
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 1);
      transition: all 500ms ease-in-out;
      clip-path: circle(30px at calc(100% - 65px) 65px);
      visibility: hidden;
    }
    
    /* When menu is active */
    .menu.active .nav:before {
      visibility: visible;
      clip-path: circle(100%);
    }
    
    .menu.active .nav-tgl > span {
      height: 0;
    }
    
    .menu.active .nav-tgl > span:after,
    .menu.active .nav-tgl > span:before {
      top: 0px;
      left: 0;
      width: 34px;
    }
    
    .menu.active .nav-tgl > span:after {
      transform: rotate(-45deg);
    }
    
    .menu.active .nav-tgl > span:before {
      transform: rotate(45deg);
    }
    
    /* Links inside the menu */
    .menu-links {
      display: none;
      list-style: none;
      padding: 0;
      margin: 0;
      opacity: 0;
      transition: opacity 300ms ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 100000000000;
      margin-top: 50%;
    }
    
    .menu.active .menu-links {
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 1;
    }
    
  
    /* Animation for fading in and sliding up */
    @keyframes fadeInUp {
      0% {
        transform: translateY(30px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }
    .menu-links li a {
      color: #ffffff;
      font-size: 30px;
      line-height: 50px;
      transform: translate(-50% , -50%) !important;
    }
  
    .log img {
    transition: opacity 0.5s ease;
  }
  .ourProcess{
    text-align: center;
  }
  .parent{
    margin-top: 5%; 
      opacity: 1;
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style:preserve-3d;
justify-content: center;
width: 100%;
height: 550px;
display: flex;
  }
  .elementor-icon-list-item{
    margin-left: -1px;
}
.HeroBtn a{
  transition: all 0.4s ease-in-out !important;
}
.HeroBtn:hover a{
  margin-top: -10px !important;
}
  @media (max-width: 760px){
.elementor-icon-list-item{
        margin-left: -1px;
    }
    .ourProcess{
        text-align: center;
        font-size: 25px;
        margin: 5% 0;
      }
      .parent{
        margin-bottom: -70%;
      }
    .nav-tgl {
    right: 30px;
        width: 40px;
        height: 40px;
      }
      .nav-tgl > span:before {
        left: 3px;
        width: 20px;
        top: -8px;

      }
      
      .nav-tgl > span:after {
        left: 3px;
        width: 20px;
        top: 8px;
      }
      .nav-tgl > span {
        width: 28px;
      }
  }
@media (max-width: 760px) {
    .log {
      width: 50%; 
      left: 0;     
      top: -5px;  
    }
  
    .logo-img {
      width: 80%;
    }
    .logoBlack{
      width: 70%;
    }
    .logo-a,
    .logo-b {
      display: block; 
    }
  }

  @media (min-width: 1300px){
    .content{
      position: absolute;
      left: -11%;
    }
    .rightImage{
      position: absolute;
      left: 10%;
    }
    
    .log {
      position: absolute;
      top:15px;
      left: 85px;
      width: 30%;
    }
    
    .logo-a {
      display: block;
    }
    
    .logo-b {
      display: none;
    }
    
    .logo-img {
      width: 45%;
    }
    .logoBlack{
      width: 35% !important;
    }
    .rt-header-inner{
      height: 90px !important;
    }
    .nav-tgl {
      top: 15px;
      width: 60px;
      height: 60px;
      right: 120px;
    }
    #slider-10-slide-10-layer-10 {
      position: absolute !important;
      left: 0px !important;
      transform: translateX(-200px) !important;
    }
    .footer-logo img {
      width: 300px !important; 
      height: auto !important; 
    }

    
    }