.home-prticles-with-typed {
    background-image: linear-gradient( 269deg , #4afcfe47, transparent), url(./assets/img/final-banner.jpg);
    background-position: initial;
    background-size: cover;
  
}

.lef-img{
    margin-left: 0%
}

.only-mob{
    display: none;
}

.content {
    display: block !important;
   
}

section {
    padding: 100px 0;
}

.hero-section {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    width: 100%;
    z-index: 3;
}

.section-hero-content {
    position: absolute;
    top: 45%;
    left: 6%;
    transform: translateY(-50%);
}

.hero-section h1 {
    font-size: 42px;
    font-weight: bold;
    color: #2c2d32;
 
    
}

.hero-section h1 span {
    position: relative;
}

.hero-section h1 span:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 76%;
    z-index: -1;
    background: linear-gradient(to right, #fff0 -10%, #4afcfe 100%);
}
.sec-font{
    font-size: 18px;
}

.sec-into{
    font-size: 20px;
    font-weight: bold;
    
}

a.navbar-brand img {
    height: 70px;
}

.navbar-brand{
    margin-left: 2%;
}


.sr-only{
    font-size: 20px;
    font-weight: bold;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 15%;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: -25%;
}

.form-header{
    text-align: center;
   

}

.sign{
    text-decoration: none !important;
}

form {
   
    margin: 10px auto;
    padding: 10px 20px;
    background-image: linear-gradient( 269deg , #4afcfe47,);
    border-radius: 8px;
    margin-left: 0%;
    /* border: 1px solid #333;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.03) inset; */
  }
  .fomm{
    margin-top: 0%;
    margin-left: 100%;
  }

  h1 {
    margin: 0 0 0px 0;
   
  }
  
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea,
  select {
    background: rgba(255,255,255,0.1);
border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 5px;
    width: 100%;
    background-color: #fff;
    color: #8a97a0;
   border-radius: 15px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    margin: 0 4px 8px 0;
  }
  
  select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
  }
  
  button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #4bc970;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #3ac162;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    margin-bottom: 10px;
  }
  
  fieldset {
    margin-bottom: 30px;
    border: none;
  }
  
  legend {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  
  label {
    display: block;
    margin-bottom: 8px;
  }
  
  label.light {
    font-weight: 300;
    display: inline;
  }
  
  .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
  }
  
  @media screen and (min-width: 480px) {
  
    form {
      max-width: 480px;
    }


  
  
  }

  @media (min-width: 320px) and (max-width: 480px) {
  
    .only-desk{
        display: none;
    }
    .nav-link{
        display: none;
    }

    .only-mob{
        display: block;
        position: relative;
        top: 115%;
        background-image: linear-gradient( 269deg , #4afcfe47, transparent)
    }

   
  }
  

